Move get*id and getgroups definitions to syscalls.list (bug 14138).
[platform/upstream/glibc.git] / ChangeLog
1 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2
3         [BZ #14138]
4         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
8         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
9         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
10         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
11         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
12         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
13         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
14         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
15         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
16         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
17         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
18         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
19         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
20         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
21         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
22         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
23         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
24         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
25         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
26         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
27         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
28         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
29         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
30         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
31         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
32         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
33         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
34         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
35         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
36         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
37         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
38         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
39         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
40         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
41         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
42         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
43         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
44         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
45         syscall.
46         (geteuid): Likewise.
47         (getgid): Likewise.
48         (getuid): Likewise.
49         (getresgid): Likewise.
50         (getresuid): Likewise.
51         (getgroups): Likewise.
52         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
53         (geteuid): Likewise.
54         (getgid): Likewise.
55         (getuid): Likewise.
56         (getresgid): Likewise.
57         (getresuid): Likewise.
58         (getgroups): Likewise.
59         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
60         (geteuid): Likewise.
61         (getgid): Likewise.
62         (getuid): Likewise.
63         (getresgid): Likewise.
64         (getresuid): Likewise.
65         (getgroups): Likewise.
66         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
67         Likewise.
68         (geteuid): Likewise.
69         (getgid): Likewise.
70         (getuid): Likewise.
71         (getresgid): Likewise.
72         (getresuid): Likewise.
73         (getgroups): Likewise.
74         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
75         (geteuid): Likewise.
76         (getgid): Likewise.
77         (getuid): Likewise.
78         (getresgid): Likewise.
79         (getresuid): Likewise.
80         (getgroups): Likewise.
81         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
82         Likewise.
83         (geteuid): Likewise.
84         (getgid): Likewise.
85         (getuid): Likewise.
86         (getgroups): Likewise.
87
88         [BZ #14138]
89         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
90         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
91         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
92         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
93         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
94         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
95         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
96         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
97         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
98         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
99         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
100         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
101         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
102         __chown.
103         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
104         (lchown): Likewise.
105         (fchown): Likewise.
106         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
107         Likewise.
108         (lchown): Likewise.
109         (fchown): Likewise.
110         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
111         (lchown): Likewise.
112         (fchown): Likewise.
113         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
114         Likewise.
115         (lchown): Likewise.
116         (fchown): Likewise.
117
118 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
119
120         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
121         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
122         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
123         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
124
125 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
126             Helge Deller <deller@gmx.de>
127
128         [BZ #17508]
129         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
130         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
131         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
132
133 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
134
135         [BZ #14132]
136         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
137         Remove macro definition.
138         (__ashrdi3_v_glibc20): Likewise.
139         (__lshrdi3_v_glibc20): Likewise.
140         (__cmpdi2_v_glibc20): Likewise.
141         (__ucmpdi2_v_glibc20): Likewise.
142         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
143         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
144         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
145         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
146         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
147         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
148
149 2014-10-22  Roland McGrath  <roland@hack.frob.com>
150
151         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
152         old GNU extension [0] syntax.
153         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
154         alloca rather than an array member with variable length.
155         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
156         * nscd/nscd.c (invalidate_db): New function, broken out of ...
157         (parse_opt): ... here.  Likewise use alloca there.
158         Validate the -i argument before checking for rootness.
159         (send_shutdown): New function, broken out of ...
160         (parse_opt): ... here.
161
162 2014-10-22  Roland McGrath  <roland@hack.frob.com>
163
164         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
165         macro to get at the _rt_local_ro field.
166         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
167         ([PIC] case) or _dl_hwcap ([!PIC] case).
168         * sysdeps/arm/setjmp.S: Likewise.
169
170         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
171         * sysdeps/arm/configure.ac: New check to define it.
172         * sysdeps/arm/configure: Regenerated.
173         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
174         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
175         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
176         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
177         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
178         Use move/movt pair instead of a load.
179         (LDST_GLOBAL): Macro removed.
180         (LDR_GLOBAL): New macro replaces it.
181         (LDR_HIDDEN): New macro.
182         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
183         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
184
185         * setjmp/tst-setjmp-static.c: New file.
186         * setjmp/Makefile (tests): Add it.
187         (tests-static): New variable.
188
189 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
190
191         [BZ #17485]
192         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
193
194 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
195
196         [BZ #14132]
197         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
198
199 2014-10-21  Roland McGrath  <roland@hack.frob.com>
200
201         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
202
203 2014-10-20  Roland McGrath  <roland@hack.frob.com>
204
205         * io/fts.c (dirent_not_directory): New function.
206         (fts_build): Call it.
207
208 2014-10-20  Roland McGrath  <roland@hack.frob.com>
209
210         * nptl/version.c (__nptl_main): Use normal __write rather than
211         INTERNAL_SYSCALL.
212         (banner): Update copyright years.
213
214         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
215         gettimeofday.
216         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
217         * nptl/pthread_cond_timedwait.c: Likewise.
218         * nptl/pthread_mutex_timedlock.c: Likewise.
219         * nptl/sem_timedwait.c: Likewise.
220
221         * sysdeps/nptl/bits/libc-lock.h
222         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
223         (__libc_lock_init_recursive): Return void, not 0.
224         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
225         (__libc_rwlock_init): Likewise.
226         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
227
228 2014-10-20  Torvald Riegel  <triegel@redhat.com>
229
230         [BZ #15215]
231         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
232         (__pthread_once_slow): ... here.
233         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
234         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
235
236 2014-10-20  Torvald Riegel  <triegel@redhat.com>
237
238         [BZ #15215]
239         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
240         __PTHREAD_ONCE_FORK_GEN_INCR): New.
241         * sysdeps/nptl/fork.c (__libc_fork): Use them.
242         * nptl/pthread_once.c (__pthread_once): Likewise.
243         Update comments.
244
245 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
246
247         [BZ #14138]
248         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
249         name.
250         (writev): Use __libc_writev as strong name.
251         * sysdeps/unix/sysv/linux/readv.c: Remove file.
252         * sysdeps/unix/sysv/linux/writev.c: Likewise.
253
254 2014-10-17  Roland McGrath  <roland@hack.frob.com>
255
256         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
257
258         * sysdeps/i386/nptl/tls.h
259         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
260         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
261         New macros.
262         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
263         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
264         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
265         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
266         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
267         Call CHECK_THREAD_SYSINFO instead of doing an assert.
268
269         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
270         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
271         on [__NR_futex].
272         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
273         broken out of ...
274         (__pthread_mutex_init): ... here.  Call it.
275         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
276         Conditionalize PI cases on [__NR_futex].
277         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
278         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
279         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
280
281         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
282         conditional on [SIGSETXID].
283         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
284         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
285         is defined.  Likewise for SIGSETXID.
286         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
287         Conditionalize definitions on [SIGSETXID].
288         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
289         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
290         unblocking on [SIGCANCEL].
291
292         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
293         [__NR_set_robust_list].
294
295 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
296
297         * string/strcoll_l.c (get_next_seq): Fix up formatting.
298         (do_compare): Likewise.
299
300 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
301
302         [BZ #15884]
303         * string/strcoll_l.c: Don't include stdio.h.
304         (coll_seq): Remove members idxarr and rulearr.
305         (get_next_seq_cached): Remove function.
306         (get_next_seq): Likewise.
307         (get_next_seq_nocache): Rename to get_next_seq.
308         (do_compare): Remove function.
309         (do_compare_nocache): Rename to do_compare.
310         (STRCOLL): Remove weight and rules cache.
311
312 2014-10-16  Roland McGrath  <roland@hack.frob.com>
313
314         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
315         * sysdeps/arm/sfp-machine.h: ... to here.
316         * sysdeps/arm/Implies: Remove arm/soft-fp.
317
318 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
319
320         * conform/data/sys/utsname.h-data (*_t): Allow.
321         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
322         [POSIX] (WEXITED): Do not expect constant.
323         [POSIX] (WSTOPPED): Likewise.
324         [POSIX] (WNOHANG): Likewise.
325         [POSIX] (WNOWAIT): Likewise.
326         [POSIX] (siginfo_t): Do not expect type or elements.
327         [POSIX] (pid_t): Do not expect type.
328         [POSIX] (signal.h): Do not allow header.
329         [POSIX] (sys/resource.h): Likewise.
330         [POSIX] (si_*): Do not allow pattern.
331         [POSIX] (W*): Likewise.
332         [POSIX] (P_*): Likewise.
333         [POSIX] (BUS_*): Likewise.
334         [POSIX] (CLD_*): Likewise.
335         [POSIX] (FPE_*): Likewise.
336         [POSIX] (ILL_*): Likewise.
337         [POSIX] (POLL_*): Likewise.
338         [POSIX] (SEGV_*): Likewise.
339         [POSIX] (SI_*): Likewise.
340         [POSIX] (TRAP_*): Likewise.
341         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
342         variable.
343
344 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
345
346         [BZ #12926]
347         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
348         infinite loop when __recvmsg returns 0.
349
350 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
351
352         * CANCEL-FCT-WAIVE: Remove file.
353         * CANCEL-FILE-WAIVE: Likewise.
354
355         [BZ #14132]
356         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
357         instead of INTVARDEF.
358         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
359         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
360         rtld_hidden_data_def instead of INTVARDEF.
361         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
362         * elf/dl-deps.c (expand_dst): Likewise.
363         * elf/dl-load.c (_dl_dst_count): Likewise.
364         (_dl_dst_substitute): Likewise.
365         (decompose_rpath): Likewise.
366         (_dl_init_paths): Likewise.
367         (open_path): Likewise.
368         (_dl_map_object): Likewise.
369         * elf/rtld.c (dl_main): Likewise.
370         (process_dl_audit): Likewise.
371         (process_envvars): Likewise.
372         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
373         Remove declaration.
374         (__libc_enable_secure): Use rtld_hidden_proto.
375
376 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
377
378         * elf/dl-load.c
379         (add_path): New function broken out of _dl_rtld_di_serinfo.
380         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
381
382 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
383
384         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
385         parentheses around macro arguments.
386         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
387         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
388         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
389         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
390         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
391         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
392         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
393         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
394         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
395         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
396         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
397         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
398         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
399         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
400         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
401         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
402         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
403         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
404         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
405         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
406         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
407         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
408         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
409         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
410         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
411         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
412         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
413         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
414         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
415         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
416         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
417         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
418         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
419         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
420         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
421         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
422         Likewise.
423         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
424         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
425         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
426         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
427         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
428         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
429         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
430         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
431         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
432         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
433         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
434         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
435         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
436         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
437         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
438         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
439         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
440         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
441         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
442         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
443         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
444         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
445         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
446         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
447         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
448         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
449         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
450         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
451         (_FP_FRAC_SRS_1): Likewise.
452         (_FP_FRAC_CLZ_1): Likewise.
453         (_FP_MUL_MEAT_1_imm): Likewise.
454         (_FP_MUL_MEAT_1_wide): Likewise.
455         (_FP_MUL_MEAT_1_hard): Likewise.
456         (_FP_SQRT_MEAT_1): Likewise.
457         (_FP_FRAC_ASSEMBLE_1): Likewise.
458         (_FP_FRAC_DISASSEMBLE_1): Likewise.
459         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
460         (__FP_CLZ_2): Likewise.
461         (_FP_MUL_MEAT_2_wide): Likewise.
462         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
463         (_FP_MUL_MEAT_2_gmp): Likewise.
464         (_FP_MUL_MEAT_2_120_240_double): Likewise.
465         (_FP_SQRT_MEAT_2): Likewise.
466         (_FP_FRAC_ASSEMBLE_2): Likewise.
467         (_FP_FRAC_DISASSEMBLE_2): Likewise.
468         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
469         (_FP_FRAC_CLZ_4): Likewise.
470         (_FP_MUL_MEAT_4_wide): Likewise.
471         (_FP_MUL_MEAT_4_gmp): Likewise.
472         (_FP_SQRT_MEAT_4): Likewise.
473         (_FP_FRAC_ASSEMBLE_4): Likewise.
474         (_FP_FRAC_DISASSEMBLE_4): Likewise.
475         * soft-fp/op-common.h (_FP_CMP): Likewise.
476         (_FP_CMP_EQ): Likewise.
477         (_FP_CMP_UNORD): Likewise.
478         (_FP_TO_INT): Likewise.
479         (_FP_FROM_INT): Likewise.
480         [!__FP_CLZ] (__FP_CLZ): Likewise.
481         (_FP_DIV_HELP_imm): Likewise.
482         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
483         Likewise.
484         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
485         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
486         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
487         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
488         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
489         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
490         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
491         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
492         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
493         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
494         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
495         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
496         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
497         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
498         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
499         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
500         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
501         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
502         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
503         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
504         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
505         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
506         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
507         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
508         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
509         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
510         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
511         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
512         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
513         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
514         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
515         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
516         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
517         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
518         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
519         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
520         (FP_UNPACK_RAW_SP): Likewise.
521         (FP_PACK_RAW_S): Likewise.
522         (FP_PACK_RAW_SP): Likewise.
523         (FP_UNPACK_S): Likewise.
524         (FP_UNPACK_SP): Likewise.
525         (FP_UNPACK_SEMIRAW_S): Likewise.
526         (FP_UNPACK_SEMIRAW_SP): Likewise.
527         (FP_PACK_S): Likewise.
528         (FP_PACK_SP): Likewise.
529         (FP_PACK_SEMIRAW_S): Likewise.
530         (FP_PACK_SEMIRAW_SP): Likewise.
531         (_FP_SQRT_MEAT_S): Likewise.
532         (FP_CMP_S): Likewise.
533         (FP_CMP_EQ_S): Likewise.
534         (FP_CMP_UNORD_S): Likewise.
535         (FP_TO_INT_S): Likewise.
536         (FP_FROM_INT_S): Likewise.
537
538         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
539
540         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
541         (FP_EX_INVALID_IMZ): Likewise.
542         (FP_EX_INVALID_IMZ_FMA): Likewise.
543         (FP_EX_INVALID_ISI): Likewise.
544         (FP_EX_INVALID_ZDZ): Likewise.
545         (FP_EX_INVALID_IDI): Likewise.
546         (FP_EX_INVALID_SQRT): Likewise.
547         (FP_EX_INVALID_CVI): Likewise.
548         (FP_EX_INVALID_VC): Likewise.
549         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
550         "invalid" exceptions.
551         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
552         (_FP_ADD_INTERNAL): Likewise.
553         (_FP_MUL): Likewise.
554         (_FP_FMA): Likewise.
555         (_FP_DIV): Likewise.
556         (_FP_CMP_CHECK_NAN): Likewise.
557         (_FP_SQRT): Likewise.
558         (_FP_TO_INT): Likewise.
559         (FP_EXTEND): Likewise.
560
561 2014-10-09  Allan McRae  <allan@archlinux.org>
562
563         * po/fr.po: Update French translation from translation project.
564
565 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
566
567         [BZ #14132]
568         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
569         of INTDEF.
570         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
571         (__cxa_atexit): Use libc_hidden_proto.
572         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
573
574         [BZ #14132]
575         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
576         declaration.
577         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
578         [!_ISOMAC] (__iswspace_l_internal): Likewise.
579         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
580         [!_ISOMAC] (__iswctype_internal): Likewise.
581         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
582         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
583         alias.
584         (fcntl): Remove __fcntl_internal alias.
585         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
586         __connect_internal alias.
587         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
588         Likewise.
589
590         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
591         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
592         FP_DENORM_ZERO.
593         (_FP_CHECK_FLUSH_ZERO): New macro.
594         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
595         (_FP_CMP): Likewise.
596         (_FP_CMP_EQ): Likewise.
597         (_FP_TO_INT): Do not set inexact for subnormal arguments if
598         FP_DENORM_ZERO.
599         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
600         (FP_TRUNC): Likewise.
601
602         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
603         treated as invalid conversion, not as normal exponent.
604
605         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
606         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
607         (_FP_CMP_EQ): Likewise.
608         (_FP_CMP_UNORD): Likewise.
609         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
610         (FP_CMP_EQ_D): Likewise.
611         (FP_CMP_UNORD_D): Likewise.
612         * soft-fp/extended.h (FP_CMP_E): Likewise.
613         (FP_CMP_EQ_E): Likewise.
614         (FP_CMP_UNORD_E): Likewise.
615         * soft-fp/quad.h (FP_CMP_Q): Likewise.
616         (FP_CMP_EQ_Q): Likewise.
617         (FP_CMP_UNORD_Q): Likewise.
618         * soft-fp/single.h (FP_CMP_S): Likewise.
619         (FP_CMP_EQ_S): Likewise.
620         (FP_CMP_UNORD_S): Likewise.
621         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
622         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
623         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
624         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
625         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
626         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
627         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
628         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
629         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
630         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
631         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
632         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
633         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
634         to FP_CMP_Q.
635         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
636         FP_CMP_Q.
637         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
638         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
639         FP_CMP_EQ_Q.
640         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
641         FP_CMP_Q.
642         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
643         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
644         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
645         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
646         FP_CMP_EQ_Q.
647         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
648         FP_CMP_Q.
649         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
650         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
651         FP_CMP_EQ_Q.
652         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
653         FP_CMP_Q.
654         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
655         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
656         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
657         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
658         FP_CMP_EQ_Q.
659
660         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
661         a subnormal result, set the underflow exception if trapping on
662         underflow is enabled.
663         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
664         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
665         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
666         redefine to 0.
667         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
668         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
669         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
670         * soft-fp/extendxftf2.c (__extendxftf2): Use
671         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
672
673         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
674         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
675         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
676         FP_HANDLE_EXCEPTIONS.
677         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
678         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
679         FP_HANDLE_EXCEPTIONS.
680         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
681         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
682         FP_HANDLE_EXCEPTIONS.
683         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
684         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
685         FP_HANDLE_EXCEPTIONS.
686
687 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
688
689         [BZ #14132]
690         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
691         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
692         use INTUSE.
693         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
694         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
695         Remove alias.
696         (__adjtimex): Define using libc_hidden_ver.
697         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
698         Remove declaration.
699         (ntp_gettime): Call __adjtimex directly.
700         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
701         Remove declaration.
702         (ntp_gettimex): Call __adjtimex directly.
703         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
704         __adjtimex_internal alias.
705
706 2014-10-08  Roland McGrath  <roland@hack.frob.com>
707
708         [BZ #17460]
709         * nscd/nscd.c (more_help): Rewrite list of tables collection
710         using xstrdup and asprintf.
711
712         * nscd/nscd_conf.c: Remove local xstrdup declaration.
713
714 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
715             Roland McGrath  <roland@hack.frob.com>
716
717         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
718         (do_lookup_unique): ... local function 'enter' here; update callers.
719
720 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
721
722         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
723         compat_symbol calls on [SHARED].
724         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
725         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
726         Remove.
727         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
728         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
729         (oldsetrlimit): Remove.
730         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
732         (lchown): New syscall entry.
733         (oldsetrlimit): Remove.
734         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
735         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
736         (oldsetrlimit): Remove.
737         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
738
739         [BZ #14138]
740         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
741         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
742         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
743         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
744         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
745         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
746         (fchown): Likewise.
747         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
748         (fchown): Likewise.
749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
750         Likewise.
751
752 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
753
754         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
755         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
756         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
757         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
758         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
759         Likewise.
760         (__old_sem_post): Likewise.
761
762 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
763
764         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
765         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
766         HAVE_CLOCK_GETTIME_VSYSCALL macros.
767         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
768         Use INLINE_VSYSCALL macro.
769         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
770         __vdso_clock_gettime.
771         * sysdeps/unix/sysv/linux/tile/init-first.c
772         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
773         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
774         __vdso_clock_gettime.
775
776         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
777         to set up frame more cleanly.
778
779         * sysdeps/tile/memcmp.c: New file.
780
781         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
782
783         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
784         * sysdeps/tile/tilegx/strcasestr.c: New file.
785         * sysdeps/tile/tilegx/strnlen.c: New file.
786         * sysdeps/tile/tilegx/strstr.c: New file.
787
788         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
789
790 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
791
792         * nptl/tst-setuid3.c: Write errors to stdout.
793
794 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
795
796         * elf/dl-deps.c
797         (preload): New functions broken out of _dl_map_object_deps.
798         (_dl_map_object_deps):  Remove a nested function. Update call sites.
799
800 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
801
802         [BZ #14138]
803         * sysdeps/unix/sysv/linux/execve.c: Remove file.
804         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
805
806 2014-10-01  Steve Ellcey  <sellcey@mips.com>
807
808         * sysdeps/mips/strcmp.S: New.
809
810 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
811
812         [BZ #14138]
813         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
814         (linkat): Likewise.
815         (mkdirat): Likewise.
816         (readlinkat): Likewise.
817         (renameat): Likewise.
818         (symlinkat): Likewise.
819         (unlinkat): Likewise.
820         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
821         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
822         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
823         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
824         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
825         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
826         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
827
828 2014-09-30  Will Newton  <will.newton@linaro.org>
829
830         * math/math.h: Define long double math functions if
831         _LIBC_TEST is defined.
832         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
833
834         * localedata/Makefile: Move assignment to tests-special
835         into an ifdef testing run-built-tests.
836         * timezone/Makefile: Likewise.
837
838 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
839
840         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
841         with $(BASH) not $(SHELL).
842
843 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
844             Matthew LeGendre  <legendre1@llnl.gov>
845
846         [BZ #17411]
847         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
848         l_reloc_result.
849
850 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
851
852         * stdio-common/printf_fp.c
853         (hack_digit): New function, broken out of ...
854         (__printf_fp): ... local function here.  Update call sites.
855         hack_digit now takes an additional parameter that is a pointer
856         to a struct of the referenced locals.  Those locals moved inside
857         the struct and references updated.
858
859 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
860
861         * aclocal.m4: Require autoconf 2.69.
862         * configure: Regenerated.
863         * sysdeps/aarch64/configure: Likewise.
864         * sysdeps/alpha/configure: Likewise.
865         * sysdeps/arm/armv7/configure: Likewise.
866         * sysdeps/arm/configure: Likewise.
867         * sysdeps/ia64/configure: Likewise.
868         * sysdeps/mach/configure: Likewise.
869         * sysdeps/mips/configure: Likewise.
870         * sysdeps/s390/configure: Likewise.
871         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
873
874         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
875         file.
876         * sysdeps/ia64/configure.ac: Likewise.
877
878 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
879
880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
881         specify symbol version for ld.so.  Do not include entry for
882         libpthread.
883         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
884         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
885         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
886
887         [BZ #14171]
888         * Makeconfig [$(build-shared) = yes]
889         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
890         makefiles.
891         [$(build-shared) = yes && $(soversions.mk-done) = t]
892         ($(common-objpfx)gnu/lib-names.h): Remove rule.
893         [$(build-shared) = yes && $(soversions.mk-done) = t]
894         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
895         to Makerules.
896         [$(build-shared) = yes && $(soversions.mk-done) = t]
897         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
898         here.
899         [$(build-shared) = yes && $(soversions.mk-done) = t]
900         (common-generated): Don't append gnu/lib-names.h and
901         gnu/lib-names.stmp here.
902         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
903         (lib-names-h-abi): New variable.
904         [$(build-shared) = yes && $(soversions.mk-done) = t]
905         (lib-names-stmp-abi): Likewise.
906         [$(build-shared) = yes && $(soversions.mk-done) = t &&
907         abi-variants] (before-compile): Append
908         $(common-objpfx)$(lib-names-h-abi).
909         [$(build-shared) = yes && $(soversions.mk-done) = t &&
910         abi-variants] (common-generated): Append gnu/lib-names.h.
911         [$(build-shared) = yes && $(soversions.mk-done) = t &&
912         abi-variants] (install-others-nosubdir): Depend on
913         $(inst_includedir)/$(lib-names-h-abi).
914         [$(build-shared) = yes && $(soversions.mk-done) = t &&
915         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
916         [$(build-shared) = yes && $(soversions.mk-done) = t]
917         ($(common-objpfx)$(lib-names-h-abi)): New rule.
918         [$(build-shared) = yes && $(soversions.mk-done) = t]
919         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
920         [$(build-shared) = yes && $(soversions.mk-done) = t]
921         (common-generated): Append $(lib-names-h-abi) and
922         $(lib-names-stmp-abi).
923         * scripts/lib-names.awk: Do not handle multi being set.
924         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
925         Remove variable.
926         (abi-lp64_be-ld-soname): Likewise.
927         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
928         Likewise.
929         (abi-hard-ld-soname): Likewise.
930         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
931         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
932         Remove variable.
933         (abi-o32_hard-ld-soname): Likewise.
934         (abi-o32_soft_2008-ld-soname): Likewise.
935         (abi-o32_hard_2008-ld-soname): Likewise.
936         (abi-n32_soft-ld-soname): Likewise.
937         (abi-n32_hard-ld-soname): Likewise.
938         (abi-n32_soft_2008-ld-soname): Likewise.
939         (abi-n32_hard_2008-ld-soname): Likewise.
940         (abi-n64_soft-ld-soname): Likewise.
941         (abi-n64_hard-ld-soname): Likewise.
942         (abi-n64_soft_2008-ld-soname): Likewise.
943         (abi-n64_hard_2008-ld-soname): Likewise.
944         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
945         Likewise.
946         (abi-64-v2-ld-soname): Likewise.
947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
948         ld.so entries.
949         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
950         variable.
951         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
952         entry.
953         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
954         variable.
955         (abi-64-ld-soname): Likewise.
956         (abi-x32-ld-soname): Likewise.
957         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
958         entry.
959         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
960
961 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
962
963         [BZ #14138]
964         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
965         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
966         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
967         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
968         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
969         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
970         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
971         syscall entry for GLIBC_2.2 symbol version.
972         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
973         Likewise.
974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
975         (setrlimit): Likewise.
976         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
977         Likewise.
978
979 2014-09-23  Will Newton  <will.newton@linaro.org>
980
981         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
982         _LINUX_ARM_SYSDEP_H include guard too.
983         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
984         define.
985
986 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
987
988         * sysdeps/unix/sysv/linux/eventfd.c:
989         Make first argument unsigned.
990         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
991         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
992
993 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
994
995         * socket/recvmmsg.c (recvmmsg): Drop const argument.
996         * socket/sys/socket.h: Likewise
997         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
998
999 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1000
1001         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
1002
1003 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
1004
1005         * time/tst-ftime.c: New test.
1006         * time/Makefile (tests): Add tst-ftime.
1007
1008 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
1009
1010         * soft-fp/extended.h: Fix comment formatting.
1011         * soft-fp/op-1.h: Likewise.
1012         * soft-fp/op-2.h: Likewise.
1013         * soft-fp/op-4.h: Likewise.
1014         * soft-fp/op-8.h: Likewise.
1015         * soft-fp/op-common.h: Likewise.
1016         * soft-fp/soft-fp.h: Likewise.
1017
1018         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
1019
1020 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
1021
1022         [BZ #6652]
1023         * Makeconfig (soversions-default-setname): Remove variable.
1024         ($(common-objpfx)soversions.i): Don't pass default_setname to
1025         soversions.awk.
1026         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
1027         oldest_abi to abi-versions.awk.
1028         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
1029         * config.make.in (oldest-abi): Remove variable.
1030         * configure.ac (--enable-oldest-abi): Remove configure option.
1031         * configure: Regenerated.
1032         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
1033         text.
1034         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
1035         * scripts/soversions.awk: Do not handle default_setname variable.
1036         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
1037         variable.
1038         * sysdeps/mach/hurd/configure: Regenerated.
1039         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
1040         variable.
1041         * sysdeps/unix/sysv/linux/configure: Regenerated.
1042
1043 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1044
1045         * elf/Makefile (CFLAGS-interp.c): Remove.
1046         ($(elf-objpfx)runtime-linker.h): Generate header with linker
1047         path string.
1048         * elf/interp.c: Include generated runtime-linker.h
1049
1050         * Makerules (lib%.so): Don't include $(+interp) in
1051         prerequisites.
1052         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
1053         * dlfcn/eval.c: Remove file.
1054
1055         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
1056         macros.
1057
1058         [BZ #17266]
1059         * misc/sys/cdefs.h: Define __extern_always_inline for clang
1060         4.2 and newer.
1061
1062         [BZ #17370]
1063         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
1064
1065 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1066             Jakub Jelinek  <jakub@redhat.com>
1067
1068         [BZ #17266]
1069         * libio/stdio.h: Check definition of __fortify_function
1070         instead of __extern_always_inline to include bits/stdio2.h.
1071         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
1072         check if __extern_always_inline is defined.
1073         [__USE_MISC || __USE_XOPEN]: Likewise.
1074         [__USE_ISOC99] Likewise.
1075         * misc/sys/cdefs.h (__fortify_function): Define only if
1076         __extern_always_inline is defined.
1077         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
1078         __extern_always_inline and __extern_inline only for g++-4.3
1079         and newer or a compatible gcc.
1080
1081 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
1082
1083         [BZ #17371]
1084         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
1085         last change to handle zero prefix length.
1086
1087 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
1088
1089         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
1090         _SC_REGEX_VERSION.
1091
1092         * posix/getconf.c (vars): Add _POSIX_IPV6 and
1093         _POSIX_RAW_SOCKETS.
1094
1095 2014-09-13  Allan McRae  <allan@archlinux.org>
1096
1097         * po/ru.po: Update Russian translation from translation project.
1098
1099 2014-09-12  Roland McGrath  <roland@hack.frob.com>
1100
1101         * locale/programs/locale.c (show_locale_vars): Inline local function
1102         into its sole call site.  Clean up some style nits.
1103         (print_item): New function, broken out of ...
1104         (show_info): ... local function here.  Clean up style nits.
1105
1106         * locale/programs/ld-ctype.c (set_one_default): New function, broken
1107         out of ...
1108         (set_class_defaults): ... local function set_default here.
1109         Define set_default as a macro locally to pass constant parameters.
1110         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
1111         rather than a shared local.
1112
1113         * stdlib/rpmatch.c (try): New function, broken out of ...
1114         (rpmatch): ... local function here.  Also, prototypify definition.
1115
1116 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
1117
1118         * scripts/soversions.awk: Do not handle configuration names.
1119         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
1120         vendor and os variables to soversions.awk.
1121         * configure.ac: Do not modify gnu-* host_os.
1122         * configure: Regenerated
1123         * shlib-versions: Remove first column with configuration names.
1124         * nptl/shlib-versions: Likewise.
1125         * nptl_db/shlib-versions: Likewise.
1126         * sysdeps/hppa/shlib-versions: Likewise.
1127         * sysdeps/m68k/shlib-versions: Likewise.
1128         * sysdeps/mach/hurd/shlib-versions: Likewise.
1129         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
1130         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
1131         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
1132         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
1133         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
1134         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
1135         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
1136         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
1137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1138         Likewise.
1139         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1140         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1141         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1142         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1143         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1144         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
1145         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1146         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1147
1148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
1149         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
1150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1151         Regenerated.
1152         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
1153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1154         Condition symbol version definitions on [HAVE_ELFV2_ABI].
1155
1156         * shlib-versions: Remove OS-specific entries.  Moved to files in
1157         sysdeps.
1158         * sysdeps/mach/hurd/shlib-versions: New file.
1159         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1160
1161         * nptl/shlib-versions: Remove architecture-specific entries.
1162         Moved to files in sysdeps.
1163         * shlib-versions: Likewise.
1164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
1165         file.
1166         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1167         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1168         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1169         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1170
1171         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
1172         (UDP_NO_CHECK6_RX): Likewise.
1173
1174 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1175
1176         * sysdeps/posix/sysconf.c (__sysconf): Spell
1177         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
1178
1179 2014-08-12  Florian Weimer  <fweimer@redhat.com>
1180
1181         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
1182         loading.
1183         * iconv/Versions (__gconv_transliterate): Export for use from
1184         gconv modules.
1185         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
1186         (struct __gconv_trans_data, __gconv_trans_fct,
1187         __gconv_trans_context_fct, __gconv_trans_query_fct,
1188         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
1189         definitions.
1190         (struct __gconv_step_data): Remove __trans member.
1191         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
1192         longer hidden.  Remove unused trans_data argument.
1193         * iconv/gconv_int.h (struct trans_struct): Remove definition.
1194         (__gconv_translit_find): Remove declaration.
1195         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
1196         prototype.
1197         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
1198         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
1199         trans_data argument.  Add hidden definition.
1200         (__gconv_translit_find): Remove.
1201         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1202         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1203         * iconv/skeleton.c: Remove transliteration initialization.
1204         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1205         __gconv_step_data initialization.
1206         * libio/iofwide.c (__libio_translit_): Remove.
1207         (_IO_fwide): Adjust struct __gconv_step_data initialization.
1208         * wcsmbs/btowc.c (__btowc): Likewise.
1209         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1210         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1211         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1212         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1213         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1214         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1215         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1216         * wcsmbs/wctob.c (wctob): Likewise.
1217
1218 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1219
1220         [BZ #16194]
1221         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1222         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
1223         register usage.
1224         * sysdeps/x86/Makefile: Adjust.
1225
1226 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1227             Roland McGrath  <roland@hack.frob.com>
1228
1229         * locale/weight.h: Add include guard.
1230         (findidx): Make static rather than auto; take new parameters
1231         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1232         * locale/weightwc.h: Likewise.
1233         * posix/fnmatch_loop.c
1234         (FCT): Change type of EXTRA from int32_t to wint_t.
1235         Don't include either header inside the function.
1236         Call FINDIDX rather than findidx, and pass new arguments.
1237         #undef FINDIDX at the end of the file.
1238         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1239         FINDIDX before including fnmatch_loop.c for the non-wide version.
1240         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1241         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1242         for the wide version.
1243         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1244         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1245         Pass new arguments to findidx.
1246         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1247         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1248         Don't #include it inside the function.  Pass new arguments to findidx.
1249         * posix/regex_internal.h
1250         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1251         (re_string_elem_size_at): Don't #include it inside the function.
1252         Pass new arguments to findidx.
1253         * string/strcoll_l.c: #include WEIGHT_H at top level.
1254         (get_next_seq): Don't #include it inside the function.
1255         Pass new arguments to findidx.
1256         (get_next_seq_nocache): Likewise.
1257         * string/strxfrm_l.c: #include WEIGHT_H at top level.
1258         (STRXFRM): Don't #include it inside the function.
1259         Pass new arguments to findidx.
1260
1261 2014-09-11  Florian Weimer  <fweimer@redhat.com>
1262
1263         [BZ #17344]
1264         * malloc/malloc.c (unlink): Turn asserts into a call to
1265         malloc_printerr.
1266
1267 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
1268
1269         [BZ #17370]
1270         * libio/wfileops (do_ftell_wide): Free OUT.
1271
1272 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
1273
1274         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1275
1276 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1277
1278         [BZ #17363]
1279         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1280         group if the current group is empty.
1281
1282 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1283
1284         * benchtests/bench-memset.c (test_main): Add more test from size
1285         from 32 to 512 bytes.
1286         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1287         Add POWER8 memset object.
1288         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1289         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1290         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1291         implementation.
1292         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1293         Likewise.
1294         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1295         multiarch POWER8 memset optimization.
1296         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1297         POWER8 memset optimization.
1298
1299         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1300         Remove bzero multiarch objects.
1301         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1302         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1303         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1304         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1305         Remove define.
1306         [__bzero]: Redefine to specific name.
1307         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1308         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1309         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1310         define.
1311         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1312         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1313
1314 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1315
1316         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1317         warnings into errors.
1318
1319         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1320         __cxa_thread_atexit_impl prototype.
1321
1322 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1323
1324         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1325         Fix capitalization of error message.
1326
1327 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1328
1329         * sysdeps/mips/preconfigure: Modify ABI tests.
1330
1331 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1332
1333         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1334
1335 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1336             Carlos O'Donell  <carlos@systemhalted.org>
1337
1338         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1339         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1340         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1341         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1342         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1343         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1344         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1345         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1346         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1347         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1348         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1349         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1350         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1351         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1352         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1353         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1354         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1355         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1356         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1357         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1358         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1359         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1360         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1361         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1362         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1363         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1364         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1365         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1366         Deconditionalize the code that was previously under [RESET_PID].
1367         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1368         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1369         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1370         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1371         include sysdep.h.
1372
1373 2014-09-08  Allan McRae  <allan@archlinux.org>
1374
1375         * version.h (RELEASE): Set to "development".
1376         (VERSION): Set to "2.20.90"
1377
1378 2014-09-07  Allan McRae  <allan@archlinux.org
1379
1380         * version.h (RELEASE): Set to "stable".
1381         (VERSION): Set to "2.20"
1382         * include/features.h (__GLIBC_MINOR__): Set to 20.
1383
1384         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1385         Liebler.
1386
1387         * po/ko.po: Update Korean translation from translation project.
1388
1389 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1390
1391         [BZ #17354]
1392         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1393         macro for handling signed relocations.
1394
1395 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1396
1397         [BZ #17325]
1398         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1399         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1400         assert.
1401         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1402         * iconvdata/ibm935.c (BODY): Likewise.
1403         * iconvdata/ibm937.c (BODY): Likewise.
1404         * iconvdata/ibm939.c (BODY): Likewise.
1405         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1406         assert.
1407         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1408         script.
1409         * iconvdata/run-iconv-test.sh: New test loop for checking for
1410         decoder crashers.
1411
1412 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1413
1414         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1415         libm_hidden_ver.
1416
1417 2014-09-01  Allan McRae  <allan@archlinux.org>
1418
1419         * po/eo.po: Update Esperanto translation from translation project.
1420
1421         * po/ca.po: Update Catalan translation from translation project.
1422
1423 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1424
1425         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1426         __proc_dostop call.
1427
1428 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1429
1430         [BZ #17319]
1431         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1432         to call set_thread_area instead of hand written asm.
1433         (__NR_set_thread_area): Removed define.
1434         (TLS_FLAG_WRITABLE): Likewise.
1435         (__ASSUME_SET_THREAD_AREA): Remove check.
1436         (TLS_EBX_ARG): Remove define.
1437         (TLS_LOAD_EBX): Likewise.
1438
1439 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1440
1441         Simplify atomicity of socket creation in bind.
1442
1443         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1444         looking up the name after linking the file.
1445
1446 2014-08-27  Allan McRae  <allan@archlinux.org>
1447
1448         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1449
1450 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1451
1452         [BZ #17187]
1453         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1454         trans_compare, open_translit, __gconv_translit_find):
1455         Remove module loading code.
1456
1457 2014-08-26  Allan McRae  <allan@archlinux.org>
1458
1459         * po/vi.po: Update Vietnamese translation from translation project.
1460
1461         * po/uk.po: Update Ukrainian translation from translation project.
1462
1463         * po/fr.po: Update French translation from translation project.
1464
1465         * po/ru.po: Update Russian translation from translation project.
1466
1467         * po/pl.po: Update Polish translation from translation project.
1468
1469         * po/cs.po: Update Czech translation from translation project.
1470
1471         * po/de.po: Update German translation from translation project.
1472
1473         * po/bg.po: Update Bulgarian translation from translation project.
1474
1475         * po/sv.po: Update Sweedish translation from translation project.
1476
1477         * po/nl.po: Update Dutch translation from translation project.
1478
1479         * po/es.po: Update Spanish translation from translation project.
1480
1481 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1482
1483         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1484
1485         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1486         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1487         (CPPFLAGS-iconvconfig): Likewise.
1488         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1489
1490         * include/libc-symbols.h: Remove unnecessary check for
1491         NOT_IN_libc.
1492         * nptl/pthreadP.h: Likewise.
1493         * sysdeps/aarch64/setjmp.S: Likewise.
1494         * sysdeps/alpha/setjmp.S: Likewise.
1495         * sysdeps/arm/sysdep.h: Likewise.
1496         * sysdeps/i386/setjmp.S: Likewise.
1497         * sysdeps/m68k/setjmp.c: Likewise.
1498         * sysdeps/posix/getcwd.c: Likewise.
1499         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1500         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1501         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1502         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1503         * sysdeps/sh/sh3/setjmp.S: Likewise.
1504         * sysdeps/sh/sh4/setjmp.S: Likewise.
1505         * sysdeps/unix/alpha/sysdep.h: Likewise.
1506         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1507         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1508         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1509         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1512         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1513         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1514         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1515         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1516         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1517         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1518         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1519         * sysdeps/x86_64/setjmp.S: Likewise.
1520
1521 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1522
1523         [BZ #17263]
1524         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1525         <stdint.h>.
1526         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1527         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1528
1529 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1530
1531         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1532
1533         [BZ #17262]
1534         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1535         and __x86_64__ when disabling x87 inline functions.
1536
1537 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1538
1539         [BZ #17259]
1540         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1541         asm statement with __cpuid_count.
1542
1543 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1544
1545         * configure.ac: Change __ehdr_start code to dereference the struct.
1546         Run readelf on the output to look for relocations.
1547         * configure: Regenerated.
1548
1549 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1550
1551         [BZ #17261]
1552         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1553         value to 0.
1554         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1555
1556 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1557
1558         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1559
1560 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1561
1562         [BZ #16892]
1563         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1564         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1565
1566 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1567
1568         * malloc/malloc.c: Fix typo in comment.
1569
1570 2014-08-09  Allan McRae  <allan@archlinux.org>
1571
1572         * Regenerate libc.po.
1573
1574 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1575
1576         * intl/tst-gettext2.sh: Check every lang file for creation.
1577
1578 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1579
1580         * sysdeps/aarch64/fpu/math_private.h
1581         (libc_feholdsetround_noex_aarch64_ctx): New function.
1582
1583 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1584
1585         * sysdeps/arm/armv6/strcpy.S (strcpy):
1586         Fix performance issue in misaligned cases.
1587
1588 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1589
1590         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1591         Move definition from termios.h.
1592         (struct termio): Likewise.
1593         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1594         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1595         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1596         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1597         Likewise.
1598         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1599         Move definition to ioctl-types.h
1600         (struct termio): Likewise.
1601         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1602         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1603         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1604         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1605         Likewise.
1606
1607 2014-08-05  Richard Henderson  <rth@redhat.com>
1608
1609         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1610         exceptions.
1611         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1612         Add fraiseexcpt.
1613         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1614         Use __feraiseexcept.
1615         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1616         Protect libm symbols with IS_IN_libm.
1617
1618         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1619
1620 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1621
1622         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1623
1624 2014-08-04  Will Newton  <will.newton@linaro.org>
1625
1626         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1627         file.
1628
1629 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1630
1631         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1632         variants for each function.
1633
1634 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1635
1636         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1637         appended ...
1638         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1639         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1640         appended ...
1641         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1642         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1643         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1644         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1645         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1646         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1647         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1648         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1649         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1650         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1651         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1652         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1653         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1654         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1655         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1656         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1657         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1658         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1659         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1660         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1661         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1662         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1663         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1664         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1665         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1666         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1667         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1668         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1669         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1670         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1671         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1672         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1673         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1674         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1675         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1676         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1677         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1678         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1679         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1680         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1681         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1682         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1683         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1684         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1685         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1686         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1687         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1688         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1689         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1690         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1691         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1692         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1693         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1694         Update #include.
1695         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1696         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1697
1698 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1699
1700         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1701         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1702         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1703         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1704         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1705         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1706
1707 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1708
1709         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1710         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1711         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1712         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1713
1714 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1715
1716         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1717         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1718         (__libc_vfork): Define function under this name.
1719         (__vfork): Define as an alias.
1720         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1721         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1722
1723 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1724
1725         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1726         that was previously under [RESET_PID].
1727         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1728
1729 2014-08-04  Andreas Schwab  <schwab@suse.de>
1730
1731         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1732
1733 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1734
1735         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1736         (main): Likewise.
1737
1738 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1739
1740         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1741
1742 2014-08-01  Richard Henderon  <rth@redhat.com>
1743
1744         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1745         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1746         typo in exact zero test.
1747         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1748         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1749         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1750
1751 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1752
1753         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1754         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1755         * sysdeps/arm/sysdep.h: ... here.
1756         [!__ASSEMBLER__]: Include <stdint.h>.
1757
1758 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1759
1760         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1761         (HAVE_WCTYPE_H): Likewise.
1762         (HAVE_ISWCTYPE): Likewise.
1763         (ENABLE_NLS): Likewise.
1764         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1765         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1766
1767         * posix/regex_internal.c: Check if DEBUG is defined and is
1768         set.
1769
1770         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1771         (HAVE_MBSRTOWCS): Likewise.
1772         * posix/fnmatch.c: Include string.h unconditionally.
1773
1774 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1775
1776         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1777         reversal.
1778
1779 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1780
1781         * sysdeps/generic/safe-fatal.h: New file.
1782         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1783         * nptl/forward.c: Include it.
1784         (__pthread_unwind): Use __safe_fatal as default action, rather
1785         than a bogus use of INTERNAL_SYSCALL that could never work.
1786
1787         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1788         * configure.ac (libc_cv_builtin_trap): New test.
1789         * configure: Regenerated.
1790         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1791         (ABORT_INSTRUCTION): Define using __builtin_trap.
1792
1793         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1794         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1795         * sysdeps/nptl/nptl-signals.h: New file.
1796         * nptl/pthreadP.h: Include <nptl-signals.h>.
1797
1798 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1799
1800         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1801         (ONE_DIRECTION): Define.
1802         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1803         (ONE_DIRECTION): Define.
1804         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1805         (ONE_DIRECTION): Define.
1806
1807 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1808
1809         * sysdeps/s390/Makefile: Delete file.
1810         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1811         * sysdeps/s390/__longjmp.c: Delete file.
1812         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1813         Remove fields __flags and __reserved.
1814         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1815         and add versioning.
1816         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1817         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1818         * sysdeps/s390/rtld-setjmp.S: Likewise.
1819         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1820         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1821         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1822         * sysdeps/s390/s390-32/setjmp.S: ... here.
1823         Add versioning.
1824         (__sigsetjmp): Remove setting __flags field.
1825         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1826         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1827         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1828         * sysdeps/s390/s390-64/setjmp.S: ... here.
1829         Add versioning.
1830         (__sigsetjmp): Remove setting __flags field.
1831         * sysdeps/s390/setjmp.S: Delete file.
1832         * sysdeps/s390/sigjmp.c: Likewise.
1833         * sysdeps/s390/v1-longjmp.c: Likewise.
1834         * sysdeps/s390/v1-setjmp.h: Likewise.
1835         * sysdeps/s390/v1-sigjmp.c: Likewise.
1836         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1837         Remove v1-longjmp_chk.
1838         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1839         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1840         Include debug/longjmp_chk.c and add versioning.
1841         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1842         Include nptl/pt-longjmp.c and add versioning.
1843         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1844         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1845         Include __longjmp.c.
1846         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1847         Move to ...
1848         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1849         (__getcontext): Remove setting __flags field.
1850         Add versioning.
1851         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1852         Don't restore upper high grps.
1853         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1854         Likewise.
1855         (__swapcontext): Remove setting uc_flags field.
1856         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1857         Delete file.
1858         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1859         Include __longjmp.c.
1860         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1861         Move to ...
1862         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1863         (__getcontext): Remove setting __flags field.
1864         Add versioning.
1865         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1866         (__swapcontext): Remove setting uc_flags field.
1867         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1868         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1869         Remove fields uc_high_gprs and __reserved.
1870         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1871         New file with reverted content.
1872         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1873         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1874         Regenerated.
1875         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1876         Regenerated.
1877
1878 2014-07-31  Andreas Schwab  <schwab@suse.de>
1879
1880         * config.h.in (HAVE_IFUNC): Define to 0.
1881         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1882         definedness.
1883
1884 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1885
1886         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1887         memmove-avx-unaligned, memcpy-avx-unaligned and
1888         mempcpy-avx-unaligned.
1889         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1890         Add tests for AVX memcpy functions.
1891         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1892         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1893         memcpy_chk.
1894         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1895         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1896         memmove_chk.
1897         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1898         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1899         mempcpy_chk.
1900         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1901         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1902         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1903
1904 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1905
1906         [BZ #17213]
1907         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1908         powerpc64le.
1909
1910 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1911
1912         [BZ #16839]
1913         * manual/llio.texi: Add section about open file description locks.
1914         * manual/examples/ofdlocks.c: Example of open file description
1915         lock usage.
1916         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1917         F_OFD_SETLK, and F_OFD_SETLKW.
1918
1919 2014-07-23  Allan McRae  <allan@archlinux.org>
1920
1921         * po/es.po: Update Spanish translation from translation project.
1922
1923 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1924
1925         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1926
1927 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1928
1929         [BZ #17078]
1930         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1931         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1932         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1933
1934 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1935
1936         [BZ #17088]
1937         * math/fesetenv.c (__fesetenv)
1938         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1939         * math/feupdateenv.c (__feupdateenv)
1940         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1941
1942         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1943         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1944         (__ASSUME_SOCKETCALL): Do not define.
1945
1946         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1947         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1948         (__ASSUME_SOCKETCALL): Do not define.
1949         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1950         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1951         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1952         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1953         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1954         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1955         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1956         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1957
1958         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1959         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1960         (__ASSUME_SOCKETCALL): Do not define.
1961         (__ASSUME_IPC64): Define unconditionally.
1962         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1963         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1964         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1965         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1966         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1967         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1968         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1969         Likewise.
1970
1971         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1972         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1973         (__ASSUME_SOCKETCALL): Do not define.
1974         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1975         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1976         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1977         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1978         (__ASSUME_REQUEUE_PI): Define unconditionally.
1979         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1980         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1981         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1982         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1983         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1984         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1985
1986         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1987         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1988         (__ASSUME_SOCKETCALL): Do not define.
1989         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1990         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1991         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1992         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1993         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1994         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1995
1996         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1997         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1998         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1999         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
2000         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2001         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
2002         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2003         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
2004         (__ASSUME_GETCPU_SYSCALL): Likewise.
2005
2006         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
2007         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
2008         cases for individual architectures.
2009         * sysdeps/gnu/configure: Regenerated.
2010         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
2011         LIBC_SLIBDIR_RTLDDIR.
2012         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
2013         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
2014         LIBC_SLIBDIR_RTLDDIR.
2015         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
2017         LIBC_SLIBDIR_RTLDDIR.
2018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
2019         Regenerated.
2020         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
2021         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
2022         file.
2023         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
2024         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
2025         file.
2026         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
2027         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
2028         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
2029         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
2030
2031         * sysdeps/aarch64/shlib-versions: Move to ...
2032         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
2033         * sysdeps/alpha/shlib-versions: Move to ...
2034         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
2035         * sysdeps/arm/shlib-versions: Move to ...
2036         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
2037         * sysdeps/hppa/shlib-versions: Move all contents except for
2038         libgcc_s entry to ...
2039         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
2040         entry from ...
2041         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
2042         * sysdeps/ia64/shlib-versions: Move to ...
2043         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
2044         entry from ...
2045         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
2046         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
2047         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
2048         * sysdeps/microblaze/shlib-versions: Move to ...
2049         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
2050         * sysdeps/mips/shlib-versions: Move to ...
2051         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
2052         entry from ...
2053         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
2054         * sysdeps/tile/shlib-versions: Move to ...
2055         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
2056         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
2057         from ...
2058         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
2059         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
2060         entry from ...
2061         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
2062
2063 2014-07-17  Will Newton  <will.newton@linaro.org>
2064
2065         * sysdeps/arm/bits/atomic.h
2066         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
2067         (__arch_compare_and_exchange_bool_16_int): Likewise.
2068         (__arch_compare_and_exchange_bool_64_int): Likewise.
2069
2070         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
2071         into an #else block.
2072
2073 2014-07-16  Roland McGrath  <roland@hack.frob.com>
2074
2075         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
2076         just Linux configurations.  Test empirically that the compiler sets
2077         __ARM_EABI__, rather than using the tuple to decide.
2078         * sysdeps/arm/preconfigure: Regenerated.
2079         * sysdeps/unix/sysv/linux/arm/configure: File removed.
2080         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
2081         contents appended ...
2082         * sysdeps/arm/configure.ac: ... here.
2083         * sysdeps/arm/configure: Regenerated.
2084
2085 2014-07-15  Roland McGrath  <roland@hack.frob.com>
2086
2087         * nptl/pthread_kill.c: New file.
2088         * nptl/pthread_sigmask.c: New file.
2089         * nptl/pthread_sigqueue.c: New file.
2090
2091         * sysdeps/nptl/lowlevellock.h: New file.
2092         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
2093         * sysdeps/nptl/lowlevellock-futex.h: New file.
2094
2095         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
2096         Remove dead declarations.
2097
2098 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2099
2100         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
2101         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
2102         config-cflags-avx2.
2103         * sysdeps/x86_64/configure.ac: Likewise.
2104         * sysdeps/i386/configure: Regenerated.
2105         * sysdeps/x86_64/configure: Likewise.
2106         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2107         memset-avx2 only if config-cflags-avx2 is yes.
2108         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2109         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
2110         defined.
2111         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
2112         only if HAVE_AVX2_SUPPORT is defined.
2113         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2114
2115 2014-07-14  Alan Modra  <amodra@gmail.com>
2116
2117         [BZ #17153]
2118         * elf/elf.h (DT_PPC64_NUM): Correct value.
2119         * NEWS: Add to fixed bug list.
2120
2121 2014-07-13  Jim Meyering  <meyering@fb.com>
2122
2123         [BZ 17150]
2124         regex: don't deref NULL upon heap allocation failure
2125         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
2126         failure in one more place.
2127         To trigger the segfault, configure grep -with-included-regex,
2128         build it, and run these commands:
2129         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
2130
2131 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
2132
2133         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2134
2135 2014-07-11  Richard Henderson  <rth@redhat.com>
2136
2137         * sysdeps/aarch64/libm-test-ulps: Update.
2138
2139 2014-07-10  Florian Weimer  <fweimer@redhat.com>
2140
2141         [BZ #17135]
2142         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
2143         * nptl/allocatestack.c (__nptl_setxid_error): New function.
2144         (__nptl_setxid): Initialize error member.  Call
2145         __nptl_setxid_error.
2146         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
2147         * nptl/descr.h (struct xid_command): Add error member.
2148         * nptl/tst-setuid3.c: New file.
2149         * nptl/Makefile (tests): Add it.
2150
2151 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2152
2153         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
2154         New define.
2155         (__lll_trylock): Use __lll_base_trylock.
2156         (__lll_cond_trylock): Likewise.
2157
2158 2014-07-10  Roland McGrath  <roland@hack.frob.com>
2159
2160         * nptl/pthread_create.c (start_thread): Use atomic_or and
2161         lll_futex_wake directly rather than lll_robust_dead.
2162         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2163         (lll_robust_dead): Macro removed.
2164         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
2165         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2166         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2167         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2168         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2169         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2170         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2171         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2172         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2173         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2174         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2175         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2176         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2177         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2178         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2179
2180         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
2181         Use atomic_compare_and_exchange_val_acq directly rather than
2182         lll_robust_trylock.
2183         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2184         (__lll_robust_trylock, lll_robust_trylock): Removed.
2185         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2186         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2187         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2188         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2189         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2190         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2191         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2192         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2193         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2194         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2195         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2196         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2197         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2198         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2199
2200 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2201
2202         * manual/locale.texi (Locale Names): New section documenting
2203         locale name syntax.  Adjust menu and node chaining accordingly.
2204         (Choosing Locale): Reference Locale Names, Locale Categories.
2205         Mention setting LC_ALL=C.  Reflect that name syntax is now
2206         documented.
2207         (Locale Categories): New section title.  Reference Locale Names.
2208         LC_ALL is an environment variable, but not a category.
2209         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2210         description, now in Locale Name.  Reference that section.  Locale
2211         name syntax is now documented.
2212
2213 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2214
2215         [BZ #17137]
2216         * locale/findlocale.c (name_present, valid_locale_name): New
2217         functions.
2218         (_nl_find_locale): Use the loc_name variable to store name
2219         candidates.  Call name_present and valid_locale_name to check and
2220         validate locale names.  Return an error if the locale is invalid.
2221
2222 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2223
2224         * locale/setlocale.c (setlocale): Use strdup for allocating
2225         composite name copy.
2226
2227 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2228
2229         Sync up with gnulib.
2230         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2231         [!_LIBC && ENABLE_NLS]: Include gettext.h.
2232         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2233         and _GL_ARG_NONNULL.
2234         [USE_UNLOCKED_IO]: Include unlocked-io.h.
2235         [!_LIBC]: Include code for Windows and Cygwin.
2236         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2237         Include prototype for int strerror_r.
2238         [!_LIBC] (is_open): New function.
2239         (flush_stdout): New function.
2240         (print_errno_message): Use it.
2241         (error): Likewise.
2242         (error_at_line): Likewise.
2243         (error_tail) Add function attribute macros.  Use
2244         __builtin_expect.
2245
2246         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2247
2248         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2249
2250         * io/ftw.c: Include sys/param.h unconditionally.
2251
2252         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2253
2254         [BZ #17125]
2255         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2256         libc_freeres_ptr.
2257         (freecache): New function to free CACHE on exit.
2258
2259         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2260         initialization.
2261
2262 2014-07-09  David S. Miller  <davem@davemloft.net>
2263
2264         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2265
2266         * sysdeps/sparc/nptl/internaltypes.h: Delete.
2267         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2268         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2269         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2270         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2271         * sysdeps/sparc/nptl/sem_init.c: Likewise.
2272         * sysdeps/sparc/nptl/sem_post.c: Likewise.
2273         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2274         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2275         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2276         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2277         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2278         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2279
2280 2014-07-09  Andreas Schwab  <schwab@suse.de>
2281
2282         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2283         output.
2284         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2285         (do_test): Likewise.
2286
2287         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2288
2289 2014-07-09  Will Newton  <will.newton@linaro.org>
2290
2291         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2292         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2293         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2294         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2295         * sysdeps/hppa/start.S (_start): Likewise.
2296
2297 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2298
2299         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2300
2301         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2302         defined.
2303
2304 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2305
2306         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2307         after checking that it is non-NULL.
2308
2309         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2310
2311 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2312
2313         * sysdeps/powerpc/memmove.c: Remove file.
2314         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2315         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2316         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2317         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2318         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2319         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2320         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2321         string memmove instead of removed powerpc one.
2322
2323         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2324         [weak_alias]: Fix compiler warning due trailing data.
2325         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2326         [weak_alias]: Likewise.
2327         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2328         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2329
2330         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2331         (__libc_ifunc_impl_list): Add memmove functions.
2332
2333 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2334
2335         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2336         Remove code.
2337         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2338         Likewise
2339         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2340         Likewise
2341         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2342         Likewise
2343         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2344         Likewise
2345         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2346         Likewise
2347         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2348         Likewise
2349         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2350         Likewise
2351         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2352         Likewise
2353         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2354         Likewise
2355         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2356         Likewise
2357         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2358         Likewise
2359         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2360         Likewise
2361         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2362         Likewise
2363         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2364         Likewise
2365         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2366         Likewise
2367         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2368         Likewise
2369
2370 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2371
2372         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2373         to avoid alignment traps in non-cacheable memory.
2374         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2375
2376         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2377         multiarch objects.
2378         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2379         file: multiarch power7 memmove.
2380         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2381         multiarch default memmove.
2382         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2383         multiarch memove for powerpc32/power4.
2384
2385         * string/bcopy.c: Use full path to include memmove.c.
2386         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2387         multiarch objects.
2388         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2389         bcopy for powerpc64.
2390         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2391         bcopy for powerpc64.
2392         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2393         and memmove implementations.
2394         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2395         optimized multiarch memmove for POWER7/powerpc64.
2396         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2397         default multiarch memmove for powerpc64.
2398         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2399         multiarch for powerpc64.
2400         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2401         for POWER7/powerpc64.
2402         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2403         memmove for POWER7/powerpc64.
2404
2405         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2406         glibc default one.
2407
2408         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2409         __ELF_NATIVE_CLASS equal to 64.
2410
2411 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2412
2413         * sysdeps/nptl/lowlevellock.h: File removed.
2414
2415         * NEWS: NPTL is no longer an add-on!
2416         * nptl/internaltypes.h: Moved ...
2417         * sysdeps/nptl/internaltypes.h: ... here.
2418         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2419         * sysdeps/nptl/fork.c: Likewise.
2420         * sysdeps/nptl/gai_misc.h: Likewise.
2421         * sysdeps/nptl/librt-cancellation.c: Likewise.
2422         * sysdeps/nptl/jmp-unwind.c: Likewise.
2423         * sysdeps/nptl/setxid.h: Likewise.
2424         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2425         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2426         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2427         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2428         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2429         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2430         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2431         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2432         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2433         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2434         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2435         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2436         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2437         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2438         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2439         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2440         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2441         * nptl/Makeconfig: Moved ...
2442         * sysdeps/nptl/Makeconfig: ... here.
2443         * nptl/configure: File removed.
2444         * nptl/ANNOUNCE: File removed.
2445         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2446         * sysdeps/unix/sysv/linux/configure: Regenerated.
2447
2448         * nptl/Makefile (routines): Add libc_pthread_init,
2449         libc_multiple_threads, register-atfork and unregister-atfork.
2450         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2451         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2452         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2453         pthread-pi-defines.sym, structsem.sym.
2454         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2455         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2456         [$(subdir) = nptl] (tests): Add tst-setgetname.
2457         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2458         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2459         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2460         [!LIBC_SIGACTION]: Remove aliases.
2461         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2462         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2463         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2464         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2465         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2466         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2467         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2468         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2469         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2470         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2471         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2472         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2473         __libc_allocate_rtsig_private.
2474         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2475         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2476         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2477         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2478         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2479         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2480         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2481         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2482         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2483         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2484         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2485         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2486         * nptl/internaltypes.h: ... here.
2487         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2488         * sysdeps/nptl/jmp-unwind.c: ... here.
2489         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2490         * nptl/libc-lowlevellock.c: ... here.
2491         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2492         * nptl/libc_multiple_threads.c: ... here.
2493         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2494         * nptl/libc_pthread_init.c: ... here.
2495         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2496         * nptl/lowlevelbarrier.sym: ... here.
2497         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2498         * nptl/lowlevelcond.sym: ... here.
2499         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2500         * nptl/lowlevellock.c: ... here.
2501         * nptl/lowlevellock.h: Moved ...
2502         * sysdeps/nptl/lowlevellock.h: ... here.
2503         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2504         * nptl/lowlevelrobustlock.c: ... here.
2505         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2506         * nptl/lowlevelrobustlock.sym: ... here.
2507         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2508         * nptl/lowlevelrwlock.sym: ... here.
2509         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2510         * nptl/pt-fork.c: ... here.
2511         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2512         * nptl/pthread-pi-defines.sym: ... here.
2513         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2514         * nptl/pthread_attr_getaffinity.c: ... here.
2515         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2516         * nptl/pthread_attr_setaffinity.c: ... here.
2517         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2518         * nptl/pthread_mutex_cond_lock.c: ... here.
2519         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2520         Update #include.
2521         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2522         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2523         * nptl/pthread_once.c: ... here, replacing old file.
2524         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2525         * nptl/pthread_yield.c: ... here.
2526         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2527         * nptl/register-atfork.c: ... here.
2528         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2529         * nptl/sem_post.c: ... here.
2530         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2531         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2532         * nptl/sem_timedwait.c: ... here.
2533         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2534         * nptl/sem_trywait.c: ... here.
2535         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2536         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2537         * nptl/sem_wait.c: ... here.
2538         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2539         * nptl/structsem.sym: ... here.
2540         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2541         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2542         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2543         * nptl/unregister-atfork.c: ... here.
2544         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2545         * nptl/unwindbuf.sym: ... here.
2546         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2547         * sysdeps/nptl/fork.c: ... here.
2548         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2549         * sysdeps/nptl/fork.h: ... here.
2550         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2551         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2552         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2553         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2554         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2555         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2556         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2557         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2558         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2559         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2560         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2561         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2562         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2563         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2564         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2565         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2566         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2567         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2568         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2569         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2570         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2571         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2572         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2573         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2574         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2575         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2576         * sysdeps/unix/sysv/linux/raise.c: ... here.
2577         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2578         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2579         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2580         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2581         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2582         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2583         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2584         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2585         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2586         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2587         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2588         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2589         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2590         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2591         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2592
2593 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2594
2595         * sysdeps/generic/memcopy.h: Add comment for
2596         MEMCPY_OK_FOR_FWD_MEMMOVE.
2597
2598 2014-07-04  Will Newton  <will.newton@linaro.org>
2599
2600         * string/memchr.c: Merge from gnulib.
2601         [_LIBC]: Remove conditionals.
2602         (__ptr_t): Remove define.
2603         (LONG_MAX_32_BITS): Likewise.
2604         (LONG_MAX): Likewise.
2605         (MEMCHR): Use ANSI prototype and optimize algorithm.
2606
2607         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2608
2609 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2610
2611         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2612         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2613
2614         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2615         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2616         in a bare environment with no <stdlib.h> installed.
2617         * sysdeps/nptl/configure: Regenerated.
2618
2619         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2620
2621         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2622         AC_EGREP_CPP for kernel header checks, so they only succeed if
2623         including <linux/version.h> actually works right.
2624         * sysdeps/unix/sysv/linux/configure: Regenerated.
2625
2626         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2627         value so it's not diagnosed as unused.
2628
2629         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2630         thing) with "ifeq ($(subdir),rt)".
2631
2632 2014-07-03  Richard Henderson  <rth@redhat.com>
2633
2634         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2635         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2636         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2637
2638         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2639         (math_force_eval): New.
2640
2641         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2642         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2643
2644         * sysdeps/alpha/fpu/s_round.c: Remove file.
2645         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2646
2647         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2648         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2649         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2650         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2651         (_dl_start, print_statistics): Likewise.
2652         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2653         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2654
2655         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2656         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2657         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2658         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2659         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2660         (HP_SMALL_TIMING_AVAIL): Define.
2661         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2662         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2663         (HP_SMALL_TIMING_AVAIL): Define.
2664         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2665         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2666
2667         * sysdeps/aarch64/hp-timing.h: New file.
2668
2669         * sysdeps/generic/hp-timing.h: Remove dead comment.
2670         * sysdeps/generic/hp-timing-common.h: New file.
2671         * sysdeps/alpha/hp-timing.h: Include it.
2672         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2673         * sysdeps/i386/i686/hp-timing.h: Likewise.
2674         * sysdeps/ia64/hp-timing.h: Likewise.
2675         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2676         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2677         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2678         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2679         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2680         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2681         (hp_timing_t): New.
2682
2683         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2684         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2685         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2686         * elf/rtld.c (_dl_start_final): Likewise.
2687         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2688         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2689         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2690         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2691         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2692         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2693         (HP_TIMING_DIFF_INIT): Remove.
2694         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2695         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2696         (HP_TIMING_DIFF_INIT): Remove.
2697         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2698         * sysdeps/i386/i686/hp-timing.c: Remove file.
2699         * sysdeps/x86_64/hp-timing.c: Remove file.
2700         * sysdeps/ia64/hp-timing.c: Remove file.
2701         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2702         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2703         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2704         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2705
2706         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2707         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2708         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2709         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2710         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2711         (HP_TIMING_ACCUM): Remove.
2712         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2713         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2714         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2715
2716         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2717         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2718         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2719         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2720         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2721         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2722         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2723         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2724
2725         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2726
2727 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2728
2729         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2730
2731 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2732
2733         Sync up with gettext.
2734         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2735         [_MSC_VER]: Include malloc.h
2736         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2737         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2738         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2739         TEMP_FAILURE_RETRY.  Cast return of alloca.
2740         [!_LIBC] Call gl_rwlock_init.
2741         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2742
2743 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2744
2745         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2746         before checking its value.
2747
2748 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2749
2750         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2751
2752         * debug/memcpy_chk.c: Don't include pagecopy.h.
2753         * debug/mempcpy_chk.c: Likewise.
2754         * string/memcpy.c: Likewise.
2755         * string/memmove.c: Likewise.
2756         * sysdeps/powerpc/memmove.c: Likewise.
2757         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2758         definition of PAGE_COPY_FWD_MAYBE here...
2759         * sysdeps/generic/pagecopy.h: ... from here.
2760         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2761
2762 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2763             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2764
2765         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2766         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2767         optimizations.
2768         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2769         (__libc_ifunc_impl_list): Likewise.
2770         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2771         multiarch strcat for PPC64.
2772         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2773         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2774
2775 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2776
2777         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2778
2779 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2780
2781         * intl/loadmsgcat.c: Remove declaration of
2782         get_sysdep_segment_value.
2783         (get_sysdep_segment_value): Use ISO C style.
2784         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2785         semicolon.  Fix typo and formatting in comment.
2786         (_nl_unload_domain): Use ISO C style.
2787
2788         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2789
2790 2014-07-02  Will Newton  <will.newton@linaro.org>
2791
2792         * malloc/obstack.c: Merge from gnulib master.
2793         [HAVE_CONFIG_H]: Remove conditional code.
2794         [!_LIBC]: Include config.h.
2795         [!ELIDE_CODE]: Don't include inttypes.h, include
2796         stdint.h unconditionally.
2797         (print_and_abort): Mark as _Noreturn.
2798         (_obstack_allocated_p): Mark as __attribute_pure__.
2799         (obstack_free): Rename to __obstack_free.
2800         [!__attribute__]: Remove conditional code.
2801         * malloc/obstack.h: Merge from gnulib master.
2802         [__cplusplus]: Move conditional down.
2803         [!__attribute_pure__]: Define __attribute_pure__ here
2804         if it is not already defined.
2805         (_obstack_memory_used): Mark as __attribute_pure__.
2806         [!__obstack_free]: Define as obstack_free.
2807         [__GNUC__]: Remove check for ancient NeXT gcc.
2808
2809 2014-07-02  Will Newton  <will.newton@linaro.org>
2810             Paul Eggert  <eggert@cs.ucla.edu>
2811
2812         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2813
2814 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2815
2816         * resolv/gethnamaddr.c: Add comment warning that the file is
2817         not maintained.
2818
2819 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2820
2821         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2822         entries.
2823
2824         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2825         entry for aio_cancel and aio_cancel64.
2826         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2827         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2828         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2829         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2830         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2831         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2832         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2833         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2834         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2835         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2836         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2837         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2838         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2839
2840 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2841
2842         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2843         * nptl/pthread_mutex_lock.c: Likewise.
2844         * nptl/pthread_mutex_timedlock.c: Likewise.
2845         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2846
2847 2014-07-01  Richard henderson  <rth@redhat.com>
2848
2849         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2850         (__isnan, __isnanl): Remove.
2851         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2852
2853         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2854
2855 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2856
2857         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2858
2859 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2860
2861         * resolv/nss_dns/dns-host.c (getanswer_r)
2862         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2863
2864 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2865
2866         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2867         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2868         undefine.
2869         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2870         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2871
2872 2014-07-01  Roland McGrath <roland@hack.frob.com>
2873
2874         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2875         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2876
2877         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2878         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2879
2880         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2881         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2882         ... here.
2883         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2884         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2885
2886         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2887         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2888         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2889         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2890
2891         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2892         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2893         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2894         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2895         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2896         Moved ...
2897         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2898         ... here.
2899         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2900         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2901         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2902         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2903         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2904         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2905         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2906         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2907         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2908         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2909         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2910         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2911         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2912         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2913         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2914         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2915         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2916         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2917         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2918         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2919         ... here.
2920         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2921         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2922         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2923         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2924         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2925         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2926         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2927         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2928
2929 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2930
2931         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2932         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2933         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2934         Add sysdep.
2935
2936 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2937
2938         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2939
2940 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2941
2942         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2943         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2944
2945         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2946
2947         * sysdeps/arm/libm-test-ulps: Regenerated.
2948
2949 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2950             Roland McGrath <roland@hack.frob.com>
2951
2952         * test-skeleton.c (signal_handler): Kill the whole process group
2953         before killing the child individually.
2954         (main): Report any failure on `setpgid'.
2955
2956 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2957
2958         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2959         from _TLS_H to _ARM_NPTL_TLS_H.
2960         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2961         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2962
2963 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2964
2965         [BZ #16539]
2966         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2967         (__expm1l): Return argument unchanged when small but not
2968         subnormal.
2969
2970         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2971         include macro name.
2972         (_FP_UNPACK_RAW_1_P): Likewise.
2973         (_FP_PACK_RAW_1): Likewise.
2974         (_FP_PACK_RAW_1_P): Likewise.
2975         (_FP_MUL_MEAT_1_wide): Likewise.
2976         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2977         (_FP_MUL_MEAT_1_hard): Likewise.
2978         (_FP_DIV_MEAT_1_imm): Likewise.
2979         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2980         (_FP_DIV_MEAT_1_udiv): Likewise.
2981         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2982         (_FP_UNPACK_RAW_2): Likewise.
2983         (_FP_UNPACK_RAW_2_P): Likewise.
2984         (_FP_PACK_RAW_2): Likewise.
2985         (_FP_PACK_RAW_2_P): Likewise.
2986         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2987         (_FP_MUL_MEAT_2_wide): Likewise.
2988         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2989         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2990         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2991         (_FP_MUL_MEAT_2_gmp): Likewise.
2992         (_FP_DIV_MEAT_2_udiv): Likewise.
2993         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2994         (_FP_FRAC_SRL_4): Likewise.
2995         (_FP_FRAC_SRST_4): Likewise.
2996         (_FP_FRAC_SRS_4): Likewise.
2997         (_FP_UNPACK_RAW_4): Likewise.
2998         (_FP_UNPACK_RAW_4_P): Likewise.
2999         (_FP_PACK_RAW_4): Likewise.
3000         (_FP_PACK_RAW_4_P): Likewise.
3001         (_FP_MUL_MEAT_DW_4_wide): Likewise.
3002         (_FP_MUL_MEAT_4_wide): Likewise.
3003         (_FP_MUL_MEAT_4_gmp): Likewise.
3004         (umul_ppppmnnn): Likewise.
3005         (_FP_DIV_MEAT_4_udiv): Likewise.
3006         (__FP_FRAC_ADD_4): Likewise.
3007         (__FP_FRAC_SUB_3): Likewise.
3008         (__FP_FRAC_SUB_4): Likewise.
3009         (__FP_FRAC_DEC_3): Likewise.
3010         (__FP_FRAC_DEC_4): Likewise.
3011         (__FP_FRAC_ADDI_4): Likewise.
3012         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
3013         (_FP_FRAC_SRL_8): Likewise.
3014         (_FP_FRAC_SRS_8): Likewise.
3015
3016         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
3017         include macro name.
3018         (FP_UNPACK_RAW_EP): Likewise.
3019         (FP_PACK_RAW_E): Likewise.
3020         (FP_PACK_RAW_EP): Likewise.
3021         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
3022         (_FP_ISSIGNAN): Likewise.
3023         (_FP_ADD_INTERNAL): Likewise.
3024         (_FP_FMA): Likewise.
3025         (_FP_CMP): Likewise.
3026         (_FP_SQRT): Likewise.
3027         (_FP_TO_INT): Likewise.
3028         (_FP_FROM_INT): Likewise.
3029         (FP_EXTEND): Likewise.
3030         (_FP_DIV_MEAT_N_loop): Likewise.
3031
3032 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
3033
3034         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
3035         throughout.
3036
3037 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
3038
3039         [BZ #17097]
3040         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
3041         result with correct sign in case of exponents that produce
3042         overflow except for X very close to 1.
3043
3044 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
3045
3046         mktime: merge #if/#ifdef usage from glibc
3047         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
3048         as that works with both Glibc's and Gnulib's style.
3049         See thread starting at Siddhesh Poyarekar's bug report at:
3050         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
3051
3052 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
3053
3054         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
3055         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
3056         * sysdeps/tile/tilegx/memmove.c: Remove file.
3057
3058 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3059
3060         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
3061         abi-name definition.
3062         * scripts/soversions.awk: Do not handle or generate ABI lines.
3063         * shlib-versions: Remove ABI entries.
3064         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
3065         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
3066
3067 2014-06-27  Roland McGrath  <roland@hack.frob.com>
3068
3069         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
3070         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
3071         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
3072         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
3073         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
3074         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
3075         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
3076         Moved ...
3077         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
3078         ... here.
3079         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
3080         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
3081         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
3082         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
3083         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
3084         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
3085         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
3086         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
3087         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
3088         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
3089         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
3090         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
3091         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
3092         Moved ...
3093         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
3094         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
3095         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
3096         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
3097         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
3098         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
3099         Moved ...
3100         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
3101         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
3102         Moved ...
3103         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
3104         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
3105         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
3106         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
3107         Moved ...
3108         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
3109         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
3110         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
3111         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
3112         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
3113         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
3114         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
3115         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
3116         Moved ...
3117         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
3118         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
3119         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
3120         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
3121         Moved ...
3122         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
3123         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
3124         Moved ...
3125         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
3126         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
3127         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
3128         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
3129         Moved ...
3130         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
3131         ... here.
3132         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
3133         Identical file removed.
3134         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
3135         Moved ...
3136         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
3137         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
3138         Identical file removed.
3139         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
3140         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
3141         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
3142         Moved ...
3143         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
3144         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
3145         Identical file removed.
3146         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
3147         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
3148         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
3149         Identical file removed.
3150         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
3151         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
3152         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
3153         Identical file removed.
3154         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
3155         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
3156         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
3157         Identical file removed.
3158         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
3159         Moved ...
3160         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
3161         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
3162         Identical file removed.
3163         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
3164         Moved ...
3165         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
3166         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
3167         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
3168         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
3169         Identical file removed.
3170         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
3171         Moved ...
3172         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
3173         ... here.
3174         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
3175         Identical file removed.
3176         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
3177         Moved ...
3178         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
3179         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
3180         Identical file removed.
3181         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
3182         Moved ...
3183         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
3184         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
3185         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
3186         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
3187         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
3188         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
3189         Moved ...
3190         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
3191         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
3192         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
3193
3194         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
3195         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
3196         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
3197         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
3198         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
3199
3200 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
3201
3202         [BZ #17092]
3203         * nscd/nscd.c (monitor_child): Return exit status of child
3204         instead of return value from wait syscall.
3205
3206 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3207
3208         * configure.ac (libc_commonpagesize): Remove variable.
3209         (libc_relro_required): Likewise.
3210         (libc_cv_z_relro): Remove configure test.
3211         * configure: Regenerated.
3212         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3213         variable.
3214         (libc_relro_required): Likewise.
3215         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3216         (libc_relro_required): Likewise.
3217         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3218         (libc_relro_required): Likewise.
3219         * sysdeps/arm/preconfigure: Regenerated.
3220         * sysdeps/ia64/preconfigure: Remove file.
3221         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3222         variable.
3223         (libc_relro_required): Likewise.
3224
3225         [BZ #16561]
3226         [BZ #16562]
3227         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3228         (__ieee754_yn): Set FE_TONEAREST mode internally and then
3229         recompute overflowing results in original rounding mode.
3230         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3231         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3232         recompute overflowing results in original rounding mode.
3233         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3234         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3235         recompute overflowing results in original rounding mode.
3236         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3237         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3238         recompute overflowing results in original rounding mode.
3239         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3240         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3241         recompute overflowing results in original rounding mode.
3242         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3243         (libc_feholdsetround_ctx): New macro.
3244         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3245         * sysdeps/i386/fpu/libm-test-ulps: Update.
3246         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3247
3248 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3249
3250         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3251         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3252         corresponding .cpsetup call.
3253
3254 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3255
3256         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3257         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3258         * sysdeps/arm/Makefile [$(subdir) = csu]
3259         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3260         (static-only-routines): Add aeabi_read_tp here.
3261         (shared-only-routines): Add libc-aeabi_read_tp here.
3262         (CFLAGS-libc-start.c): Add -fexceptions here.
3263         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3264         (sysdep_routines, static-only-routines, shared-only-routines):
3265         Don't add to these here.
3266         (CFLAGS-libc-start.c): Likewise.
3267
3268         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3269         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3270         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3271         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3272         * sysdeps/arm/Makefile [$(subdir) = rt]
3273         (librt-sysdep_routines, librt-shared-only-routines):
3274         Append rt-aeabi_unwind_cpp_pr1 here.
3275         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3276         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3277         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3278         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3279         Append nptl-aeabi_unwind_cpp_pr1 here.
3280         (tests): Filter out tst-cleanupx4 here.
3281         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3282         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3283         Don't do those here.
3284
3285 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3286
3287         * scripts/list-sources.sh: Do not handle ports specially.
3288
3289 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3290
3291         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3292         * sysdeps/arm/feupdateenv.c: Likewise.
3293
3294         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3295
3296 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3297
3298         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3299         trailing whitespace removed.
3300         * scripts/config.guess: Update to version 2014-03-23.
3301         * scripts/config.sub: Update to version 2014-05-01
3302         * scripts/install-sh: Update to version 2013-12-25.23.
3303         * scripts/move-if-change: Update from gnulib.
3304
3305 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3306
3307         * debug/memmove_chk.c: Remove pagecopy.h include.
3308
3309 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3310
3311         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3312         identical to gnulib mktime.
3313
3314 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3315
3316         * configure.ac: Do not test for machine being rs6000.  Do not test
3317         for powerpc*-*soft.
3318         * configure: Regenerated.
3319
3320         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3321         test.
3322         * configure: Regenerated.
3323         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3324         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3325         Remove configure test.
3326         * sysdeps/arm/configure: Regenerated.
3327         * sysdeps/nptl/configure.ac: Do not check
3328         libc_cv_asm_cfi_directives.
3329         * sysdeps/nptl/configure: Regenerated.
3330         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3331         * sysdeps/x86_64/nptl/configure: Remove generated file.
3332         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3333         unconditional.
3334         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3335
3336 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3337
3338         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3339         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3340         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3341         it is defined.
3342
3343         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3344         instead of whether it is defined.
3345         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3346         * sysdeps/hppa/dl-machine.h: Likewise.
3347         * sysdeps/ia64/dl-machine.h: Likewise.
3348         * sysdeps/m68k/dl-machine.h: Likewise.
3349         * sysdeps/microblaze/dl-machine.h: Likewise.
3350         * sysdeps/mips/dl-machine.: Likewise.
3351         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3352         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3353         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3354         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3355         * sysdeps/sh/dl-machine.h: Likewise.
3356         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3357         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3358         * sysdeps/tile/dl-machine.h: Likewise.
3359         * sysdeps/x86_64/dl-machine.h: Likewise.
3360
3361         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3362         code.
3363         (verify_persistent_db): Likewise.
3364
3365 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3366
3367         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3368         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3369         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3370         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3371         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3372         Moved ...
3373         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3374         ... here.
3375         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3376         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3378         Identical file removed.
3379         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3380         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3381         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3382         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3383         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3384         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3385         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3386         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3387         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3388         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3389         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3390         Moved ...
3391         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3392         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3393         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3394         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3395         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3396         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3397         Moved ...
3398         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3400         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3402         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3403         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3404         Identical file removed.
3405         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3406         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3407         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3408         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3409         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3410         Moved ...
3411         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3412         ... here.
3413         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3414         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3415         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3416         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3417         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3418         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3419         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3420         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3421         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3422         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3423         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3424         Moved ...
3425         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3426         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3427         Moved ...
3428         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3430         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3431         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3432         Moved ...
3433         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3435         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3436
3437         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3438         folded into ...
3439         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3440         * sysdeps/unix/sysv/linux/s390/Versions
3441         (libpthread: GLIBC_2.19): New version set.
3442         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3443         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3444         (librt: GLIBC_2.3.3): New version set.
3445         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3446         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3447         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3448         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3449         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3450         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3451         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3452         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3453         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3454         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3455         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3456         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3457         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3458         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3459         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3460         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3461         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3462         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3463         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3464         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3465         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3466         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3467         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3468         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3469         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3470         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3471         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3472         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3473         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3474         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3475         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3476         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3477         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3478         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3479         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3480         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3481         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3482         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3483         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3484         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3485         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3486         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3487         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3488         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3489         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3490
3491         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3492         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3493         (__libc_vfork): Define the function under this name.
3494         [!NOT_IN_libc] (__vfork): Make this an alias.
3495         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3496         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3497         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3498         (__libc_vfork): Define the function under this name.
3499         [!NOT_IN_libc] (__vfork): Make this an alias.
3500         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3501         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3502         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3503         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3504         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3505         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3506
3507         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3508         code that was previously under [RESET_PID].
3509         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3510         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3511         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3512
3513         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3514         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3515         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3516         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3517         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3518         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3519         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3520         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3521         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3522         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3523         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3524         Moved ...
3525         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3526         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3527         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3528         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3529         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3530         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3531         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3532         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3533         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3534         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3535         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3536         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3537         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3538         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3539         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3540         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3541         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3542         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3543         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3544         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3545         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3546         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3547         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3548         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3549         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3550         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3551         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3552         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3553         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3554
3555 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3556
3557         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3558         that was previously under [RESET_PID].
3559         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3560
3561 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3562
3563         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3564         not undefine and redefine.
3565         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3566         [O_CLOEXEC]: Make code unconditional.
3567         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3568         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3569         <kernel-features.h>.
3570         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3571         conditional variable definition.
3572         (shm_open) [O_CLOEXEC]: Make code unconditional.
3573         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3574         code.
3575
3576         * configure.ac (USE_REGPARMS): Don't define here.
3577         * configure: Regenerated.
3578         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3579         * sysdeps/i386/configure: Regenerated.
3580
3581         * nptl/createthread.c: Don't include kernel-features.h.
3582         * nptl/pthread_cancel.c: Likewise.
3583         * nptl/pthread_condattr_setclock.c: Likewise.
3584         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3585         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3586         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3587         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3588         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3589         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3590         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3591         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3592         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3593         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3594         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3595         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3596         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3597         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3598         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3599         * nscd/gai.c: Likewise.
3600         * nss/nss_db/db-open.c: Likewise.
3601         * sysdeps/generic/ldsodefs.h: Likewise.
3602         * sysdeps/sh/nptl/tls.h: Likewise.
3603         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3604         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3605         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3606         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3607         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3608         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3609         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3610         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3611         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3612         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3613         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3614         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3615         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3616         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3617         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3618         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3619         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3620         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3621         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3622         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3623         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3624         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3625         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3626         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3627         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3628         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3629         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3630         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3631         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3632         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3633         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3634         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3635         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3636         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3637         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3638         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3639         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3640         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3641         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3642         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3643         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3644         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3645         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3646         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3647         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3648         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3649         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3650         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3651         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3652         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3653         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3654         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3655         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3656         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3657         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3658         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3659         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3660         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3683         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3684         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3685         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3686         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3687         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3688         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3689         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3690         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3691         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3692         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3693         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3694         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3695         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3696         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3697         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3698         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3699         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3700         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3701         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3702         * sysdeps/unix/sysv/linux/system.c: Likewise.
3703         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3704         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3705         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3706         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3707         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3708         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3709         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3710
3711         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3712         * configure: Regenerated.
3713         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3714
3715         * configure.ac (base_machine): Do not set specially for particular
3716         machines here.
3717         * configure: Regenerated.
3718         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3719         settings from configure.ac.
3720         * sysdeps/i386/preconfigure: New file.
3721         * sysdeps/s390/preconfigure: Likewise.
3722         * sysdeps/sh/preconfigure: Likewise.
3723         * sysdeps/sparc/preconfigure: Likewise.
3724
3725 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3726
3727         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3728         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3729         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3730         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3731         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3732         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3733         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3734         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3735         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3736         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3737         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3738         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3739         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3740         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3741         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3742         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3743         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3744         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3745         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3746
3747         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3748         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3749         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3750         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3751         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3752         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3753         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3754         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3755         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3756         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3757         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3758         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3759         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3760         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3761         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3762         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3763         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3764         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3765         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3766         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3767         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3768         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3769         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3770         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3771         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3772         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3773         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3774         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3775         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3776         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3777         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3778         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3779         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3780         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3781         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3782         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3783         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3784         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3785
3786         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3787         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3788         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3789         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3790         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3791         Moved ...
3792         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3793         ... here.
3794         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3795         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3796         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3797         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3798         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3799         Moved ...
3800         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3801         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3802         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3803         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3804         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3805         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3806         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3807         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3808         Moved ...
3809         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3810         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3811         Moved ...
3812         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3813         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3814         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3815         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3816         Moved ...
3817         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3818         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3819         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3820         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3821         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3822         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3823         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3824         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3825         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3826         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3827         Moved ...
3828         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3829         ... here.
3830         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3831         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3832         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3833         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3834         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3835         Moved ...
3836         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3837         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3838         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3839         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3840         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3841         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3842         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3843         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3844         Moved ...
3845         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3846         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3847         Moved ...
3848         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3849         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3850         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3851         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3852         Moved ...
3853         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3854         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3855         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3856         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3857         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3858
3859 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3860
3861         * timezone/checktab.awk: Update from tzcode 2014e.
3862         * timezone/private.h: Likewise.
3863         * timezone/tzfile.h: Likewise.
3864         * timezone/zdump.c: Likewise.
3865         * timezone/zic.c: Likewise.
3866
3867         * sysdeps/unix/sysv/linux/kernel-features.h
3868         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3869         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3870         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3871         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3872         Remove conditional code.
3873
3874 2014-06-25  Will Newton  <will.newton@linaro.org>
3875
3876         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3877         (_dl_arm_cap_flags): Add HWCAP2 values.
3878         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3879         (_DL_HWCAP_COUNT): Increase to 37.
3880         (_DL_HWCAP_LAST): New define.
3881         (_DL_HWCAP2_LAST): New define.
3882         (_dl_procinfo): Add support for printing
3883         AT_HWCAP2 entries.
3884         (_dl_string_hwcap): Use _dl_hwcap_string.
3885
3886 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3887
3888         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3889
3890 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3891
3892         * README: Do not mention ports directory.
3893
3894         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3895         Remove macro.
3896         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3897         <kernel-features.h>.
3898         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3899         conditional variable definition.
3900         (__futimes): Update comment.
3901         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3902         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3903
3904         [BZ #16560]
3905         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3906         arguments close to 0.
3907         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3908         Likewise.
3909         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3910         Likewise.
3911         * math/auto-libm-test-in: Add more tests of exp10.
3912         * math/auto-libm-test-out: Regenerated.
3913         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3914
3915         * sysdeps/unix/sysv/linux/kernel-features.h
3916         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3917         * sysdeps/unix/sysv/linux/readv.c: Do not include
3918         <kernel-features.h>.
3919         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3920         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3921         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3922         unconditional.
3923         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3924         conditional code.
3925         * sysdeps/unix/sysv/linux/writev.c: Do not include
3926         <kernel-features.h>.
3927         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3928         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3929         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3930         unconditional.
3931         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3932         conditional code.
3933
3934 2014-06-25  Will Newton  <will.newton@linaro.org>
3935
3936         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3937         comment changes throughout the file.  Remove checks
3938         for HAVE_*_H definitions that are not required.
3939         (__gen_tempname): Call abort if an unknown kind value is
3940         passed.
3941
3942 2014-06-25  Andreas Schwab  <schwab@suse.de>
3943
3944         [BZ #17086]
3945         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3946         scalbln, scalblnf, scalblnl in libc.
3947
3948 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3949
3950         [BZ #17086]
3951         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3952         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3953         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3954
3955 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3956
3957         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3958         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3959         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3960         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3961         Update #include.
3962         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3963         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3964         Update #include.
3965         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3966         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3967         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3968         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3969         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3970         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3971         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3972         * sysdeps/x86/bits/semaphore.h: ... here.
3973         * sysdeps/x86/nptl/elide.h: Moved ...
3974         * sysdeps/x86/elide.h: ... here.
3975         * sysdeps/x86_64/nptl/Implies: File removed.
3976         * sysdeps/i386/nptl/Implies: File removed.
3977
3978 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3979
3980         [BZ #16539]
3981         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3982         return the argument for normal arguments with exponent below -64.
3983         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3984         Likewise.
3985         * math/auto-libm-test-in: Add another test of expm1.
3986         * math/auto-libm-test-out: Regenerated.
3987
3988         [BZ #16287]
3989         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3990         calling __erfcl for arguments at least 16.
3991         * math/auto-libm-test-in: Add more tests of erf.
3992         * math/auto-libm-test-out: Regenerated.
3993
3994         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3995         individual architectures.
3996         * sysdeps/unix/sysv/linux/configure: Regenerated.
3997         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3998         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3999         * sysdeps/unix/sysv/linux/powerpc/configure.ac
4000         (ldd_rewrite_script): Define variable.
4001         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
4002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
4003         file.
4004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
4005         generated file.
4006         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
4007         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
4008         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
4009         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
4010         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
4011         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
4012         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
4013         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
4014
4015 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4016
4017         [BZ #17084]
4018         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
4019         Rename member __data.d to __data.__elision_data.
4020
4021 2014-06-24  Wilco  <wdijkstr@arm.com>
4022
4023         * NEWS: Add 16918 to fixed bug list.
4024
4025 2014-06-24  Wilco  <wdijkstr@arm.com>
4026
4027         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
4028
4029 2014-06-24  Wilco  <wdijkstr@arm.com>
4030
4031         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
4032         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
4033         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
4034         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
4035         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
4036         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
4037         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
4038         Use _FPU_MASK_RM.
4039
4040 2014-06-24  Wilco  <wdijkstr@arm.com>
4041
4042         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
4043
4044 2014-06-24  Wilco  <wdijkstr@arm.com>
4045
4046         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
4047         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
4048         * sysdeps/arm/fesetround.c (fesetround): Remove space.
4049         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
4050
4051 2014-06-24  Wilco  <wdijkstr@arm.com>
4052
4053         [BZ #16918]
4054         * sysdeps/arm/feupdateenv.c (feupdateenv):
4055         Rewrite to reduce FPSCR accesses and fix return value.
4056
4057 2014-06-24  Wilco  <wdijkstr@arm.com>
4058
4059         * sysdeps/arm/fclrexcpt.c (feclearexcept):
4060         Optimize to avoid unnecessary FPSCR writes.
4061         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
4062         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
4063         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
4064         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
4065
4066 2014-06-24  Wilco  <wdijkstr@arm.com>
4067
4068         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
4069         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
4070         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
4071         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
4072         Call libc_fetestexcept_vfp.
4073         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
4074         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
4075         __SOFTFP__ ifdef so that they can be built for softfp.
4076
4077 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4078
4079         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
4080         argument type signed char.
4081
4082         * Makerules (check-abi): Dump diff of symlist if the test
4083         fails.
4084
4085 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4086
4087         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
4088         using abort.
4089
4090         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4091         Remove unused variable ST.
4092
4093 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4094
4095         [BZ #16354]
4096         [BZ #17061]
4097         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
4098         small arguments before calling __expm1.
4099         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
4100         small arguments before calling __expm1f.
4101         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
4102         small arguments before calling __expm1l.
4103         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
4104         Likewise.
4105         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
4106         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
4107         spurious underflow for some cosh tests.
4108         * math/auto-libm-test-out: Regenerated.
4109         * sysdeps/i386/fpu/libm-test-ulps: Update.
4110
4111         [BZ #17050]
4112         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
4113         (__ieee754_y1): Set errno if return value overflows.
4114         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
4115         (__ieee754_y1f): Set errno if return value overflows.
4116         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
4117         (__ieee754_y1l): Set errno if return value overflows.
4118         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
4119         (__ieee754_y1l): Set errno if return value overflows.
4120         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
4121         * math/auto-libm-test-out: Regenerated.
4122
4123         * math/gen-auto-libm-tests.c: Document use of
4124         ignore-zero-inf-sign.
4125         (input_flag_type): Add value flag_ignore_zero_inf_sign.
4126         (input_flags): Add ignore-zero-inf-sign.
4127         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
4128         * math/gen-libm-test.pl (generate_testfile): Handle
4129         ignore-zero-inf-sign.
4130         * math/auto-libm-test-in: Mark some cpow tests with
4131         ignore-zero-inf-sign and some with xfail-rounding.
4132         * math/auto-libm-test-out: Regenerated.
4133         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
4134         * sysdeps/i386/fpu/libm-test-ulps: Update.
4135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4136
4137         [BZ #16315]
4138         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
4139         overflowing or underflowing operations take place with sign of
4140         result.
4141         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
4142         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
4143         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
4144         (__ieee754_pow): Recompute overflowing and underflowing results in
4145         original rounding mode.
4146         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
4147         (__powl_helper): Allow negative argument X and scale negated value
4148         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
4149         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
4150         overflowing or underflowing operations take place with sign of
4151         result.
4152         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
4153         Include <math.h>.
4154         * math/auto-libm-test-in: Add more tests of pow.
4155         * math/auto-libm-test-out: Regenerated.
4156         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
4157         (pow_tonearest_test_data): Remove.
4158         (pow_test_tonearest): Likewise.
4159         (pow_towardzero_test_data): Likewise.
4160         (pow_test_towardzero): Likewise.
4161         (pow_downward_test_data): Likewise.
4162         (pow_test_downward): Likewise.
4163         (pow_upward_test_data): Likewise.
4164         (pow_test_upward): Likewise.
4165         (main): Don't call removed functions.
4166         * sysdeps/i386/fpu/libm-test-ulps: Update.
4167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4168
4169 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4170
4171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
4172         Moved ...
4173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
4174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4175         Moved ...
4176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
4177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4178         Moved ...
4179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
4180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
4181         Moved ...
4182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
4183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
4184         File removed.
4185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4186         File removed.
4187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
4188         File removed.
4189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
4190         File removed.
4191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
4192         File removed.
4193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
4194         File removed.
4195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
4196         File removed.
4197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4198         File removed.
4199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
4200         File removed.
4201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4202         File removed.
4203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4204         File removed.
4205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4206         File removed.
4207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4208         Moved ...
4209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4211         Moved ...
4212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4213         ... here.
4214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4215         Moved ...
4216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4218         Moved ...
4219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4221         Moved ...
4222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4224         Moved ...
4225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4227         Moved ...
4228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4230         Moved ...
4231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4233         Moved ...
4234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4237         ... here.
4238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4239         Moved ...
4240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4242         Moved ...
4243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4244         ... here.
4245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4246         Moved ...
4247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4248         ... here.
4249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4250         Moved ...
4251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4252         ... here.
4253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4254         Moved ...
4255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4257         Moved ...
4258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4262         Moved ...
4263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4264         ... here.
4265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4266         Moved ...
4267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4268         ... here.
4269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4270         Moved ...
4271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4273         Moved ...
4274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4276         Moved ...
4277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4279         Moved ...
4280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4282         Moved ...
4283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4284         ... here.
4285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4286         Moved ...
4287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4289         Moved ...
4290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4292         Moved ...
4293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4295         Moved ...
4296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4300         Moved ...
4301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4303         Moved ...
4304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4306         Moved ...
4307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4308         ... here.
4309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4310         Moved ...
4311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4312         ... here.
4313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4314         Moved ...
4315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4316         ... here.
4317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4318         Moved ...
4319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4321         Moved ...
4322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4324         Moved ...
4325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4327         Moved ...
4328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4329         ... here.
4330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4331         Moved ...
4332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4333         ... here.
4334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4335         Moved ...
4336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4337         ... here.
4338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4339         Moved ...
4340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4342         Moved ...
4343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4344
4345 2014-06-23  Will Newton  <will.newton@linaro.org>
4346             Wilco  <wdijkstr@arm.com>
4347
4348         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4349         implementation.  Include get-rounding-mode.h.
4350         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4351         [!libc_feholdsetround_noex_ctx]: Define
4352         libc_feholdsetround_noex_ctx.
4353         [!libc_feholdsetround_noexf_ctx]: Define
4354         libc_feholdsetround_noexf_ctx.
4355         [!libc_feholdsetround_noexl_ctx]: Define
4356         libc_feholdsetround_noexl_ctx.
4357         (libc_feholdsetround_ctx): New function.
4358         (libc_feresetround_ctx): New function.
4359         (libc_feholdsetround_noex_ctx): New function.
4360         (libc_feresetround_noex_ctx): New function.
4361
4362 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4363
4364         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4365         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4366         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4367         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4368         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4369         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4370
4371         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4372         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4373         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4374         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4375         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4376         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4377         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4378         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4379         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4380         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4381         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4382         Moved ...
4383         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4384         ... here.
4385         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4386         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4387         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4388         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4389         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4390         Moved ...
4391         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4392         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4393         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4394         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4395         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4396         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4397         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4398         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4399         Moved ...
4400         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4401         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4402         Moved ...
4403         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4404         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4405         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4406         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4407         Moved ...
4408         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4409         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4410         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4411         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4412         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4413         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4414         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4415         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4416         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4417         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4418         Moved ...
4419         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4420         ... here.
4421         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4422         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4423         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4424         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4425         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4426         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4427         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4428         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4429         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4430         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4431         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4432         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4433         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4434         Moved ...
4435         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4436         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4437         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4438         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4439         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4440         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4441         Moved ...
4442         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4443         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4444         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4445         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4446         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4447
4448         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4449         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4450         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4451         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4452         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4453         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4454         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4455         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4456         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4457         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4458         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4459         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4460         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4461         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4462         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4463         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4464         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4465         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4466         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4467         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4468         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4469         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4470         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4471         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4472         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4473         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4474         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4475         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4476
4477 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4478
4479         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4480         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4481         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4482         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4483         (IPV6_PMTUDISC_INTERFACE): Likewise.
4484         (IPV6_PMTUDISC_OMIT): Likewise.
4485
4486 2014-06-23  Andreas Schwab  <schwab@suse.de>
4487
4488         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4489         Remove unused errout label.
4490
4491 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4492
4493         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4494         macro: hardware supports Vector Crypto instructions.
4495
4496 2014-06-23  Will Newton  <will.newton@linaro.org>
4497
4498         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4499         rather than __builtin_expect.
4500
4501         * elf/dl-lookup.c (undefined_msg): Remove variable.
4502         (_dl_lookup_symbol_x): Replace undefined_msg with string
4503         literal.
4504
4505         * elf/dl-lookup.c (do_lookup_unique): New function.
4506         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4507         to a separate function.
4508
4509 2014-06-23  Andreas Schwab  <schwab@suse.de>
4510
4511         [BZ #17079]
4512         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4513         before reading the next line.
4514
4515 2014-06-23  Will Newton  <will.newton@linaro.org>
4516
4517         * test-skeleton.c (signal_handler): Use printf and %m
4518         rather than perror.  Use printf rather than fprintf to
4519         stderr.  Use puts rather than fputs to stderr.
4520         (main): Likewise.
4521
4522 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4523
4524         * nscd/nscd.c (thread_info_t): Remove typedef.
4525         (thread_info): Remove variable.
4526
4527 2014-06-21  Allan McRae  <allan@archlinux.org>
4528
4529         * NEWS: Mention CVE-2014-4043.
4530
4531 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4532
4533         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4534         * nptl/smp.h: ... here.
4535
4536         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4537
4538         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4539         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4540         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4541         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4542
4543         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4544         * nptl/stack-aliasing.h: New file.
4545         * sysdeps/i386/i686/stack-aliasing.h: New file.
4546         * sysdeps/i386/i686/nptl/Makefile: File removed.
4547         * sysdeps/x86_64/stack-aliasing.h: New file.
4548         * sysdeps/x86_64/nptl/Makefile
4549         (CFLAGS-pthread_create.c): Variable removed.
4550
4551         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4552         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4553         old file.
4554         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4555         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4556         old file.
4557
4558 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4559
4560         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4561         (__ASSUME_SIGFRAME_V2): Remove macro.
4562         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4563         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4564         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4565         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4566         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4567         Declare as function.  Remove conditional macro definitions.
4568         (__default_rt_sa_restorer): Likewise.
4569         (__default_sa_restorer_v1): Remove declaration.
4570         (__default_sa_restorer_v2): Likewise.
4571         (__default_rt_sa_restorer_v1): Likewise.
4572         (__default_rt_sa_restorer_v2): Likewise.
4573         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4574         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4575         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4576
4577 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4578
4579         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4580         (libpthread-routines): Add sysdep.
4581         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4582         * sysdeps/unix/sysv/linux/sparc/Versions
4583         (libpthread: GLIBC_2.3.3): New version set.
4584         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4585         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4586         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4587         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4588         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4589         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4590         Moved ...
4591         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4592         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4593         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4594         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4595         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4596         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4597         * sysdeps/sparc/nptl/sem_init.c: ... here.
4598         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4599         * sysdeps/sparc/nptl/sem_post.c: ... here.
4600         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4601         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4602         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4603         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4604         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4605         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4606         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4607         (libpthread-routines): Add cpu_relax.
4608         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4609         File removed.
4610         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4611         (librt: GLIBC_2.3.3): New version set.
4612         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4613         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4614         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4615         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4616         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4617         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4618         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4619         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4620         Moved ...
4621         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4622         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4623         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4624         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4625         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4627         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4628         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4629         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4630         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4631         Moved ...
4632         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4633         Update #include.
4634         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4635         Moved ...
4636         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4637         Update #include.
4638         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4639         Moved ...
4640         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4641         Update #include.
4642         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4643         Moved ...
4644         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4645         Update #include.
4646         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4647         Moved ...
4648         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4649         Update #include.
4650         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4651         Moved ...
4652         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4653         Update #include.
4654         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4655         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4656         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4657         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4658         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4659         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4660         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4661         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4662         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4663         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4664         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4665         Moved ...
4666         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4667         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4668         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4669         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4670         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4671
4672 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4673
4674         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4675         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4676         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4677         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4678         * nscd/nscd.c: Likewise.
4679         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4680         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4681         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4682         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4683
4684         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4685         <kernel-features.h>.
4686         (init_mq_netlink): Remove conditional have_sock_cloexec
4687         definitions.  Remove code conditional on have_sock_cloexec < 0.
4688         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4689         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4690         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4691         <kernel-features.h>.
4692         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4693         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4694
4695 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4696
4697         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4698         Add tests for memset_chk and memset.
4699
4700         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4701         with AVX2_Usable.
4702
4703 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4704
4705         [BZ #16046]
4706         * elf/tst-dl-iter-static.c: New file.
4707         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4708
4709         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4710         error.
4711
4712 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4713
4714         * sysdeps/unix/sysv/linux/kernel-features.h
4715         (__ASSUME_F_GETOWN_EX): Remove macro.
4716         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4717         <kernel-features.h>.
4718         (miss_F_GETOWN_EX): Remove variable or macro.
4719         (do_fcntl): Do not check miss_F_GETOWN_EX.
4720         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4721
4722         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4723         Remove macro.
4724         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4725         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4726         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4727
4728         * sysdeps/unix/sysv/linux/kernel-features.h
4729         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4730         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4731         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4732         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4733
4734 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4735
4736         [BZ #17075]
4737         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4738         Fix calculation of the symbol's value.
4739         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4740         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4741         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4742         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4743         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4744         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4745         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4746         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4747         (modules-names): Add `tst-armtlsdescmod',
4748         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4749         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4750         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4751         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4752         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4753         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4754         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4755         ($(objpfx)tst-armtlsdescloc): New dependency.
4756         ($(objpfx)tst-armtlsdescextnow): Likewise.
4757         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4758         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4759         TLS scheme support.
4760         * sysdeps/arm/configure: Regenerate.
4761
4762 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4763
4764         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4765         (__atfct_seterrno_2): Likewise.
4766         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4767         <kernel-features.h>.
4768         (__ASSUME_ATFCTS): Do not undefine and redefine.
4769         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4770         (__have_atfcts): Remove conditional definition.
4771         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4772         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4773         unreachable if [__ASSUME_ATFCTS].
4774         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4775         not undefine and redefine.
4776         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4777         <kernel-features.h>.
4778         (faccessat) [__NR_faccessat]: Make code unconditional.
4779         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4780         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4781         <kernel-features.h>.
4782         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4783         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4784         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4785         <kernel-features.h>.
4786         (fchownat) [__NR_fchownat]: Make code unconditional.
4787         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4788         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4789         <kernel-features.h>.
4790         (futimesat) [__NR_futimesat]: Make code unconditional.
4791         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4792         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4793         <kernel-features.h>.
4794         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4795         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4796         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4797         <kernel-features.h>.
4798         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4799         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4800         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4801         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4802         <kernel-features.h>.
4803         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4804         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4805         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4806         <kernel-features.h>.
4807         (linkat) [__NR_linkat]: Make code unconditional.
4808         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4809         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4810         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4811         <kernel-features.h>.
4812         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4813         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4814         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4815         <kernel-features.h>.
4816         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4817         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4818         * sysdeps/unix/sysv/linux/openat.c: Do not include
4819         <kernel-features.h>.
4820         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4821         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4822         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4823         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4824         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4825         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4826         <kernel-features.h>.
4827         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4828         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4829         result of INLINE_SYSCALL directly, not via int variable.
4830         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4831         <kernel-features.h>.
4832         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4833         (renameat) [__NR_renameat]: Make code unconditional.
4834         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4835         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4836         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4837         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4838         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4839         (__ASSUME_ATFCTS): Do not undefine and redefine.
4840         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4841         <kernel-features.h>.
4842         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4843         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4844         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4845         <kernel-features.h>.
4846         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4847         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4848         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4849         (__ASSUME_ATFCTS): Do not undefine and redefine.
4850         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4851         <kernel-features.h>.
4852         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4853         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4854         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4855         <kernel-features.h>.
4856         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4857         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4858
4859 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4860
4861         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4862
4863 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4864
4865         [BZ #17069]
4866         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4867         constructed tree before returning error.
4868         * posix/bug-regexp36.c: Expand test case.
4869
4870 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4871
4872         [BZ #6803]
4873         * math/libm-test.inc (scalbln_test_date):
4874         Add errno expectations.
4875         * math/w_scalblnf.c: New File.
4876         Add wrapper which checks for setting errno to ERANGE.
4877         Add weak_alias for corresponding scalbln function.
4878         * math/w_scalbln.c: Likewise.
4879         * math/w_scalblnl.c: Likewise.
4880         * math/Makefile (libm-calls): Add w_scalbln.
4881         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4882         Remove weak_alias for corresponding scalbln function.
4883         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4884         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4885         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4886         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4887         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4888         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4889         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4890         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4891         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4892         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4893         Remove long_double_symbol for scalblnl function in libm, libc.
4894         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4895         Add wrapper which checks for setting errno to ERANGE.
4896         Add long_double_symbol for scalblnl function in libm, libc.
4897         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4898         Remove long_double_symbol for scalblnl in libm.
4899         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4900         Add wrapper which checks for setting errno to ERANGE.
4901         Add long_double_symbol for scalblnl function in libm.
4902         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4903         Do not use wrapper because of own implementation.
4904
4905 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4906
4907         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4908         3 bytes for __pad1 for x32.
4909         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4910
4911 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4912             H.J. Lu  <hongjiu.lu@intel.com>
4913
4914         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4915         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4916         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4917         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4918         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4919
4920 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4921
4922         [BZ #17069]
4923         * posix/regcomp.c (parse_expression): Deallocate partially
4924         constructed tree before returning error.
4925         * posix/Makefile.c (tests): Add bug-regex36.
4926         (generated): Add bug-regex36.mtrace.
4927         (tests-special): Add $(objpfx)bug-regex36-mem.out
4928         (bug-regex36-ENV): New variable.
4929         ($(objpfx)bug-regex36-mem.out): New rule.
4930         * posix/bug-regex36.c: New file.
4931
4932 2014-06-19  Will Newton  <will.newton@linaro.org>
4933
4934         * malloc/malloc.c (systrim): If extra is zero then return
4935         early.
4936
4937 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4938
4939         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4940
4941 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4942
4943         * sysdeps/aarch64/strchr.S: New file.
4944
4945 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4946
4947         [BZ #17022]
4948         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4949         from arguments -2 or below.
4950         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4951         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4952
4953 2014-06-18  Andreas Schwab  <schwab@suse.de>
4954
4955         [BZ #17062]
4956         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4957         of a bracket expr not to run off the end of the string.
4958         * posix/Makefile (tests): Add tst-fnmatch3.
4959         * posix/tst-fnmatch3.c: New file.
4960
4961 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4962
4963         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4964         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4965         [$(cross-compiling) = no]: Likewise.
4966         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4967         [$(cross-compiling) = no]: Likewise.
4968
4969 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4970
4971         [BZ #17031]
4972         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4973         double, adjusted for any remainder from the high double.
4974         * math/libm-test.inc (nearbyint): Add tests.
4975         (rint): Likewise.
4976
4977 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4978
4979         * nptl/sysdeps/powerpc/Makefile: Moved ...
4980         * sysdeps/powerpc/nptl/Makefile: ... here.
4981         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4982         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4983         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4984         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4985         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4986         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4987         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4988         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4989         * nptl/sysdeps/powerpc/tls.h: Moved ...
4990         * sysdeps/powerpc/nptl/tls.h: ... here.
4991
4992 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4993
4994         [BZ #16681]
4995         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4996         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4997         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4998         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4999         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
5000         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
5001         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
5002         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
5003         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
5004
5005 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
5006
5007         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5008
5009 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
5010
5011         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
5012         defined operator.
5013
5014         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
5015         $TIMEOUTFACTOR.
5016
5017 2014-06-16  Florian Weimer  <fweimer@redhat.com>
5018
5019         [BZ #17058]
5020         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
5021         non-executed part of the test.
5022
5023 2014-06-16  Andreas Schwab  <schwab@suse.de>
5024
5025         * string/bits/string2.h (strdup, strndup): Update feature guard.
5026
5027 2014-06-14  David S. Miller  <davem@davemloft.net>
5028
5029         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5030
5031 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
5032
5033         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
5034         that was previously under [RESET_PID].
5035         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
5036
5037         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
5038         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
5039         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
5040         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5041         (__libc_vfork): New strong alias.
5042         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
5043
5044 2014-06-14 Andi Kleen  <ak@linux.intel.com>
5045
5046         * sysdeps/generic/elide.h: New file.
5047
5048 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5049
5050         * Makefile (installed-headers): Adjust path of pthread.h header.
5051
5052 2014-06-13  Roland McGrath  <roland@hack.frob.com>
5053
5054         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
5055         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
5056         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
5057         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
5058
5059         * nptl/sysdeps/s390/Makefile: Moved ...
5060         * sysdeps/s390/nptl/Makefile: ... here.
5061         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
5062         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
5063         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
5064         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
5065         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
5066         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
5067         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
5068         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
5069         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
5070         * sysdeps/s390/nptl/pthreaddef.h: ... here.
5071         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
5072         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
5073         * nptl/sysdeps/s390/tls.h: Moved ...
5074         * sysdeps/s390/nptl/tls.h: ... here.
5075
5076         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
5077         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
5078
5079 2014-06-13  David S. Miller  <davem@davemloft.net>
5080
5081         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
5082         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
5083         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
5084         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
5085         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
5086         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
5087         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
5088         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
5089         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
5090         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
5091         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5092         Remove RESET_PID cpp guards.
5093         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5094         Remove RESET_PID cpp guards.
5095         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
5096
5097 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
5098
5099         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
5100         __sp to uintptr_t.
5101
5102 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5103
5104         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
5105         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
5106         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
5107         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
5108         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
5109         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
5110         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
5111         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
5112         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
5113         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
5114         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
5115         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
5116         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
5117         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
5118         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
5119         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
5120         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
5121         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
5122         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
5123         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
5124
5125         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
5126         (pthread_rwlock_rdlock): Add elision.
5127         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
5128         (pthread_rwlock_wrlock): Add elision.
5129         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
5130         (pthread_rwlock_trywrlock): Add elision.
5131         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
5132         (pthread_rwlock_tryrdlock): Add elision.
5133         * nptl/pthread_rwlock_unlock.c: Include elide.h.
5134         (pthread_rwlock_tryrdlock): Add elision unlock.
5135         * nptl/sysdeps/pthread/pthread.h:
5136         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
5137         (PTHREAD_RWLOCK_INITIALIZER,
5138         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
5139         Handle new elision field.
5140         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
5141         * sysdeps/arm/nptl/bits/pthreadtypes.h
5142         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5143         * sysdeps/sh/nptl/bits/pthreadtypes.h
5144         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5145         * sysdeps/tile/nptl/bits/pthreadtypes.h
5146         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5147         * sysdeps/a/nptl/bits/pthreadtypes.h
5148         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5149         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
5150         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5151         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
5152         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5153         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
5154         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5155         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
5156         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5157         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
5158         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5159         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
5160         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5161         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
5162         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5163         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
5164         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5165         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
5166         (elision_init): Set try_xbegin to zero when no RTM.
5167         * sysdeps/x86/nptl/bits/pthreadtypes.h
5168         (pthread_rwlock_t): Change __pad1 to __rwelision.
5169         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5170
5171 2014-06-13  Andi Kleen  <ak@linux.intel.com>
5172
5173         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
5174         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
5175         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
5176         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
5177
5178 2014-06-13  Meador Inge  <meadori@codesourcery.com>
5179
5180         [BZ #16996]
5181         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
5182         that the cached result has been set before returning it.
5183
5184 2014-06-12  Roland McGrath  <roland@hack.frob.com>
5185
5186         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
5187         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
5188         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
5189         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
5190         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
5191         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
5192
5193         * nptl/sysdeps/sparc/Makefile: Moved ...
5194         * sysdeps/sparc/nptl/Makefile: ... here.
5195         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
5196         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
5197         * nptl/sysdeps/sparc/tls.h: Moved ...
5198         * sysdeps/sparc/nptl/tls.h: ... here.
5199         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
5200         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
5201         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5202         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5203         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5204         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5205         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5206         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5207         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5208         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5209         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5210         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5211         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5212         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5213         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5214         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5215         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5216         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5217         Update #include.
5218         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5219         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5220         Update #include.
5221         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5222         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5223         Update #include.
5224         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5225         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5226         Update #include.
5227
5228         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5229
5230         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5231         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5232
5233         * sysdeps/pthread/posix-timer.h: Include <list.h>.
5234         (struct list_links): Type removed.
5235         (struct thread_node, struct timer_node): Replace struct list_links
5236         with struct list_head.
5237         (list_unlink_ip): Likewise.
5238         * sysdeps/pthread/timer_routines.c
5239         (timer_free_list, thread_free_list, thread_active_list): Likewise.
5240         (list_append, list_insbefore): Likewise.
5241         (list_init): Function removed.
5242         (thread_init, init_module): Use INIT_LIST_HEAD instead.
5243         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5244         * sysdeps/pthread/Makefile: ... here, new file.
5245
5246         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5247         * sysdeps/nptl/Implies: ... here.
5248         * sysdeps/unix/sysv/linux/Implies: Add nptl.
5249         * nptl/sysdeps/pthread/list.h: Moved ...
5250         * include/list.h: ... here.
5251         * nptl/sysdeps/pthread/createthread.c: Moved ...
5252         * nptl/createthread.c: ... here.
5253         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5254         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5255         * nptl/pt-longjmp.c: ... here.
5256         * nptl/sysdeps/pthread/Makefile: Moved ...
5257         * sysdeps/nptl/Makefile: ... here.
5258         * nptl/sysdeps/pthread/Subdirs: Moved ...
5259         * sysdeps/nptl/Subdirs: ... here.
5260         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5261         * sysdeps/nptl/aio_misc.h: ... here.
5262         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5263         * sysdeps/nptl/bits/libc-lock.h: ... here.
5264         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5265         * sysdeps/nptl/bits/libc-lockP.h: ... here.
5266         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5267         * sysdeps/nptl/bits/stdio-lock.h: ... here.
5268         * nptl/sysdeps/pthread/configure: Moved ...
5269         * sysdeps/nptl/configure: ... here.
5270         * nptl/sysdeps/pthread/configure.ac: Moved ...
5271         * sysdeps/nptl/configure.ac: ... here.
5272         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5273         * sysdeps/nptl/gai_misc.h: ... here.
5274         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5275         * sysdeps/nptl/librt-cancellation.c: ... here.
5276         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5277         * sysdeps/nptl/malloc-machine.h: ... here.
5278         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5279         * sysdeps/nptl/pthread-functions.h: ... here.
5280         * nptl/sysdeps/pthread/pthread.h: Moved ...
5281         * sysdeps/nptl/pthread.h: ... here.
5282         * nptl/sysdeps/pthread/setxid.h: Moved ...
5283         * sysdeps/nptl/setxid.h: ... here.
5284         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5285         * sysdeps/nptl/sigfillset.c: ... here.
5286         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5287         * sysdeps/nptl/tcb-offsets.h: ... here.
5288         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5289         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5290         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5291         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5292         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5293         * sysdeps/pthread/allocalim.h: ... here.
5294         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5295         * sysdeps/pthread/bits/sigthread.h: ... here.
5296         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5297         * sysdeps/pthread/flockfile.c: ... here.
5298         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5299         * sysdeps/pthread/ftrylockfile.c: ... here.
5300         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5301         * sysdeps/pthread/funlockfile.c: ... here.
5302         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5303         * sysdeps/pthread/posix-timer.h: ... here.
5304         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5305         * sysdeps/pthread/timer_create.c: ... here.
5306         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5307         * sysdeps/pthread/timer_delete.c: ... here.
5308         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5309         * sysdeps/pthread/timer_getoverr.c: ... here.
5310         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5311         * sysdeps/pthread/timer_gettime.c: ... here.
5312         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5313         * sysdeps/pthread/timer_routines.c: ... here.
5314         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5315         * sysdeps/pthread/timer_settime.c: ... here.
5316         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5317         * sysdeps/pthread/tst-timer.c: ... here.
5318         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5319         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5320
5321         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5322         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5323
5324         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5325         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5326         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5327         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5328         Update #include target.
5329         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5330         * sysdeps/i386/i686/nptl/Makefile: ... here.
5331         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5332         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5333         Update #include target.
5334         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5335         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5336         * nptl/sysdeps/i386/Makefile: Moved ...
5337         * sysdeps/i386/nptl/Makefile: ... here.
5338         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5339         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5340         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5341         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5342         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5343         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5344         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5345         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5346         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5347         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5348         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5349         * nptl/sysdeps/i386/tls.h: Moved ...
5350         * sysdeps/i386/nptl/tls.h: ... here.
5351
5352         * sysdeps/sh/Makefile [$(subdir) = csu]
5353         (gen-as-const-headers): Add tcb-offsets.sym.
5354         * nptl/sysdeps/sh/Makefile: File removed.
5355         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5356         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5357         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5358         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5359         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5360         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5361         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5362         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5363         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5364         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5365         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5366         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5367         * nptl/sysdeps/sh/tls.h: Moved ...
5368         * sysdeps/sh/nptl/tls.h: ... here.
5369         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5370         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5371         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5372         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5373         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5374         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5375         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5376         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5377         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5378         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5379         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5380         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5381         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5382         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5383         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5384         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5385         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5386         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5387         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5388         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5389         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5390         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5391         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5392         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5393         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5394         Moved ...
5395         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5396         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5397         Moved ...
5398         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5399         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5400         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5401         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5402         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5403         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5404         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5405         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5406         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5407         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5408         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5409         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5410         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5411         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5412         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5413         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5414         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5415         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5416         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5417
5418 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5419
5420         * posix/spawn_faction_addopen.c: Include string.h.
5421
5422 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5423
5424         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5425         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5426         * nptl/sysdeps/x86_64/Makefile: Moved ...
5427         * sysdeps/x86_64/nptl/Makefile: ... here.
5428         * nptl/sysdeps/x86_64/configure: Moved ...
5429         * sysdeps/x86_64/nptl/configure: ... here.
5430         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5431         * sysdeps/x86_64/nptl/configure.ac: ... here.
5432         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5433         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5434         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5435         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5436         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5437         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5438         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5439         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5440         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5441         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5442         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5443         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5444         * nptl/sysdeps/x86_64/tls.h: Moved ...
5445         * sysdeps/x86_64/nptl/tls.h: ... here.
5446         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5447         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5448         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5449         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5450
5451         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5452
5453 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5454
5455         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5456
5457 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5458
5459         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5460         type.
5461         [POSIX] (off_t): Likewise.
5462         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5463         [POSIX] (S_ISBLK): Require macro.
5464         [POSIX] (S_ISCHR): Likewise.
5465         [POSIX] (S_ISDIR): Likewise.
5466         [POSIX] (S_ISFIFO): Likewise.
5467         [POSIX] (S_ISREG): Likewise.
5468         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5469         optional-macro.
5470         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5471         type.
5472         [POSIX] (time_t): Likewise.
5473         [POSIX] (timer_t): Likewise.
5474
5475 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5476
5477         [BZ #17048]
5478         * posix/spawn_int.h (struct __spawn_action): Make the path string
5479         non-const to support deallocation.
5480         * posix/spawn_faction_addopen.c
5481         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5482         * posix/spawn_faction_destroy.c
5483         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5484         path in all spawn_do_open actions.
5485         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5486         posix_spawn_file_actions_addopen.
5487
5488 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5489
5490         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5491         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5492         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5493         conditional code always true.
5494         (__libc_vfork): New alias.
5495
5496 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5497
5498         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5499         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5500
5501         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5502
5503         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5504         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5505
5506         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5507         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5508
5509         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5510         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5511
5512 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5513
5514         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5515         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5516         multiarch strcmp for PPC64.
5517         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5518         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5519         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5520         multiarch optimizations.
5521         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5522         (__libc_ifunc_impl_list): Likewise.
5523
5524 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5525
5526         * benchtests/scripts/validate_benchout.py: New script.
5527         * benchtests/Makefile (bench-func): Call it.
5528         * benchtests/scripts/benchout.schema.json: New file.
5529
5530 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5531
5532         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5533         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5534         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5535         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5536         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5537         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5538         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5539         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5540         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5541         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5542         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5543         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5544         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5545         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5546         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5547         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5549         Moved ...
5550         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5551         ... here.
5552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5553         Moved ...
5554         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5555         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5556         Moved ...
5557         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5558         ... here.
5559         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5560         Moved ...
5561         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5562         ... here.
5563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5564         Moved ...
5565         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5566         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5567         Moved ...
5568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5569         ... here.
5570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5571         Moved ...
5572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5573         ... here.
5574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5575         Moved ...
5576         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5578         Moved ...
5579         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5580         ... here.
5581         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5582         Moved ...
5583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5584         ... here.
5585         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5586         Moved ...
5587         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5588         ... here.
5589         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5590         Moved ...
5591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5592         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5593         Moved ...
5594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5595         ... here.
5596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5597         Moved ...
5598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5599         ... here.
5600         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5601         Moved ...
5602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5603         ... here.
5604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5605         Moved ...
5606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5607         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5608         Moved ...
5609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5610         ... here.
5611         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5612         Moved ...
5613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5614         ... here.
5615         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5616         Moved ...
5617         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5618         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5619         Moved ...
5620         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5621         ... here.
5622         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5623         Moved ...
5624         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5625         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5626         Moved ...
5627         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5629         Moved ...
5630         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5631         ... here.
5632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5633         Moved ...
5634         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5635         ... here.
5636         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5637         Moved ...
5638         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5639         ... here.
5640         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5641         Moved ...
5642         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5643         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5644         Moved ...
5645         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5646         ... here.
5647         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5648         Moved ...
5649         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5650         ... here.
5651         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5652         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5653         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5654         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5655         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5656         Moved ...
5657         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5658         ... here.
5659         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5660         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5661         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5662         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5663         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5664         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5665         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5666         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5667         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5668         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5669         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5670         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5671         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5672         Moved ...
5673         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5674         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5675         Moved ...
5676         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5677         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5678         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5679         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5680         Moved ...
5681         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5682         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5683         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5684         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5685         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5686         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5687         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5688
5689 2014-06-10  Wilco  <wdijkstr@arm.com>
5690
5691         * math/test-fenv-return.c: New file.
5692         * math/Makefile: Add new test test-fenv-return.
5693
5694 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5695
5696         [BZ #17042]
5697         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5698         when x - 1 is zero.
5699         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5700         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5701         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5702         0.0L for an argument of 1.0L.
5703         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5704         Likewise.
5705         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5706         value when x - 1 is zero.
5707         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5708         * sysdeps/i386/fpu/libm-test-ulps: Update.
5709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5710
5711 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5712
5713         [BZ #15119]
5714         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5715
5716 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5717
5718         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5719         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5720
5721 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5722
5723         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5724         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5725
5726         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5727         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5728
5729         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5730         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5731
5732         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5733         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5734
5735         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5736         if not already defined.
5737         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5738         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5739         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5740         (TLS_INIT_TP): Use it.
5741         (TLS_DEFINE_INIT_TP): New macro.
5742         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5743
5744 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5745
5746         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5747         constant.
5748         [POSIX] (IXANY): Likewise.
5749         [POSIX] (OLCUC): Likewise.
5750         [POSIX || POSIX2008] (CBAUD): Do not allow.
5751         [POSIX || POSIX2008] (DEFECHO): Likewise.
5752         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5753         [POSIX || POSIX2008] (ECHOKE): Likewise.
5754         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5755         [POSIX || POSIX2008] (EXTA): Likewise.
5756         [POSIX || POSIX2008] (EXTB): Likewise.
5757         [POSIX || POSIX2008] (FLUSHO): Likewise.
5758         [POSIX || POSIX2008] (LOBLK): Likewise.
5759         [POSIX || POSIX2008] (PENDIN): Likewise.
5760         [POSIX || POSIX2008] (SWTCH): Likewise.
5761         [POSIX || POSIX2008] (VDISCARD): Likewise.
5762         [POSIX || POSIX2008] (VDSUSP): Likewise.
5763         [POSIX || POSIX2008] (VLNEXT): Likewise.
5764         [POSIX || POSIX2008] (VREPRINT): Likewise.
5765         [POSIX || POSIX2008] (VSTATUS): Likewise.
5766         [POSIX || POSIX2008] (VWERASE): Likewise.
5767         (B*): Change to B[0123456789]*.
5768         * conform/data/time.h-data [POSIX || UNIX98]
5769         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5770         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5771         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5772         [POSIX] (tm_*): Do not allow.
5773
5774 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5775
5776         * Makefile (install): Don't set LANGUAGE.
5777         * Makefile.in (install): Likewise.
5778         * assert/Makefile (test-assert-ENV): Remove variable.
5779         (test-assert-perr-ENV): Likewise.
5780         * elf/Makefile (neededtest4-ENV): Likewise.
5781         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5782         [$(cross-compiling) = no]: Don't set LANGUAGE.
5783         * io/ftwtest-sh (LANG): Remove variable.
5784         * libio/Makefile (tst-widetext-ENV): Likewise.
5785         * manual/install.texi (Running make install): Don't refer to
5786         environment settings for make install.
5787         * INSTALL: Regenerated.
5788         * nptl/tst-tls6.sh: Don't set LANG.
5789         * posix/globtest.sh (LANG): Remove variable.
5790         * string/Makefile (tester-ENV): Likewise.
5791         (inl-tester-ENV): Likewise.
5792         (noinl-tester-ENV): Likewise.
5793         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5794         [$(cross-compiling) = no]: Don't set LANGUAGE.
5795         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5796         without explicit environment settings.
5797
5798 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5799
5800         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5801         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5802         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5803         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5804
5805 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5806
5807         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5808         other files in the crypt directory.
5809         * crypt/crypt.c: Remove duplicate includes.
5810         * crypt/crypt-entry.c: Likewise.
5811         * crypt/crypt_util.c: Likewise.
5812
5813 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5814
5815         * Makeconfig (run-program-env): New variable.
5816         (run-program-prefix-before-env): Likewise.
5817         (run-program-prefix-after-env): Likewise.
5818         (run-program-prefix): Define in terms of new variables.
5819         (built-program-cmd-before-env): New variable.
5820         (built-program-cmd-after-env): Likewise.
5821         (built-program-cmd): Define in terms of new variables.
5822         (test-program-prefix-before-env): New variable.
5823         (test-program-prefix-after-env): Likewise.
5824         (test-program-prefix): Define in terms of new variables.
5825         (test-program-cmd-before-env): New variable.
5826         (test-program-cmd-after-env): Likewise.
5827         (test-program-cmd): Define in terms of new variables.
5828         * Rules (make-test-out): Use $(run-program-env).
5829         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5830         (help): Do not mention environment variables.  Mention
5831         --timeoutfactor option.
5832         (timeoutfactor): New variable.
5833         (blacklist_exports): Remove function.
5834         (exports): Remove variable.
5835         (command): Do not include ${exports}.
5836         * manual/install.texi (Configuring and compiling): Do not mention
5837         test wrappers preserving environment variables.  Mention that last
5838         assignment to a variable must take precedence.
5839         * INSTALL: Regenerated.
5840         * benchtests/Makefile (run-bench): Use $(run-program-env).
5841         * catgets/Makefile ($(objpfx)test1.cat): Use
5842         $(built-program-cmd-before-env), $(run-program-env) and
5843         $(built-program-cmd-after-env).
5844         ($(objpfx)test2.cat): Do not specify environment variables
5845         explicitly.
5846         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5847         $(run-program-env) and $(built-program-cmd-after-env).
5848         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5849         $(run-program-env) and $(test-program-cmd-after-env).
5850         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5851         explicitly.
5852         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5853         run_program_env and test_program_cmd_after_env arguments.
5854         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5855         * elf/tst-pathopt.sh: Use run_program_env argument.
5856         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5857         $(test-wrapper-env) and $(run-program-env).
5858         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5859         run_program_env arguments.
5860         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5861         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5862         $(test-program-prefix-before-env), $(run-program-env) and
5863         $(test-program-prefix-after-env).
5864         ($(objpfx)tst-gettext2.out): Likewise.
5865         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5866         run_program_env and test_program_prefix_after_env arguments.
5867         * intl/tst-gettext2.sh: Likewise.
5868         * intl/tst-gettext4.sh: Do not set environment variables
5869         explicitly.
5870         * intl/tst-gettext6.sh: Likewise.
5871         * intl/tst-translit.sh: Likewise.
5872         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5873         $(test-program-prefix-before-env), $(run-program-env) and
5874         $(test-program-prefix-after-env).
5875         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5876         run_program_env and test_program_prefix_after_env arguments.
5877         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5878         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5879         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5880         explicitly with each use of ${test_wrapper_env}.
5881         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5882         $(test-program-prefix-before-env), $(run-program-env) and
5883         $(test-program-prefix-after-env).
5884         * posix/tst-getconf.sh: Do not set environment variables
5885         explicitly.
5886         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5887         run_program_env and test_program_prefix_after_env arguments.
5888         * stdio-common/tst-printf.sh: Do not set environment variables
5889         explicitly.
5890         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5891         $(test-program-prefix-before-env), $(run-program-env) and
5892         $(test-program-prefix-after-env).
5893         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5894         run_program_env and test_program_prefix_after_env arguments.
5895         Split $test calls into $test_pre and $test.
5896         * timezone/Makefile (build-testdata): Use
5897         $(built-program-cmd-before-env), $(run-program-env) and
5898         $(built-program-cmd-after-env).
5899
5900 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5901
5902         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5903         strlen for non SHARED builds.
5904
5905 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5906
5907         * nptl/allocatestack.c (check_list): Inlined function...
5908         (__reclaim_stacks): ... here.
5909
5910 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5911
5912         [BZ #15698]
5913         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5914         memory overrun.
5915
5916 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5917
5918         * Rules (make-test-out): Include
5919         LOCPATH=$(common-objpfx)localedata in default environment.
5920         * debug/Makefile (tst-chk1-ENV): Remove variable.
5921         (tst-chk2-ENV): Likewise.
5922         (tst-chk3-ENV): Likewise.
5923         (tst-chk4-ENV): Likewise.
5924         (tst-chk5-ENV): Likewise.
5925         (tst-chk6-ENV): Likewise.
5926         (tst-lfschk1-ENV): Likewise.
5927         (tst-lfschk2-ENV): Likewise.
5928         (tst-lfschk3-ENV): Likewise.
5929         (tst-lfschk4-ENV): Likewise.
5930         (tst-lfschk5-ENV): Likewise.
5931         (tst-lfschk6-ENV): Likewise.
5932         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5933         (tst-iconv7-ENV): Likewise.
5934         * intl/Makefile (LOCPATH-ENV): Likewise.
5935         (tst-codeset-ENV): Likewise.
5936         (tst-gettext3-ENV): Likewise.
5937         (tst-gettext5-ENV): Likewise.
5938         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5939         (tst-fopenloc-ENV): Likewise.
5940         (tst-fgetws-ENV): Remove variable.
5941         (tst-ungetwc1-ENV): Likewise.
5942         (tst-ungetwc2-ENV): Likewise.
5943         (bug-ungetwc2-ENV): Likewise.
5944         (tst-swscanf-ENV): Likewise.
5945         (bug-ftell-ENV): Likewise.
5946         (tst-fgetwc-ENV): Likewise.
5947         (tst-fseek-ENV): Likewise.
5948         (tst-ftell-partial-wide-ENV): Likewise.
5949         (tst-ftell-active-handler-ENV): Likewise.
5950         (tst-ftell-append-ENV): Likewise.
5951         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5952         (tst-regexloc-ENV): Likewise.
5953         (bug-regex1-ENV): Likewise.
5954         (tst-regex-ENV): Likewise.
5955         (tst-regex2-ENV): Likewise.
5956         (bug-regex5-ENV): Likewise.
5957         (bug-regex6-ENV): Likewise.
5958         (bug-regex17-ENV): Likewise.
5959         (bug-regex18-ENV): Likewise.
5960         (bug-regex19-ENV): Likewise.
5961         (bug-regex20-ENV): Likewise.
5962         (bug-regex22-ENV): Likewise.
5963         (bug-regex23-ENV): Likewise.
5964         (bug-regex25-ENV): Likewise.
5965         (bug-regex26-ENV): Likewise.
5966         (bug-regex30-ENV): Likewise.
5967         (bug-regex32-ENV): Likewise.
5968         (bug-regex33-ENV): Likewise.
5969         (bug-regex34-ENV): Likewise.
5970         (bug-regex35-ENV): Likewise.
5971         (tst-rxspencer-ENV): Likewise.
5972         (tst-rxspencer-no-utf8-ENV): Likewise.
5973         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5974         (tst-sscanf-ENV): Likewise.
5975         (tst-swprintf-ENV): Likewise.
5976         (tst-swscanf-ENV): Likewise.
5977         (test-vfprintf-ENV): Likewise.
5978         (scanf13-ENV): Likewise.
5979         (bug14-ENV): Likewise.
5980         (tst-grouping-ENV): Likewise.
5981         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5982         (tst-strtod3-ENV): Likewise.
5983         (tst-strtod4-ENV): Likewise.
5984         (tst-strtod5-ENV): Likewise.
5985         (testmb2-ENV): Likewise./
5986         * string/Makefile (tst-strxfrm-ENV): Likewise.
5987         (tst-strxfrm2-ENV): Likewise.
5988         (bug-strcoll1-ENV): Likewise.
5989         (test-strcasecmp-ENV): Likewise.
5990         (test-strncasecmp-ENV): Likewise.
5991         * time/Makefile (tst-strptime-ENV): Likewise.
5992         (tst-ftime_l-ENV): Likewise.
5993         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5994         (tst-mbrtowc-ENV): Likewise.
5995         (tst-wcrtomb-ENV): Likewise.
5996         (tst-mbrtowc2-ENV): Likewise.
5997         (tst-c16c32-1-ENV): Likewise.
5998         (tst-mbsnrtowcs-ENV): Likewise.
5999
6000 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
6001
6002         * manual/resource.texi (How to get information about the memory
6003         subsystem?): Fix typo.
6004         Reported by Peon de la Parra Ivan <peon@keba.com>
6005
6006 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
6007
6008         [BZ #16882]
6009         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
6010         (pthread_spin_lock): Branch out of spin loop to proper location.
6011         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
6012         (pthread_spin_lock): Likewise.
6013
6014         * nptl/tst-spin4.c: New test.
6015         * nptl/Makefile (tests): Add tst-spin4.
6016
6017 2014-06-03  Andreas Schwab  <schwab@suse.de>
6018
6019         [BZ #15946]
6020         * resolv/res_send.c (send_dg): Reload file descriptor after
6021         calling reopen.
6022
6023 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
6024
6025         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6026
6027 2014-06-03  Richard Henderson  <rth@redhat.com>
6028
6029         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
6030         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
6031         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
6032         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
6033         in the SAVE_PID block.
6034         (__libc_vfork): New alias.
6035         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
6036
6037         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
6038         child in registers, not on the stack.  Remove RESET_PID conditionals.
6039         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
6040
6041 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6042
6043         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6044
6045 2014-06-03  Wilco  <wdijkstr@arm.com>
6046
6047         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
6048         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
6049         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6050         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
6051         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
6052         Likewise.
6053
6054 2014-06-03  Wilco  <wdijkstr@arm.com>
6055
6056         * sysdeps/aarch64/fpu/math_private.h
6057         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
6058         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
6059         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
6060         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6061         Fix declarations.
6062
6063 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6064
6065         * crypt/crypt-private.h: Include ufc-crypt.h.
6066         (__b64_from_24bit): Declare extern.
6067         * crypt/crypt_util.c(__b64_from_24bit): New function.
6068         (b64t): New static const variable.
6069         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
6070         (b64t): Remove variable.
6071         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
6072         * crypt/sha256-crypt.c: Include crypt-private.h.
6073         (b64t): Remove variable.
6074         (__sha256_crypt_r): Remove b64_from_24bit and replace
6075         with __b64_from_24bit.
6076         * crypt/sha512-crypt.c: Likewise.
6077
6078 2014-06-02  Roland McGrath  <roland@hack.frob.com>
6079
6080         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
6081         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
6082         Label the code __libc_vfork rather than __vfork.
6083         [!NOT_IN_libc] (vfork): Define as weak alias.
6084         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
6085         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
6086         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
6087
6088 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6089
6090         * malloc/malloc.c (malloc_info): Fix format specifier for
6091         n_mmaps.
6092
6093 2014-06-02  Wilco  <wdijkstr@arm.com>
6094
6095         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
6096         FPCR write.
6097
6098 2014-06-02  Wilco  <wdijkstr@arm.com>
6099
6100         [BZ #17009]
6101         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
6102         Rewrite to reduce FPCR/FPSR accesses.
6103
6104 2014-06-01  David S. Miller  <davem@davemloft.net>
6105
6106         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6107
6108 2014-05-31  David S. Miller  <davem@davemloft.net>
6109
6110         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
6111         to occur in round to nearest mode when |x| >= 2.0
6112
6113 2014-05-30  Richard Henderson  <rth@twiddle.net>
6114
6115         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
6116         (PSEUDO_RET_NOERRNO): Remove.
6117         (ret): Don't redefine.
6118         (ret_NOERRNO): Define in terms of ret.
6119         (ret_ERRVAL): Likewise.
6120
6121         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
6122         use of PSEUDO_RET; perform the error check directly.
6123
6124 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
6125
6126         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
6127         with __int128_t.
6128
6129 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6130
6131         * malloc/malloc (malloc_info): Fix formatting.
6132
6133 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6134             Roland McGrath  <roland@hack.frob.com>
6135
6136         * malloc/malloc (malloc_info): Also print mmapped statistics.
6137
6138 2014-05-30  Roland McGrath  <roland@hack.frob.com>
6139
6140         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
6141         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
6142
6143 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
6144
6145         * malloc/malloc.c (malloc_info): Inline mi_arena.
6146
6147 2014-05-29  Richard Henderson  <rth@twiddle.net>
6148
6149         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
6150         Remove comma before expanding ASM_ARGS_##nr.
6151         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
6152         Make _x0 a strict output; make _x8 a strict input; adjust expansion
6153         of ASM_ARGS_##nr.
6154         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
6155         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
6156         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
6157         (ASM_ARGS_1): Add leading comma.
6158
6159         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
6160         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
6161         to __errno_location.
6162         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
6163         Remove the expected plt for __errno_location.
6164
6165         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6166         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
6167         call to __read_tp.
6168
6169         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6170         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
6171         it and break it down.
6172         (DOCARGS_0, DOCARGS_1): Do nothing.
6173         (DOCARGS_2): Update to store into the new stack frame.
6174         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
6175         (UNDOCARGS_1): Update to restore from the new stack frame.
6176         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
6177         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
6178
6179         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6180         (SINGLE_THREAD_P): New parameter for result regno.
6181         (PSEUDO): Update to match; use cbz instead of beq.
6182
6183         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6184         Use ENTRY to define the _nocancel entry point.  Share the syscall
6185         and syscall error check paths with the cancel path.
6186         (PSEUDO_END): New.
6187
6188         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
6189         whitespace; tabs before and after asm mnemonics.
6190
6191 2014-05-29  Eric Wong  <normalperson@yhbt.net>
6192
6193         [BZ #15132]
6194         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6195         Call fstat64 or stat64 internally, depending on arguments passed.
6196         Replace stat buffer argument with file descriptor argument.
6197         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
6198         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6199         Pass fd to __internal_statvfs instead of calling fstat64.
6200         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
6201         Pass fd to __internal_statvfs64 instead of calling fstat64.
6202         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6203         Pass -1 to __internal_statvfs instead of calling stat64.
6204         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6205         Pass -1 to __internal_statvfs64 instead of calling stat64.
6206
6207 2014-05-28  Roland McGrath  <roland@hack.frob.com>
6208
6209         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6210         that was previously under [RESET_PID].
6211         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6212
6213         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6214         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6215
6216 2014-05-27  Roland McGrath  <roland@hack.frob.com>
6217
6218         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6219
6220         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6221         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6222
6223 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
6224
6225         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6226
6227 2014-05-27  Andreas Schwab  <schwab@suse.de>
6228
6229         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6230         TLS_INIT_TP macro.
6231         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6232         * elf/rtld.c (init_tls, dl_main): Likewise.
6233         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6234         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6235         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6236         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6237         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6238         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6239         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6240         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6241         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6242         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6243         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6244         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6245         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6246         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6247         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6248         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6249         * sysdeps/generic/tls.h: Update description.
6250
6251 2014-05-27  Will Newton  <will.newton@linaro.org>
6252
6253         [BZ #16990]
6254         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6255         and restore r2 rather than just restoring.
6256
6257 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6258
6259         [BZ #16724]
6260         * libio/tst-ftell-append.c: New test case.
6261         * libio/Makefile (tests): Add test case.
6262         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6263         append mode.
6264         * libio/wfileops.c (do_ftell_wide): Likewise.
6265
6266 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6267
6268         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6269
6270         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6271         ...
6272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6274         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6275         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6276         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6277         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6278         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6279         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6280         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6281         Moved ...
6282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6283         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6284         Moved ...
6285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6286         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6287         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6288         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6289         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6290         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6291         ...
6292         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6293         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6294         Moved ...
6295         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6296         here.
6297         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6298         ...
6299         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6300         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6301         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6302
6303         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6304         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6305         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6306         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6307
6308         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6309         merge into ...
6310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6311         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6312         ...
6313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6314         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6315         ...
6316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6317         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6318         Moved ...
6319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6320         here.
6321         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6322         Moved ...
6323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6324         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6325         Moved ...
6326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6327
6328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6329         conditional [RESET_PID].
6330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6331         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6332         removed.
6333         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6334         removed.
6335
6336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6337         <tcb-offsets.h>.
6338         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6339         (__libc_vfork): New strong alias.
6340         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6341         removed.
6342         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6343         Removed.
6344
6345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6346         <tcb-offsets.h>.
6347         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6348         (__libc_vfork): New strong alias.
6349         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6350         removed.
6351         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6352         removed.
6353
6354 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6355
6356         * malloc/malloc.c (mi_arena): New function.
6357         (malloc_info): Remove nested function mi_arena. Call non-nosted
6358         function mi_arena.
6359
6360 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6361
6362         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6363         by insrwi.
6364         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6365         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6366         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6367         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6368         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6369         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6370         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6371
6372 2014-05-26  Andreas Schwab  <schwab@suse.de>
6373
6374         [BZ #16984]
6375         * locale/programs/repertoire.c (repertoire_read): Add slash
6376         between I18NPATH element and file name.
6377         * locale/programs/locfile.c (locfile_read): Likewise.
6378
6379 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6380
6381         * nptl/pthread_mutexattr_settype.c
6382         (__pthread_mutexattr_settype):
6383         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6384
6385 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6386
6387         * nptl/tst-mutex5 (do_test):
6388         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6389
6390 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6391
6392         * benchtests/README: Document 'init' directive.
6393         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6394         BENCH_INIT.
6395         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6396         (parse_file): Recognize 'init' directive.
6397
6398 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6399
6400         [BZ #16796]
6401         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6402         alignment of struct pthread.
6403
6404 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6405
6406         [BZ #16878]
6407         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6408         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6409         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6410         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6411
6412 2014-05-25  Richard Henderson  <rth@twiddle.net>
6413
6414         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6415         (SINGLE_THREAD_P_PIC): Remove.
6416         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6417         (SINGLE_THREAD_P_PIC): Remove.
6418
6419         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6420         branch to syscall error ...
6421         (PSEUDO): ... here.
6422         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6423         from __local_syscall_error to .Lsyscall_error.
6424         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6425         (SYSCALL_ERROR): Update label name.
6426
6427         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6428         Do not use DOARGS/UNDOARGS.
6429         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6430         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6431         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6432         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6433         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6434
6435         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6436         block comment.
6437
6438         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6439         define if !NOT_IN_libc.
6440         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6441         define with non-default symbol versions.
6442
6443 2014-05-23  Richard Henderson  <rth@twiddle.net>
6444
6445         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6446         (vfork, __vfork): Define via compat_symbol.
6447
6448         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6449         [!HAVE_IFUNC] (vfork_compat): Remove.
6450         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6451
6452 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6453
6454         [BZ #16978]
6455         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6456         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6457         variable.
6458
6459 2014-05-23  Richard Henderson  <rth@twiddle.net>
6460
6461         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6462         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6463         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6464         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6465
6466         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6467         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6468         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6469         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6470         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6471         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6472         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6473         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6474         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6475         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6476         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6477         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6478         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6479         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6480         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6481         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6482         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6483         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6484         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6485         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6486         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6487         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6488         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6489         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6490         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6491         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6492         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6493         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6495         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6496         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6497         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6498         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6499         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6500         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6501         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6502         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6503         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6504         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6505         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6506         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6507         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6508         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6509         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6510         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6511         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6512         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6513         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6514         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6515         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6516         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6517         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6518         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6519         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6520         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6521         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6522
6523         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6524         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6525         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6526         before exiting on error.
6527         (__libc_vfork): New strong alias.
6528         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6529         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6530
6531         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6532         that was previously under [RESET_PID].
6533         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6534
6535         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6536
6537 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6538
6539         [BZ #16977]
6540         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6541         value when x - 1 is zero.
6542         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6543         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6544         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6545         0.0L for an argument of 1.0L.
6546         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6547         Likewise.
6548         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6549         value when x - 1 is zero.
6550         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6551         * sysdeps/i386/fpu/libm-test-ulps: Update.
6552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6553
6554 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6555
6556         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6557         alphasort and versionsort.
6558
6559 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6560
6561         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6562         macro.
6563         [copysignf]: Likewise.
6564
6565 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6566
6567         * crypt/md5-crypt.c: Fix formatting.
6568
6569 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6570
6571         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6572         (b64_from_24bit): New function.
6573
6574 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6575
6576         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6577         libc_hidden_builtin_def to ifunc.
6578         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6579         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6580
6581 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6582
6583         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6584         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6585
6586 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6587
6588         * nscd/Depend (linuxthreads): Remove.
6589         (nptl): Add.
6590         * resolv/Depend (linuxthreads): Remove.
6591         * rt/Depend (linuxthreads): Remove.
6592
6593         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6594         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6595         $(common-objpfx)elf/.
6596         (link-libc-before-gnulib): Likewise.
6597         (elfobjdir): Remove variable.
6598         * Makefile (install): Use $(elf-objpfx) instead of
6599         $(common-objpfx)elf/.
6600         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6601         $(elfobjdir)/.
6602         (link-libc-deps): Likewise.
6603         ($(common-objpfx)libc.so): Likewise.
6604         ($(common-objpfx)linkobj/libc.so): Likewise.
6605         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6606         instead of $(common-objpfx)elf/.
6607         (symbolic-link-list): Likewise.
6608         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6609         [$(cross-compiling) = no]: Likewise.
6610         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6611         $(elfobjdir)/.
6612         (static-gnulib-arch): Likewise.
6613         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6614         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6615         $(common-objpfx)elf/.
6616
6617 2014-05-21  Richard Henderson  <rth@redhat.com>
6618
6619         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6620         (SINGLE_THREAD_P): Use the correct width load.  Fold
6621         into the ldr offset.
6622
6623         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6624         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6625
6626 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6627
6628         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6629         (libgcc_s_resume): Use __attribute_used__.
6630         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6631         Likewise.
6632
6633 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6634
6635         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6636         optimization when used with float constants.
6637
6638         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6639
6640 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6641
6642         [BZ #16915]
6643         * locale/nl_langinfo_l.c: Make direct reference to every
6644         _nl_current_CATEGORY symbol.
6645         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6646         (tests-static): Add tst-langinfo-static.
6647         (tests-special): Add tst-langinfo-static.out.
6648         ($(objpfx)tst-langinfo.out): Redirect output.
6649         ($(objpfx)tst-langinfo-static.out): New.
6650         * localedata/tst-langinfo.sh: Send output to stdout.
6651         * localedata/tst-langinfo-static.c: New file.
6652
6653         [BZ #16965]
6654         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6655         when the shift amount is modulo the limb size.
6656
6657 2014-05-20  Richard Henderson  <rth@redhat.com>
6658
6659         [BZ #16967]
6660         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6661         Change type of sa_flags from unsigned int to int.
6662
6663         [BZ #16966]
6664         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6665
6666         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6667
6668 2014-05-20  Will Newton  <will.newton@linaro.org>
6669
6670         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6671         Test the return value of the system call in the nocancel case.
6672
6673 2014-05-20  Will Newton  <will.newton@linaro.org>
6674             Yvan Roux  <yvan.roux@linaro.org>
6675
6676         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6677         #include of asm/ptrace.h.
6678         (PTRACE_GET_THREAD_AREA): Remove #undef.
6679         (PTRACE_GETHBPREGS): Likewise.
6680         (PTRACE_SETHBPREGS): Likewise.
6681         (struct user_regs_struct): New structure.
6682         (struct user_fpsimd_struct): New structure.
6683         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6684         #include of asm/ptrace.h and second #include of sys/user.h.
6685         (PTRACE_GET_THREAD_AREA): Remove #undef.
6686         (PTRACE_GETHBPREGS): Likewise.
6687         (PTRACE_SETHBPREGS): Likewise.
6688         (ELF_NGREG): Use new struct user_regs_struct.
6689         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6690
6691 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6692
6693         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6694         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6695
6696 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6697
6698         [BZ #16958]
6699         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6700         membar to avoid block loads/stores to overlap previous stores.
6701
6702 2014-05-17  Richard Henderson  <rth@redhat.com>
6703
6704         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6705         Create the __##syscall_name##_nocancel entry point.
6706         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6707         Remove; let the sysdep-cancel.h code create it.
6708
6709 2014-05-17  David S. Miller  <davem@davemloft.net>
6710
6711         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6712         Protect with __USE_GNU.
6713         (TIOCSET_TEMPT): Likewise.
6714         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6715         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6716         these are already provided in bits/ioctl-types.h
6717
6718 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6719
6720         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6721         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6722
6723         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6724         Use wait4 regardless of [__NR_waitpid].
6725
6726 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6727
6728         PR libgcc/60166
6729         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6730         (_FP_NANSIGN_Q): Set the quiet bit.
6731
6732 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6733
6734         * benchtests/Makefile
6735         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6736         not $(common-objpfx)math/libm.so.
6737         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6738         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6739         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6740         $(common-objpfx)dlfcn/libdl.so.
6741         ($(objpfx)tst-audit8): Depend on $(libm), not
6742         $(common-objpfx)math/libm.so.
6743         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6744         not $(common-objpfx)dlfcn/libdl.so.
6745         * math/Makefile
6746         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6747         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6748         [$(build-shared) = yes].
6749         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6750         $(common-objpfx)nptl/libpthread.so.
6751         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6752         $(common-objpfx)math/libm.so$(libm.so-version) or
6753         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6754         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6755         $(common-objpfx)dlfcn/libdl.so.
6756         * setjmp/Makefile (link-libm): Remove variable.
6757         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6758         * stdio-common/Makefile (link-libm): Remove variable.
6759         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6760         * stdlib/Makefile (link-libm): Remove variable.
6761         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6762         ($(objpfx)tst-strtod-round): Likewise.
6763         ($(objpfx)tst-tininess): Likewise.
6764         ($(objpfx)tst-strtod-underflow): Likewise.
6765         ($(objpfx)tst-strtod6): Likewise.
6766         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6767         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6768         $(common-objpfx)dlfcn/libdl.so.
6769
6770 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6771
6772         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6773         BSD terminal modes definitions.
6774
6775 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6776
6777         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6778         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6779
6780         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6781         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6782         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6783         Don't do #include_next.
6784         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6785         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6786         Don't do #include_next.
6787         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6788         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6789         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6790         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6791
6792 2014-05-16  Allan McRae  <allan@archlinux.org>
6793
6794         * po/sv.po: Update Swedish translation from translation project.
6795
6796         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6797         in sed expression.
6798
6799 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6800
6801         [BZ #16917]
6802         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6803         errno if the TIOCGPTN ioctl fails with an error different than
6804         EINVAL.
6805         * login/tst-ptsname.c: New file.
6806         * login/Makefile (tests): Add tst-ptsname.
6807
6808         [BZ #16943]
6809         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6810         and prlimit64.
6811
6812 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6813
6814         [BZ #16849]
6815         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6816         herrno to return EAI_AGAIN.
6817
6818 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6819
6820         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6821         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6822         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6823         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6824         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6825         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6826         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6827         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6828         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6829         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6830         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6831         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6832         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6833         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6834         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6835         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6836         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6837         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6838         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6839         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6840         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6841         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6842         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6843         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6844         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6845         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6846         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6847         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6848         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6849         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6850         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6851         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6852         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6853         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6854         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6855         Moved ...
6856         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6857         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6858         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6859         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6860         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6861         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6862         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6863         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6864         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6865         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6866         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6867         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6868         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6869         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6870         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6871         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6872         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6873         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6874         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6875         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6876         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6877         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6878         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6879         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6880         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6881         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6882         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6883         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6884         Moved ...
6885         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6886         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6887         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6888         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6889         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6890         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6891         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6892         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6893         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6894         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6895         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6896         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6897         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6898         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6899         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6900         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6901         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6902         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6903         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6904         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6905         Moved ...
6906         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6907         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6908         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6909
6910         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6911         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6912         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6913         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6914         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6915         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6916         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6917         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6918         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6919         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6920         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6921         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6922         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6923         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6924         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6925         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6926         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6927         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6928         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6929         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6930         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6931         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6932         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6933         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6934         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6935         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6936         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6937         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6938         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6939         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6940         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6941
6942         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6943         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6944
6945         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6946         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6947         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6948         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6949         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6950         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6951         Moved ...
6952         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6953         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6954         Moved ...
6955         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6956         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6957         Moved ...
6958         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6959         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6960         Moved ...
6961         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6962         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6963         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6964         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6965         Moved ...
6966         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6967         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6968         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6969         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6970         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6971         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6972         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6973         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6974         Moved ...
6975         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6976         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6977         Moved ...
6978         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6979         ... here.
6980         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6981         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6982         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6983         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6984         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6985         Moved ...
6986         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6987         ... here.
6988         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6989         Moved ...
6990         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6991         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6992         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6993         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6994         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6995         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6996         Moved ...
6997         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6998         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6999         Moved ...
7000         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
7001         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
7002         Moved ...
7003         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
7004         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
7005         Moved ...
7006         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
7007         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
7008         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
7009         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
7010         Moved ...
7011         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
7012         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
7013         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
7014         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
7015         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
7016         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
7017         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
7018         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
7019         Moved ...
7020         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
7021         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7022         Moved ...
7023         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7024         ... here.
7025         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
7026         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
7027         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
7028         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
7029         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7030         Moved ...
7031         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7032         ... here.
7033         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
7034         Moved ...
7035         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
7036         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
7037         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
7038         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
7039         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
7040         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
7041         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
7042         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
7043         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
7044         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
7045         Moved ...
7046         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
7047         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
7048         Moved ...
7049         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
7050         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
7051         Moved ...
7052         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
7053         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
7054         Moved ...
7055         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
7056         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
7057         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
7058         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
7059         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
7060         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
7061         Moved ...
7062         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
7063         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
7064         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
7065         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
7066         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
7067         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
7068         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
7069         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
7070         Moved ...
7071         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
7072         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7073         Moved ...
7074         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7075         ... here.
7076         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
7077         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
7078         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
7079         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
7080         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7081         Moved ...
7082         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7083         ... here.
7084         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
7085         Moved ...
7086         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
7087         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
7088         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
7089         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
7090         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
7091         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
7092         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
7093         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
7094         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
7095         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
7096         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
7097
7098         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
7099         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
7100
7101         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
7102         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
7103
7104         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
7105         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
7106         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
7107         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
7108         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
7109         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
7110         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
7111         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
7112         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
7113         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
7114         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
7115         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
7116         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
7117         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
7118         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
7119         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
7120         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
7121         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
7122         Moved ...
7123         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
7124         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
7125         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
7126         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
7127         Moved ...
7128         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
7129         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
7130         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
7131         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
7132         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
7133         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
7134         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
7135         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
7136         Moved ...
7137         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
7138         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
7139         Moved ...
7140         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
7141         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
7142         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
7143         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
7144         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
7145         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
7146         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
7147         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
7148         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
7149         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
7150         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
7151         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
7152         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
7153         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
7154         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
7155         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
7156         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
7157
7158         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
7159         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
7160         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
7161         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
7162         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
7163
7164         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
7165         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
7166         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
7167         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
7168         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
7169         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
7170         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
7171         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
7172         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
7173         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
7174
7175         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
7176         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
7177
7178         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
7179         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
7180         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
7181         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
7182         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
7183         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
7184         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
7185         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
7186         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
7187         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
7188         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
7189         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
7190         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
7191         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
7192         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
7193         Update #include.
7194         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
7195         Likewise.
7196         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
7197         Likewise.
7198         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
7199         Likewise.
7200         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
7201         Likewise.
7202         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7203         Likewise.
7204         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7205         Likewise.
7206         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7207         Likewise.
7208         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7209         Likewise.
7210         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7211         Likewise.
7212         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7213         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7214         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7215         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7216         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
7217         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7218         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7219         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7220         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7221         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7222         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7223         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7224         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7225         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
7226         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
7227
7228         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7229         that was previously under [RESET_PID].
7230         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7231         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7232         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7233
7234         * sysdeps/i386/nptl/Implies: New file.
7235         * sysdeps/x86_64/nptl/Implies: New file.
7236         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7237         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7238         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7239         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7240
7241         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7242         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7243         (__libc_vfork): New strong alias.
7244         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7245         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7246
7247         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7248         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7249         (__libc_vfork): New strong alias.
7250         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7251         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7252
7253         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7254         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7255         (__libc_vfork): New strong alias.
7256         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7257         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7258         * nptl/pt-vfork.c: New file.
7259         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7260         (libpthread: GLIBC_2.20): New version set (empty).
7261
7262 2014-05-14  Will Newton  <will.newton@linaro.org>
7263
7264         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7265         rather than #if.
7266
7267 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7268
7269         [BZ #16564]
7270         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7271         arguments with exponent 65 or above.
7272         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7273         arguments 0x1p113L or above.
7274         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7275         to arguments 0x1p107L or above.
7276         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7277         positive arguments with exponent 65 or above.
7278         * math/auto-libm-test-in: Add more tests of log1p.
7279         * math/auto-libm-test-out: Regenerated.
7280
7281         [BZ #16928]
7282         * math/s_cacos.c (__cacos): Ensure zero real part of result from
7283         non-finite arguments is +0.
7284         * math/s_cacosf.c (__cacosf): Likewise.
7285         * math/s_cacosl.c (__cacosl): Likewise.
7286         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7287         * sysdeps/i386/fpu/libm-test-ulps: Update.
7288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7289
7290         [BZ #16927]
7291         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7292         value.
7293         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7294         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7295         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7296         for explicit high bit of mantissa when testing for argument equal
7297         to 1.
7298         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7299         * sysdeps/i386/fpu/libm-test-ulps: Update.
7300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7301
7302         [BZ #16516]
7303         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7304         (__erf): Scale by 16 instead of 8 in potentially underflowing
7305         case.  Ensure exception if result actually underflows.
7306         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7307         (__erff): Scale by 16 instead of 8 in potentially underflowing
7308         case.  Ensure exception if result actually underflows.
7309         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7310         (efx8): Remove variable.
7311         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7312         case.  Ensure exception if result actually underflows.
7313         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7314         (efx8): Remove variable.
7315         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7316         case.  Ensure exception if result actually underflows.
7317         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7318         (efx8): Remove variable.
7319         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7320         case.  Ensure exception if result actually underflows.
7321         * math/auto-libm-test-in: Add more tests of erf.
7322         * math/auto-libm-test-out: Regenerated.
7323
7324 2014-05-14  Andreas Schwab  <schwab@suse.de>
7325
7326         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7327         Remove code conditionalized on USE___THREAD.
7328
7329         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7330         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7331         not definedness.
7332
7333 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7334
7335         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7336         Define unconditionally.
7337         (__ASSUME_O_CLOEXEC): Likewise.
7338         (__ASSUME_SOCK_CLOEXEC): Likewise.
7339         (__ASSUME_IN_NONBLOCK): Likewise.
7340         (__ASSUME_PIPE2): Likewise.
7341         (__ASSUME_EVENTFD2): Likewise.
7342         (__ASSUME_SIGNALFD4): Likewise.
7343         (__ASSUME_DUP3): Likewise.
7344         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7345         (__ASSUME_DUP3): Do not define.
7346         (__ASSUME_EVENTFD2): Likewise.
7347         (__ASSUME_IN_NONBLOCK): Likewise.
7348         (__ASSUME_O_CLOEXEC): Likewise.
7349         (__ASSUME_PIPE2): Likewise.
7350         (__ASSUME_SIGNALFD4): Likewise.
7351         (__ASSUME_SOCK_CLOEXEC): Likewise.
7352         (__ASSUME_UTIMES): Undefine.
7353         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7354         (__ASSUME_UTIMES): Do not define.
7355         (__ASSUME_O_CLOEXEC): Likewise.
7356         (__ASSUME_SOCK_CLOEXEC): Likewise.
7357         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7358         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7359         0x020621].
7360         (__ASSUME_PIPE2): Likewise.
7361         (__ASSUME_EVENTFD2): Likewise.
7362         (__ASSUME_SIGNALFD4): Likewise.
7363         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7364         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7365         Do not define.
7366         (__ASSUME_EVENTFD2): Likewise.
7367         (__ASSUME_SIGNALFD4): Likewise.
7368         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7369         (__ASSUME_32BITUIDS): Likewise.
7370         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7371         (__ASSUME_IPC64): Likewise.
7372         (__ASSUME_ST_INO_64_BIT): Likewise.
7373         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7374         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7375         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7376         (__ASSUME_UTIMES): Do not define.
7377         (__ASSUME_PSELECT): Likewise.
7378         (__ASSUME_PPOLL): Likewise.
7379         (__ASSUME_O_CLOEXEC): Likewise.
7380         (__ASSUME_SOCK_CLOEXEC): Likewise.
7381         (__ASSUME_IN_NONBLOCK): Likewise.
7382         (__ASSUME_PIPE2): Likewise.
7383         (__ASSUME_EVENTFD2): Likewise.
7384         (__ASSUME_SIGNALFD4): Likewise.
7385         (__ASSUME_DUP3): Likewise.
7386         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7387         (__ASSUME_UTIMES): 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/microblaze/kernel-features.h
7396         (__ASSUME_UTIMES): Likewise.
7397         (__ASSUME_O_CLOEXEC): Likewise.
7398         (__ASSUME_SOCK_CLOEXEC): Likewise.
7399         (__ASSUME_IN_NONBLOCK): Likewise.
7400         (__ASSUME_PIPE2): Likewise.
7401         (__ASSUME_EVENTFD2): Likewise.
7402         (__ASSUME_SIGNALFD4): Likewise.
7403         (__ASSUME_DUP3): Likewise.
7404         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7405         Likewise.
7406         (__ASSUME_UTIMES): Likewise.
7407         (__ASSUME_EVENTFD2): Likewise.
7408         (__ASSUME_SIGNALFD4): Likewise.
7409         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7410         (__ASSUME_O_CLOEXEC): Likewise.
7411         (__ASSUME_SOCK_CLOEXEC): Likewise.
7412         (__ASSUME_IN_NONBLOCK): Likewise.
7413         (__ASSUME_PIPE2): Likewise.
7414         (__ASSUME_EVENTFD2): Likewise.
7415         (__ASSUME_SIGNALFD4): Likewise.
7416         (__ASSUME_DUP3): Likewise.
7417         (__ASSUME_UTIMES): Undefine.
7418
7419         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7420         feclearexcept.  Remove symbol versioning code.
7421         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7422         symbol versioning code.
7423         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7424         symbol versioning code.
7425         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7426         feupdateenv.  Remove symbol versioning code.
7427         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7428         fegetexceptflag.  Remove symbol versioning code.
7429         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7430         fesetexceptflag.  Remove symbol versioning code.
7431         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7432         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7433         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7434         (__posix_fadvise64_l32): Remove prototype.
7435         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7436         code.
7437
7438 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7439
7440         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7441         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7442         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7443         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7444
7445 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7446
7447         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7448         current working directory
7449
7450 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7451
7452         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7453         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7454         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7455         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7456         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7457         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7458         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7459         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7460         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7461         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7462         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7463         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7464         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7465         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7466         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7467         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7468         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7469         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7470         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7471         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7472         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7473         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7474         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7475         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7476         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7477         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7478         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7479         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7480         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7481         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7482         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7483         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7484         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7485         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7486         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7487         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7488         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7489         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7490         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7491         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7492         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7493         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7494
7495         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7496         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7497
7498         * sysdeps/unix/sysv/linux/arm/Makefile
7499         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7500         Add rt-aeabi_unwind_cpp_pr1.
7501         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7502         Add nptl-aeabi_unwind_cpp_pr1.
7503         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7504         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7505         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7506         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7507         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7508         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7509
7510         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7511         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7512         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7513         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7514
7515         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7516         Deconditionalize the code that was previously under [RESET_PID].
7517         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7518
7519         * sysdeps/generic/exit-thread.h: New file.
7520         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7521         * include/unistd.h (__exit_thread): Remove declaration.
7522         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7523         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7524         * csu/libc-start.c: Include <exit-thread.h>.
7525         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7526         * nptl/pthread_create.c: Include <exit-thread.h>.
7527         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7528         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7529         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7530         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7531         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7532         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7533         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7534         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7535         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7536         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7537         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7538         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7539         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7540         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7541         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7542         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7543         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7544
7545 2014-05-13  Andreas Schwab  <schwab@suse.de>
7546
7547         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7548
7549 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7550
7551         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7552         (__ASSUME_UTIMES): Do not condition on kernel version.
7553         (__ASSUME_PSELECT): Define unconditionally.
7554         (__ASSUME_PPOLL): Likewise.
7555         (__ASSUME_ATFCTS): Likewise.
7556         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7557         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7558         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7559         (__ASSUME_UTIMENSAT): Define unconditionally.
7560         (__ASSUME_PRIVATE_FUTEX): Likewise.
7561         (__ASSUME_FALLOCATE): Likewise.
7562         (__ASSUME_O_CLOEXEC): Likewise.
7563         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7564         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7565         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7566         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7567         (__ASSUME_IN_NONBLOCK): Likewise.
7568         (__ASSUME_PIPE2): Likewise.
7569         (__ASSUME_EVENTFD2): Likewise.
7570         (__ASSUME_SIGNALFD4): Likewise.
7571         (__ASSUME_DUP3): Likewise.
7572         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7573         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7574         (__ASSUME_AT_RANDOM): Likewise.
7575         (__ASSUME_PREADV): Likewise.
7576         (__ASSUME_PWRITEV): Likewise.
7577         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7578         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7579         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7580         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7581         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7582         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7583         (__ASSUME_O_CLOEXEC): Define unconditionally.
7584         (__ASSUME_PSELECT): Do not undefine conditionally.
7585         (__ASSUME_PPOLL): Likewise.
7586         (__ASSUME_ATFCTS): Likewise.
7587         (__ASSUME_SET_ROBUST_LIST): Likewise.
7588         (__ASSUME_UTIMENSAT): Likewise.
7589         (__ASSUME_FDATASYNC): Define unconditionally.
7590         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7591         (__ASSUME_SIGFRAME_V2): Likewise.
7592         )__ASSUME_EVENTFD2): Likewise.
7593         (__ASSUME_SIGNALFD4): Likewise.
7594         (__ASSUME_PSELECT): Do not undefine conditionally.
7595         (__ASSUME_PPOLL): Likewise.
7596         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7597         (__ASSUME_PSELECT): Define unconditionally.
7598         (__ASSUME_PPOLL): Likewise.
7599         (__ASSUME_O_CLOEXEC): Likewise.
7600         (__ASSUME_SOCK_CLOEXEC): Likewise.
7601         (__ASSUME_IN_NONBLOCK): Likewise.
7602         (__ASSUME_PIPE2): Likewise.
7603         (__ASSUME_EVENTFD2): Likewise.
7604         (__ASSUME_SIGNALFD4): Likewise.
7605         (__ASSUME_DUP3): Likewise.
7606         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7607         (__ASSUME_O_CLOEXEC): Likewise.
7608         (__ASSUME_SOCK_CLOEXEC): Likewise.
7609         (__ASSUME_IN_NONBLOCK): Likewise.
7610         (__ASSUME_PIPE2): Likewise.
7611         (__ASSUME_EVENTFD2): Likewise.
7612         (__ASSUME_SIGNALFD4): Likewise.
7613         (__ASSUME_DUP3): Likewise.
7614         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7615         (__ASSUME_EVENTFD2): Likewise.
7616         (__ASSUME_SIGNALFD4): Likewise.
7617         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7618
7619 2014-05-12  Andreas Schwab  <schwab@suse.de>
7620
7621         [BZ #16932]
7622         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7623         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7624         than maximum RPC packet size.
7625         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7626         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7627         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7628         (_nss_nis_getservbyport_r): Likewise.
7629
7630 2014-05-12  Will Newton  <will.newton@linaro.org>
7631
7632         * malloc/Makefile (tests): Add tst-mallopt.
7633         * malloc/tst-mallopt.c: New file.
7634
7635 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7636
7637         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7638         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7639
7640 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7641
7642         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7643         (tst-tlsmod6.so): Likewise.
7644
7645 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7646
7647         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7648
7649 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7650
7651         [BZ #16064]
7652         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7653         and <dl-procinfo.h>.
7654         (__fegetenv): Save SSE state in envp->__eip if supported.
7655         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7656         envp->__eip if supported.
7657         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7658         and <dl-procinfo.h>.
7659         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7660         __data_offset and __data_selector in environment to 0.  Set SSE
7661         state if supported.
7662         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7663         test-fenv-sse.
7664         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7665         -mfpmath=sse.
7666         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7667
7668 2014-05-09  Will Newton  <will.newton@linaro.org>
7669
7670         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7671         and libc_relro_required for ARM.
7672         * sysdeps/arm/preconfigure: Regenerate.
7673
7674 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7675             Stefan Liebler  <stli@linux.vnet.ibm.com>
7676
7677         * config.make.in (enable-lock-elision): New Makefile variable.
7678         * configure.ac: Likewise.
7679         * configure: Regenerate.
7680         * sysdeps/s390/configure.ac:
7681         Add check for gcc transactions support.
7682         * sysdeps/s390/configure: Regenerate.
7683         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7684         Build elision files if enabled.
7685         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7686         Add lock elision support for s390.
7687         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7688         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7689         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7690         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7691         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7692         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7693         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7694         Likewise.
7695         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7696         Likewise.
7697         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7698         Likewise.
7699         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7700         Likewise.
7701         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7702         (__lll_timedlock_elision, __lll_lock_elision)
7703         (__lll_unlock_elision, __lll_trylock_elision)
7704         (lll_timedlock_elision, lll_lock_elision)
7705         (lll_unlock_elision, lll_trylock_elision): Add.
7706         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7707         (pthread_mutex_t): Add lock elision support for s390.
7708
7709 2014-05-14  Wilco  <wdijkstr@arm.com>
7710
7711         * sysdeps/arm/fclrexcpt.c: Cleanup.
7712         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7713         * sysdeps/arm/feenablxcpt.c: Cleanup.
7714         * sysdeps/arm/fegetenv.c: Cleanup.
7715         * sysdeps/arm/fegetexcept.c: Cleanup.
7716         * sysdeps/arm/fegetround.c: Cleanup.
7717         * sysdeps/arm/feholdexcpt.c: Cleanup.
7718         * sysdeps/arm/fesetenv.c: Cleanup.
7719         * sysdeps/arm/fesetround.c: Cleanup.
7720         * sysdeps/arm/feupdateenv.c: Cleanup.
7721         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7722         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7723         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7724         * sysdeps/arm/ftestexcept.c: Cleanup.
7725         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7726         * sysdeps/arm/setfpucw.c: Cleanup.
7727
7728 2014-05-09  Will Newton  <will.newton@linaro.org>
7729
7730         * sysdeps/arm/armv7/strcmp.S: New file.
7731         * NEWS: Mention addition of ARMv7 optimized strcmp.
7732
7733 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7734
7735         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7736         look for %.ac rather than %.in.
7737
7738         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7739         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7740         * sysdeps/mach/hurd/configure: Regenerated.
7741         * sysdeps/unix/sysv/linux/configure: Regenerated.
7742
7743         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7744
7745 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7746
7747         [BZ# 16922]
7748         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7749         (LONG_SUB): Ditto.
7750         (PTR_SUB): Ditto.
7751
7752 2014-05-07  Andreas Schwab  <schwab@suse.de>
7753
7754         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7755         when skipping over non-matching result from nscd.
7756
7757 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7758
7759         [BZ #16876]
7760         * nptl/sockperf.c (client): Check socket return value.
7761
7762         [BZ #16877]
7763         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7764         nscd security class.
7765
7766 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7767
7768         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7769         * sysdeps/arm/unwind.h: ... here.
7770
7771 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7772
7773         [BZ# 16916]
7774         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7775         Define.
7776
7777 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7778
7779         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7780         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7781         multiarch strncpy for PPC64.
7782         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7783         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7784         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7785         multiarch optimizations.
7786         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7787         (__libc_ifunc_impl_list): Likewise.
7788         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7789         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7790         multiarch stpncpy for PPC64.
7791         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7792         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7793
7794 2014-05-06  Andreas Schwab  <schwab@suse.de>
7795
7796         [BZ #16912]
7797         * gmon/mcount.c (_MCOUNT_DECL): Use
7798         atomic_compare_and_exchange_bool_acq instead of
7799         catomic_compare_and_exchange_bool_acq.
7800
7801 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7802
7803         * elf/Makefile (others, install-bin): Remove pldd.
7804         (pldd-modules): Variable removed.
7805         ($(objpfx)pldd): Target removed.
7806         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7807         (others, install-bin): Append pldd here.
7808         ($(objpfx)pldd): New target.
7809
7810         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7811         to 0, so the first #if test emitted later doesn't see it undefined.
7812         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7813         * sysdeps/gnu/errlist.c: Regenerated.
7814
7815 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7816
7817         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7818         [libc_hidden_builtin_def]: Define to empty value.
7819         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7820         [libc_hidden_builtin_def]: Likewise.
7821         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7822         [libc_hidden_builtin_def]: Likewise.
7823         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7824         [libc_hidden_builtin_def]: Likewise.
7825         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7826         __redirect_memcpy and define ifunc as default hidden symbol.
7827         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7828         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7829
7830 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7831
7832         * locale/iso-4217.def: Reintroduce XDR currency.
7833
7834 2014-05-04  Allan McRae  <allan@archlinux.org>
7835
7836         * po/eo.po: Update Esperanto translation from translation project.
7837
7838 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7839
7840         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7841         and FEATURE_INDEX_MAX to 1.
7842         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7843
7844 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7845
7846         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7847         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7848         * iconvdata/big5.c (ONE_DIRECTION): Define.
7849         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7850         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7851         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7852         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7853         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7854         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7855         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7856         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7857         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7858         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7859         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7860         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7861         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7862         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7863         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7864         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7865         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7866         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7867         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7868         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7869         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7870         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7871         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7872         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7873         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7874         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7875         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7876         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7877         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7878         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7879         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7880         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7881         * iconvdata/johab.c (ONE_DIRECTION): Define.
7882         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7883         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7884         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7885         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7886         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7887         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7888         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7889         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7890         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7891         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7892
7893 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7894
7895         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7896         (_IO_JUMPS_OFFSET): Define to 0.
7897
7898         * nptl/sysdeps/pthread/bits/libc-lock.h
7899         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7900         (__libc_lock_define_initialized_recursive): Always define using
7901         initializer.  Modern compilers treat uninitialized (implicit zero) and
7902         explicit zero initializers the same (i.e. put the datum in bss).
7903
7904 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7905
7906         * nscd/nscd-client.h: Include <string.h>.
7907
7908 2014-05-01  David S. Miller  <davem@davemloft.net>
7909
7910         [BZ #16885]
7911         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7912         multiple zero bytes exist at the end of a string.
7913         Reported by Aurelien Jarno <aurelien@aurel32.net>
7914
7915         * string/test-strcmp.c (check): Add explicit test for situations where
7916         there are multiple zero bytes after the first.
7917
7918 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7919
7920         [BZ #16890]
7921         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7922         when compiling wprintf.
7923         * stdio-common/tstdiomisc.c (t3): New function.
7924         (main): Call it.
7925
7926 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7927
7928         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7929         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7930         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7931         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7932
7933 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7934
7935         * stdlib/longlong.h: Updated from GCC.
7936
7937 2014-05-01  Will Newton  <will.newton@linaro.org>
7938             Bernard Ogden  <bernie.ogden@linaro.org>
7939
7940         * NEWS: Update fixed bug list.
7941
7942         [BZ #15119]
7943         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7944
7945 2014-04-30  David S. Miller  <davem@davemloft.net>
7946
7947         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7948         (libc_feholdexcept_setround_sparc_ctx): New function.
7949         (libc_fesetenv_sparc_ctx): Likewise.
7950         (libc_feupdateenv_sparc_ctx): Likewise.
7951         (libc_feholdsetround_sparc_ctx): Likewise.
7952         (libc_feholdexcept_setround_ctx): Define.
7953         (libc_feholdexcept_setroundf_ctx): Likewise.
7954         (libc_feholdexcept_setroundl_ctx): Likewise.
7955         (libc_fesetenv_ctx): Likewise.
7956         (libc_fesetenvf_ctx): Likewise.
7957         (libc_fesetenvl_ctx): Likewise.
7958         (libc_feupdateenv_ctx): Likewise.
7959         (libc_feupdateenvf_ctx): Likewise.
7960         (libc_feupdateenvl_ctx): Likewise.
7961         (libc_feresetround_ctx): Likewise.
7962         (libc_feresetroundf_ctx): Likewise.
7963         (libc_feresetroundl_ctx): Likewise.
7964         (libc_feholdsetround_ctx): Likewise.
7965         (libc_feholdsetroundf_ctx): Likewise.
7966         (libc_feholdsetroundl_ctx): Likewise.
7967
7968         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7969         with __USE_GNU instead of XOPEN cpp guards.
7970
7971         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7972         0.
7973
7974         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7975         with XOPEN cpp guards.
7976
7977 2014-04-30  Julian Brown  <julian@codesourcery.com>
7978
7979         [BZ #16888]
7980         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7981         handling.
7982
7983 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7984
7985         [BZ #9894]
7986         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7987         Change to 2.6.32.
7988         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7989         * sysdeps/unix/sysv/linux/configure: Regenerated.
7990         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7991         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7992         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7993         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7994         * README: Update reference to required Linux kernel version.
7995         * manual/install.texi (Linux): Update reference to required Linux
7996         kernel headers version.
7997         * INSTALL: Regenerated.
7998
7999         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
8000         header inclusion.
8001         [POSIX] (limits.h): Likewise.
8002         [POSIX] (math.h): Likewise.
8003         [POSIX] (sys/wait.h): Likewise.
8004         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
8005         function.
8006         [POSIX] (stddef.h): Do not allow header inclusion.
8007
8008 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8009
8010         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
8011
8012 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
8013
8014         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
8015         Return immediately after lll_futex_wake.
8016
8017 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8018
8019         [BZ #16791]
8020         * nscd/nscd-client.h (datahead_init_common): Initialize entire
8021         structure.
8022         (datahead_init_pos): Call datahead_init_common early.
8023         (datahead_init_neg): Likewise.
8024
8025         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
8026         datahead_init_neg): New functions.
8027         * nscd/aicache.c (addhstaiX): Use them.
8028         * nscd/grpcache.c (cache_addgr): Likewise.
8029         * nscd/hstcache.c (cache_addhst): Likewise.
8030         * nscd/initgrcache.c (addinitgroupsX): Likewise.
8031         * nscd/netgroupcache.c (do_notfound): Likewise.
8032         (addgetnetgrentX): Likewise.
8033         (addinnetgrX): Likewise.
8034         * nscd/pwdcache.c (cache_addpw): Likewise.
8035         * nscd/servicescache.c (cache_addserv): Likewise.
8036
8037 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8038             Atsushi Onoe  <atsushi@onoe.org>
8039
8040         [BZ #14308]
8041         [BZ #12994]
8042         [BZ #13651]
8043         * resolv/res_query.c (__libc_res_nsearch): Return if at least
8044         one response is valid.
8045         * resolv/res_send.c (send_dg): Check for validity of other
8046         response if the current response is a referral.
8047
8048 2014-04-29  Steve Ellcey  <sellcey@mips.com>
8049
8050         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
8051
8052 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
8053
8054         [BZ #16823]
8055         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
8056         Always divide by positive zero when computing -Inf result.
8057         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
8058         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
8059
8060 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8061
8062         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
8063         FPSCR if value do not change.
8064         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
8065         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
8066         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
8067         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
8068         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
8069         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
8070         function.
8071
8072 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
8073
8074         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
8075         * sysdeps/unix/sysv/linux/hppa: Move directory from
8076         ports/systeps/unix/sysv/linux/hppa.
8077         * README: Update listing for hppa-*-linux-gnu.
8078
8079 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
8080
8081         [BZ #16754]
8082         * manual/stdio.texi (Hook functions): Fix types of stream hook
8083         functions.
8084         [BZ #16854]
8085         * socket/sys/socket.h: Fix typo in comment.
8086
8087 2014-04-28  Wilco  <wdijkstr@arm.com>
8088
8089         * sysdeps/arm/fenv_private.h: New file.
8090         * sysdeps/arm/math_private.h: New file.
8091         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
8092
8093 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
8094
8095         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
8096         with __int128_t.
8097         (La_x86_64_retval): Likewise.
8098
8099 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
8100
8101         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
8102         fpsr if value didn't change.
8103         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
8104         to fpcr if value didn't change.
8105         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
8106         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
8107         fpsr or fpcr if value didn't change.
8108         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8109         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
8110         fpcr if value didn't change.
8111         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
8112         to fpsr if value didn't change.
8113
8114 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
8115
8116         * nptl/tst-sem3.c: Use test-skeleton.c
8117         (main): Rename to do_test.  Use return instead of
8118         exit.
8119         * nptl/tst-sem4.c: Use test-skeleton.c
8120         (main): Rename to do_test.
8121
8122 2014-04-22  David S. Miller  <davem@davemloft.net>
8123
8124         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
8125         (struct sigaction): New struct member __glibc_reserved0, change
8126         type of sa_flags to int.
8127
8128 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
8129
8130         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
8131         (COUNT_LEADING_ZEROS_0): Define for AArch64.
8132
8133 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8134
8135         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
8136         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
8137
8138 2014-04-22  Will Newton  <will.newton@linaro.org>
8139             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
8140
8141         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
8142         (__longjmp): Add longjmp and longjmp_target SystemTap
8143         probes.
8144         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
8145         (__sigsetjmp): Add setjmp SystemTap probe.
8146
8147 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
8148
8149         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
8150         match manual order.
8151
8152 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8153
8154         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
8155
8156         * sysdeps/powerpc/fpu/fenv_private.h
8157         (libc_feholdexcept_setroundl_ctx): Define to
8158         libc_feholdexcept_setround_ppc_ctx.
8159         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
8160         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
8161         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
8162         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
8163
8164 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8165
8166         * sysdeps/aarch64/math-tests.h: New file.
8167
8168 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
8169
8170         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
8171         New.
8172         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8173         Check and set bit_AVX2_Usable.
8174         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
8175         macro.
8176         (bit_AVX2): Likewise.
8177         (index_AVX2_Usable): Likewise.
8178         (CPUID_AVX2): Likewise.
8179         (HAS_AVX2): Likewise.
8180
8181 2014-04-17  Will Newton  <will.newton@linaro.org>
8182
8183         * manual/setjmp.texi (System V contexts): Add note that
8184         calling setcontext on a context created by a call to a
8185         signal handler is undefined.  Update text to note that
8186         setcontext from a signal handler is possible but not
8187         recommended.
8188
8189         [BZ #16629]
8190         * stdlib/tst-setcontext.c: Include signal.h.
8191         (main): Check that the signal stack before and
8192         after swapcontext is the same.
8193
8194         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
8195         Re-implement to restore registers in user code and avoid
8196         rt_sigreturn system call.
8197
8198 2014-04-17  Wilco  <wdijkstr@arm.com>
8199
8200         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
8201         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8202         * math/test-fenv.c: Skip exception trap tests on targets which only
8203         support non-stop mode.
8204
8205 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8206             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8207
8208         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8209         (libc_feholdsetround_aarch64_ctx)
8210         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8211         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8212         (libc_feresetround_ctx, libc_feresetroundf_ctx)
8213         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8214         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8215         (libc_feresetround_noexl_ctx): Define.
8216
8217 2014-04-16  Richard Henderson  <rth@redhat.com>
8218
8219         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8220
8221         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8222         unwind tables.
8223
8224         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8225         const from the non-libc, non-ldso copy.
8226
8227         * sysdeps/alpha/libm-test-ulps: Regenerate.
8228
8229 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
8230             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8231
8232         * sysdeps/aarch64/fpu/math_private.h: New file.
8233
8234 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8235
8236         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8237
8238 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
8239
8240         [BZ #16275]
8241         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8242         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8243         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8244         Intel MPX bound registers before _dl_profile_fixup.
8245         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8246         registers after _dl_profile_fixup.  Save and restore bound
8247         registers bnd0/bnd1 when calling _dl_call_pltexit.
8248         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8249         (LR_BND_OFFSET): Likewise.
8250         (LRV_BND0_OFFSET): Likewise.
8251         (LRV_BND1_OFFSET): Likewise.
8252
8253 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8254
8255         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8256         to...
8257         * sysdeps/mach/hurd/i386/tls.h: ... here.
8258         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8259         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8260         fields.
8261
8262 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8263
8264         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8265
8266 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8267
8268         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8269
8270 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8271
8272         [BZ #14770]
8273         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8274         * sysdeps/s390/configure: Regenerate.
8275
8276         [BZ #16824]
8277         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8278         Set round-to-nearest internally to reduce error accumulation.
8279
8280 2014-04-16  Alan Modra  <amodra@gmail.com>
8281
8282         [BZ #16740]
8283         [BZ #16619]
8284         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8285         * math/libm-test.inc (frexp_test_data): Add tests.
8286         * NEWS: Update fixed bug list.
8287
8288 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8289
8290         * benchtests/Makefile: Depend on libraries in build directory.
8291         (bench-math): Separate out math tests.
8292         (bench-pthread): Separate out pthread tests.
8293         (bench): Include math and pthread tests.
8294
8295 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8296
8297         [BZ #16831]
8298         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8299         _dl_debug_initialize.
8300
8301         * configure.ac: Remove SELinux header check.
8302         * configure: Regenerate.
8303         * nscd/selinux.c (perms): Array of const char* to permission names.
8304         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8305         default policy. Call string_to_security_class and string_to_av_perm to
8306         translate strings. Enforce default policy and call avs_has_perm with
8307         results of translated strings.
8308
8309 2014-04-13  David S. Miller  <davem@davemloft.net>
8310
8311         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8312
8313 2014-04-12  Allan McRae  <allan@archlinux.org>
8314
8315         [BZ #16838]
8316         * manual/string.texi (Collation Functions): Fix qsort argument
8317         order in example.
8318         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8319
8320 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8321
8322         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8323         Make the test a no-op if there are no exceptions defined.
8324
8325 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8326
8327         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8328         enable-hardcoded-path-in-tests
8329
8330 2014-04-11  Will Newton  <will.newton@linaro.org>
8331
8332         * benchtests/Makefile (extra-objs): Add json-lib.o.
8333         (bench-func): Tidy up JSON output.
8334         * benchtests/bench-skeleton.c: Include json-lib.h.
8335         (main): Use JSON library functions to do output of
8336         benchmark results.
8337         * benchtests/bench-timing-type.c (main): Output the
8338         timing type simply, leaving formatting to the user.
8339         * benchtests/json-lib.c: New file.
8340         * benchtests/json-lib.h: Likewise.
8341
8342 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8343
8344         [BZ #15215]
8345         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8346         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8347         memory barriers.  Add comments.
8348         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8349         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8350         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8351         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8352         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8353         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8354
8355 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8356
8357         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8358         * sysdeps/s390/s390-64/configure.ac: ... this ...
8359         * sysdeps/s390/configure.ac: ... to here.
8360         * sysdeps/s390/s390-32/configure: Delete file.
8361         * sysdeps/s390/s390-64/configure: Delete file.
8362         * sysdeps/s390/configure: Regenerate.
8363
8364 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8365
8366         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8367
8368 2014-04-11  Will Newton  <will.newton@linaro.org>
8369
8370         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8371         to zero if it is not defined elsewhere.  (mtrim): Test
8372         the value of MALLOC_DEBUG with #if rather than #ifdef.
8373
8374 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8375
8376         * benchtests/pthread_once-inputs: New file.
8377         * benchtests/pthread_once-source.c: New file.
8378         * benchtests/README: Update documentation.
8379
8380 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8381             H.J. Lu  <hongjiu.lu@intel.com>
8382
8383         [BZ #16275]
8384         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8385         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8386         * sysdeps/x86_64/configure: Regenerated.
8387         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8388         macro.
8389         (REGISTER_SAVE_RAX): Likewise.
8390         (REGISTER_SAVE_RCX): Likewise.
8391         (REGISTER_SAVE_RDX): Likewise.
8392         (REGISTER_SAVE_RSI): Likewise.
8393         (REGISTER_SAVE_RDI): Likewise.
8394         (REGISTER_SAVE_R8): Likewise.
8395         (REGISTER_SAVE_R9): Likewise.
8396         (REGISTER_SAVE_BND0): Likewise.
8397         (REGISTER_SAVE_BND1): Likewise.
8398         (REGISTER_SAVE_BND2): Likewise.
8399         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8400         bound registers when calling _dl_fixup.
8401
8402 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8403
8404         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8405         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8406         of its definition.
8407         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8408         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8409         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8410         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8411         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8412         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8413         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8414
8415 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8416
8417         [BZ #15514]
8418         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8419         pathconf(_PC_NAME_MAX).
8420
8421 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8422
8423         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8424         Remove macro usage.
8425         (__PTHREAD_SPINS): Move definition to ...
8426         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8427         (__PTHREAD_SPINS): ... here.
8428         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8429         (__PTHREAD_SPIN): Likewise.
8430         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8431         (__PTHREAD_SPIN): Likewise.
8432         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8433         (__PTHREAD_SPIN): Likewise.
8434         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8435         (__PTHREAD_SPIN): Likewise.
8436         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8437         (__PTHREAD_SPIN): Likewise.
8438         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8439         (__PTHREAD_SPIN): Likewise.
8440         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8441         (__PTHREAD_SPIN): Likewise.
8442         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8443         (__PTHREAD_SPIN): Likewise.
8444         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8445         (__PTHREAD_SPIN): Likewise.
8446         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8447         (__PTHREAD_SPIN): Likewise.
8448         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8449         (__PTHREAD_SPIN): Likewise.
8450         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8451         (__PTHREAD_SPIN): Likewise.
8452
8453         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8454         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8455         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8456         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8457         imply folder.
8458         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8459         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8460         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8461         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8462         correct imply path.
8463         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8464         strlen symbol for non multi-arch builds.
8465         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8466         missing hidden_def and weak_alias.
8467
8468 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8469
8470         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8471
8472 2014-04-07  Will Newton  <will.newton@linaro.org>
8473
8474         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8475         and contents.  [!_LIBC] Remove #ifndef and contents.
8476         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8477         * string/memccpy.c (__memccpy): Use ANSI prototype.
8478         * string/memfrob.c (memfrob): Likewise.
8479         * string/strcoll.c (STRCOLL): Likewise.
8480         * string/strlen.c (strlen): Likewise.
8481         * string/strtok.c (STRTOK): Likewise.
8482         * string/strcat.c: Remove unused #include of memcopy.h.
8483         (strcat): Use ANSI prototype.
8484         * string/strchr.c: Remove unused #include of memcopy.h.
8485         (strchr): Use ANSI prototype.
8486         * string/strcmp.c: Remove unused #include of memcopy.h.
8487         (strcmp): Use ANSI prototype.
8488         * string/strcpy.c: Remove unused #include of memcopy.h.
8489         (strcpy): Use ANSI prototype.
8490
8491 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8492
8493         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8494         * config.make.in (config-extra-cppflags): Set it from
8495         libc_extra_cppflags.
8496         * configure.ac (libc_extra_cflags): Make it accumulate over
8497         configure fragments.
8498         (libc_extra_cppflags): New flag.
8499         * configure. Regenerate.
8500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8501         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8502         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8504
8505         [BZ #16815]
8506         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8507         result for FE_DOWNWARD rounding mode.
8508         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8509         Likewise.
8510         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8511
8512 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8513
8514         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8515         in function argument name.
8516
8517 2014-04-03  David Svoboda  <svoboda@cert.org>
8518
8519         [BZ #5666]
8520         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8521         explicitly.
8522
8523 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8524
8525         * elf/dl-unmap-segments.h: New file.
8526         * sysdeps/generic/ldsodefs.h
8527         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8528         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8529         * elf/dl-fptr.c: Likewise.
8530         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8531         * sysdeps/aarch64/tlsdesc.c: Likewise.
8532         * sysdeps/arm/tlsdesc.c: Likewise.
8533         * sysdeps/i386/tlsdesc.c: Likewise.
8534         * sysdeps/tile/dl-runtime.c: Likewise.
8535         * sysdeps/x86_64/tlsdesc.c: Likewise.
8536         * elf/dl-load.h: New file.
8537         * elf/dl-load.c: Include it.
8538         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8539         Macros moved to dl-load.h.
8540         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8541         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8542         Use _dl_unmap_segments in place of __munmap.
8543         Break out segment-mapping loop into ...
8544         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8545
8546 2014-04-03  Will Newton  <will.newton@linaro.org>
8547
8548         * elf/dl-lookup.c (do_lookup_x): Remove comment
8549         referring to nested function and move variable
8550         declarations down to before first use.
8551
8552 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8553
8554         [BZ #16799]
8555         [BZ #16800]
8556         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8557         with 0 numerator.
8558         * math/s_catanf.c (__catanf): Likewise.
8559         * math/s_catanh.c (__catanh): Likewise.
8560         * math/s_catanhf.c (__catanhf): Likewise.
8561         * math/s_catanhl.c (__catanhl): Likewise.
8562         * math/s_catanl.c (__catanl): Likewise.
8563         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8564         by positive zero when computing -Inf result.
8565         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8566         (catanh_test): Likewise.
8567         * sysdeps/i386/fpu/libm-test-ulps: Update.
8568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8569
8570         [BZ #16789]
8571         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8572         instead of using underflowing value in computing result.
8573         * math/s_clog10.c (__clog10): Likewise.
8574         * math/s_clog10f.c (__clog10f): Likewise.
8575         * math/s_clog10l.c (__clog10l): Likewise.
8576         * math/s_clogf.c (__clogf): Likewise.
8577         * math/s_clogl.c (__clogl): Likewise.
8578         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8579         (clog10_test): Likewise.
8580         * sysdeps/i386/fpu/libm-test-ulps: Update.
8581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8582
8583 2014-04-02  Alan Modra  <amodra@gmail.com>
8584
8585         [BZ #16739]
8586         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8587         output when value is near a power of two.  Use int64_t for lx and
8588         remove casts.  Use decimal rather than hex exponent constants.
8589         Don't use long double multiplication when double will suffice.
8590         * math/libm-test.inc (nextafter_test_data): Add tests.
8591         * NEWS: Add 16739 and 16786 to bug list.
8592
8593         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8594
8595         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8596
8597 2014-04-01  Will Newton  <will.newton@linaro.org>
8598
8599         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8600         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8601
8602 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8603
8604         [BZ #13347]
8605         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8606         * nptl/tst-setuid2.c: New file.
8607         * nptl/Makefile (xtests): Add tst-setuid2.
8608
8609 2014-04-01  Alan Modra  <amodra@gmail.com>
8610
8611         [BZ #16786]
8612         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8613
8614 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8615
8616         [BZ #6803]
8617         [BZ #6804]
8618         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8619         set errno as appropriate.
8620         * math/w_scalbf.c (__scalbf): Likewise.
8621         * math/w_scalbl.c (__scalbl): Likewise.
8622         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8623         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8624         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8625         Add more NaN tests.
8626
8627         [BZ #16349]
8628         * math/w_atan2.c: Include <errno.h>.
8629         (__atan2): Set errno for result underflowing to zero.
8630         * math/w_atan2f.c: Include <errno.h>.
8631         (__atan2f): Set errno for result underflowing to zero.
8632         * math/w_atan2l.c: Include <errno.h>.
8633         (__atan2l): Set errno for result underflowing to zero.
8634         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8635         tests.
8636         * math/auto-libm-test-out: Regenerated.
8637
8638 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8639
8640         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8641         Encode instruction correctly in little endian.
8642         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8643         Likewise.
8644         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8645         Likewise.
8646         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8647         Likewise.
8648         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8649         Likewise.
8650
8651 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8652
8653         [BZ #9894]
8654         * sysdeps/unix/sysv/linux/kernel-features.h
8655         [__sparc__ && !__arch64__ && !__sparc_v9__]
8656         (__ASSUME_SET_ROBUST_LIST): Do not define.
8657         [__sparc__ && !__arch64__ && !__sparc_v9__]
8658         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8659         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8660         Likewise.
8661         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8662         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8663         (__ASSUME_REQUEUE_PI): Likewise.
8664         (__ASSUME_SET_ROBUST_LIST): Likewise.
8665         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8666         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8667         Undefine.
8668         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8669         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8670         Likewise.
8671         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8672         Likewise.
8673         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8674         Likewise.
8675         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8676         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8677         Undefine.
8678         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8679         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8680         Likewise.
8681
8682         [BZ #16648]
8683         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8684         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8685         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8686
8687 2014-03-31  Will Newton  <will.newton@linaro.org>
8688
8689         * benchtests/Makefile (bench): Add ffs and ffsll to list
8690         of tests.
8691         * benchtests/ffs-inputs: New file.
8692         * benchtests/ffsll-inputs: Likewise.
8693
8694 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8695
8696         [BZ #16770]
8697         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8698         too large before casting to int.
8699         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8700         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8701         * math/libm-test.inc (scalb_test_data): Add more tests.
8702
8703 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8704
8705         * benchtests/Makefile (DETAILED_OPT): New make option.
8706         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8707         set.
8708         * benchtests/bench-skeleton.c: Include stdbool.h.
8709         (main): Store and print timings per input.
8710         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8711         member to each argument value.
8712         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8713         (_print_arg_data): Initialize per-input timing to 0.
8714
8715         * benchtests/Makefile (timing-type): New binary.
8716         (bench-clean): Also remove bench-timing-type.
8717         (bench): New target for timing-type.
8718         (bench-func): Print output in JSON format.
8719         * benchtests/bench-skeleton.c (main): Print output in JSON
8720         format.
8721         * benchtests/bench-timing-type.c: New file.
8722         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8723         (TIMING_PRINT_STATS): Remove.
8724         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8725         name separately.
8726
8727         * benchtests/bench-modf.c: Remove.
8728         * benchtests/modf-inputs: New inputs file.
8729
8730 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8731
8732         [BZ #16362]
8733         * math/s_clog10.c (M_PI_LOG10E): New macro.
8734         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8735         imaginary parts are 0.
8736         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8737         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8738         imaginary parts are 0.
8739         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8740         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8741         imaginary parts are 0.
8742         * math/libm-test.inc (clog10_test_data): Update expected results
8743         for when real and imaginary parts are 0.
8744
8745 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8746
8747         * elf/dl-load.c: Finish conversion of __builtin_expect into
8748         __glibc_{un}likely.
8749
8750 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8751
8752         [BZ #16348]
8753         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8754         1+x for argument with exponent below -67.
8755         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8756         Likewise.
8757         * math/auto-libm-test-in: Add more tests of exp.
8758         * math/auto-libm-test-out: Regenerated.
8759
8760 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8761
8762         [BZ #16759]
8763         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8764         (nscd_getnetgrent): Use it.
8765
8766         [BZ #16760]
8767         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8768         of stpcpy.
8769
8770 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8771
8772         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8773         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8774         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8775         (lll_robust_unlock): Remove out of line section. Use cfi
8776         intrinsics.
8777         (LLL_STUB_UNWIND_INFO*): Remove.
8778         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8779         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8780         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8781         (lll_robust_unlock): Remove out of line section. Use cfi
8782         intrinsics.
8783         (LLL_STUB_UNWIND_INFO*): Remove.
8784
8785 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8786
8787         [BZ #16758]
8788         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8789         blank values.
8790
8791 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8792
8793         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8794
8795 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8796
8797         [BZ #16198]
8798         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8799         fnstenv.
8800         * math/test-fenv-preserve.c: New file.
8801         * math/Makefile (tests): Add test-fenv-preserve.
8802
8803 2014-03-26  Will Newton <will.newton@linaro.org>
8804
8805         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8806
8807 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8808
8809         * scripts/versionlist.awk: Partition the version sets and emit all
8810         GLIBC_* (sorted) before all others (sorted).
8811
8812 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8813
8814         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8815         GLIBC_2.2.5 version.
8816
8817 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8818
8819         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8820         calls.
8821
8822         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8823         previous change.
8824
8825         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8826
8827 2014-03-25  Andreas Schwab  <schwab@suse.de>
8828
8829         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8830         label to be used after in6ailist is initialized.
8831
8832 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8833
8834         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8835         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8836
8837 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8838
8839         [BZ #16357]
8840         [BZ #16599]
8841         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8842         min_plus_half.
8843         (fp_formats): Update initializers.
8844         (init_fp_formats): Initialize new field.
8845         (output_for_one_input_case): Allow underflow for results up to
8846         min_plus_half.
8847         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8848         * math/auto-libm-test-in: Don't mark some underflows from asin and
8849         atanh as spurious.
8850         * math/auto-libm-test-out: Regenerated.
8851         * sysdeps/i386/fpu/libm-test-ulps: Update.
8852         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8853
8854 2014-03-25  Andreas Schwab  <schwab@suse.de>
8855
8856         * libio/Makefile (tst-ftell-partial-wide-ENV)
8857         (tst-ftell-active-handler-ENV): Define.
8858
8859 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8860
8861         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8862
8863 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8864
8865         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8866
8867 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8868
8869         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8870         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8871         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8872
8873 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8874
8875         [BZ #16634]
8876         * elf/dl-load.c (open_verify): Add mode parameter.
8877         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8878         (open_path): Change from boolean 'secure' to complete flag 'mode'
8879         (_dl_map_object): Adjust.
8880         * elf/Makefile (tests): Add tst-dlopen-aout.
8881         * elf/tst-dlopen-aout.c: New test.
8882
8883 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8884
8885         [BZ #16714]
8886         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8887         (struct stat): Rename member pad0 to __glibc_reserved0.
8888
8889         [BZ #16712]
8890         * sysdeps/s390/s390-32/bits/wordsize.h
8891         (__WORDSIZE32_SIZE_ULONG): New define.
8892         * sysdeps/s390/s390-64/bits/wordsize.h
8893         (__WORDSIZE32_SIZE_ULONG): Likewise.
8894         * sysdeps/generic/stdint.h (SIZE_MAX):
8895         Define as UL if __WORDSIZE32_SIZE_ULONG.
8896
8897         [BZ #16713]
8898         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8899         (__glibc_reserved0): New variable.
8900         (sa_flags): Change type to int.
8901
8902         * posix/Makefile (before-compile): Use += before-compile instead
8903         of a :=.
8904
8905         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8906         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8907
8908 2014-03-20  Andreas Schwab  <schwab@suse.de>
8909
8910         [BZ #16743]
8911         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8912         non-matching result from nscd.
8913
8914 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8915
8916         * scripts/bench.py: Moved to ...
8917         * benchtests/scripts/bench.py: ... here.
8918         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8919
8920 2014-03-24  Andreas Schwab  <schwab@suse.de>
8921
8922         [BZ #16002]
8923         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8924         alloca_account and account alloca use for struct in6ailist.
8925
8926 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8927
8928         [BZ #16284]
8929         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8930         rounding mode to recompute results that overflow to infinity or
8931         underflow to zero.
8932         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8933         bug 16284.
8934         * math/auto-libm-test-out: Regenerated.
8935         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8936         (ccosh_test): Likewise.
8937         (csin_test_data): Use plus_oflow.
8938         (csin_test): Use ALL_RM_TEST.
8939         (csinh_test_data): Use plus_oflow.
8940         (csinh_test): Use ALL_RM_TEST.
8941         * sysdeps/i386/fpu/libm-test-ulps: Update.
8942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8943
8944 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8945
8946         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8947         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8948         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8949
8950         [BZ #16731]
8951         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8952         when x - 1 is zero.
8953         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8954         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8955         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8956         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8957         argument is 1.
8958         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8959         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8960         zero.
8961         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8962         * sysdeps/i386/fpu/libm-test-ulps: Update.
8963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8964
8965 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8966
8967         * scripts/bench.pl: Remove file.
8968         * scripts/bench.py: New benchmark script.
8969         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8970         * benchtests/README: Mention python dependency.
8971         * scripts/pylintrc: New file.
8972         * scripts/pylint: New file.
8973
8974         * bits/mathdef.h: Use #ifdef instead of #if.
8975         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8976         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8977         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8978         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8979         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8980         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8981
8982 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8983             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8984
8985         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8986         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8987         and strpbrk-ppc64 objects.
8988         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8989         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8990         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8991         multiarch strpbrk for POWER7.
8992         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8993         multiarch strpbrk for PPC64.
8994         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8995         ifunc selector.
8996         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8997         strpbrk for POWER7.
8998
8999 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
9000
9001         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
9002         (atan_test): Likewise.
9003         (atanh_test_data): Use NO_TEST_INLINE for two tests.
9004         (atanh_test): Use ALL_RM_TEST.
9005         (atan2_test_data): Likewise.
9006         (cabs_test): Likewise.
9007         (cacosh_test): Likewise.
9008         (carg_test): Likewise.
9009         (casin_test): Likewise.
9010         (casinh_test): Likewise.
9011         (cbrt_test): Likewise.
9012         (csqrt_test): Likewise.
9013         (erf_test): Likewise.
9014         (erfc_test): Likewise.
9015         (pow10_test): Likewise.
9016         (exp2_test): Likewise.
9017         (hypot_test): Likewise.
9018         (j0_test): Likewise.
9019         (j1_test): Likewise.
9020         (lgamma_test): Likewise.
9021         (gamma_test): Likewise.
9022         (sincos_test): Likewise.
9023         (tanh_test): Likewise.
9024         (y0_test): Likewise.
9025         (y1_test): Likewise.
9026         * sysdeps/i386/fpu/libm-test-ulps: Update.
9027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9028
9029 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9030
9031         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
9032         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
9033         and strcspn-ppc64 objects.
9034         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9035         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
9036         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
9037         multiarch strcspn for POWER7.
9038         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
9039         multiarch strcspn for PPC64.
9040         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
9041         ifunc selector.
9042         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
9043         strcspn for POWER7.
9044
9045 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
9046
9047         * math/gen-libm-test.pl (generate_testfile): Expect only function
9048         name as argument to AUTO_TESTS_* and pass results for all rounding
9049         modes to parse_args.
9050         (parse_auto_input): Separate inputs of automatic tests from
9051         outputs before storing in %auto_tests.
9052         * math/libm-test.inc (acos_test_data): Update call to
9053         AUTO_TESTS_f_f.
9054         (acos_test): Use ALL_RM_TEST.
9055         (acos_tonearest_test_data): Remove.
9056         (acos_test_tonearest): Likewise.
9057         (acos_towardzero_test_data): Likewise.
9058         (acos_test_towardzero): Likewise.
9059         (acos_downward_test_data): Likewise.
9060         (acos_test_downward): Likewise.
9061         (acos_upward_test_data): Likewise.
9062         (acos_test_upward): Likewise.
9063         (acosh_test_data): Update call to AUTO_TESTS_f_f.
9064         (asin_test_data): Likewise.
9065         (asin_test): Use ALL_RM_TEST.
9066         (asin_tonearest_test_data): Remove.
9067         (asin_test_tonearest): Likewise.
9068         (asin_towardzero_test_data): Likewise.
9069         (asin_test_towardzero): Likewise.
9070         (asin_downward_test_data): Likewise.
9071         (asin_test_downward): Likewise.
9072         (asin_upward_test_data): Likewise.
9073         (asin_test_upward): Likewise.
9074         (asinh_test_data): Update call to AUTO_TESTS_f_f.
9075         (atan_test_data): Likewise.
9076         (atanh_test_data): Likewise.
9077         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
9078         (cabs_test_data): Update call to AUTO_TESTS_c_f.
9079         (carg_test_data): Likewise.
9080         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
9081         (ccos_test_data): Update call to AUTO_TESTS_c_c.
9082         (ccosh_test_data): Likewise.
9083         (cexp_test_data): Likewise.
9084         (clog_test_data): Likewise.
9085         (clog10_test_data): Likewise.
9086         (cos_test_data): Update call to AUTO_TESTS_f_f.
9087         (cos_test): Use ALL_RM_TEST.
9088         (cos_tonearest_test_data): Remove.
9089         (cos_test_tonearest): Likewise.
9090         (cos_towardzero_test_data): Likewise.
9091         (cos_test_towardzero): Likewise.
9092         (cos_downward_test_data): Likewise.
9093         (cos_test_downward): Likewise.
9094         (cos_upward_test_data): Likewise.
9095         (cos_test_upward): Likewise.
9096         (cosh_test_data): Update call to AUTO_TESTS_f_f.
9097         (cosh_test): Use ALL_RM_TEST.
9098         (cosh_tonearest_test_data): Remove.
9099         (cosh_test_tonearest): Likewise.
9100         (cosh_towardzero_test_data): Likewise.
9101         (cosh_test_towardzero): Likewise.
9102         (cosh_downward_test_data): Likewise.
9103         (cosh_test_downward): Likewise.
9104         (cosh_upward_test_data): Likewise.
9105         (cosh_test_upward): Likewise.
9106         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
9107         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
9108         (ctan_test_data): Likewise.
9109         (ctan_test): Use ALL_RM_TEST.
9110         (ctan_tonearest_test_data): Remove.
9111         (ctan_test_tonearest): Likewise.
9112         (ctan_towardzero_test_data): Likewise.
9113         (ctan_test_towardzero): Likewise.
9114         (ctan_downward_test_data): Likewise.
9115         (ctan_test_downward): Likewise.
9116         (ctan_upward_test_data): Likewise.
9117         (ctan_test_upward): Likewise.
9118         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
9119         (ctanh_test): Use ALL_RM_TEST.
9120         (ctanh_tonearest_test_data): Remove.
9121         (ctanh_test_tonearest): Likewise.
9122         (ctanh_towardzero_test_data): Likewise.
9123         (ctanh_test_towardzero): Likewise.
9124         (ctanh_downward_test_data): Likewise.
9125         (ctanh_test_downward): Likewise.
9126         (ctanh_upward_test_data): Likewise.
9127         (ctanh_test_upward): Likewise.
9128         (erf_test_data): Update call to AUTO_TESTS_f_f.
9129         (erfc_test_data): Likewise.
9130         (exp_test_data): Likewise.
9131         (exp_test): Use ALL_RM_TEST.
9132         (exp_tonearest_test_data): Remove.
9133         (exp_test_tonearest): Likewise.
9134         (exp_towardzero_test_data): Likewise.
9135         (exp_test_towardzero): Likewise.
9136         (exp_downward_test_data): Likewise.
9137         (exp_test_downward): Likewise.
9138         (exp_upward_test_data): Likewise.
9139         (exp_test_upward): Likewise.
9140         (exp10_test_data): Update call to AUTO_TESTS_f_f.
9141         (exp10_test): Use ALL_RM_TEST.
9142         (exp10_tonearest_test_data): Remove.
9143         (exp10_test_tonearest): Likewise.
9144         (exp10_towardzero_test_data): Likewise.
9145         (exp10_test_towardzero): Likewise.
9146         (exp10_downward_test_data): Likewise.
9147         (exp10_test_downward): Likewise.
9148         (exp10_upward_test_data): Likewise.
9149         (exp10_test_upward): Likewise.
9150         (exp2_test_data): Update call to AUTO_TESTS_f_f.
9151         (expm1_test_data): Likewise.
9152         (expm1_test): Use ALL_RM_TEST.
9153         (expm1_tonearest_test_data): Remove.
9154         (expm1_test_tonearest): Likewise.
9155         (expm1_towardzero_test_data): Likewise.
9156         (expm1_test_towardzero): Likewise.
9157         (expm1_downward_test_data): Likewise.
9158         (expm1_test_downward): Likewise.
9159         (expm1_upward_test_data): Likewise.
9160         (expm1_test_upward): Likewise.
9161         (fma_test_data): Update call to AUTO_TESTS_fff_f.
9162         (fma_test): Use ALL_RM_TEST.
9163         (fma_towardzero_test_data): Remove.
9164         (fma_test_towardzero): Likewise.
9165         (fma_downward_test_data): Likewise.
9166         (fma_test_downward): Likewise.
9167         (fma_upward_test_data): Likewise.
9168         (fma_test_upward): Likewise.
9169         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
9170         (j0_test_data): Update call to AUTO_TESTS_f_f.
9171         (j1_test_data): Likewise.
9172         (jn_test_data): Update call to AUTO_TESTS_if_f.
9173         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
9174         (log_test_data): Update call to AUTO_TESTS_f_f.
9175         (log10_test_data): Likewise.
9176         (log1p_test_data): Likewise.
9177         (log2_test_data): Likewise.
9178         (pow_test_data): Update call to AUTO_TESTS_ff_f.
9179         (pow_tonearest_test_data): Likewise.
9180         (sin_test_data): Update call to AUTO_TESTS_f_f.
9181         (sin_test): Use ALL_RM_TEST.
9182         (sin_tonearest_test_data): Remove.
9183         (sin_test_tonearest): Likewise.
9184         (sin_towardzero_test_data): Likewise.
9185         (sin_test_towardzero): Likewise.
9186         (sin_downward_test_data): Likewise.
9187         (sin_test_downward): Likewise.
9188         (sin_upward_test_data): Likewise.
9189         (sin_test_upward): Likewise.
9190         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
9191         (sinh_test_data): Update call to AUTO_TESTS_f_f.
9192         (sinh_test): Use ALL_RM_TEST.
9193         (sinh_tonearest_test_data): Remove.
9194         (sinh_test_tonearest): Likewise.
9195         (sinh_towardzero_test_data): Likewise.
9196         (sinh_test_towardzero): Likewise.
9197         (sinh_downward_test_data): Likewise.
9198         (sinh_test_downward): Likewise.
9199         (sinh_upward_test_data): Likewise.
9200         (sinh_test_upward): Likewise.
9201         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9202         (sqrt_test): Use ALL_RM_TEST.
9203         (sqrt_tonearest_test_data): Remove.
9204         (sqrt_test_tonearest): Likewise.
9205         (sqrt_towardzero_test_data): Likewise.
9206         (sqrt_test_towardzero): Likewise.
9207         (sqrt_downward_test_data): Likewise.
9208         (sqrt_test_downward): Likewise.
9209         (sqrt_upward_test_data): Likewise.
9210         (sqrt_test_upward): Likewise.
9211         (tan_test_data): Update call to AUTO_TESTS_f_f.
9212         (tan_test): Use ALL_RM_TEST.
9213         (tan_tonearest_test_data): Remove.
9214         (tan_test_tonearest): Likewise.
9215         (tan_towardzero_test_data): Likewise.
9216         (tan_test_towardzero): Likewise.
9217         (tan_downward_test_data): Likewise.
9218         (tan_test_downward): Likewise.
9219         (tan_upward_test_data): Likewise.
9220         (tan_test_upward): Likewise.
9221         (tanh_test_data): Update call to AUTO_TESTS_f_f.
9222         (tgamma_test_data): Likewise.
9223         (y0_test_data): Likewise.
9224         (y1_test_data): Likewise.
9225         (yn_test_data): Update call to AUTO_TESTS_if_f.
9226         (main): Do not call removed functions.
9227
9228 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9229
9230         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9231         (ldexp_test_data): Remove.
9232         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
9233         scalbn_test_data.
9234         (scalb_test): Use ALL_RM_TEST.
9235
9236 2014-03-19  Andreas Schwab  <schwab@suse.de>
9237
9238         * nscd/nscd.service: Also invalidate netgroup cache on reload.
9239
9240 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9241
9242         [BZ #16649]
9243         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9244         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9245         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9246         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9247         (__ASSUME_PREADV): Undefine.
9248         (__ASSUME_PWRITEV): Likewise.
9249
9250 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9251
9252         * bits/mman-linux.h: Add comment about non-Linux use.
9253         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9254         bits/mman-linux.h resting place.
9255
9256         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9257         * bits/mman-linux.h: ... here.
9258
9259 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9260
9261         * conform/conformtest.pl: Add standard definition when calling C
9262         preprocessor on data files.
9263         (checknamespace): Remove unused variable.
9264
9265 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9266
9267         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9268         minus_oflow, plus_uflow and minus_uflow in expected results.
9269         * math/libm-test.inc (scalbn_test_data): Add more tests of
9270         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
9271         minus_uflow.
9272         (scalbn_test): Use ALL_RM_TEST.
9273         (scalbln_test_data): Add more tests of negative arguments.  Use
9274         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9275         (scalbln_test): Use ALL_RM_TEST.
9276
9277 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9278
9279         * scripts/abilist.awk: Ignore symbols marked with .hidden.
9280
9281 2014-03-18  Will Newton  <will.newton@linaro.org>
9282
9283         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9284         inaccurate comment.
9285
9286 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9287
9288         * Makerules [!subdir] (check-abi): Exit with error status if a
9289         test failed.
9290
9291 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9292
9293         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9294         for rint.  Include results for all rounding modes.
9295         (nearbyint_test): Use ALL_RM_TEST.
9296         (rint_test_data): Include all tests used for nearbyint.
9297
9298 2014-03-17  Will Newton  <will.newton@linaro.org>
9299
9300         * nptl/sysdeps/pthread/pthread.h: Revert previous
9301         change.
9302
9303         * sysdeps/generic/ldsodefs.h: Revert previous
9304         change.
9305
9306         * libio/genops.c: Revert previous change.
9307         * libio/libioP.h: Likewise.
9308         * stdio-common/vfprintf.c: Likewise.
9309
9310         * sysdeps/generic/math_private.h: Revert previous
9311         change.
9312
9313         * sysdeps/generic/math_private.h: Check whether
9314         HAVE_RM_CTX is defined with #ifdef rather
9315         than #if.
9316
9317         * argp/argp-fmtstream.h: Check whether
9318         __STRICT_ANSI__ is defined with #ifdef rather
9319         than #if.
9320         * argp/argp.h: Likewise.
9321
9322         * libio/genops.c: Check whether
9323         _IO_JUMPS_OFFSET is defined with #ifdef rather
9324         than #if.
9325         * libio/libioP.h: Likewise.
9326         * stdio-common/vfprintf.c: Likewise.
9327
9328         * sysdeps/generic/ldsodefs.h: Check whether
9329         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9330         than #if.
9331
9332         * nptl/sysdeps/pthread/pthread.h: Check
9333         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9334         its value.
9335
9336 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9337
9338         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9339         setting O_APPEND.
9340         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9341         test case.
9342
9343         [BZ #16680]
9344         * libio/fileops.c (_IO_file_open): Seek to end of file but
9345         don't cache the offset.
9346         (get_file_offset): Remove function.
9347         (do_ftell): Use cached offset when available.
9348         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9349         don't cache the offset.
9350         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9351         case.
9352         (do_one_test): Call it.
9353         (do_ftell_test): Fix up expected old offset for a+ mode.
9354         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9355         available.
9356
9357         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9358         up test status with function return status.
9359         (do_write_test): Likewise.
9360         (do_append_test): Likewise.
9361
9362         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9363         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9364         Remove.
9365
9366 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9367
9368         * math/gen-libm-test.pl (parse_args): Handle results specified for
9369         each rounding mode separately.
9370         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9371         tests and results from lrint_tonearest_test_data,
9372         lrint_towardzero_test_data, lrint_downward_test_data and
9373         lrint_upward_test_data.
9374         (lrint_test): Use ALL_RM_TEST.
9375         (lrint_tonearest_test_data): Remove.
9376         (lrint_test_tonearest): Likewise.
9377         (lrint_towardzero_test_data): Likewise.
9378         (lrint_test_towardzero): Likewise.
9379         (lrint_downward_test_data): Likewise.
9380         (lrint_test_downward): Likewise.
9381         (lrint_upward_test_data): Likewise.
9382         (lrint_test_upward): Likewise.
9383         (llrint_test_data): Merge in per-rounding-mode tests and results
9384         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9385         llrint_downward_test_data and llrint_upward_test_data.
9386         (llrint_test): Use ALL_RM_TEST.
9387         (llrint_tonearest_test_data): Remove.
9388         (llrint_test_tonearest): Likewise.
9389         (llrint_towardzero_test_data): Likewise.
9390         (llrint_test_towardzero): Likewise.
9391         (llrint_downward_test_data): Likewise.
9392         (llrint_test_downward): Likewise.
9393         (llrint_upward_test_data): Likewise.
9394         (llrint_test_upward): Likewise.
9395         (rint_test_data): Merge in per-rounding-mode tests and results
9396         from rint_tonearest_test_data, rint_towardzero_test_data,
9397         rint_downward_test_data and rint_upward_test_data.  Add
9398         per-rounding-mode results for tests not in those arrays.
9399         (rint_test): Use ALL_RM_TEST.
9400         (rint_tonearest_test_data): Remove.
9401         (rint_test_tonearest): Likewise.
9402         (rint_towardzero_test_data): Likewise.
9403         (rint_test_towardzero): Likewise.
9404         (rint_downward_test_data): Likewise.
9405         (rint_test_downward): Likewise.
9406         (rint_upward_test_data): Likewise.
9407         (rint_test_upward): Likewise.
9408         (main): Don't call removed functions.
9409
9410 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9411
9412         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9413         "Compiled on ..." crapola.  It is anti-useful.
9414
9415 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9416
9417         * scripts/evaluate-test.sh: Handle fourth argument to determine
9418         whether test run should stop on failure.
9419         * Makeconfig (stop-on-test-failure): New variable.
9420         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9421         $(stop-on-test-failure).
9422         * Makefile (tests): Give a summary of results from testing and
9423         exit with failure status if they include an ERROR or FAIL.
9424         (xtests): Likewise.
9425         * manual/install.texi (Configuring and compiling): Mention
9426         stop-on-test-failure=y.
9427         * INSTALL: Regenerated.
9428
9429 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9430
9431         * scripts/versionlist.awk: New file.
9432         * Makerules [$(build-shared) = yes]
9433         (postclean-generated): Add Versions.def, not Versions.def.v and
9434         Versions.def.v.i.
9435         ($(common-objpfx)Versions.def.v.i): Target removed.
9436         ($(common-objpfx)Versions.def): New target.
9437         ($(common-objpfx)Versions.all): Depend on that rather that
9438         $(common-objpfx)Versions.def.v.
9439         * Versions.def: File removed.
9440
9441         * Makeconfig (+gccwarn): Add -Wundef.
9442         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9443         a dl-sysdep.h breaking its contract.
9444         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9445         * include/stackinfo.h: New file.
9446         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9447         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9448         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9449         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9450         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9451         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9452         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9453         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9454         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9455         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9456         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9457         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9458         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9459         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9460         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9461
9462 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9463
9464         [BZ #16707]
9465         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9466         implementation.
9467         * math/libm-test.inc (round_test_data): Add more tests.
9468
9469         [BZ #16706]
9470         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9471         implementation.
9472         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9473
9474         [BZ #16701]
9475         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9476         implementation.
9477         * math/libm-test.inc (ceil_test_data): Add more tests.
9478
9479         * math/libm-test.inc (trunc_test_data): Add more tests related to
9480         BZ#16414.
9481
9482 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9483
9484         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9485         with #if rather than #ifdef.
9486         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9487
9488 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9489
9490         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9491         first.  Disable AVX-512 GCC support if assembler doesn't support
9492         it.
9493         * sysdeps/x86_64/configure: Regenerated.
9494
9495 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9496
9497         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9498         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9499         (__old_pthread_attr_setstack): Likewise.
9500         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9501         [!_STACK_GROWS_DOWN]: Likewise.
9502
9503 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9504
9505         * config.make.in (have-bash2): Delete.
9506         * configure.ac (libc_cv_have_bash2): Delete.
9507         * configure: Regenerate.
9508         * elf/Makefile (common-ldd-rewrite): Rename to ...
9509         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9510         (sh-ldd-rewrite): Delete.
9511         (bash-ldd-rewrite): Delete.
9512         (have-bash2): Delete checks.
9513         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9514         ldd-rewrite.
9515
9516         * config.make.in (have-ksh): Delete.
9517         (KSH): Delete.
9518         * configure.ac (libc_cv_have_ksh): Delete.
9519         * configure: Regenerate.
9520
9521         * elf/Makefile: Delete $(have-ksh) check.
9522         ($(objpfx)sotruss): Change KSH to BASH.
9523         * elf/sotruss.ksh: Rename to ...
9524         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9525         function style to match POSIX.  Drop ksh vim mode setting.
9526
9527         * manual/time.texi (Specifying the Time Zone with TZ): Change
9528         Tuesday to Thursday.
9529
9530         * debug/tst-longjmp_chk2.c: Update header comment.
9531         (stackoverflow_handler): Add comment.  Call assert on pass value.
9532
9533 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9534
9535         [BZ #16194]
9536         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9537         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9538         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9539         (La_x86_64_vector): Add zmm.
9540         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9541         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9542         ($(objpfx)tst-audit10): New target.
9543         ($(objpfx)tst-audit10.out): Likewise.
9544         (tst-audit10-ENV): New.
9545         (AVX512-CFLAGS): Likewise.
9546         (CFLAGS-tst-audit10.c): Likewise.
9547         (CFLAGS-tst-auditmod10a.c): Likewise.
9548         (CFLAGS-tst-auditmod10b.c): Likewise.
9549         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9550         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9551         * sysdeps/x86_64/configure: Regenerated.
9552         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9553         AVX-512 zmm register support.
9554         (_dl_x86_64_save_sse): Likewise.
9555         (_dl_x86_64_restore_sse): Likewise.
9556         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9557         size vector registers.
9558         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9559         (ZMM_SIZE): Likewise.
9560         * sysdeps/x86_64/tst-audit10.c: New file.
9561         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9562         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9563
9564 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9565
9566         * configure.ac (HAVE_EHDR_START): New check.
9567         * configure: Regenerated.
9568         * config.h.in (HAVE_EHDR_START): New #undef.
9569         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9570         assuming the lowest-addressed segment maps the start of the file.
9571
9572 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9573
9574         * INSTALL: Regenerated.
9575
9576 2014-03-13  Will Newton  <will.newton@linaro.org>
9577
9578         * manual/setjmp.texi (System V contexts): Improve
9579         clarity and grammar of documentation.
9580
9581 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9582
9583         [BZ #16381]
9584         * elf/Makefile (tests): Add tst-pie2.
9585         (tests-pie): Add tst-pie2.
9586         * elf/tst-pie2.c: New file.
9587         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9588         for ET_EXEC.
9589         * elf/rtld.c (map_doit): Load executable as lt_executable.
9590         (dl_main): Likewise.
9591
9592 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9593
9594         [BZ #16642]
9595         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9596         (__ASSUME_PSELECT): Undefine.
9597
9598 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9599
9600         [BZ #16689]
9601         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9602         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9603         static build.
9604         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9605         selector for static builds.
9606
9607 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9608
9609         [BZ #16695]
9610         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9611         key in the buffer.
9612
9613 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9614
9615         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9616         IFUNC selector for static builds.
9617
9618 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9619
9620         * sysdeps/mips/math_private.h [__mips_hard_float]
9621         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9622         libc_feresetround_mips_ctx.
9623         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9624         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9625         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9626
9627         [BZ #16677]
9628         * math/s_nextafter.c (__nextafter): Do not return value from
9629         overflowing computation.
9630         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9631         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9632         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9633         Likewise.
9634         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9635         Likewise.
9636         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9637         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9638
9639 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9640
9641         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9642         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9643         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9644         the new mov targetting sp.
9645
9646 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9647
9648         [BZ #16683]
9649         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9650         Define it for static builds as well.
9651         (NO_BZERO_IMPL): Likewise.
9652
9653 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9654
9655         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9656         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9657         multiarch strspn for PPC64.
9658         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9659         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9660         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9661         (__libc_ifunc_impl_list): Likewise.
9662         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9663         multiarch optimizations
9664         * string/strspn.c (strspn): Using macro to redefine symbol name.
9665
9666 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9667             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9668
9669         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9670         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9671         multiarch strncat for PPC64.
9672         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9673         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9674         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9675         (__libc_ifunc_impl_list): Likewise.
9676         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9677         multiarch optimizations
9678
9679 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9680
9681         [BZ #16639]
9682         * nscd/nscd.service: Make service type forking.
9683
9684 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9685
9686         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9687         sign in non default rounding modes.
9688         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9689
9690 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9691
9692         * math/libm-test.inc (ALL_RM_TEST): New macro.
9693         (ceil_test): Use ALL_RM_TEST.
9694         (cimag_test): Likewise.
9695         (conj_test): Likewise.
9696         (copysign_test): Likewise.
9697         (cproj_test): Likewise.
9698         (creal_test): Likewise.
9699         (fabs_test): Likewise.
9700         (floor_test): Likewise.
9701         (fmax_test): Likewise.
9702         (fmin_test): Likewise.
9703         (fmod_test): Likewise.
9704         (fpclassify_test): Likewise.
9705         (frexp_test): Likewise.
9706         (ilogb_test): Likewise.
9707         (isfinite_test): Likewise.
9708         (finite_test): Likewise.
9709         (isgreater_test): Likewise.
9710         (isgreaterequal_test): Likewise.
9711         (isinf_test): Likewise.
9712         (isless_test): Likewise.
9713         (islessequal_test): Likewise.
9714         (islessgreater_test): Likewise.
9715         (isnan_test): Likewise.
9716         (isnormal_test): Likewise.
9717         (issignaling_test): Likewise.
9718         (isunordered_test): Likewise.
9719         (logb_test): Likewise.
9720         (logb_downward_test_data): Remove.
9721         (logb_test_downward): Likewise.
9722         (lround_test): Use ALL_RM_TEST.
9723         (llround_test): Likewise.
9724         (modf_test): Likewise.
9725         (nexttoward_test): Likewise.
9726         (remainder_test): Likewise.
9727         (drem_test): Likewise.
9728         (remainder_tonearest_test_data): Likewise.
9729         (remainder_test_tonearest): Likewise.
9730         (drem_test_tonearest): Likewise.
9731         (remainder_towardzero_test_data): Likewise.
9732         (remainder_test_towardzero): Likewise.
9733         (drem_test_towardzero): Likewise.
9734         (remainder_downward_test_data): Likewise.
9735         (remainder_test_downward): Likewise.
9736         (drem_test_downward): Likewise.
9737         (remainder_upward_test_data): Likewise.
9738         (remainder_test_upward): Likewise.
9739         (drem_test_upward): Likewise.
9740         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9741         (round_test): Use ALL_RM_TEST.
9742         (signbit_test): Likewise.
9743         (trunc_test): Likewise.
9744         (significand_test): Likewise.
9745         (main): Don't call removed functions.
9746
9747 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9748
9749         [BZ #16674]
9750         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9751         || __USE_XOPEN2K8].
9752         (ILL_ILLOPN): Likewise.
9753         (ILL_ILLADR): Likewise.
9754         (ILL_ILLTRP): Likewise.
9755         (ILL_PRVOPC): Likewise.
9756         (ILL_PRVREG): Likewise.
9757         (ILL_COPROC): Likewise.
9758         (ILL_BADSTK): Likewise.
9759         (FPE_INTDIV): Likewise.
9760         (FPE_INTOVF): Likewise.
9761         (FPE_FLTDIV): Likewise.
9762         (FPE_FLTOVF): Likewise.
9763         (FPE_FLTUND): Likewise.
9764         (FPE_FLTRES): Likewise.
9765         (FPE_FLTINV): Likewise.
9766         (FPE_FLTSUB): Likewise.
9767         (SEGV_MAPERR): Likewise.
9768         (SEGV_ACCERR): Likewise.
9769         (BUS_ADRALN): Likewise.
9770         (BUS_ADRERR): Likewise.
9771         (BUS_OBJERR): Likewise.
9772         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9773         (TRAP_TRACE): Likewise.
9774         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9775         __USE_XOPEN2K8].
9776         (CLD_KILLED): Likewise.
9777         (CLD_DUMPED): Likewise.
9778         (CLD_TRAPPED): Likewise.
9779         (CLD_STOPPED): Likewise.
9780         (CLD_CONTINUED): Likewise.
9781         (POLL_IN): Likewise.
9782         (POLL_OUT): Likewise.
9783         (POLL_MSG): Likewise.
9784         (POLL_ERR): Likewise.
9785         (POLL_PRI): Likewise.
9786         (POLL_HUP): Likewise.
9787         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9788         Likewise.
9789         (ILL_ILLOPN): Likewise.
9790         (ILL_ILLADR): Likewise.
9791         (ILL_ILLTRP): Likewise.
9792         (ILL_PRVOPC): Likewise.
9793         (ILL_PRVREG): Likewise.
9794         (ILL_COPROC): Likewise.
9795         (ILL_BADSTK): Likewise.
9796         (FPE_INTDIV): Likewise.
9797         (FPE_INTOVF): Likewise.
9798         (FPE_FLTDIV): Likewise.
9799         (FPE_FLTOVF): Likewise.
9800         (FPE_FLTUND): Likewise.
9801         (FPE_FLTRES): Likewise.
9802         (FPE_FLTINV): Likewise.
9803         (FPE_FLTSUB): Likewise.
9804         (SEGV_MAPERR): Likewise.
9805         (SEGV_ACCERR): Likewise.
9806         (BUS_ADRALN): Likewise.
9807         (BUS_ADRERR): Likewise.
9808         (BUS_OBJERR): Likewise.
9809         (BUS_MCEERR_AR): Likewise.
9810         (BUS_MCEERR_AO): Likewise.
9811         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9812         (TRAP_TRACE): Likewise.
9813         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9814         __USE_XOPEN2K8].
9815         (CLD_KILLED): Likewise.
9816         (CLD_DUMPED): Likewise.
9817         (CLD_TRAPPED): Likewise.
9818         (CLD_STOPPED): Likewise.
9819         (CLD_CONTINUED): Likewise.
9820         (POLL_IN): Likewise.
9821         (POLL_OUT): Likewise.
9822         (POLL_MSG): Likewise.
9823         (POLL_ERR): Likewise.
9824         (POLL_PRI): Likewise.
9825         (POLL_HUP): Likewise.
9826         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9827         (ILL_ILLOPN): Likewise.
9828         (ILL_ILLADR): Likewise.
9829         (ILL_ILLTRP): Likewise.
9830         (ILL_PRVOPC): Likewise.
9831         (ILL_PRVREG): Likewise.
9832         (ILL_COPROC): Likewise.
9833         (ILL_BADSTK): Likewise.
9834         (FPE_INTDIV): Likewise.
9835         (FPE_INTOVF): Likewise.
9836         (FPE_FLTDIV): Likewise.
9837         (FPE_FLTOVF): Likewise.
9838         (FPE_FLTUND): Likewise.
9839         (FPE_FLTRES): Likewise.
9840         (FPE_FLTINV): Likewise.
9841         (FPE_FLTSUB): Likewise.
9842         (SEGV_MAPERR): Likewise.
9843         (SEGV_ACCERR): Likewise.
9844         (BUS_ADRALN): Likewise.
9845         (BUS_ADRERR): Likewise.
9846         (BUS_OBJERR): Likewise.
9847         (BUS_MCEERR_AR): Likewise.
9848         (BUS_MCEERR_AO): Likewise.
9849         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9850         (TRAP_TRACE): Likewise.
9851         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9852         __USE_XOPEN2K8].
9853         (CLD_KILLED): Likewise.
9854         (CLD_DUMPED): Likewise.
9855         (CLD_TRAPPED): Likewise.
9856         (CLD_STOPPED): Likewise.
9857         (CLD_CONTINUED): Likewise.
9858         (POLL_IN): Likewise.
9859         (POLL_OUT): Likewise.
9860         (POLL_MSG): Likewise.
9861         (POLL_ERR): Likewise.
9862         (POLL_PRI): Likewise.
9863         (POLL_HUP): Likewise.
9864         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9865         Likewise.
9866         (ILL_ILLOPN): Likewise.
9867         (ILL_ILLADR): Likewise.
9868         (ILL_ILLTRP): Likewise.
9869         (ILL_PRVOPC): Likewise.
9870         (ILL_PRVREG): Likewise.
9871         (ILL_COPROC): Likewise.
9872         (ILL_BADSTK): Likewise.
9873         (ILL_BADIADDR): Likewise.
9874         (ILL_BREAK): Likewise.
9875         (FPE_INTDIV): Likewise.
9876         (FPE_INTOVF): Likewise.
9877         (FPE_FLTDIV): Likewise.
9878         (FPE_FLTOVF): Likewise.
9879         (FPE_FLTUND): Likewise.
9880         (FPE_FLTRES): Likewise.
9881         (FPE_FLTINV): Likewise.
9882         (FPE_FLTSUB): Likewise.
9883         (FPE_DECOVF): Likewise.
9884         (FPE_DECDIV): Likewise.
9885         (FPE_DECERR): Likewise.
9886         (FPE_INVASC): Likewise.
9887         (FPE_INVDEC): Likewise.
9888         (SEGV_MAPERR): Likewise.
9889         (SEGV_ACCERR): Likewise.
9890         (SEGV_PSTKOVF): Likewise.
9891         (BUS_ADRALN): Likewise.
9892         (BUS_ADRERR): Likewise.
9893         (BUS_OBJERR): Likewise.
9894         (BUS_MCEERR_AR): Likewise.
9895         (BUS_MCEERR_AO): Likewise.
9896         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9897         (TRAP_TRACE): Likewise.
9898         (TRAP_BRANCH): Likewise.
9899         (TRAP_HWBKPT): Likewise.
9900         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9901         __USE_XOPEN2K8].
9902         (CLD_KILLED): Likewise.
9903         (CLD_DUMPED): Likewise.
9904         (CLD_TRAPPED): Likewise.
9905         (CLD_STOPPED): Likewise.
9906         (CLD_CONTINUED): Likewise.
9907         (POLL_IN): Likewise.
9908         (POLL_OUT): Likewise.
9909         (POLL_MSG): Likewise.
9910         (POLL_ERR): Likewise.
9911         (POLL_PRI): Likewise.
9912         (POLL_HUP): Likewise.
9913         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9914         (ILL_ILLOPN): Likewise.
9915         (ILL_ILLADR): Likewise.
9916         (ILL_ILLTRP): Likewise.
9917         (ILL_PRVOPC): Likewise.
9918         (ILL_PRVREG): Likewise.
9919         (ILL_COPROC): Likewise.
9920         (ILL_BADSTK): Likewise.
9921         (FPE_INTDIV): Likewise.
9922         (FPE_INTOVF): Likewise.
9923         (FPE_FLTDIV): Likewise.
9924         (FPE_FLTOVF): Likewise.
9925         (FPE_FLTUND): Likewise.
9926         (FPE_FLTRES): Likewise.
9927         (FPE_FLTINV): Likewise.
9928         (FPE_FLTSUB): Likewise.
9929         (SEGV_MAPERR): Likewise.
9930         (SEGV_ACCERR): Likewise.
9931         (BUS_ADRALN): Likewise.
9932         (BUS_ADRERR): Likewise.
9933         (BUS_OBJERR): Likewise.
9934         (BUS_MCEERR_AR): Likewise.
9935         (BUS_MCEERR_AO): Likewise.
9936         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9937         (TRAP_TRACE): Likewise.
9938         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9939         __USE_XOPEN2K8].
9940         (CLD_KILLED): Likewise.
9941         (CLD_DUMPED): Likewise.
9942         (CLD_TRAPPED): Likewise.
9943         (CLD_STOPPED): Likewise.
9944         (CLD_CONTINUED): Likewise.
9945         (POLL_IN): Likewise.
9946         (POLL_OUT): Likewise.
9947         (POLL_MSG): Likewise.
9948         (POLL_ERR): Likewise.
9949         (POLL_PRI): Likewise.
9950         (POLL_HUP): Likewise.
9951         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9952         (ILL_ILLOPN): Likewise.
9953         (ILL_ILLADR): Likewise.
9954         (ILL_ILLTRP): Likewise.
9955         (ILL_PRVOPC): Likewise.
9956         (ILL_PRVREG): Likewise.
9957         (ILL_COPROC): Likewise.
9958         (ILL_BADSTK): Likewise.
9959         (FPE_INTDIV): Likewise.
9960         (FPE_INTOVF): Likewise.
9961         (FPE_FLTDIV): Likewise.
9962         (FPE_FLTOVF): Likewise.
9963         (FPE_FLTUND): Likewise.
9964         (FPE_FLTRES): Likewise.
9965         (FPE_FLTINV): Likewise.
9966         (FPE_FLTSUB): Likewise.
9967         (SEGV_MAPERR): Likewise.
9968         (SEGV_ACCERR): Likewise.
9969         (BUS_ADRALN): Likewise.
9970         (BUS_ADRERR): Likewise.
9971         (BUS_OBJERR): Likewise.
9972         (BUS_MCEERR_AR): Likewise.
9973         (BUS_MCEERR_AO): Likewise.
9974         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9975         (TRAP_TRACE): Likewise.
9976         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9977         __USE_XOPEN2K8].
9978         (CLD_KILLED): Likewise.
9979         (CLD_DUMPED): Likewise.
9980         (CLD_TRAPPED): Likewise.
9981         (CLD_STOPPED): Likewise.
9982         (CLD_CONTINUED): Likewise.
9983         (POLL_IN): Likewise.
9984         (POLL_OUT): Likewise.
9985         (POLL_MSG): Likewise.
9986         (POLL_ERR): Likewise.
9987         (POLL_PRI): Likewise.
9988         (POLL_HUP): Likewise.
9989         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9990         (ILL_ILLOPN): Likewise.
9991         (ILL_ILLADR): Likewise.
9992         (ILL_ILLTRP): Likewise.
9993         (ILL_PRVOPC): Likewise.
9994         (ILL_PRVREG): Likewise.
9995         (ILL_COPROC): Likewise.
9996         (ILL_BADSTK): Likewise.
9997         (FPE_INTDIV): Likewise.
9998         (FPE_INTOVF): Likewise.
9999         (FPE_FLTDIV): Likewise.
10000         (FPE_FLTOVF): Likewise.
10001         (FPE_FLTUND): Likewise.
10002         (FPE_FLTRES): Likewise.
10003         (FPE_FLTINV): Likewise.
10004         (FPE_FLTSUB): Likewise.
10005         (SEGV_MAPERR): Likewise.
10006         (SEGV_ACCERR): Likewise.
10007         (BUS_ADRALN): Likewise.
10008         (BUS_ADRERR): Likewise.
10009         (BUS_OBJERR): Likewise.
10010         (BUS_MCEERR_AR): Likewise.
10011         (BUS_MCEERR_AO): Likewise.
10012         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10013         (TRAP_TRACE): Likewise.
10014         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10015         __USE_XOPEN2K8].
10016         (CLD_KILLED): Likewise.
10017         (CLD_DUMPED): Likewise.
10018         (CLD_TRAPPED): Likewise.
10019         (CLD_STOPPED): Likewise.
10020         (CLD_CONTINUED): Likewise.
10021         (POLL_IN): Likewise.
10022         (POLL_OUT): Likewise.
10023         (POLL_MSG): Likewise.
10024         (POLL_ERR): Likewise.
10025         (POLL_PRI): Likewise.
10026         (POLL_HUP): Likewise.
10027         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
10028         (ILL_ILLOPN): Likewise.
10029         (ILL_ILLADR): Likewise.
10030         (ILL_ILLTRP): Likewise.
10031         (ILL_PRVOPC): Likewise.
10032         (ILL_PRVREG): Likewise.
10033         (ILL_COPROC): Likewise.
10034         (ILL_BADSTK): Likewise.
10035         (ILL_DBLFLT): Likewise.
10036         (ILL_HARDWALL): Likewise.
10037         (FPE_INTDIV): Likewise.
10038         (FPE_INTOVF): Likewise.
10039         (FPE_FLTDIV): Likewise.
10040         (FPE_FLTOVF): Likewise.
10041         (FPE_FLTUND): Likewise.
10042         (FPE_FLTRES): Likewise.
10043         (FPE_FLTINV): Likewise.
10044         (FPE_FLTSUB): Likewise.
10045         (SEGV_MAPERR): Likewise.
10046         (SEGV_ACCERR): Likewise.
10047         (BUS_ADRALN): Likewise.
10048         (BUS_ADRERR): Likewise.
10049         (BUS_OBJERR): Likewise.
10050         (BUS_MCEERR_AR): Likewise.
10051         (BUS_MCEERR_AO): Likewise.
10052         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10053         (TRAP_TRACE): Likewise.
10054         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10055         __USE_XOPEN2K8].
10056         (CLD_KILLED): Likewise.
10057         (CLD_DUMPED): Likewise.
10058         (CLD_TRAPPED): Likewise.
10059         (CLD_STOPPED): Likewise.
10060         (CLD_CONTINUED): Likewise.
10061         (POLL_IN): Likewise.
10062         (POLL_OUT): Likewise.
10063         (POLL_MSG): Likewise.
10064         (POLL_ERR): Likewise.
10065         (POLL_PRI): Likewise.
10066         (POLL_HUP): Likewise.
10067         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
10068         (ILL_ILLOPN): Likewise.
10069         (ILL_ILLADR): Likewise.
10070         (ILL_ILLTRP): Likewise.
10071         (ILL_PRVOPC): Likewise.
10072         (ILL_PRVREG): Likewise.
10073         (ILL_COPROC): Likewise.
10074         (ILL_BADSTK): Likewise.
10075         (FPE_INTDIV): Likewise.
10076         (FPE_INTOVF): Likewise.
10077         (FPE_FLTDIV): Likewise.
10078         (FPE_FLTOVF): Likewise.
10079         (FPE_FLTUND): Likewise.
10080         (FPE_FLTRES): Likewise.
10081         (FPE_FLTINV): Likewise.
10082         (FPE_FLTSUB): Likewise.
10083         (SEGV_MAPERR): Likewise.
10084         (SEGV_ACCERR): Likewise.
10085         (BUS_ADRALN): Likewise.
10086         (BUS_ADRERR): Likewise.
10087         (BUS_OBJERR): Likewise.
10088         (BUS_MCEERR_AR): Likewise.
10089         (BUS_MCEERR_AO): Likewise.
10090         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10091         (TRAP_TRACE): Likewise.
10092         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10093         __USE_XOPEN2K8].
10094         (CLD_KILLED): Likewise.
10095         (CLD_DUMPED): Likewise.
10096         (CLD_TRAPPED): Likewise.
10097         (CLD_STOPPED): Likewise.
10098         (CLD_CONTINUED): Likewise.
10099         (POLL_IN): Likewise.
10100         (POLL_OUT): Likewise.
10101         (POLL_MSG): Likewise.
10102         (POLL_ERR): Likewise.
10103         (POLL_PRI): Likewise.
10104         (POLL_HUP): Likewise.
10105         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
10106         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10107
10108         [BZ #16670]
10109         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
10110         before #include of <time.h>.
10111         [!__USE_XOPEN2K] (__need_timespec): Likewise.
10112         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
10113         (test-xfail-UNIX98/sched.h/conform): Likewise.
10114
10115 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10116
10117         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
10118         error absence of trapping exception support.
10119         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10120
10121 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
10122
10123         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
10124         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
10125         * timezone/Makefile (testdata): Move definition above include of
10126         Rules.
10127         (test-zones): New variable.
10128         (tests-special): Add zone files.
10129         (build-testdata): Use $(evaluate-test).
10130
10131         * elf/Makefile (tests-special): Rename tests to end with .out.
10132         ($(objpfx)noload-mem): Likewise.
10133         ($(objpfx)tst-leaks1-mem): Likewise.
10134         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
10135         * iconv/Makefile (xtests-special): Change test-iconvconfig to
10136         $(objpfx)test-iconvconfig.out.
10137         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
10138         set -e inside subshell and redirect output to file.
10139         * iconvdata/Makefile (generated): Rename tests to end with .out.
10140         Correct type.
10141         (tests-special): Rename tests to end with .out.
10142         ($(objpfx)mtrace-tst-loading): Likewise.
10143         * intl/Makefile (generated): Likewise.
10144         (tests-special): Likewise.
10145         ($(objpfx)mtrace-tst-gettext): Likewise.
10146         * misc/Makefile (generated): Likewise.
10147         (tests-special): Likewise.
10148         ($(objpfx)tst-error1-mem): Likewise.
10149         * nptl/Makefile (tests-special): Likewise.
10150         ($(objpfx)tst-stack3-mem): Likewise.
10151         (generated): Likewise.
10152         * posix/Makefile (generated): Likewise.
10153         (tests-special): Likewise.
10154         (xtests-special): Likewise.
10155         ($(objpfx)tst-fnmatch-mem): Likewise.
10156         ($(objpfx)bug-regex2-mem): Likewise.
10157         ($(objpfx)bug-regex14-mem): Likewise.
10158         ($(objpfx)bug-regex21-mem): Likewise.
10159         ($(objpfx)bug-regex31-mem): Likewise.
10160         ($(objpfx)tst-vfork3-mem): Likewise.
10161         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10162         ($(objpfx)tst-pcre-mem): Likewise.
10163         ($(objpfx)tst-boost-mem): Likewise.
10164         ($(objpfx)bug-ga2-mem): Likewise.
10165         ($(objpfx)bug-glob2-mem): Likewise.
10166         * resolv/Makefile (generate): Likewise.
10167         (tests-special): Likewise.
10168         (xtests-special): Likewise.
10169         (generated): Likewise.
10170         ($(objpfx)mtrace-tst-leaks): Likewise.
10171         ($(objpfx)mtrace-tst-leaks2): Likewise.
10172
10173         * scripts/merge-test-results.sh: New file.
10174         * Makefile (tests-special-notdir): New variable.
10175         (tests): Run merge-test-results.sh.
10176         (xtests): Likewise.
10177         * Rules (tests-special-notdir): New variable.
10178         (xtests-special-notdir): Likewise.
10179         (tests): Run merge-test-results.sh
10180         (xtests): Likewise.
10181
10182         * Makeconfig (test-xfail-name): New variable.
10183         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
10184         compute variable name for expected failures.
10185         * conform/Makefile (conformtest-headers-data): New variable.
10186         (conformtest-standards): Likewise.
10187         (conformtest-headers-ISO): Likewise.
10188         (conformtest-headers-ISO99): Likewise.
10189         (conformtest-headers-ISO11): Likewise.
10190         (conformtest-headers-POSIX): Likewise.
10191         (conformtest-headers-XPG3): Likewise.
10192         (conformtest-headers-XPG4): Likewise.
10193         (conformtest-headers-UNIX98): Likewise.
10194         (conformtest-headers-XOPEN2K): Likewise.
10195         (conformtest-headers-POSIX2008): Likewise.
10196         (conformtest-headers-XOPEN2K8): Likewise.
10197         (conformtest-header-list-base): Likewise.
10198         (conformtest-header-list-tests): Likewise.
10199         (conformtest-header-base): Likewise.
10200         (conformtest-header-tests): Likewise.
10201         (tests-special): Add $(conformtest-header-list-tests).  If
10202         [$(fast-check) && !$(cross-compiling)], add
10203         $(conformtest-header-tests) instead of
10204         $(objpfx)run-conformtest.out.
10205         (generated): Add $(conformtest-header-list-base).  If
10206         [$(fast-check) && !$(cross-compiling)], add
10207         $(conformtest-header-base).  Remove previous setting.
10208         ($(conformtest-header-list-tests)): New target.
10209         (test-xfail-run-conformtest): Remove variable.
10210         ($(objpfx)run-conformtest.out): Remove target.
10211         (test-xfail-ISO11/complex.h/conform): New variable.
10212         (test-xfail-ISO11/stdalign.h/conform): Likewise.
10213         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10214         (test-xfail-XPG3/varargs.h/conform): Likewise.
10215         (test-xfail-XPG4/varargs.h/conform): Likewise.
10216         (test-xfail-UNIX98/varargs.h/conform): Likewise.
10217         (test-xfail-XPG4/ndbm.h/conform): Likewise.
10218         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10219         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10220         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10221         (test-xfail-XPG3/fcntl.h/conform): Likewise.
10222         (test-xfail-XPG3/ftw.h/conform): Likewise.
10223         (test-xfail-XPG3/grp.h/conform): Likewise.
10224         (test-xfail-XPG3/langinfo.h/conform): Likewise.
10225         (test-xfail-XPG3/limits.h/conform): Likewise.
10226         (test-xfail-XPG3/pwd.h/conform): Likewise.
10227         (test-xfail-XPG3/search.h/conform): Likewise.
10228         (test-xfail-XPG3/signal.h/conform): Likewise.
10229         (test-xfail-XPG3/stdio.h/conform): Likewise.
10230         (test-xfail-XPG3/stdlib.h/conform): Likewise.
10231         (test-xfail-XPG3/string.h/conform): Likewise.
10232         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10233         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10234         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10235         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10236         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10237         (test-xfail-XPG3/sys/types.h/conform): Likewise.
10238         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10239         (test-xfail-XPG3/termios.h/conform): Likewise.
10240         (test-xfail-XPG3/time.h/conform): Likewise.
10241         (test-xfail-XPG3/unistd.h/conform): Likewise.
10242         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10243         (test-xfail-XPG4/fcntl.h/conform): Likewise.
10244         (test-xfail-XPG4/langinfo.h/conform): Likewise.
10245         (test-xfail-XPG4/netdb.h/conform): Likewise.
10246         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10247         (test-xfail-XPG4/signal.h/conform): Likewise.
10248         (test-xfail-XPG4/stdio.h/conform): Likewise.
10249         (test-xfail-XPG4/stdlib.h/conform): Likewise.
10250         (test-xfail-XPG4/stropts.h/conform): Likewise.
10251         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10252         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10253         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10254         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10255         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10256         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10257         (test-xfail-XPG4/sys/time.h/conform): Likewise.
10258         (test-xfail-XPG4/sys/types.h/conform): Likewise.
10259         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10260         (test-xfail-XPG4/termios.h/conform): Likewise.
10261         (test-xfail-XPG4/ucontext.h/conform): Likewise.
10262         (test-xfail-XPG4/unistd.h/conform): Likewise.
10263         (test-xfail-XPG4/utmpx.h/conform): Likewise.
10264         (test-xfail-POSIX/sched.h/conform): Likewise.
10265         (test-xfail-POSIX/signal.h/conform): Likewise.
10266         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10267         (test-xfail-POSIX/tar.h/conform): Likewise.
10268         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10269         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10270         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10271         (test-xfail-UNIX98/netdb.h/conform): Likewise.
10272         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10273         (test-xfail-UNIX98/sched.h/conform): Likewise.
10274         (test-xfail-UNIX98/signal.h/conform): Likewise.
10275         (test-xfail-UNIX98/stdio.h/conform): Likewise.
10276         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10277         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10278         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10279         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10280         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10281         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10282         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10283         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10284         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10285         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10286         (test-xfail-UNIX98/unistd.h/conform): Likewise.
10287         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10288         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10289         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10290         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10291         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10292         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10293         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10294         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10295         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10296         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10297         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10298         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10299         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10300         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10301         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10302         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10303         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10304         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10305         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10306         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10307         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10308         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10309         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10310         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10311         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10312         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10313         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10314         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10315         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10316         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10317         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10318         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10319         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10320         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10321         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10322         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10323         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10324         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10325         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10326         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10327         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10328         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10329         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10330         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10331         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10332         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10333         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10334         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10335         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10336         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10337         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10338         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10339         (conformtest-cc-flags): Likewise.
10340         ($(conformtest-header-tests): New target.
10341         * conform/check-header-lists.sh: New file.
10342         * conform/run-conformtest.sh: Remove.
10343
10344         * conform/conformtest.pl: Allow ' and \ in values given for
10345         constants.
10346         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10347         inclusion.
10348         [POSIX] (sys/types.h): Likewise.
10349         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10350         inclusion.
10351         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10352         inclusion.
10353         * conform/data/signal.h-data (SIGIO): Remove expectation.
10354         [XPG3] (SIGBUS): Do not expect.
10355         [POSIX || XPG3] (SIGPOLL): Likewise.
10356         [POSIX || XPG3] (SIGPROF): Likewise.
10357         [POSIX || XPG3] (SIGSYS): Likewise.
10358         [XPG3] (SIGTRAP): Likewise.
10359         [POSIX || XPG3] (SIGURG): Likewise.
10360         [POSIX || XPG3] (SIGVTALRM): Likewise.
10361         [POSIX || XPG3] (SIGXCPU): Likewise.
10362         [POSIX || XPG3] (SIGXFSZ): Likewise.
10363         [POSIX] (SA_SIGINFO): Expect.
10364         [XPG3] (siginfo_t): Do not expect type or contents.
10365         [POSIX] (si_pid): Do not expect element.
10366         [POSIX] (si_uid): Likewise.
10367         [POSIX] (si_addr): Likewise.
10368         [POSIX] (si_status): Likewise.
10369         [POSIX] (si_band): Likewise.
10370         [XPG4] (si_value): Likewise.
10371         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10372         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10373         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10374         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10375         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10376         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10377         [POSIX || XPG3] (ILL_COPROC): Likewise.
10378         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10379         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10380         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10381         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10382         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10383         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10384         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10385         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10386         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10387         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10388         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10389         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10390         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10391         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10392         [POSIX || XPG3] (CLD_EXITED): Likewise.
10393         [POSIX || XPG3] (CLD_KILLED): Likewise.
10394         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10395         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10396         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10397         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10398         [POSIX || XPG3] (POLL_IN): Likewise.
10399         [POSIX || XPG3] (POLL_OUT): Likewise.
10400         [POSIX || XPG3] (POLL_MSG): Likewise.
10401         [POSIX || XPG3] (POLL_ERR): Likewise.
10402         [POSIX || XPG3] (POLL_PRI): Likewise.
10403         [POSIX || XPG3] (POLL_HUP): Likewise.
10404         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10405         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10406         (SIG*): Do not allow.
10407         [XPG3] (si_*): Likewise.
10408         [XPG3] (SI_*): Likewise.
10409         [XPG3 || XPG4] (sigev_*): Likewise.
10410         [XPG3 || XPG4] (SIGEV_*): Likewise.
10411         [XPG3 || XPG4] (sival_*): Likewise.
10412         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10413         [POSIX || XPG3] (BUS_*): Likewise.
10414         [POSIX || XPG3] (CLD_*): Likewise.
10415         [POSIX || XPG3] (FPE_*): Likewise.
10416         [POSIX || XPG3] (ILL_*): Likewise.
10417         [POSIX || XPG3] (POLL_*): Likewise.
10418         [POSIX || XPG3] (SEGV_*): Likewise.
10419         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10420         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10421         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10422         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10423         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10424         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10425         Specify type and value.
10426         (TVERSLEN): Likewise.
10427         (REGTYPE): Likewise.
10428         (AREGTYPE): Likewise.
10429         (LNKTYPE): Likewise.
10430         (SYMTYPE): Likewise.
10431         (CHRTYPE): Likewise.
10432         (BLKTYPE): Likewise.
10433         (DIRTYPE): Likewise.
10434         (FIFOTYPE): Likewise.
10435         (CONTTYPE): Likewise.
10436         (TSUID): Likewise.
10437         (TSGID): Likewise.
10438         (TSVTX): Likewise.
10439         (TUREAD): Likewise.
10440         (TUWRITE): Likewise.
10441         (TUEXEC): Likewise.
10442         (TGREAD): Likewise.
10443         (TGWRITE): Likewise.
10444         (TGEXEC): Likewise.
10445         (TOREAD): Likewise.
10446         (TOWRITE): Likewise.
10447         (TOEXEC): Likewise.
10448         [POSIX] (TSVTX): Expect constant.
10449
10450 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10451
10452         * Makefile (tests): Change dependencies to ....
10453         (tests-special): ... additions to this variable.
10454         (tests): Depend on $(tests-special).
10455         * Makerules (check-abi-list): New variable.
10456         (check-abi): Depend on $(check-abi-list).
10457         [$(subdir) = elf] (tests-special): Add
10458         $(objpfx)check-abi-libc.out.
10459         [$(build-shared) = yes && subdir] (tests-special): Add
10460         $(check-abi-list).
10461         [$(build-shared) = yes && subdir] (tests): Do not depend on
10462         check-abi.
10463         * Rules (tests): Depend on $(tests-special).
10464         (xtests): Depend on $(xtests-special).
10465         * catgets/Makefile (tests): Change dependencies to ....
10466         (tests-special): ... additions to this variable.
10467         * conform/Makefile (tests): Change dependencies to ....
10468         (tests-special): ... additions to this variable.
10469         * elf/Makefile (tests): Change dependencies to ....
10470         (tests-special): ... additions to this variable.
10471         * grp/Makefile (tests): Change dependencies to ....
10472         (tests-special): ... additions to this variable.
10473         * iconv/Makefile (xtests): Change dependencies to ....
10474         (xtests-special): ... additions to this variable.
10475         * iconvdata/Makefile (tests): Change dependencies to ....
10476         (tests-special): ... additions to this variable.
10477         * intl/Makefile (tests): Change dependencies to ....
10478         (tests-special): ... additions to this variable.  Also add
10479         $(objpfx)tst-gettext.out.
10480         * io/Makefile (tests): Change dependencies to ....
10481         (tests-special): ... additions to this variable.
10482         * libio/Makefile (tests): Change dependencies to ....
10483         (tests-special): ... additions to this variable.
10484         * malloc/Makefile (tests): Change dependencies to ....
10485         (tests-special): ... additions to this variable.
10486         * misc/Makefile (tests): Change dependencies to ....
10487         (tests-special): ... additions to this variable.
10488         * nptl/Makefile (tests): Change dependencies to ....
10489         (tests-special): ... additions to this variable.
10490         * nptl_db/Makefile (tests): Change dependencies to ....
10491         (tests-special): ... additions to this variable.
10492         * posix/Makefile (tests): Change dependencies to ....
10493         (tests-special): ... additions to this variable.
10494         (xtests): Change dependencies to ....
10495         (xtests-special): ... additions to this variable.
10496         * resolv/Makefile (tests): Change dependencies to ....
10497         (tests-special): ... additions to this variable.
10498         (xtests): Change dependencies to ....
10499         (xtests-special): ... additions to this variable.
10500         * stdio-common/Makefile (tests): Change dependencies to ....
10501         (tests-special): ... additions to this variable.
10502         (do-tst-unbputc): Remove target.
10503         (do-tst-printf): Likewise.
10504         * stdlib/Makefile (tests): Change dependencies to ....
10505         (tests-special): ... additions to this variable.
10506         * string/Makefile (tests): Change dependencies to ....
10507         (tests-special): ... additions to this variable.
10508         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10509         (tests-special): ... additions to this variable.
10510
10511         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10512         whole file.
10513         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10514         whole file.
10515         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10516         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10517
10518         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10519         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10520         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10521         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10522         * conform/data/libgen.h-data [XPG3]: Likewise.
10523         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10524         * conform/data/ndbm.h-data [XPG3]: Likewise.
10525         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10526         * conform/data/netdb.h-data [XPG3]: Likewise.
10527         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10528         * conform/data/poll.h-data [XPG3]: Likewise.
10529         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10530         * conform/data/strings.h-data [XPG3]: Likewise.
10531         * conform/data/stropts.h-data [XPG3]: Likewise.
10532         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10533         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10534         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10535         Likewise.
10536         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10537         * conform/data/sys/time.h-data [XPG3]: Likewise.
10538         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10539         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10540         * conform/data/sys/un.h-data [XPG3]: Likewise.
10541         * conform/data/syslog.h-data [XPG3]: Likewise.
10542         * conform/data/ucontext.h-data [XPG3]: Likewise.
10543         * conform/data/utmpx.h-data [XPG3]: Likewise.
10544         * conform/data/varargs.h-data [UNIX98]: Enable file.
10545
10546         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10547
10548         * math/libm-test.inc (struct test_f_f_data): Move expected results
10549         into structure for each rounding mode.
10550         (struct test_ff_f_data): Likewise.
10551         (struct test_ff_f_data_nexttoward): Likewise.
10552         (struct test_fi_f_data): Likewise.
10553         (struct test_fl_f_data): Likewise.
10554         (struct test_if_f_data): Likewise.
10555         (struct test_fff_f_data): Likewise.
10556         (struct test_c_f_data): Likewise.
10557         (struct test_f_f1_data): Likewise.
10558         (struct test_fF_f1_data): Likewise.
10559         (struct test_ffI_f1_data): Likewise.
10560         (struct test_c_c_data): Likewise.
10561         (struct test_cc_c_data): Likewise.
10562         (struct test_f_i_data): Likewise.
10563         (struct test_ff_i_data): Likewise.
10564         (struct test_f_l_data): Likewise.
10565         (struct test_f_L_data): Likewise.
10566         (struct test_fFF_11_data): Likewise.
10567         (RM_): New macro.
10568         (RM_FE_DOWNWARD): Likewise.
10569         (RM_FE_TONEAREST): Likewise.
10570         (RM_FE_TOWARDZERO): Likewise.
10571         (RM_FE_UPWARD): Likewise.
10572         (RUN_TEST_LOOP_f_f): Update references to expected results.
10573         (RUN_TEST_LOOP_2_f): Likewise.
10574         (RUN_TEST_LOOP_fff_f): Likewise.
10575         (RUN_TEST_LOOP_c_f): Likewise.
10576         (RUN_TEST_LOOP_f_f1): Likewise.
10577         (RUN_TEST_LOOP_fF_f1): Likewise.
10578         (RUN_TEST_LOOP_fI_f1): Likewise.
10579         (RUN_TEST_LOOP_ffI_f1): Likewise.
10580         (RUN_TEST_LOOP_c_c): Likewise.
10581         (RUN_TEST_LOOP_cc_c): Likewise.
10582         (RUN_TEST_LOOP_f_i): Likewise.
10583         (RUN_TEST_LOOP_f_i_tg): Likewise.
10584         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10585         (RUN_TEST_LOOP_f_b): Likewise.
10586         (RUN_TEST_LOOP_f_b_tg): Likewise.
10587         (RUN_TEST_LOOP_f_l): Likewise.
10588         (RUN_TEST_LOOP_f_L): Likewise.
10589         (RUN_TEST_LOOP_fFF_11): Likewise.
10590         * math/gen-libm-test.pl (parse_args): Output four copies of
10591         expected results for each test.
10592
10593         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10594         (__ASSUME_UTIMES): Remove.
10595         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10596         (__ASSUME_UTIMES): Likewise.
10597
10598         * math/gen-auto-libm-tests.c: Update comment on output format.
10599         (output_for_one_input_case): Generate before-rounding and
10600         after-rounding information as conditions on output flags not
10601         floating-point format.
10602         * math/auto-libm-test-out: Regenerated.
10603         * math/gen-libm-test.pl (cond_value): New function.
10604         (or_cond_value): Use cond_value.
10605         (generate_testfile): Handle conditional exceptions.
10606
10607 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10608
10609         * math/libm-test.inc (max_valid_error): New variable.
10610         (init_max_error): Take new argument specifying whether function
10611         results are exactly determined.  Set max_valid_error and bound
10612         other variables for errors based on this argument.
10613         (set_max_error): Do not record results above max_valid_error.
10614         (check_float_internal): Only accept errors of up to 0.5ulps if
10615         also at most max_valid_error.
10616         (START): Take new argument EXACT and pass it to init_max_error.
10617         (acos_test): Update call to START.
10618         (acos_test_tonearest): Likewise.
10619         (acos_test_towardzero): Likewise.
10620         (acos_test_downward): Likewise.
10621         (acos_test_upward): Likewise.
10622         (acosh_test): Likewise.
10623         (asin_test): Likewise.
10624         (asin_test_tonearest): Likewise.
10625         (asin_test_towardzero): Likewise.
10626         (asin_test_downward): Likewise.
10627         (asin_test_upward): Likewise.
10628         (asinh_test): Likewise.
10629         (atan_test): Likewise.
10630         (atanh_test): Likewise.
10631         (atan2_test): Likewise.
10632         (cabs_test): Likewise.
10633         (cacos_test): Likewise.
10634         (cacosh_test): Likewise.
10635         (carg_test): Likewise.
10636         (casin_test): Likewise.
10637         (casinh_test): Likewise.
10638         (catan_test): Likewise.
10639         (catanh_test): Likewise.
10640         (cbrt_test): Likewise.
10641         (ccos_test): Likewise.
10642         (ccosh_test): Likewise.
10643         (ceil_test): Likewise.
10644         (cexp_test): Likewise.
10645         (cimag_test): Likewise.
10646         (clog_test): Likewise.
10647         (clog10_test): Likewise.
10648         (conj_test): Likewise.
10649         (copysign_test): Likewise.
10650         (cos_test): Likewise.
10651         (cos_test_tonearest): Likewise.
10652         (cos_test_towardzero): Likewise.
10653         (cos_test_downward): Likewise.
10654         (cos_test_upward): Likewise.
10655         (cosh_test): Likewise.
10656         (cosh_test_tonearest): Likewise.
10657         (cosh_test_towardzero): Likewise.
10658         (cosh_test_downward): Likewise.
10659         (cosh_test_upward): Likewise.
10660         (cpow_test): Likewise.
10661         (cproj_test): Likewise.
10662         (creal_test): Likewise.
10663         (csin_test): Likewise.
10664         (csinh_test): Likewise.
10665         (csqrt_test): Likewise.
10666         (ctan_test): Likewise.
10667         (ctan_test_tonearest): Likewise.
10668         (ctan_test_towardzero): Likewise.
10669         (ctan_test_downward): Likewise.
10670         (ctan_test_upward): Likewise.
10671         (ctanh_test): Likewise.
10672         (ctanh_test_tonearest): Likewise.
10673         (ctanh_test_towardzero): Likewise.
10674         (ctanh_test_downward): Likewise.
10675         (ctanh_test_upward): Likewise.
10676         (erf_test): Likewise.
10677         (erfc_test): Likewise.
10678         (exp_test): Likewise.
10679         (exp_test_tonearest): Likewise.
10680         (exp_test_towardzero): Likewise.
10681         (exp_test_downward): Likewise.
10682         (exp_test_upward): Likewise.
10683         (exp10_test): Likewise.
10684         (exp10_test_tonearest): Likewise.
10685         (exp10_test_towardzero): Likewise.
10686         (exp10_test_downward): Likewise.
10687         (exp10_test_upward): Likewise.
10688         (pow10_test): Likewise.
10689         (exp2_test): Likewise.
10690         (expm1_test): Likewise.
10691         (expm1_test_tonearest): Likewise.
10692         (expm1_test_towardzero): Likewise.
10693         (expm1_test_downward): Likewise.
10694         (expm1_test_upward): Likewise.
10695         (fabs_test): Likewise.
10696         (fdim_test): Likewise.
10697         (floor_test): Likewise.
10698         (fma_test): Likewise.
10699         (fma_test_towardzero): Likewise.
10700         (fma_test_downward): Likewise.
10701         (fma_test_upward): Likewise.
10702         (fmax_test): Likewise.
10703         (fmin_test): Likewise.
10704         (fmod_test): Likewise.
10705         (fpclassify_test): Likewise.
10706         (frexp_test): Likewise.
10707         (hypot_test): Likewise.
10708         (ilogb_test): Likewise.
10709         (isfinite_test): Likewise.
10710         (finite_test): Likewise.
10711         (isgreater_test): Likewise.
10712         (isgreaterequal_test): Likewise.
10713         (isinf_test): Likewise.
10714         (isless_test): Likewise.
10715         (islessequal_test): Likewise.
10716         (islessgreater_test): Likewise.
10717         (isnan_test): Likewise.
10718         (isnormal_test): Likewise.
10719         (issignaling_test): Likewise.
10720         (isunordered_test): Likewise.
10721         (j0_test): Likewise.
10722         (j1_test): Likewise.
10723         (jn_test): Likewise.
10724         (ldexp_test): Likewise.
10725         (lgamma_test): Likewise.
10726         (gamma_test): Likewise.
10727         (lrint_test): Likewise.
10728         (lrint_test_tonearest): Likewise.
10729         (lrint_test_towardzero): Likewise.
10730         (lrint_test_downward): Likewise.
10731         (lrint_test_upward): Likewise.
10732         (llrint_test): Likewise.
10733         (llrint_test_tonearest): Likewise.
10734         (llrint_test_towardzero): Likewise.
10735         (llrint_test_downward): Likewise.
10736         (llrint_test_upward): Likewise.
10737         (log_test): Likewise.
10738         (log10_test): Likewise.
10739         (log1p_test): Likewise.
10740         (log2_test): Likewise.
10741         (logb_test): Likewise.
10742         (logb_test_downward): Likewise.
10743         (lround_test): Likewise.
10744         (llround_test): Likewise.
10745         (modf_test): Likewise.
10746         (nearbyint_test): Likewise.
10747         (nextafter_test): Likewise.
10748         (nexttoward_test): Likewise.
10749         (pow_test): Likewise.
10750         (pow_test_tonearest): Likewise.
10751         (pow_test_towardzero): Likewise.
10752         (pow_test_downward): Likewise.
10753         (pow_test_upward): Likewise.
10754         (remainder_test): Likewise.
10755         (drem_test): Likewise.
10756         (remainder_test_tonearest): Likewise.
10757         (drem_test_tonearest): Likewise.
10758         (remainder_test_towardzero): Likewise.
10759         (drem_test_towardzero): Likewise.
10760         (remainder_test_downward): Likewise.
10761         (drem_test_downward): Likewise.
10762         (remainder_test_upward): Likewise.
10763         (drem_test_upward): Likewise.
10764         (remquo_test): Likewise.
10765         (rint_test): Likewise.
10766         (rint_test_tonearest): Likewise.
10767         (rint_test_towardzero): Likewise.
10768         (rint_test_downward): Likewise.
10769         (rint_test_upward): Likewise.
10770         (round_test): Likewise.
10771         (scalb_test): Likewise.
10772         (scalbn_test): Likewise.
10773         (scalbln_test): Likewise.
10774         (signbit_test): Likewise.
10775         (sin_test): Likewise.
10776         (sin_test_tonearest): Likewise.
10777         (sin_test_towardzero): Likewise.
10778         (sin_test_downward): Likewise.
10779         (sin_test_upward): Likewise.
10780         (sincos_test): Likewise.
10781         (sinh_test): Likewise.
10782         (sinh_test_tonearest): Likewise.
10783         (sinh_test_towardzero): Likewise.
10784         (sinh_test_downward): Likewise.
10785         (sinh_test_upward): Likewise.
10786         (sqrt_test): Likewise.
10787         (sqrt_test_tonearest): Likewise.
10788         (sqrt_test_towardzero): Likewise.
10789         (sqrt_test_downward): Likewise.
10790         (sqrt_test_upward): Likewise.
10791         (tan_test): Likewise.
10792         (tan_test_tonearest): Likewise.
10793         (tan_test_towardzero): Likewise.
10794         (tan_test_downward): Likewise.
10795         (tan_test_upward): Likewise.
10796         (tanh_test): Likewise.
10797         (tgamma_test): Likewise.
10798         (trunc_test): Likewise.
10799         (y0_test): Likewise.
10800         (y1_test): Likewise.
10801         (yn_test): Likewise.
10802         (significand_test): Likewise.
10803
10804         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10805         individual tests in comment.
10806         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10807         (prev_max_error): New variable.
10808         (prev_real_max_error): Likewise.
10809         (prev_imag_max_error): Likewise.
10810         (compare_ulp_data): Don't refer to test names in comment.
10811         (find_test_ulps): Remove function.
10812         (find_function_ulps): Likewise.
10813         (find_complex_function_ulps): Likewise.
10814         (init_max_error): Take function name as argument.  Look up ulps
10815         for that function.
10816         (print_ulps): Remove function.
10817         (print_max_error): Use prev_max_error instead of calling
10818         find_function_ulps.
10819         (print_complex_max_error): Use prev_real_max_error and
10820         prev_imag_max_error instead of calling find_complex_function_ulps.
10821         (check_float_internal): Take max_ulp parameter instead of calling
10822         find_test_ulps.  Don't call print_ulps.
10823         (check_float): Update call to check_float_internal.
10824         (check_complex): Update calls to check_float_internal.
10825         (START): Pass argument to init_max_error.
10826         * math/gen-libm-test.pl (%results): Don't include "kind"
10827         information.
10828         (parse_ulps): Don't handle ulps of individual tests.
10829         (print_ulps_file): Likewise.
10830         (output_ulps): Likewise.
10831         * math/README.libm-test: Update.
10832         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10833         individual tests.
10834         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10835         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10836         * sysdeps/arm/libm-test-ulps: Likewise.
10837         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10838         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10839         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10840         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10841         * sysdeps/microblaze/libm-test-ulps: Likewise.
10842         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10843         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10844         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10845         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10846         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10847         * sysdeps/sh/libm-test-ulps: Likewise.
10848         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10849         * sysdeps/tile/libm-test-ulps: Likewise.
10850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10851
10852 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10853
10854         * math/libm-test.inc (print_complex_max_error): Check separately
10855         whether real and imaginary errors are within allowed range and
10856         pass 0 to print_complex_function_ulps instead of value within
10857         allowed range.
10858
10859 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10860
10861         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10862         formatting.
10863         (get_handles_fopen): Likewise.
10864         (do_write_test): Likewise.
10865
10866         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10867
10868         * libio/fileops.c (do_ftell): Use cached offset when
10869         available.
10870         * libio/iofwide.c (do_ftell_wide): Likewise.
10871         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10872         _IO_file_attach.
10873         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10874
10875         [BZ #16532]
10876         * libio/libioP.h (get_file_offset): New function.
10877         * libio/fileops.c (get_file_offset): Likewise.
10878         (do_ftell): Likewise.
10879         (_IO_new_file_seekoff): Split out ftell logic.
10880         * libio/wfileops.c (do_ftell_wide): Likewise.
10881         (_IO_wfile_seekoff): Split out ftell logic.
10882         * libio/tst-ftell-active-handler.c: New test case.
10883         * libio/Makefile (tests): Add it.
10884
10885 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10886
10887         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10888         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10889
10890 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10891
10892         [BZ #16639]
10893         * nscd/connections.c (nscd_init): Call do_exit.
10894         (start_threads): Call do_exit and notify_parent.
10895         (begin_drop_privileges): Call do_exit.
10896         (finish_drop_privileges): Likewise.
10897         * nscd/selinux.c (preserve_capabilities): Likewise.
10898         (install_real_capabilities): Likewise.
10899         (nscd_selinux_enabled): Likewise.
10900         (avc_create_thread): Likewise.
10901         (avc_alloc_lock): Likewise.
10902         (nscd_avc_init): Likewise.
10903         * nscd/nscd.c (parent_fd): New static variable.
10904         (main): Create a pipe between parent and child processes.
10905         Skip closing parent_fd.
10906         (monitor_child): New function.
10907         (do_exit): Likewise.
10908         (notify_parent): Likewise.
10909         * nscd/nscd.h (notify_parent): Likewise.
10910         (do_exit): Likewise.
10911
10912 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10913
10914         * malloc/malloc.c (__libc_calloc): Revert last change.
10915
10916 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10917
10918         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10919
10920 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10921
10922         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10923         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10924         implementation.
10925         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10926         (__libc_ifunc_impl_list): Likewise.
10927         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10928         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10929         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10930         * string/strrchr.c: Define STRRCHR.
10931
10932 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10933
10934         * benchtest/bench-strtok.c (simple_strtok): Delete.
10935         (strtok_string): Use as benchmark.
10936         * string/strtok (STRTOK): New macro.
10937
10938 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10939
10940         * manual/threads.texi: Add header and standard comments to all
10941         functions.
10942
10943         * elf/dl-lookup.c (check_match): New function.
10944         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10945         (do_lookup_x): Remove nested function check_match. Use non-nested
10946         function check_match.
10947
10948 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10949
10950         * csu/Makefile (generated, before-compile): Use += rather than =.
10951         * catgets/Makefile (generated, generated-dirs): Likewise.
10952         * debug/Makefile (generated): Likewise.
10953         * dlfcn/Makefile (generated): Likewise.
10954         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10955         * iconvdata/Makefile (before-compile, generated): Likewise.
10956         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10957         * libio/Makefile (generated): Likewise.
10958         * malloc/Makefile (generated): Likewise.
10959         * manual/Makefile (generated, generated-dirs): Likewise.
10960         * misc/Makefile (generated): Likewise.
10961         * posix/Makefile (generated): Likewise.
10962         * resolv/Makefile (generated): Likewise.
10963         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10964         * timezone/Makefile (generated, generated-dirs): Likewise.
10965
10966         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10967
10968 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10969
10970         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10971         power8 implementation.
10972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10973         file: POWER8 llround ifunc implementation.
10974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10975         (__lllround): Add POWER8 implementation.
10976         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10977         POWER8 llround implementation.
10978
10979         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10980         power8 implementation.
10981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10982         file: POWER8 llrint ifunc implementation.
10983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10984         Add POWER8 implementation.
10985         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10986         POWER8 llrint implementation.
10987
10988         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10989         power8 implementation.
10990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10991         file: POWER8 finite ifunc implementation.
10992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10993         Add POWER8 implementation.
10994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10995         Likewise.
10996         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10997         POWER8 finite implementation.
10998         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10999
11000         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
11001         power8 implementation.
11002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
11003         file: POWER8 isinf ifunc implementation.
11004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
11005         POWER8 implementation.
11006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
11007         Likewise.
11008         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
11009         isinf implementation.
11010         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
11011
11012         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
11013         (INIT_ARCH): Add hwcap2 initialization.
11014         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11015         power8 implementation.
11016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
11017         file: POWER8 isnan ifunc implementation.
11018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
11019         POWER8 implementation.
11020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
11021         Likewise.
11022         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
11023         isnan implementation.
11024         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
11025
11026 2014-02-27  Joey Ye  <joey.ye@arm.com>
11027
11028         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11029         (_FP_NANFRAC_Q): Set to zero.
11030
11031 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11032
11033         [BZ #16623]
11034         * math/auto-libm-test-in: New test inputs.
11035         * math/auto-libm-test-out: Regenerate.
11036         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
11037         and DA.
11038         (__cos): Likewise.
11039         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
11040
11041 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
11042
11043         * scripts/evaluate-test.sh: Take new argument indicating whether
11044         failure is expected.
11045         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
11046         indicating whether failure is expected.
11047         * conform/Makefile (test-xfail-run-conformtest): New variable.
11048         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
11049         level.
11050         * posix/Makefile (test-xfail-annexc): New variable.
11051         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
11052
11053 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
11054
11055         * argp/Makefile: Include Makeconfig immediately after defining
11056         subdir.
11057         * assert/Makefile: Likewise.
11058         * benchtests/Makefile: Likewise.
11059         * catgets/Makefile: Likewise.
11060         * conform/Makefile: Likewise.
11061         * crypt/Makefile: Likewise.
11062         * csu/Makefile: Likewise.
11063         (all): Remove target.
11064         * ctype/Makefile: Include Makeconfig immediately after defining
11065         subdir.
11066         * debug/Makefile: Likewise.
11067         * dirent/Makefile: Likewise.
11068         * dlfcn/Makefile: Likewise.
11069         * gmon/Makefile: Likewise.
11070         * gnulib/Makefile: Likewise.
11071         * grp/Makefile: Likewise.
11072         * gshadow/Makefile: Likewise.
11073         * hesiod/Makefile: Likewise.
11074         * hurd/Makefile: Likewise.
11075         (all): Remove target.
11076         * iconvdata/Makefile: Include Makeconfig immediately after
11077         defining subdir.
11078         * inet/Makefile: Likewise.
11079         * intl/Makefile: Likewise.
11080         * io/Makefile: Likewise.
11081         * libio/Makefile: Likewise.
11082         (all): Remove target.
11083         * locale/Makefile: Include Makeconfig immediately after defining
11084         subdir.
11085         * login/Makefile: Likewise.
11086         * mach/Makefile: Likewise.
11087         (all): Remove target.
11088         * malloc/Makefile: Include Makeconfig immediately after defining
11089         subdir.
11090         (all): Remove target.
11091         * manual/Makefile: Include Makeconfig immediately after defining
11092         subdir.
11093         * math/Makefile: Likewise.
11094         * misc/Makefile: Likewise.
11095         * nis/Makefile: Likewise.
11096         * nss/Makefile: Likewise.
11097         * po/Makefile: Likewise.
11098         (all): Remove target.
11099         * posix/Makefile: Include Makeconfig immediately after defining
11100         subdir.
11101         * pwd/Makefile: Likewise.
11102         * resolv/Makefile: Likewise.
11103         * resource/Makefile: Likewise.
11104         * rt/Makefile: Likewise.
11105         * setjmp/Makefile: Likewise.
11106         * shadow/Makefile: Likewise.
11107         * signal/Makefile: Likewise.
11108         * socket/Makefile: Likewise.
11109         * soft-fp/Makefile: Likewise.
11110         * stdio-common/Makefile: Likewise.
11111         * stdlib/Makefile: Likewise.
11112         * streams/Makefile: Likewise.
11113         * string/Makefile: Likewise.
11114         * sunrpc/Makefile: Likewise.
11115         (all): Remove target.
11116         * sysvipc/Makefile: Include Makeconfig immediately after defining
11117         subdir.
11118         * termios/Makefile: Likewise.
11119         * time/Makefile: Likewise.
11120         * timezone/Makefile: Likewise.
11121         (all): Remove target.
11122         * wcsmbs/Makefile: Include Makeconfig immediately after defining
11123         subdir.
11124         * wctype/Makefile: Likewise.
11125
11126 2014-02-26  Steve Ellcey  <sellcey@mips.com>
11127
11128         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
11129         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
11130         (libc_feholdexcept_setround_mips): Ditto.
11131         (libc_feholdsetround): New.
11132         (libc_feholdsetroundf): New.
11133         (libc_feholdsetroundl): New.
11134         (libc_feupdateenv_test_mips): New.
11135         (libc_feupdateenv_test): New.
11136         (libc_feupdateenv_testf): New.
11137         (libc_feupdateenv_testl): New.
11138         (libc_feresetround): New.
11139         (libc_feresetroundf): New.
11140         (libc_feresetroundl): New.
11141         (libc_fetestexcept_mips): New.
11142         (libc_fetestexcept): New.
11143         (libc_fetestexceptf): New.
11144         (libc_fetestexceptl): New.
11145         (HAVE_RM_CTX): New.
11146         (libc_feholdexcept_setround_mips_ctx): New.
11147         (libc_feholdexcept_setround_ctx): New.
11148         (libc_feholdexcept_setroundf_ctx): New.
11149         (libc_feholdexcept_setroundl_ctx): New.
11150         (libc_fesetenv_mips_ctx): New.
11151         (libc_fesetenv_ctx): New.
11152         (libc_fesetenv_ctxf): New.
11153         (libc_fesetenv_ctxl): New.
11154         (libc_feupdateenv_mips_ctx): New.
11155         (libc_feupdateenv_ctx): New.
11156         (libc_feupdateenvf_ctx): New.
11157         (libc_feupdateenvl_ctx): New.
11158         (libc_feholdsetround_mips_ctx): New.
11159         (libc_feholdsetround_ctx): New.
11160         (libc_feholdsetroundf_ctx): New.
11161         (libc_feholdsetroundl_ctx): New.
11162         (libc_feresetround_mips_ctx): New.
11163         (libc_feresetround_ctx): New.
11164         (libc_feresetroundf_ctx): New.
11165         (libc_feresetroundl_ctx): New.
11166
11167 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
11168
11169         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
11170
11171         * manual/ipc.texi: New file.
11172         * manual/Makefile (chapters): Add ipc.
11173         * manual/job.texi: Add "Inter-Process Communication" to next.
11174         * manual/process.texi: Add "Inter-Process Communication" to prev.
11175
11176 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11177
11178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11179
11180 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
11181
11182         * malloc/malloc.c (__libc_calloc): Simplify implementation.
11183
11184         * manual/arith.texi: Fix spaces after sentences.
11185         * manual/charset.texi: Likewise.
11186         * manual/errno.texi: Likewise.
11187         * manual/install.texi: Likewise.
11188         * manual/llio.texi: Likewise.
11189         * manual/locale.texi: Likewise.
11190         * manual/maint.texi: Likewise.
11191         * manual/math.texi: Likewise.
11192         * manual/memory.texi: Likewise.
11193         * manual/message.texi: Likewise.
11194         * manual/probes.texi: Likewise.
11195         * manual/resource.texi: Likewise.
11196         * manual/signal.texi: Likewise.
11197         * manual/socket.texi: Likewise.
11198         * manual/stdio.texi: Likewise.
11199         * manual/string.texi: Likewise.
11200         * manual/time.texi: Likewise.
11201         * manual/users.texi: Likewise.
11202
11203 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
11204
11205         [BZ #16632]
11206         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11207         _DEFAULT_SOURCE is defined.
11208
11209 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
11210             Carlos O'Donell  <carlos@redhat.com>
11211
11212         [BZ #16613]
11213         * elf/dl-tls.c (_dl_count_modids): New function.
11214         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11215         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11216         audit library and increment generation counter.
11217         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11218         * elf/tst-audit9.c: New file.
11219         * elf/tst-auditmod9a.c: New file.
11220         * elf/tst-auditmod9b.c: New file.
11221         * elf/Makefile: Add rules to build and run tst-audit9.
11222
11223 2014-02-25  Florian Weimer  <fweimer@redhat.com>
11224
11225         [BZ #15347]
11226         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11227
11228 2014-02-25  Will Newton  <will.newton@linaro.org>
11229
11230         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11231         (__longjmp): Restore sp and lr before restoring callee
11232         saved registers.  Add longjmp and longjmp_target
11233         SystemTap probe point.
11234         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11235         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11236         Define to zero to match jmpbuf layout.
11237         * sysdeps/arm/setjmp.S: Include stap-probe.h.
11238         (__sigsetjmp): Save sp and lr before saving callee
11239         saved registers.  Add setjmp SystemTap probe point.
11240
11241 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
11242
11243         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11244
11245 2014-02-24  Andreas Schwab  <schwab@suse.de>
11246
11247         [BZ #15804]
11248         * elf/pldd.c (wait_for_ptrace_stop): New function.
11249         (main): Call it after attaching.
11250
11251 2014-02-22  Roland McGrath  <roland@hack.frob.com>
11252
11253         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11254         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11255         Versions files is now verboten.
11256         * hurd/Versions (libc: GLIBC_2.0):
11257         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11258         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11259         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11260         * mach/Versions: Likewise.
11261
11262         * csu/Versions: Remove unused %include.
11263         * resolv/Versions: Likewise.
11264
11265 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
11266
11267         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11268         ($(objpfx)check-local-headers.out): Likewise.
11269         ($(objpfx)begin-end-check.out): Likewise.
11270         * Makerules (check-abi-%.out): Likewise.
11271         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11272         ($(objpfx)test2.cat): Likewise.
11273         ($(objpfx)de/libc.cat): Likewise.
11274         ($(objpfx)test-gencat.out): Likewise.
11275         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11276         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11277         ($(objpfx)noload-mem): Likewise.
11278         ($(objpfx)tst-pathopt.out): Likewise.
11279         ($(objpfx)tst-rtld-load-self.out): Likewise.
11280         ($(objpfx)tst-array1-cmp.out): Likewise.
11281         ($(objpfx)tst-array1-static-cmp.out): Likewise.
11282         ($(objpfx)tst-array2-cmp.out): Likewise.
11283         ($(objpfx)tst-array3-cmp.out): Likewise.
11284         ($(objpfx)tst-array4-cmp.out): Likewise.
11285         ($(objpfx)tst-array5-cmp.out): Likewise.
11286         ($(objpfx)tst-array5-static-cmp.out): Likewise.
11287         ($(objpfx)check-textrel.out): Likewise.
11288         ($(objpfx)check-execstack.out): Likewise.
11289         ($(objpfx)check-localplt.out): Likewise.
11290         ($(objpfx)order2-cmp.out): Likewise.
11291         ($(objpfx)tst-leaks1-mem): Likewise.
11292         ($(objpfx)tst-leaks1-static-mem): Likewise.
11293         ($(objpfx)tst-initorder-cmp.out): Likewise.
11294         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11295         ($(objpfx)tst-unused-dep.out): Likewise.
11296         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11297         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11298         * iconv/Makefile (test-iconvconfig): Likewise.
11299         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11300         ($(objpfx)iconv-test.out): Likewise.
11301         ($(objpfx)tst-tables.out): Likewise.
11302         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11303         ($(objpfx)tst-gettext.out): Likewise.
11304         ($(objpfx)tst-translit.out): Likewise.
11305         ($(objpfx)tst-gettext2.out): Likewise.
11306         ($(objpfx)tst-gettext4.out): Likewise.
11307         ($(objpfx)tst-gettext6.out): Likewise.
11308         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11309         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11310         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11311         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11312         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11313         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11314         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11315         ($(objpfx)wordexp-tst.out): Likewise.
11316         ($(objpfx)annexc.out): Likewise.
11317         ($(objpfx)tst-fnmatch-mem): Likewise.
11318         ($(objpfx)bug-regex2-mem): Likewise.
11319         ($(objpfx)bug-regex14-mem): Likewise.
11320         ($(objpfx)bug-regex21-mem): Likewise.
11321         ($(objpfx)bug-regex31-mem): Likewise.
11322         ($(objpfx)tst-vfork3-mem): Likewise.
11323         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11324         ($(objpfx)tst-pcre-mem): Likewise.
11325         ($(objpfx)tst-boost-mem): Likewise.
11326         ($(objpfx)tst-getconf.out): Likewise.
11327         ($(objpfx)bug-ga2-mem): Likewise.
11328         ($(objpfx)bug-glob2-mem): Likewise.
11329         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11330         ($(objpfx)mtrace-tst-leaks2): Likewise.
11331         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11332         ($(objpfx)tst-printf.out): Likewise.
11333         ($(objpfx)tst-setvbuf1.out): Likewise.
11334         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11335         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11336         ($(objpfx)tst-fmtmsg.out): Likewise.
11337         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11338         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11339
11340         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11341         * bits/sigaction.h [__USE_MISC]: Likewise.
11342         * bits/waitstatus.h: Update #endif comments.
11343         * ctype/ctype.h: Likewise.
11344         * dirent/dirent.h: Likewise.
11345         [__USE_MISC]: Remove redundant conditionals.
11346         * grp/grp.h: Update #endif comments.
11347         [__USE_GNU]: Remove redundant conditionals.
11348         [__USE_MISC]: Likewise.
11349         * inet/netinet/in.h [__USE_GNU]: Likewise.
11350         * io/sys/stat.h [__USE_MISC]: Likewise.
11351         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11352         * libio/bits/stdio.h: Update #endif comments.
11353         [__USE_MISC]: Remove redundant conditionals.
11354         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11355         * libio/stdio.h: Update #endif comments.
11356         [__USE_MISC]: Remove redundant conditionals.
11357         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11358         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11359         * math/math.h: Update #else and #endif comments.
11360         [__USE_MISC]: Remove redundant conditionals.
11361         * misc/sys/uio.h: Update #endif comments.
11362         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11363         * posix/glob.h [__USE_MISC]: Likewise.
11364         * posix/sys/types.h: Update #endif comments.
11365         [__USE_MISC]: Remove redundant conditionals.
11366         * posix/sys/wait.h: Update #endif comments.
11367         [__USE_MISC]: Remove redundant conditionals.
11368         * posix/unistd.h: Update #endif comments.
11369         [__USE_MISC]: Remove redundant conditionals.
11370         * pwd/pwd.h [__USE_GNU]: Likewise.
11371         [__USE_MISC]: Likewise.
11372         * resolv/netdb.h [__USE_GNU]: Likewise.
11373         * signal/signal.h: Update #endif comments.
11374         [__USE_MISC]: Remove redundant conditionals.
11375         * stdlib/stdlib.h: Update #else and #endif comments.
11376         [__USE_MISC]: Remove redundant conditionals.
11377         [__USE_GNU]: Likewise.
11378         * string/bits/string2.h [__USE_MISC]: Likewise.
11379         * string/string.h: Update #endif comments.
11380         [__USE_MISC]: Remove redundant conditionals.
11381         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11382         Likewise.
11383         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11384         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11385         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11386         Likewise.
11387         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11388         Likewise.
11389         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11390         comments.
11391         [__USE_MISC]: Remove redundant conditionals.
11392         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11393         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11394         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11395         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11396         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11397         Likewise.
11398         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11399         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11400         Likewise.
11401         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11402         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11403         Likewise.
11404         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11405         Likewise.
11406         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11407         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11408         Likewise.
11409         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11410         Likewise.
11411         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11412         * sysdeps/x86/bits/string.h: Update #endif comments.
11413         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11414         conditionals.
11415         * time/sys/time.h: Update #endif comments.
11416         * time/time.h: Likewise.
11417         [__USE_MISC]: Remove redundant conditionals.
11418
11419 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11420
11421         [BZ #16600]
11422         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11423
11424 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11425
11426         * Versions.def (librt): Add GLIBC_2.17.
11427
11428 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11429
11430         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11431         synonym for _SYS_AUXV_H to allow direct inclusion.
11432         * sysdeps/sparc/bits/hwcap.h: Likewise.
11433         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11434         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11435         * sysdeps/sparc/sysdep.h: Likewise.
11436
11437 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11438
11439         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11440
11441 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11442
11443         * benchtests/bench-strrchr.c: Print length instead of position.
11444
11445 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11446
11447         [BZ #16611]
11448         * sysdeps/unix/sysv/linux/kernel-features.h
11449         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11450         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11451         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11452         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11453         Likewise.
11454         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11455         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11456         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11457         (__ASSUME_SENDMMSG): Define instead of using previous
11458         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11459         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11460         (__ASSUME_SENDMMSG_SYSCALL): Define.
11461         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11462         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11463         Likewise.
11464         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11465         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11466         Likewise.
11467         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11468         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11469         Likewise.
11470         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11471         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11472         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11473         [__ASSUME_SENDMMSG]: Change conditionals to
11474         [__ASSUME_SENDMMSG_SOCKETCALL].
11475         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11476         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11477         Define.
11478         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11479         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11480         Likewise.
11481         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11482         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11483         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11484         [!__ASSUME_SENDMMSG]: Change conditional to
11485         [!__ASSUME_SENDMMSG_SOCKETCALL].
11486         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11487         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11488         Define.
11489
11490         [BZ #16610]
11491         * sysdeps/unix/sysv/linux/kernel-features.h
11492         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11493         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11494         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11495         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11496         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11497         [__i386__ || __sparc__]
11498         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11499         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11500         (__ASSUME_RECVMMSG): Define instead of using previous
11501         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11502         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11503         (__ASSUME_RECVMMSG_SYSCALL): Define.
11504         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11505         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11506         Likewise.
11507         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11508         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11509         Likewise.
11510         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11511         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11512         Likewise.
11513         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11514         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11515         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11516         [__ASSUME_RECVMMSG]: Change condition to
11517         [__ASSUME_RECVMMSG_SOCKETCALL].
11518         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11519         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11520         Define.
11521         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11522         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11523         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11524         Likewise.
11525         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11526         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11527         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11528         [!__ASSUME_RECVMMSG]: Change condition to
11529         [!__ASSUME_RECVMMSG_SOCKETCALL].
11530         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11531         (__ASSUME_RECVMMSG_SYSCALL): Define.
11532
11533         [BZ #16609]
11534         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11535         __powerpc__ || __s390__ || __sh__ || __sparc__]
11536         (__ASSUME_SOCKETCALL): Define.
11537         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11538         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11539         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11540         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11541         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11542         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11543         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11544         (__ASSUME_ACCEPT4): Define instead of using previous
11545         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11546         __powerpc__ || __sparc__ || __s390__)] condition.
11547         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11548         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11549         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11550         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11551         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11552         [!__ASSUME_ACCEPT4]: Change condition to
11553         [!__ASSUME_ACCEPT4_SOCKETCALL].
11554         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11555         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11556         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11557         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11558         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11559         __ASSUME_ACCEPT4_SYSCALL.
11560         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11561         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11562         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11563         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11564         __ASSUME_ACCEPT4_SYSCALL.
11565         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11566         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11567         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11568         [__ASSUME_ACCEPT4]: Change condition to
11569         [__ASSUME_ACCEPT4_SOCKETCALL].
11570         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11571         (__ASSUME_SOCKETCALL): Define.
11572         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11573         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11574         (__ASSUME_SOCKETCALL): Define.
11575         (__ASSUME_ACCEPT4): Remove.
11576         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11577         Define.
11578         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11579         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11580         Likewise.
11581         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11582         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11583
11584         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11585         macro.
11586         (HWCAP_ARM_LPAE): Likewise.
11587         (HWCAP_ARM_EVTSTRM): Likewise.
11588         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11589         Add vpfd32, lpae and evtstrm.
11590         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11591         Increase to 22.
11592
11593 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11594
11595         * math/auto-libm-test-in: Add tests of clog10.
11596         * math/auto-libm-test-out: Regenerated.
11597         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11598         * sysdeps/i386/fpu/libm-test-ulps: Update.
11599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11600
11601 2014-02-18  Andreas Schwab  <schwab@suse.de>
11602
11603         [BZ #16574]
11604         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11605         Store non-zero if the second buffer was newly allocated.
11606         (send_dg): Likewise.
11607         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11608         to send_vc and send_dg.
11609         (res_nsend): Pass NULL for ansp2_malloced.
11610         * resolv/res_query.c (__libc_res_nquery): Add parameter
11611         answerp2_malloced and pass it down to __libc_res_nsend.
11612         (res_nquery): Pass additional NULL to __libc_res_nquery.
11613         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11614         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11615         second answer buffer if answerp2_malloced was set.
11616         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11617         (__libc_res_nquerydomain): Add parameter
11618         answerp2_malloced and pass it down to __libc_res_nquery.
11619         (res_nquerydomain): Pass additional NULL to
11620         __libc_res_nquerydomain.
11621         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11622         additional NULL to __libc_res_nsend and __libc_res_nquery.
11623         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11624         additional NULL to __libc_res_nsearch.
11625         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11626         parameter of __libc_res_nsearch to check for separately allocated
11627         second buffer.
11628         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11629         __libc_res_nquery.
11630         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11631         additional NULL to __libc_res_nquery.
11632         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11633         __libc_res_nsearch.
11634         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11635         * include/resolv.h: Update prototypes of __libc_res_nquery,
11636         __libc_res_nsearch, __libc_res_nsend.
11637
11638 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11639
11640         * math/auto-libm-test-in: Add tests of fma.
11641         * math/auto-libm-test-out: Regenerated.
11642         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11643         (fma_towardzero_test_data): Likewise.
11644         (fma_downward_test_data): Likewise.
11645         (fma_upward_test_data): Likewise.
11646         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11647         mpc_mode.
11648         (rounding_modes): Add values for new field.
11649         (func_calc_method): Add value mpfr_fff_f.
11650         (func_calc_desc): Add mpfr_fff_f union field.
11651         (test_function): Add field exact_args.
11652         (FUNC): Add macro argument EXACT_ARGS.
11653         (FUNC_mpfr_f_f): Update call to FUNC.
11654         (FUNC_mpfr_f_f): Likewise.
11655         (FUNC_mpfr_ff_f): Likewise.
11656         (FUNC_mpfr_if_f): Likewise.
11657         (FUNC_mpc_c_f): Likewise.
11658         (FUNC_mpc_c_c): Likewise.
11659         (test_functions): Add fma.  Update calls to FUNC.
11660         (handle_input_arg): Add argument exact_args.
11661         (add_test): Update call to handle_input_arg.
11662         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11663         (output_for_one_input_case): Update call to calc_generic_results.
11664         Recalculate exact zero results in each rounding mode.
11665
11666         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11667         non-negative before setting low bit.
11668         * math/auto-libm-test-in: Mark one asin test possibly having
11669         spurious underflow.
11670         * math/auto-libm-test-out: Regenerated.
11671         * sysdeps/i386/fpu/libm-test-ulps: Update.
11672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11673
11674 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11675
11676         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11677         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11678         ports/sysdeps/unix/sysv/linux/microblaze.
11679         * README: Add missing listing for microblaze*-*-linux-gnu.
11680
11681 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11682
11683         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11684         duplicate code
11685
11686 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11687
11688         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11689         * sysdeps/unix/sysv/linux/ia64: Move directory from
11690         ports/sysdeps/unix/sysv/linux/ia64.
11691         * README: Update listing for ia64-*-linux-gnu.
11692
11693 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11694             Joseph Myers  <joseph@codesourcery.com>
11695
11696         * Makeconfig (test-name): New variable.
11697         (evaluate-test): Likewise.
11698         * Makerules (do-test-clean): Remove .test-result files.
11699         (common-mostlyclean): Likewise.
11700         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11701         * scripts/evaluate-test.sh: New file.
11702
11703 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11704
11705         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11706         separate $(objpfx)tst-fopenloc-cmp.out and
11707         $(objpfx)tst-fopenloc-mem.out targets.
11708         (tests): Update dependencies.
11709         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11710         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11711         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11712         (tst-rxspencer-no-utf8-ARGS): New variable.
11713         (tst-rxspencer-no-utf8-ENV): Likewise.
11714         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11715         instead of $(objpfx)tst-rxspencer-mem.
11716         ($(objpfx)tst-rxspencer-mem): Change target to
11717         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11718         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11719         * posix/tst-rxspencer-no-utf8.c: New file.
11720
11721         * elf/Makefile ($(objpfx)order.out): Remove rule.
11722         [$(run-built-tests) = yes] (tests): Depend on
11723         $(objpfx)order-cmp.out.
11724         ($(objpfx)order-cmp.out): New rule.
11725         [$(run-built-tests) = yes] (tests): Depend on
11726         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11727         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11728         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11729         $(objpfx)tst-array5-static-cmp.out.
11730         ($(objpfx)tst-array1.out): Remove rule.
11731         ($(objpfx)tst-array1-cmp.out): New rule.
11732         ($(objpfx)tst-array1-static.out): Remove rule.
11733         ($(objpfx)tst-array1-static-cmp.out): New rule.
11734         ($(objpfx)tst-array2.out): Remove rule.
11735         ($(objpfx)tst-array2-cmp.out): New rule.
11736         ($(objpfx)tst-array3.out): Remove rule.
11737         ($(objpfx)tst-array3-cmp.out): New rule.
11738         ($(objpfx)tst-array4.out): Remove rule.
11739         ($(objpfx)tst-array4-cmp.out): New rule.
11740         ($(objpfx)tst-array5.out): Remove rule.
11741         ($(objpfx)tst-array5-cmp.out): New rule.
11742         ($(objpfx)tst-array5-static.out): Remove rule.
11743         ($(objpfx)tst-array5-static-cmp.out): New rule.
11744         [$(run-built-tests) = yes] (tests): Depend on
11745         $(objpfx)order2-cmp.out.
11746         ($(objpfx)order2.out): Remove rule.
11747         ($(objpfx)order2-cmp.out): New rule.
11748         ($(objpfx)tst-initorder.out): Remove rule.
11749         [$(run-built-tests) = yes] (tests): Depend on
11750         $(objpfx)tst-initorder-cmp.out.
11751         ($(objpfx)tst-initorder-cmp.out): New rule.
11752         ($(objpfx)tst-initorder2.out): Remove rule.
11753         [$(run-built-tests) = yes] (tests): Depend on
11754         $(objpfx)tst-initorder2-cmp.out.
11755         ($(objpfx)tst-initorder2-cmp.out): New rule.
11756         [$(run-built-tests) = yes] (tests): Depend on
11757         $(objpfx)tst-unused-dep-cmp.out.
11758         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11759         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11760         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11761         on $(objpfx)tst-setvbuf1-cmp.out.
11762         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11763         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11764         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11765         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11766         ($(objpfx)tst-svc.out): Remove rule.
11767         ($(objpfx)tst-svc-cmp.out): New rule.
11768
11769 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11770
11771         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11772         * ctype/ctype.h [__USE_MISC]: Likewise.
11773         * dirent/dirent.h [__USE_MISC]: Likewise.
11774         * grp/grp.h [__USE_MISC]: Likewise.
11775         * io/fcntl.h [__USE_MISC]: Likewise.
11776         * io/sys/stat.h [__USE_MISC]: Likewise.
11777         * libio/stdio.h [__USE_MISC]: Likewise.
11778         * posix/unistd.h [__USE_MISC]: Likewise.
11779         * pwd/pwd.h [__USE_MISC]: Likewise.
11780         * stdlib.h [__USE_MISC]: Likewise.
11781         * string/bits/string2.h [__USE_MISC]: Likewise.
11782         * string/string.h [__USE_MISC]: Likewise.
11783         * time/time.h [__USE_MISC]: Likewise.
11784
11785 2014-02-13  Andreas Schwab  <schwab@suse.de>
11786
11787         [BZ #16574]
11788         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11789         second answer buffer if it was separately allocated.
11790
11791 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11792
11793         * sysdeps/mips/math-tests.h: Include <features.h>.
11794         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11795         (ROUNDING_TESTS_long_double): Do not define.
11796         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11797         (EXCEPTION_TESTS_long_double): Likewise.
11798         * sysdeps/mips/mips64/libm-test-ulps: Update.
11799
11800         * include/features.h (__USE_BSD): Remove macro definitions.
11801         (__USE_SVID): Likewise.
11802         (_BSD_SOURCE): Likewise.
11803         (_SVID_SOURCE): Likewise.
11804         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11805         from definition of _DEFAULT_SOURCE.
11806         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11807         [_DEFAULT_SOURCE].
11808         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11809         * bits/mman.h [__USE_BSD]: Likewise.
11810         * bits/termios.h [__USE_BSD]: Likewise.
11811         * bits/waitstatus.h [__USE_BSD]: Likewise.
11812         * ctype/ctype.h [__USE_SVID]: Likewise.
11813         * dirent/dirent.h [__USE_BSD]: Likewise.
11814         * grp/grp.h [__USE_SVID]: Likewise.
11815         [__USE_BSD]: Likewise.
11816         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11817         * io/fcntl.h [__USE_BSD]: Likewise.
11818         * io/ftw.h [__USE_BSD]: Likewise.
11819         * io/sys/stat.h [__USE_BSD]: Likewise.
11820         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11821         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11822         * libio/stdio.h [__USE_SVID]: Likewise.
11823         [__USE_BSD]: Likewise.
11824         * math/math.h [__USE_SVID]: Likewise.
11825         [__USE_BSD]: Likewise.
11826         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11827         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11828         * misc/search.h [__USE_SVID]: Likewise.
11829         * misc/sys/mman.h [__USE_BSD]: Likewise.
11830         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11831         * misc/sys/uio.h [__USE_BSD]: Likewise.
11832         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11833         * posix/glob.h [__USE_BSD]: Likewise.
11834         * posix/regex.h [__USE_BSD]: Likewise.
11835         * posix/sys/types.h [__USE_BSD]: Likewise.
11836         [__USE_SVID]: Likewise.
11837         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11838         * posix/sys/wait.h [__USE_BSD]: Likewise.
11839         [__USE_SVID]: Likewise.
11840         * posix/unistd.h [__USE_BSD]: Likewise.
11841         [__USE_SVID]: Likewise.
11842         * pwd/pwd.h [__USE_SVID]: Likewise.
11843         * resolv/netdb.h [__USE_BSD]: Likewise.
11844         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11845         * signal/signal.h [__USE_BSD]: Likewise.
11846         [__USE_SVID]: Likewise.
11847         * socket/sys/socket.h [__USE_BSD]: Likewise.
11848         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11849         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11850         [__USE_SVID]: Likewise.
11851         * string/bits/string2.h [__USE_BSD]: Likewise.
11852         [__USE_SVID]: Likewise.
11853         * string/bits/string3.h [__USE_BSD]: Likewise.
11854         * string/endian.h [__USE_BSD]: Likewise.
11855         * string/string.h [__USE_SVID]: Likewise.
11856         [__USE_BSD]: Likewise.
11857         * string/strings.h [__USE_BSD]: Likewise.
11858         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11859         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11860         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11861         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11862         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11863         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11864         Likewise.
11865         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11866         Likewise.
11867         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11868         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11869         Likewise.
11870         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11871         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11872         Likewise.
11873         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11874         Likewise.
11875         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11876         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11877         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11878         Likewise.
11879         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11880         Likewise.
11881         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11882         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11883         * termios/termios.h [__USE_BSD]: Likewise.
11884         * time/sys/time.h [__USE_BSD]: Likewise.
11885         * time/time.h [__USE_BSD]: Likewise.
11886         [__USE_SVID]: Likewise.
11887
11888         * Makefile (subdir_targets): Remove subdir_lint.out.
11889
11890         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11891         (do-tst-printf): Likewise.
11892         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11893         $(objpfx)tst-printf.out.
11894
11895         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11896
11897         * Makerules (check-abi-%): Change target to
11898         $(objpfx)check-abi-%.out.
11899         (check-abi target): Update dependencies.
11900         (check-abi-pattern variable): Redirect output of diff to $@.
11901         (check-abi variable): Likewise.
11902         * elf/Makefile (check-abi): Update dependencies.
11903
11904         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11905         unused.
11906         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11907         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11908         subnormal range.
11909         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11910         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11911         value has largest subnormal exponent.
11912         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11913         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11914         * sysdeps/aarch64/soft-fp/sfp-machine.h
11915         (_FP_TININESS_AFTER_ROUNDING): New macro.
11916         * sysdeps/alpha/soft-fp/sfp-machine.h
11917         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11918         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11919         Likewise.
11920         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11921         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11922         * sysdeps/mips/soft-fp/sfp-machine.h
11923         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11924         * sysdeps/powerpc/soft-fp/sfp-machine.h
11925         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11926         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11927         Likewise.
11928         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11929         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11930         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11931         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11932         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11933         Likewise.
11934
11935 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11936
11937         [BZ #16545]
11938         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11939         model 1.
11940
11941 2014-02-12  Richard Henderson  <rth@redhat.com>
11942
11943         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11944         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11945         * sysdeps/unix/sysv/linux/alpha: Move directory from
11946         ports/sysdeps/unix/sysv/linux/alpha.
11947         * README: Update listing for alpha-*-linux-gnu.
11948
11949 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11950
11951         * include/features.h: Update comment documenting feature test
11952         macros.
11953         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11954         _DEFAULT_SOURCE.
11955         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11956         (_SVID_SOURCE): Likewise.
11957         (_DEFAULT_SOURCE): Update description of default features.
11958         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11959         with _GNU_SOURCE.
11960         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11961         (S_ISVTX): Likewise.
11962         * manual/math.texi (Mathematical Constants): Likewise.
11963         * manual/signal.texi (Interrupted Primitives): Likewise.
11964         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11965         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11966         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11967         Don't refer to _SVID_SOURCE in warning text.
11968
11969         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11970
11971         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11972         already defined.
11973         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11974         * sysdeps/mips/dl-lookup.c: Remove.
11975         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11976
11977 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11978
11979         [BZ #16447]
11980         * math/auto-libm-test-in: Add testcase for expl.
11981         * math/auto-libm-test-out: Regenerate.
11982         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11983         calculation of unsafe.
11984         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11985
11986 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11987
11988         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11989         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11990         ports/sysdeps/unix/sysv/linux/aarch64.
11991         * README: Update listing for aarch64*-*-linux-gnu.
11992
11993 2014-02-11  Will Newton  <will.newton@linaro.org>
11994
11995         * manual/probes.texi (Mathematical Function Probes): Use
11996         "triggered" instead of "hit".
11997
11998         * manual/probes.texi (Internal Probes): Add documentation
11999         of setjmp, longjmp and longjmp_target probes.
12000
12001         * include/stap-probe.h: Add comment about probe argument
12002         format.
12003
12004         * malloc/mtrace.c (attribute_hidden): Remove unused macro
12005         definition.  (tr_where, tr_freehook, tr_mallochook,
12006         tr_reallochook, tr_memalignhook): Use ANSI protoype.
12007
12008 2014-02-11  David S. Miller  <davem@davemloft.net>
12009
12010         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
12011         processing int_tests.
12012
12013 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
12014
12015         * sysdeps/mips: Move directory from ports/sysdeps/mips.
12016         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
12017         * sysdeps/unix/sysv/linux/mips: Move directory from
12018         ports/sysdeps/unix/sysv/linux/mips.
12019         * README: Update listing for mips-*-linux-gnu and
12020         mips64-*-linux-gnu.
12021
12022 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
12023
12024         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
12025         * sysdeps/unix/sysv/linux/m68k: Move directory from
12026         ports/sysdeps/unix/sysv/linux/m68k.
12027         * README: Update listing for m68k-*-linux-gnu.
12028
12029 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
12030
12031         * sysdeps/tile: Move directory from ports/sysdeps/tile.
12032         * sysdeps/unix/sysv/linux/generic: Move directory from
12033         ports/sysdeps/unix/sysv/linux/generic.
12034         * sysdeps/unix/sysv/linux/tile: Move directory from
12035         ports/sysdeps/unix/sysv/linux/tile.
12036         * README: Update listing for tile*-*-linux-gnu.
12037
12038 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
12039
12040         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
12041         __builtin_expect.
12042         * benchtests/bench-memmem.c (simple_memmem): Likewise.
12043         * catgets/open_catalog.c (__open_catalog): Likewise.
12044         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
12045         * debug/confstr_chk.c: Likewise.
12046         * debug/fread_chk.c (__fread_chk): Likewise.
12047         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
12048         * debug/getgroups_chk.c: Likewise.
12049         * debug/mbsnrtowcs_chk.c: Likewise.
12050         * debug/mbsrtowcs_chk.c: Likewise.
12051         * debug/mbstowcs_chk.c: Likewise.
12052         * debug/memcpy_chk.c: Likewise.
12053         * debug/memmove_chk.c: Likewise.
12054         * debug/mempcpy_chk.c: Likewise.
12055         * debug/memset_chk.c: Likewise.
12056         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
12057         * debug/strcat_chk.c (__strcat_chk): Likewise.
12058         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
12059         * debug/strncat_chk.c (__strncat_chk): Likewise.
12060         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
12061         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
12062         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
12063         * debug/wcpncpy_chk.c: Likewise.
12064         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
12065         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
12066         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
12067         * debug/wcsncpy_chk.c: Likewise.
12068         * debug/wcsnrtombs_chk.c: Likewise.
12069         * debug/wcsrtombs_chk.c: Likewise.
12070         * debug/wcstombs_chk.c: Likewise.
12071         * debug/wmemcpy_chk.c: Likewise.
12072         * debug/wmemmove_chk.c: Likewise.
12073         * debug/wmempcpy_chk.c: Likewise.
12074         * debug/wmemset_chk.c: Likewise.
12075         * dirent/scandirat.c (SCANDIRAT): Likewise.
12076         * dlfcn/dladdr1.c (dladdr1): Likewise.
12077         * dlfcn/dladdr.c (dladdr): Likewise.
12078         * dlfcn/dlclose.c (dlclose_doit): Likewise.
12079         * dlfcn/dlerror.c (__dlerror): Likewise.
12080         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
12081         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
12082         * dlfcn/dlopen.c (dlopen_doit): Likewise.
12083         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
12084         * dlfcn/dlsym.c (dlsym_doit): Likewise.
12085         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
12086         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
12087         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
12088         Likewise.
12089         * elf/dl-conflict.c: Likewise.
12090         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
12091         * elf/dl-dst.h: Likewise.
12092         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
12093         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
12094         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
12095         * elf/dl-init.c (call_init, _dl_init): Likewise.
12096         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
12097         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
12098         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
12099         Likewise.
12100         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
12101         Likewise.
12102         * elf/dl-minimal.c (__libc_memalign): Likewise.
12103         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
12104         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
12105         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12106         * elf/dl-sym.c (do_sym): Likewise.
12107         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
12108         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
12109         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
12110         * elf/dl-writev.h (_dl_writev): Likewise.
12111         * elf/ldconfig.c (search_dir): Likewise.
12112         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
12113         (dl_main): Likewise.
12114         * elf/setup-vdso.h (setup_vdso): Likewise.
12115         * grp/compat-initgroups.c (compat_call): Likewise.
12116         * grp/fgetgrent.c (fgetgrent): Likewise.
12117         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
12118         * grp/putgrent.c (putgrent): Likewise.
12119         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
12120         Likewise.
12121         * hurd/hurdinit.c: Likewise.
12122         * iconvdata/8bit-gap.c (struct): Likewise.
12123         * iconvdata/ansi_x3.110.c : Likewise.
12124         * iconvdata/big5.c : Likewise.
12125         * iconvdata/big5hkscs.c : Likewise.
12126         * iconvdata/cp1255.c: Likewise.
12127         * iconvdata/cp1258.c : Likewise.
12128         * iconvdata/cp932.c : Likewise.
12129         * iconvdata/euc-cn.c: Likewise.
12130         * iconvdata/euc-jisx0213.c : Likewise.
12131         * iconvdata/euc-jp.c: Likewise.
12132         * iconvdata/euc-jp-ms.c : Likewise.
12133         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
12134         * iconvdata/gb18030.c : Likewise.
12135         * iconvdata/gbbig5.c (const): Likewise.
12136         * iconvdata/gbgbk.c: Likewise.
12137         * iconvdata/gbk.c : Likewise.
12138         * iconvdata/ibm1364.c : Likewise.
12139         * iconvdata/ibm930.c : Likewise.
12140         * iconvdata/ibm932.c: Likewise.
12141         * iconvdata/ibm933.c : Likewise.
12142         * iconvdata/ibm935.c : Likewise.
12143         * iconvdata/ibm937.c : Likewise.
12144         * iconvdata/ibm939.c : Likewise.
12145         * iconvdata/ibm943.c: Likewise.
12146         * iconvdata/iso_11548-1.c: Likewise.
12147         * iconvdata/iso-2022-cn.c : Likewise.
12148         * iconvdata/iso-2022-cn-ext.c : Likewise.
12149         * iconvdata/iso-2022-jp-3.c: Likewise.
12150         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
12151         * iconvdata/iso-2022-kr.c : Likewise.
12152         * iconvdata/iso646.c (gconv_end): Likewise.
12153         * iconvdata/iso_6937-2.c : Likewise.
12154         * iconvdata/iso_6937.c : Likewise.
12155         * iconvdata/iso8859-1.c: Likewise.
12156         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
12157         * iconvdata/shift_jisx0213.c : Likewise.
12158         * iconvdata/sjis.c : Likewise.
12159         * iconvdata/t.61.c : Likewise.
12160         * iconvdata/tcvn5712-1.c : Likewise.
12161         * iconvdata/tscii.c: Likewise.
12162         * iconvdata/uhc.c : Likewise.
12163         * iconvdata/unicode.c (gconv_end): Likewise.
12164         * iconvdata/utf-16.c (gconv_end): Likewise.
12165         * iconvdata/utf-32.c (gconv_end): Likewise.
12166         * iconvdata/utf-7.c (base64): Likewise.
12167         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12168         * iconv/gconv_close.c (__gconv_close): Likewise.
12169         * iconv/gconv_open.c (__gconv_open): Likewise.
12170         * iconv/gconv_simple.c (internal_ucs4_loop_single)
12171         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
12172         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
12173         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
12174         (ucs4le_internal_loop_single): Likewise.
12175         * iconv/iconv.c (iconv): Likewise.
12176         * iconv/iconv_close.c: Likewise.
12177         * iconv/loop.c (SINGLE): Likewise.
12178         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
12179         * include/atomic.h: Likewise.
12180         * inet/inet6_option.c (option_alloc): Likewise.
12181         * intl/bindtextdom.c (set_binding_values): Likewise.
12182         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
12183         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
12184         * intl/localealias.c (read_alias_file): Likewise.
12185         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
12186         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
12187         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
12188         * libio/fmemopen.c (fmemopen): Likewise.
12189         * libio/iofgets.c (_IO_fgets): Likewise.
12190         * libio/iofgets_u.c (fgets_unlocked): Likewise.
12191         * libio/iofgetws.c (fgetws): Likewise.
12192         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
12193         * libio/iogetdelim.c (_IO_getdelim): Likewise.
12194         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
12195         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
12196         * locale/findlocale.c (_nl_find_locale): Likewise.
12197         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
12198         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
12199         Likewise.
12200         * locale/setlocale.c (setlocale): Likewise.
12201         * login/programs/pt_chown.c (main): Likewise.
12202         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12203         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
12204         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12205         (mmap, mmap64, mremap, munmap): Likewise.
12206         * math/e_exp2l.c: Likewise.
12207         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12208         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12209         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12210         * math/s_catan.c (__catan): Likewise.
12211         * math/s_catanf.c (__catanf): Likewise.
12212         * math/s_catanh.c (__catanh): Likewise.
12213         * math/s_catanhf.c (__catanhf): Likewise.
12214         * math/s_catanhl.c (__catanhl): Likewise.
12215         * math/s_catanl.c (__catanl): Likewise.
12216         * math/s_ccosh.c (__ccosh): Likewise.
12217         * math/s_ccoshf.c (__ccoshf): Likewise.
12218         * math/s_ccoshl.c (__ccoshl): Likewise.
12219         * math/s_cexp.c (__cexp): Likewise.
12220         * math/s_cexpf.c (__cexpf): Likewise.
12221         * math/s_cexpl.c (__cexpl): Likewise.
12222         * math/s_clog10.c (__clog10): Likewise.
12223         * math/s_clog10f.c (__clog10f): Likewise.
12224         * math/s_clog10l.c (__clog10l): Likewise.
12225         * math/s_clog.c (__clog): Likewise.
12226         * math/s_clogf.c (__clogf): Likewise.
12227         * math/s_clogl.c (__clogl): Likewise.
12228         * math/s_csin.c (__csin): Likewise.
12229         * math/s_csinf.c (__csinf): Likewise.
12230         * math/s_csinh.c (__csinh): Likewise.
12231         * math/s_csinhf.c (__csinhf): Likewise.
12232         * math/s_csinhl.c (__csinhl): Likewise.
12233         * math/s_csinl.c (__csinl): Likewise.
12234         * math/s_csqrt.c (__csqrt): Likewise.
12235         * math/s_csqrtf.c (__csqrtf): Likewise.
12236         * math/s_csqrtl.c (__csqrtl): Likewise.
12237         * math/s_ctan.c (__ctan): Likewise.
12238         * math/s_ctanf.c (__ctanf): Likewise.
12239         * math/s_ctanh.c (__ctanh): Likewise.
12240         * math/s_ctanhf.c (__ctanhf): Likewise.
12241         * math/s_ctanhl.c (__ctanhl): Likewise.
12242         * math/s_ctanl.c (__ctanl): Likewise.
12243         * math/w_pow.c: Likewise.
12244         * math/w_powf.c: Likewise.
12245         * math/w_powl.c: Likewise.
12246         * math/w_scalb.c (sysv_scalb): Likewise.
12247         * math/w_scalbf.c (sysv_scalbf): Likewise.
12248         * math/w_scalbl.c (sysv_scalbl): Likewise.
12249         * misc/error.c (error_tail): Likewise.
12250         * misc/pselect.c (__pselect): Likewise.
12251         * nis/nis_callback.c (__nis_create_callback): Likewise.
12252         * nis/nis_call.c (__nisfind_server): Likewise.
12253         * nis/nis_creategroup.c (nis_creategroup): Likewise.
12254         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12255         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12256         * nis/nis_getservlist.c (nis_getservlist): Likewise.
12257         * nis/nis_lookup.c (nis_lookup): Likewise.
12258         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
12259         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12260         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
12261         * nis/nis_xdr.c (xdr_endpoint): Likewise.
12262         * nis/nss_compat/compat-grp.c (getgrent_next_file)
12263         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12264         * nis/nss_compat/compat-initgroups.c (add_group)
12265         (internal_getgrent_r): Likewise.
12266         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12267         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12268         * nis/nss_compat/compat-spwd.c (getspent_next_file)
12269         (internal_getspnam_r): Likewise.
12270         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12271         (_nss_nis_getaliasbyname_r): Likewise.
12272         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12273         (_nss_nis_getntohost_r): Likewise.
12274         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12275         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12276         (_nss_nis_getgrgid_r): Likewise.
12277         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12278         (internal_nis_gethostent_r, internal_gethostbyname2_r)
12279         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12280         (_nss_nis_gethostbyname4_r): Likewise.
12281         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12282         (initgroups_netid): Likewise.
12283         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
12284         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12285         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12286         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12287         (_nss_nis_getprotobynumber_r): Likewise.
12288         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12289         (_nss_nis_getsecretkey): Likewise.
12290         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12291         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12292         (_nss_nis_getpwuid_r): Likewise.
12293         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12294         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12295         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12296         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12297         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12298         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12299         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12300         Likewise.
12301         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12302         (_nss_nisplus_getntohost_r): Likewise.
12303         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12304         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12305         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12306         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12307         Likewise.
12308         * nis/nss_nisplus/nisplus-initgroups.c
12309         (_nss_nisplus_initgroups_dyn): Likewise.
12310         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12311         (_nss_nisplus_getnetbyaddr_r): Likewise.
12312         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12313         (_nss_nisplus_getprotobynumber_r): Likewise.
12314         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12315         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12316         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12317         Likewise.
12318         * nis/nss_nisplus/nisplus-service.c
12319         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12320         (_nss_nisplus_getservbyport_r): Likewise.
12321         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12322         (_nss_nisplus_getspnam_r): Likewise.
12323         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12324         Likewise.
12325         * nscd/aicache.c (addhstaiX): Likewise.
12326         * nscd/cache.c (cache_search, prune_cache): Likewise.
12327         * nscd/connections.c (register_traced_file, send_ro_fd)
12328         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12329         (main_loop_epoll): Likewise.
12330         * nscd/grpcache.c (addgrbyX): Likewise.
12331         * nscd/hstcache.c (addhstbyX): Likewise.
12332         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12333         * nscd/mem.c (gc, mempool_alloc): Likewise.
12334         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12335         (addinnetgrX): Likewise.
12336         * nscd/nscd-client.h (__nscd_acquire_maplock)
12337         (__nscd_drop_map_ref): Likewise.
12338         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12339         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12340         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12341         Likewise.
12342         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12343         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12344         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12345         (__nscd_get_map_ref): Likewise.
12346         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12347         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12348         Likewise.
12349         * nscd/pwdcache.c (addpwbyX): Likewise.
12350         * nscd/selinux.c (preserve_capabilities): Likewise.
12351         * nscd/servicescache.c (addservbyX): Likewise.
12352         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12353         * posix/fnmatch.c (fnmatch): Likewise.
12354         * posix/getopt.c (_getopt_internal_r): Likewise.
12355         * posix/glob.c (glob, glob_in_dir): Likewise.
12356         * posix/wordexp.c (exec_comm_child): Likewise.
12357         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12358         (getanswer_r, gaih_getanswer_slice): Likewise.
12359         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12360         * resolv/res_init.c: Likewise.
12361         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12362         * resolv/res_query.c (__libc_res_nquery): Likewise.
12363         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12364         Likewise.
12365         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12366         * stdio-common/perror.c (perror): Likewise.
12367         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12368         * stdio-common/tmpnam.c (tmpnam): Likewise.
12369         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12370         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12371         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12372         Likewise.
12373         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12374         * stdlib/putenv.c (putenv): Likewise.
12375         * stdlib/setenv.c (__add_to_environ): Likewise.
12376         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12377         * stdlib/strtol_l.c (INTERNAL): Likewise.
12378         * string/memmem.c (memmem): Likewise.
12379         * string/strerror.c (strerror): Likewise.
12380         * string/strnlen.c (__strnlen): Likewise.
12381         * string/test-memmem.c (simple_memmem): Likewise.
12382         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12383         * sunrpc/pm_getport.c (__get_socket): Likewise.
12384         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12385         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12386         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12387         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12388         Likewise.
12389         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12390         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12391         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12392         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12393         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12394         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12395         Likewise.
12396         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12397         Likewise.
12398         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12399         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12400         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12401         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12402         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12403         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12404         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12405         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12406         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12407         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12408         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12409         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12410         Likewise.
12411         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12412         Likewise.
12413         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12414         Likewise.
12415         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12416         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12417         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12418         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12419         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12420         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12421         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12422         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12423         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12424         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12425         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12426         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12427         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12428         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12429         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12430         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12431         Likewise.
12432         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12433         Likewise.
12434         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12435         Likewise.
12436         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12437         Likewise.
12438         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12439         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12440         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12441         Likewise.
12442         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12443         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12444         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12445         * sysdeps/posix/sleep.c: Likewise.
12446         * sysdeps/posix/tempname.c: Likewise.
12447         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12448         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12449         Likewise.
12450         * sysdeps/powerpc/powerpc32/dl-machine.h
12451         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12452         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12453         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12454         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12455         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12456         Likewise.
12457         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12458         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12459         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12460         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12461         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12462         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12463         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12464         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12465         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12466         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12467         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12468         (elf_machine_lazy_rel): Likewise.
12469         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12470         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12471         (elf_machine_lazy_rel): Likewise.
12472         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12473         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12474         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12475         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12476         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12477         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12478         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12479         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12480         Likewise.
12481         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12482         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12483         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12484         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12485         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12486         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12487         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12488         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12489         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12490         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12491         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12492         Likewise.
12493         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12494         (__posix_fallocate64_l64): Likewise.
12495         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12496         (posix_fallocate): Likewise.
12497         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12498         Likewise.
12499         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12500         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12501         (getifaddrs_internal): Likewise.
12502         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12503         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12504         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12505         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12506         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12507         (__posix_fallocate64_l64): Likewise.
12508         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12509         Likewise.
12510         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12511         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12512         (__get_clockfreq): Likewise.
12513         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12514         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12515         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12516         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12517         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12518         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12519         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12520         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12521         Likewise.
12522         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12523         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12524         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12525         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12526         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12527         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12528         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12529         Likewise.
12530         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12531         (posix_fallocate): Likewise.
12532         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12533         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12534         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12535         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12536         (elf_machine_rela, elf_machine_rela_relative)
12537         (elf_machine_lazy_rel): Likewise.
12538         * time/asctime.c (asctime_internal): Likewise.
12539         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12540         * time/tzset.c (__tzset_parse_tz): Likewise.
12541         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12542         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12543         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12544         * wcsmbs/wcsmbsload.h: Likewise.
12545
12546         [BZ #15894]
12547         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12548
12549         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12550         (arena_get2): Remove THREAD_STATS conditionals.
12551         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12552         (__malloc_stats, int): Likewise.
12553
12554 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12555
12556         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12557         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12558
12559         * manual/setjmp.texi: Fix typos/grammar errors.
12560
12561         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12562         Only return early when n is <= 0.  Delete unused return statement.
12563
12564         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12565         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12566         * debug/tst-longjmp_chk3.c: New file.
12567
12568         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12569         (test_main): Replace code with set_fortify_handler call.
12570         * debug/test-strcpy_chk.c: Likewise.
12571         * debug/tst-chk1.c: Likewise.
12572         * debug/tst-longjmp_chk.c: Likewise.
12573         * test-skeleton.c: Include fcntl.h & paths.h
12574         (set_fortify_handler): Define.
12575
12576         * debug/tst-longjmp_chk.c: Add header comment and include
12577         ../test-skeleton.c.
12578         (do_test): Mark static.
12579         (TEST_FUNCTION): Define.
12580
12581         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12582         (IP_PMTUDISC_INTERFACE): Likewise.
12583         (IP_MULTICAST_IF): Likewise.
12584         (IP_MULTICAST_TTL): Likewise.
12585         (IP_MULTICAST_LOOP): Likewise.
12586         (IP_ADD_MEMBERSHIP): Likewise.
12587         (IP_DROP_MEMBERSHIP): Likewise.
12588         (IP_UNBLOCK_SOURCE): Likewise.
12589         (IP_BLOCK_SOURCE): Likewise.
12590         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12591         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12592         (IP_MSFILTER): Likewise.
12593         (MCAST_JOIN_GROUP): Likewise.
12594         (MCAST_BLOCK_SOURCE): Likewise.
12595         (MCAST_UNBLOCK_SOURCE): Likewise.
12596         (MCAST_LEAVE_GROUP): Likewise.
12597         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12598         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12599         (MCAST_MSFILTER): Likewise.
12600         (IP_MULTICAST_ALL): Likewise.
12601         (IP_UNICAST_IF): Likewise.
12602
12603         * timezone/Makefile: Delete $(have-ksh) check.
12604         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12605         * timezone/tzselect.ksh: Add +x mode bits.
12606
12607         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12608         (ANON_INODE_FS_MAGIC): Likewise.
12609         (BDEVFS_MAGIC): Likewise.
12610         (BINFMTFS_MAGIC): Likewise.
12611         (BTRFS_TEST_MAGIC): Likewise.
12612         (CRAMFS_MAGIC_WEND): Likewise.
12613         (DEBUGFS_MAGIC): Likewise.
12614         (ECRYPTFS_SUPER_MAGIC): Likewise.
12615         (EXT3_SUPER_MAGIC): Likewise.
12616         (EXT4_SUPER_MAGIC): Likewise.
12617         (FUTEXFS_SUPER_MAGIC): Likewise.
12618         (HOSTFS_SUPER_MAGIC): Likewise.
12619         (HUGETLBFS_MAGIC): Likewise.
12620         (MINIX3_SUPER_MAGIC): Likewise.
12621         (MTD_INODE_FS_MAGIC): Likewise.
12622         (NILFS_SUPER_MAGIC): Likewise.
12623         (OPENPROM_SUPER_MAGIC): Likewise.
12624         (PIPEFS_MAGIC): Likewise.
12625         (PSTOREFS_MAGIC): Likewise.
12626         (QNX6_SUPER_MAGIC): Likewise.
12627         (RAMFS_MAGIC): Likewise.
12628         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12629         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12630         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12631         (SECURITYFS_MAGIC): Likewise.
12632         (SELINUX_MAGIC): Likewise.
12633         (SMACK_MAGIC): Likewise.
12634         (SOCKFS_MAGIC): Likewise.
12635         (SQUASHFS_MAGIC): Likewise.
12636         (STACK_END_MAGIC): Likewise.
12637         (TMPFS_MAGIC): Likewise.
12638         (USBDEVICE_SUPER_MAGIC): Likewise.
12639         (V9FS_MAGIC): Likewise.
12640         (XENFS_SUPER_MAGIC): Likewise.
12641         (CRAMFS_MAGIC): Fix typo in comment.
12642         (EXT2_SUPER_MAGIC): Update comment.
12643         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12644
12645 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12646
12647         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12648         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12649         * sysdeps/unix/sysv/linux/arm: Move directory from
12650         ports/sysdeps/unix/sysv/linux/arm.
12651         * README: Update listing for arm-*-linux-gnueabi.
12652
12653         * README: Remove mention of am33.
12654
12655 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12656
12657         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12658         than the comma operator, to avoid "rhs of comma has no effect"
12659         compiler warnings.
12660         (__sigfillset, __sigandset, __sigorset): Likewise.
12661         * include/signal.h (__sigemptyset): Likewise.
12662         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12663
12664 2014-02-07  Allan McRae  <allan@archlinux.org>
12665
12666         * version.h (RELEASE): Set to "development".
12667         (VERSION): Set to "2.19.90"
12668         * NEWS: Add 2.20 section.
12669
12670 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12671
12672         [BZ #16529]
12673         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12674
12675 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12676
12677         * manual/contrib.texi: Update entry for Carlos O'Donell,
12678         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12679
12680 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12681
12682         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12683
12684         * sysdeps/unix/sysv/linux/kernel-features.h
12685         [__LINUX_KERNEL_VERSION >= 0x020621]
12686         (__ASSUME_PROC_PID_TASK_COMM): Define.
12687
12688 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12689
12690         [BZ #16398]
12691         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12692         conversion when destination buffer does not have enough space.
12693         * libio/tst-ftell-partial-wide.c: New test case.
12694         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12695
12696         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12697         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12698         Leonard and Allan McRae.
12699
12700 2014-02-04  David S. Miller  <davem@davemloft.net>
12701
12702         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12703         32-bit.
12704
12705 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12706
12707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12708         New file
12709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12710         New file
12711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12712         New file.
12713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12714         New file.
12715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12716         New file.
12717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12718         New file.
12719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12720         New file.
12721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12722         New file.
12723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12724         New file.
12725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12726         New file.
12727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12728         New file.
12729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12730         New file.
12731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12732         New file.
12733
12734 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12735
12736         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12737         * shlib-versions: Likewise.
12738
12739 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12740             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12741
12742         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12743         (abilist-pattern): New variable, set to %-le.abilist.
12744
12745         * Makerules (abilist-pattern): New variable.
12746         (vpath): Use $(abilist-pattern) in place of %.abilist.
12747         (check-abi-% pattern rule): Likewise.
12748         (check-abi, update-abi): Likewise.
12749
12750 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12751
12752         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12753
12754 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12755
12756         * manual/startup.texi: Add next, previous, and top entries for
12757         the `Program Arguments' and `Environment Variables' nodes.
12758
12759 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12760
12761         * manual/macros.texi: Add comments before MTASC-safety macros.
12762
12763         * manual/users.texi: Document MTASC-safety properties.
12764
12765         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12766         (pthread_getspecific, pthread_setspecific): Format with
12767         @deftypefun, and add @safety note.
12768         * manual/signal.texi: Move comments that analyze the above
12769         functions to their home place.
12770
12771 2014-02-03  Allan McRae  <allan@archlinux.org>
12772
12773         * po/sl.po: Update Slovenian translation from translation project.
12774
12775 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12776
12777         * manual/time.texi (timegm): Add missing blank after @c.
12778         Reported by Joseph Myers <joseph@codesourcery.com>.
12779
12780 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12781
12782         * manual/check-safety.sh: New.
12783         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12784
12785         * manual/terminal.texi: Document MTASC-safety properties.
12786
12787         * manual/filesys.texi: Document MTASC-safety properties.
12788
12789         * manual/errno.texi: Document MTASC-safety properties.
12790
12791         * manual/intro.texi: Document safety identifiers and
12792         conditionals.
12793
12794         * manual/string.texi (wcstok): Fix prototype.
12795         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12796
12797         * manual/time.texi: Document MTASC-safety properties.
12798
12799         * manual/string.texi: Document MTASC-safety properties.
12800
12801         * manual/threads.texi: Document MTASC-safety properties.
12802
12803         * manual/stdio.texi: Document MTASC-safety properties.
12804
12805         * manual/syslog.texi: Document MTASC-safety properties.
12806
12807         * manual/sysinfo.texi: Document MTASC-safety properties.
12808
12809         * manual/startup.texi: Document MTASC-safety properties.
12810
12811         * manual/socket.texi: Document MTASC-safety properties.
12812
12813         * manual/signal.texi: Document MTASC-safety properties.
12814
12815 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12816
12817         * manual/setjmp.texi: Document MTASC-safety properties.
12818
12819         * manual/search.texi: Document MTASC-safety properties.
12820
12821         * manual/resource.texi: Document MTASC-safety properties.
12822
12823         * manual/process.texi: Document MTASC-safety properties.
12824
12825         * manual/platform.texi: Document MTASC-safety properties.
12826
12827         * manual/pipe.texi: Document MTASC-safety properties.
12828
12829         * manual/pattern.texi: Document MTASC-safety properties.
12830
12831         * manual/message.texi: Document MTASC-safety properties.
12832
12833         [BZ #12751]
12834         * manual/memory.texi: Document MTASC-safety properties.
12835
12836         * manual/math.texi: Document MTASC-safety properties.
12837
12838         * manual/locale.texi: Document MTASC-safety properties.
12839
12840         * manual/llio.texi: Document MTASC-safety properties.
12841
12842         * manual/libdl.texi: New.
12843
12844         * manual/lang.texi: Document MTASC-safety properties.
12845
12846         * manual/job.texi: Document MTASC-safety properties.
12847
12848         * manual/getopt.texi: Document MTASC-safety properties.
12849
12850         * manual/ctype.texi: Document MTASC-safety properties.
12851
12852 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12853
12854         [BZ #16046]
12855         * csu/libc-tls.c (static_map): Remove variable.
12856         (__libc_setup_tls): Use main executable's link map for TLS data.
12857         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12858         casing for LM_ID_BASE and GL(dl_nns).
12859         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12860         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12861         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12862         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12863         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12864         member.
12865         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12866         l_phnum members.
12867
12868 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12869
12870         * manual/debug.texi: Document MTASC-safety properties.
12871
12872 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12873
12874         [BZ #16510]
12875         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12876         of __x86_64__ when disabling x87 inline functions.
12877
12878 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12879
12880         * manual/charset.texi: Document MTASC-safety properties.
12881
12882         * manual/crypt.texi: Document MTASC-safety properties.
12883
12884         * manual/conf.texi: Document MTASC-safety properties.
12885
12886         * manual/arith.texi: Document MTASC-safety properties.
12887
12888         * manual/argp.texi: Document MTASC-safety properties.
12889
12890         * manual/macros.texi: Introduce macros to document multi
12891         thread, asynchronous signal and asynchronous cancellation
12892         safety properties.
12893         * manual/intro.texi: Introduce the properties themselves.
12894
12895 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12896
12897         * sysdeps/sh/sh4/Makefile: New file.
12898
12899 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12900
12901         * math/gen-libm-test.pl ($srcdir): New variable.
12902         ($auto_input): Use it.
12903
12904 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12905
12906         [BZ #16506]
12907         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12908         access beyond array bounds when parsing netgroups file.
12909
12910         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12911         the old buffer before realloc.
12912
12913 2014-01-27  Allan McRae  <allan@archlinux.org>
12914
12915         * po/fr.po: Update French translation from translation project.
12916
12917 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12918
12919         * sysdeps/sh/libm-test-ulps: Regenerate.
12920
12921 2014-01-24  David S. Miller  <davem@davemloft.net>
12922
12923         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12924
12925 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12926
12927         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12928         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12929
12930 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12931
12932         [BZ #16474]
12933         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12934         string pointers after reallocation.
12935
12936 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12937
12938         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12939         __SH4A__ instead of __SH_FPU_ANY__.
12940
12941 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12942
12943         * sysdeps/sh/fpu_control.h: New file.
12944         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12945         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12946         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12947         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12948         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12949         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12950         * sysdeps/sh/sys/ucontext.h: Remove.
12951         * sysdeps/sh/sys: Remove directory.
12952
12953 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12954
12955         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12956         s390/sys/ucontext.h.
12957         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12958         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12959
12960 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12961
12962         [BZ #15605]
12963         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12964
12965 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12966
12967         [BZ#16431]
12968         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12969         Adjust the vDSO correctly for internal calls.
12970         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12971
12972 2014-01-20  Allan McRae  <allan@archlinux.org>
12973
12974         * po/ca.po: Update Catalan translation from translation project.
12975
12976 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12977
12978         * sysdeps/s390/sotruss-lib.c: New file.
12979
12980 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12981
12982         [BZ#16430]
12983         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12984         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12985         local calls issues by not having a PLT stub required for IFUNC calls.
12986         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12987
12988 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12989
12990         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12991         * math/test-fpucw-static.c: Likewise.
12992
12993 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12994
12995         [BZ #16453]
12996         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12997
12998 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12999
13000         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
13001         implementation for powerpc.
13002
13003 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
13004
13005         [BZ #14782]
13006         * sysdeps/posix/system.c (__libc_system): Do not enable
13007         asynchronous cancellation.
13008
13009 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13010
13011         [BZ #16427]
13012         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
13013         handling only for numbers special also in the IEEE case.
13014
13015 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13016
13017         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13018
13019 2014-01-11  Allan McRae  <allan@archlinux.org>
13020
13021         * po/bg.po: Update Bulgarian translation from translation project.
13022
13023         * po/de.po: Update German translation from translation project.
13024
13025 2014-01-10  Roland McGrath  <roland@hack.frob.com>
13026
13027         * sysdeps/generic/gcc-compat.h: New file.
13028
13029 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13030
13031         * benchtests/asin-inputs: Correct slow inputs.
13032         * benchtests/acos-inputs: Likewise.
13033
13034 2014-01-10  Allan McRae  <allan@archlinux.org>
13035
13036         * po:sv.po: Update Swedish translation from translation project.
13037
13038         * po/vi.po: Update Vietnamese translation from translation project.
13039
13040         * po/eo.po: Update Esperanto translation from translation project.
13041
13042         * po/cs.po: Update Czech translation from translation project.
13043
13044         * po/nl.po: Update Dutch translation from translation project.
13045
13046         * po/pl.po: Update Polish translation from translation project.
13047
13048         * po/ru.po: Update Russian translation from translation project.
13049
13050         * po/uk.po: Update Ukrainian translation from translation project.
13051
13052 2014-01-08  Brooks Moses  <bmoses@google.com>
13053
13054         * elf/dl-load.c: Fix comment typo.
13055
13056 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
13057
13058         * po/header.pot: Rename to...
13059         * po/pot.header: ... this.
13060         * po/Makefile: Use pot.header.
13061
13062 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
13063             Maxim Kuvyrkov  <maxim@kugelworks.com>
13064
13065         [BZ #16394]
13066         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
13067         SRC and DEST against LEN.
13068
13069 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13070
13071         [BZ #16414]
13072         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
13073         implementation.
13074         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
13075
13076 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13077
13078         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13079
13080 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
13081
13082         [BZ #16408]
13083         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
13084         for large positive arguments.
13085
13086 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
13087
13088         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13089
13090         * math/auto-libm-test-in: Mark various tests with
13091         xfail-rounding:ldbl-128ibm.
13092         * math/auto-libm-test-out: Regenerated.
13093
13094         [BZ #16407]
13095         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
13096         Increase overflow threshold.
13097
13098 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
13099
13100         [BZ #14286]
13101         * stdio-common/vfprintf.c: Check for integer overflow.
13102
13103 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13104
13105         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
13106         the first argument and return value of __tls_get_addr_internal.
13107
13108 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13109
13110         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
13111         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
13112
13113 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13114
13115         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
13116         * sysdeps/s390/rtld-global-offsets.sym: New file.
13117         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
13118         GLIBC_2.19 symbol.
13119         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
13120         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
13121         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
13122         ... this.
13123         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
13124         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
13125         ... this.
13126         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13127         Regenerate.
13128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13129         Regenerate.
13130         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
13131         halfs of GPRs for high_gprs contexts.
13132         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
13133         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
13134         field.
13135         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
13136         uc_flags field.
13137         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
13138         64 bit versions:
13139         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
13140         for high GPRs (uc_high_gprs) and for future extensions
13141         (__reserved).
13142         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
13143         for future extensions (__reserved).
13144         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
13145         64 bit versions:
13146         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
13147         SC_HIGHGPRS offset definition.
13148         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
13149         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
13150
13151         * Versions.def: Add GLIBC_2.19 for libpthread.
13152         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
13153         siglongjmp for libpthread with GLIBC_2.19 symver.
13154         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
13155         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
13156         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
13157         * sysdeps/s390/__longjmp.c: New file.
13158         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
13159         * sysdeps/s390/longjmp.c: New file.
13160         * sysdeps/s390/setjmp.S: New file.
13161         * sysdeps/s390/sigjmp.S: New file.
13162         * sysdeps/s390/v1-longjmp.c: New file.
13163         * sysdeps/s390/v1-setjmp.h: New file.
13164         * sysdeps/s390/v1-sigjmp.c: New file.
13165         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
13166         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
13167         GLIBC_2.19 version.
13168         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
13169         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
13170         versioned symbols for ____longjmp_chk.
13171         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
13172         Likewise.
13173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13174         Regenerate.
13175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13176         Regenerate.
13177         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13178         Regenerate.
13179         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13180         Regenerate.
13181         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
13182         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
13183         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
13184         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
13185         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
13186         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
13187         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
13188         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
13189         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
13190         * sysdeps/s390/rtld-__longjmp.c: New file.
13191         * sysdeps/s390/rtld-setjmp.S: New file.
13192
13193 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
13194
13195         [BZ #16400]
13196         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13197         Return -__logl (x) for small positive arguments without evaluating
13198         a polynomial.
13199
13200 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
13201
13202         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13203         Rename to ...
13204         (__ptrace_peeksiginfo_args): ... this.
13205         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13206         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13207         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13208
13209 2014-01-06  Allan McRae  <allan@archlinux.org>
13210
13211         * inet/netinet/in.h: Fix typo in comment.
13212
13213 2014-01-05  Andreas Jaeger  <aj@suse.de>
13214
13215         * sysdeps/i386/fpu/libm-test-ulps: Update.
13216
13217 2014-01-05  Allan McRae  <allan@archlinux.org>
13218
13219         * po/libc.pot: Regenerated.
13220
13221         * malloc/memusagestat.c: Fix gettext call formatting.
13222
13223 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
13224
13225         * nscd/nscd.c: Improve usage() output.
13226
13227 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
13228
13229         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13230         * sysdeps/unix/sysv/linux/configure: Regenerated.
13231         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13232         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13233
13234 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13235
13236         [BZ #16390]
13237         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13238         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13239
13240 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13241
13242         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13243         extra tokens at end of #undef directive.
13244         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13245         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13246         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13247
13248 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13249
13250         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13251
13252         * math/auto-libm-test-in: Mark various tests with
13253         xfail-rounding:ldbl-128ibm.
13254         * math/auto-libm-test-out: Regenerated.
13255
13256 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
13257
13258         [BZ #16386]
13259         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13260         numbers with subnormal high part when calculating exponent.
13261
13262         [BZ #16385]
13263         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13264         fabs.
13265
13266         [BZ #16384]
13267         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13268         M_LN2l.
13269         (__ieee754_acoshl): Use __log1pl not __log1p.
13270
13271 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
13272
13273         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13274         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13275         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13276         (grow_heap, heap_trim, _int_new_arena, get_free_list)
13277         (reused_arena, arena_get2): Convert to GNU style.
13278         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13279         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13280         (memalign_check, __malloc_set_state): Likewise.
13281         * malloc/mallocbug.c (main): Likewise.
13282         * malloc/malloc.c (__malloc_assert, malloc_init_state)
13283         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13284         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13285         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13286         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13287         (__posix_memalign, malloc_info): Likewise.
13288         * malloc/malloc.h: Likewise.
13289         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13290         (mallochook, memalignhook, reallochook, mabort): Likewise.
13291         * malloc/mcheck.h: Likewise.
13292         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13293         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13294         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13295         * malloc/morecore.c (__default_morecore): Likewise.
13296         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13297         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13298         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13299         (print_and_abort): Likewise.
13300         * malloc/obstack.h: Likewise.
13301         * malloc/set-freeres.c (__libc_freeres): Likewise.
13302         * malloc/tst-mallocstate.c (main): Likewise.
13303         * malloc/tst-mtrace.c (main): Likewise.
13304         * malloc/tst-realloc.c (do_test): Likewise.
13305
13306 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13307
13308         [BZ #16366]
13309         * nscd/netgroupcache.c (do_notfound): New function.
13310         (addgetnetgrentX): Use it.
13311
13312         [BZ # 16365]
13313         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13314         NSS_STATUS_NOTFOUND.
13315
13316 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13317
13318         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13320
13321 2014-01-01  Allan McRae  <allan@archlinux.org>
13322
13323         * scripts/update-copyrights: Update configure input file suffix.
13324
13325         * NEWS: Update copyright year.
13326         * catgets/gencat.c: Likewise.
13327         * csu/version.c: Likewise.
13328         * debug/catchsegv.sh: Likewise.
13329         * debug/pcprofiledump.c: Likewise.
13330         * debug/xtrace.sh: Likewise.
13331         * elf/ldconfig.c: Likewise.
13332         * elf/ldd.bash.in: Likewise.
13333         * elf/pldd.c: Likewise.
13334         * elf/sotruss.ksh: Likewise.
13335         * elf/sprof.c: Likewise.
13336         * iconv/iconv_prog.c: Likewise.
13337         * iconv/iconvconfig.c: Likewise.
13338         * locale/programs/locale.c: Likewise.
13339         * locale/programs/localedef.c: Likewise.
13340         * login/programs/pt_chown.c: Likewise.
13341         * malloc/memusage.sh: Likewise.
13342         * malloc/memusagestat.c: Likewise.
13343         * malloc/mtrace.pl: Likewise.
13344         * manual/libc.texinfo: Likewise.
13345         * nscd/nscd.c: Likewise.
13346         * nss/getent.c: Likewise.
13347         * nss/makedb.c: Likewise.
13348         * posix/getconf.c: Likewise.
13349         * scripts/test-installation.pl: Likewise.
13350
13351         * All files with FSF copyright notices: Update copyright dates
13352         using scripts/update-copyrights.
13353         * intl/plural.c: Regenerated.
13354         * locale/programs/charmap-kw.h: Likewise.
13355         * locale/programs/locfile-kw.h: Likewise.
13356
13357 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13358
13359         * sysdeps/unix/sysv/linux/configure: Regenerated.
13360         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13361         the linux/fanotify.h header.
13362         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13363         HAVE_LINUX_FANOTIFY_H is defined.
13364
13365 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13366
13367         * benchtests/cos-inputs: New inputs.
13368         * benchtests/sin-inputs: Likewise.
13369
13370         * benchtests/atan-inputs: New inputs. Fix name of multiple
13371         precision fallback inputs.
13372
13373         * benchtests/atanh-inputs: New inputs.
13374         * benchtests/tanh-inputs: Likewise.
13375
13376         * benchtests/acosh-inputs: New inputs.
13377         * benchtests/asinh-inputs: Likewise.
13378
13379         * benchtests/cosh-inputs: New inputs.
13380         * benchtests/sinh-inputs: Likewise.
13381
13382         * benchtests/acos-inputs: Add more inputs.
13383         * benchtests/asin-inputs: Likewise.
13384
13385 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13386
13387         [BZ #16375]
13388         * manual/arith.texi: Fix spelling.
13389         * manual/charset.texi: Likewise.
13390         * manual/errno.texi: Likewise.
13391         * manual/filesys.texi: Likewise.
13392         * manual/lang.texi: Likewise.
13393         * manual/llio.texi: Likewise.
13394         * manual/locale.texi: Likewise.
13395         * manual/message.texi: Likewise.
13396         * manual/resource.texi: Likewise.
13397         * manual/search.texi: Likewise.
13398         * manual/setjmp.texi: Likewise.
13399         * manual/stdio.texi: Likewise.
13400         * manual/string.texi: Likewise.
13401         * manual/sysinfo.texi: Likewise.
13402         * manual/time.texi: Likewise.
13403
13404 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13405
13406         * po/sl.po: New file.
13407
13408 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13409
13410         * .gitignore: Add core/.gdbinit/.gdb_history.
13411
13412 2013-12-27  Allan McRae  <allan@archlinux.org>
13413
13414         [BZ #16369]
13415         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13416         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13417
13418 2013-12-24  Brooks Moses  <bmoses@google.com>
13419
13420         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13421         all compilers that claim C++98 compliance, not just GCC.
13422         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13423         Likewise.
13424
13425 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13426
13427         * NEWS: Restore accidentally deleted bug-fix entries.
13428
13429 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13430             Ondřej Bílka  <neleai@seznam.cz>
13431
13432         [BZ #15073]
13433         * malloc/malloc.c (_int_free): Perform sanity check only if we
13434         have_lock.
13435
13436 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13437
13438         [BZ #12986]
13439         * manual/stdio.texi (String Input Conversions): Clarify that character
13440         classes are not supported.
13441
13442 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13443
13444         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13445
13446 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13447
13448         [BZ #16337]
13449         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13450         Calculate results for small negative arguments directly rather
13451         than using reflection formula with special underflow handling.
13452
13453         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13454         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13455         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13456         (fchflags): Likewise.
13457         (revoke): Likewise.
13458         (setlogin): Likewise.
13459         (sigaltstack): Likewise.
13460         (wait4): Likewise.
13461         (sigblock): Remove.
13462         (sigsetmask): Likewise.
13463         (wait3): Likewise.
13464         (waitpid): Likewise.
13465         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13466         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13467         file.
13468         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13469         * sysdeps/unix/bsd/Makefile: ... here.
13470         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13471         * sysdeps/unix/bsd/Versions: ... here.
13472         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13473         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13474         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13475         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13476         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13477         * sysdeps/unix/bsd/sigblock.c: ... here.
13478         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13479         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13480         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13481         * sysdeps/unix/bsd/sigvec.c: ... here.
13482         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13483         * sysdeps/unix/bsd/tcdrain.c: ... here.
13484         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13485         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13486         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13487         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13488         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13489         * sysdeps/unix/bsd/wait.c: ... here.
13490         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13491         * sysdeps/unix/bsd/wait3.c: ... here.
13492         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13493         * sysdeps/unix/bsd/waitpid.c: ... here.
13494
13495 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13496
13497         [BZ #16356]
13498         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13499         round-to-nearest for [!USE_AS_EXPM1L].
13500         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13501         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13502         more tests of exp and exp10.  Expect some exp10 tests to miss
13503         exceptions or fail in directed rounding modes.
13504         * math/auto-libm-test-out: Regenerated.
13505         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13506         (exp10_test_tonearest): New function.
13507         (exp10_towardzero_test_data): New array.
13508         (exp10_test_towardzero): New function.
13509         (exp10_downward_test_data): New array.
13510         (exp10_test_downward): New function.
13511         (exp10_upward_test_data): New array.
13512         (exp10_test_upward): New function.
13513         (main): Call the new functions.
13514         * sysdeps/i386/fpu/libm-test-ulps: Update.
13515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13516
13517 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13518
13519         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13520         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13521         * math/auto-libm-test-out: Regenerated.
13522         * math/libm-test.inc (acosh_test_data): Add more tests.
13523         (atanh_test_data): Likewise.
13524         (ceil_test_data): Likewise.
13525         (copysign_test_data): Likewise.
13526         * sysdeps/i386/fpu/libm-test-ulps: Update.
13527         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13528
13529         * timezone/checktab.awk: Update from tzcode 2013i.
13530         * timezone/private.h: Likewise.
13531         * timezone/scheck.c: Likewise.
13532         * timezone/tzfile.h: Likewise.
13533         * timezone/tzselect.ksh: Likewise.
13534         * timezone/zdump.c: Likewise.
13535         * timezone/zic.c: Likewise.
13536
13537         * math/auto-libm-test-in: Add tests of cpow.
13538         * math/auto-libm-test-out: Regenerated.
13539         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13540         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13541         mpc_cc_c.
13542         (func_calc_desc): Add mpc_cc_c union field.
13543         (test_functions): Add cpow.
13544         (special_fill_2pi): New function.
13545         (special_real_inputs): Add 2pi.
13546         (calc_generic_results): Handle mpc_cc_c.
13547         * sysdeps/i386/fpu/libm-test-ulps: Update.
13548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13549
13550         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13551         csqrt, ctan and ctanh.
13552         * math/auto-libm-test-out: Regenerated.
13553         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13554         (TEST_COND_x86): Likewise.
13555         (ccos_test_data): Use AUTO_TESTS_c_c.
13556         (ccosh_test_data): Likewise.
13557         (cexp_test_data): Likewise.
13558         (clog_test_data): Likewise.
13559         (csqrt_test_data): Likewise.
13560         (ctan_test_data): Likewise.
13561         (ctan_tonearest_test_data): Likewise.
13562         (ctan_towardzero_test_data): Likewise.
13563         (ctan_downward_test_data): Likewise.
13564         (ctan_upward_test_data): Likewise.
13565         (ctanh_test_data): Likewise.
13566         (ctanh_tonearest_test_data): Likewise.
13567         (ctanh_towardzero_test_data): Likewise.
13568         (ctanh_downward_test_data): Likewise.
13569         (ctanh_upward_test_data): Likewise.
13570         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13571         mpc_c_c.
13572         (func_calc_desc): Add mpc_c_c union field.
13573         (FUNC_mpc_c_c): New macro.
13574         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13575         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13576         ctanh.
13577         (special_fill_min_subnorm_p120): New function.
13578         (special_real_inputs): Add min_subnorm_p120.
13579         (calc_generic_results): Handle mpc_c_c.
13580         * sysdeps/i386/fpu/libm-test-ulps: Update.
13581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13582
13583 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13584
13585         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13586         (do_sin_slow): New functions.
13587         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13588         (cslow2, csloww1, csloww2): Use the new functions.
13589
13590         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13591         Use M to change sign of result instead of X.  Assume X is
13592         positive.
13593         (csloww1): Likewise.
13594         (__sin): Adjust.
13595         (__cos): Adjust.
13596
13597         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13598         arguments A and DA.
13599         (__sin): Adjust.
13600         (__cos): Likewise.
13601
13602         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13603         (__cos): Likewise.
13604         (sloww1): Don't adjust sign of DX.
13605         (csloww1): Likewise.
13606         (sloww2): Use X directly and don't adjust sign of DX.
13607         (csloww2): Likewise.
13608
13609 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13610
13611         * math/auto-libm-test-in: Add tests of cabs and carg.
13612         * math/auto-libm-test-out: Regenerated.
13613         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13614         (carg_test_data): Likewise.
13615         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13616         mpc_c_f.
13617         (func_calc_desc): Add mpc_c_f union field.
13618         (test_functions): Add cabs and carg.
13619         (calc_generic_results): Handle mpc_c_f.
13620
13621         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13622         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13623         as a macro and a compat symbol.
13624         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13625         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13626         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13627         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13628         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13629         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13630         not use .hidden.
13631         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13632         Likewise.
13633         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13634         Likewise.
13635         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13636         Likewise.
13637         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13638         Likewise.
13639         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13640         Likewise.
13641         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13642         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13643         from GLIBC_2.3.2.
13644
13645 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13646
13647         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13648
13649 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13650
13651         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13652         trailing whitespace removed.
13653         * scripts/config.guess: Update to version 2013-11-29.
13654         * scripts/config.sub: Update to version 2013-10-01.
13655
13656         * math/auto-libm-test-in: Add tests of sincos.
13657         * math/auto-libm-test-out: Regenerated.
13658         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13659         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13660         mpfr_f_11.
13661         (func_calc_desc): Add mpfr_f_11 union field.
13662         (test_functions): Add sincos.
13663         (calc_generic_results): Handle mpfr_f_11.
13664         * sysdeps/i386/fpu/libm-test-ulps: Update.
13665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13666
13667 2013-12-19  Andreas Schwab  <schwab@suse.de>
13668
13669         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13670         CALL_MCOUNT.
13671         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13672         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13673         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13674
13675 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13676
13677         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13678         * sysdeps/i386/fpu/libm-test-ulps: Update.
13679         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13680
13681         [BZ #16293]
13682         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13683         round-to-nearest mode when using frndint.
13684         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13685         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13686         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13687         Likewise.
13688         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13689         sinh test to fail.
13690         * math/auto-libm-test-out: Regenerated.
13691         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13692         (TEST_COND_x86): Likewise.
13693         (expm1_tonearest_test_data): New array.
13694         (expm1_test_tonearest): New function.
13695         (expm1_towardzero_test_data): New array.
13696         (expm1_test_towardzero): New function.
13697         (expm1_downward_test_data): New array.
13698         (expm1_test_downward): New function.
13699         (expm1_upward_test_data): New array.
13700         (expm1_test_upward): New function.
13701         (main): Run the new test functions.
13702         * sysdeps/i386/fpu/libm-test-ulps: Update.
13703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13704
13705         * include/features.h: Update comment documenting feature test
13706         macros.  Mention _DEFAULT_SOURCE in comment.
13707         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13708         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13709         _BSD_SOURCE and _SVID_SOURCE.
13710         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13711         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13712         !_SVID_SOURCE]: Likewise.
13713         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13714         (__USE_POSIX_IMPLICITLY): Define.
13715         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13716         (_POSIX_SOURCE): Undefine and redefine.
13717         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13718         (_POSIX_C_SOURCE): Likewise.
13719         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13720         (Feature Test Macros): Update documentation of default features.
13721
13722 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13723
13724         * benchtests/Makefile: Add bench-strtok.
13725         * benchtests/bench-strtok.c: New file: strtok benchtest.
13726
13727 2013-12-19  Allan McRae  <allan@archlinux.org>
13728
13729         * manual/install.texi: Suppress menu for plain text output.
13730         * INSTALL: Regenerated.
13731
13732 2013-12-18  Brooks Moses  <bmoses@google.com>
13733
13734         [BZ #15846]
13735         * misc/getauxval.c: Include errno.h.
13736         (__getauxval): Set errno to ENOENT if the requested type is not
13737         found.
13738         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13739         don't declare with __attribute_const__.
13740         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13741         * manual/startup.texi: Document that getauxval sets errno.
13742
13743 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13744
13745         * math/auto-libm-test-in: Add tests of jn and yn.
13746         * math/auto-libm-test-out: Regenerated.
13747         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13748         (yn_test_data): Likewise.
13749         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13750         mpfr_if_f.
13751         (func_calc_desc): Add mpfr_if_f union field.
13752         (FUNC_mpfr_if_f): New macro.
13753         (test_functions): Add jn and yn.
13754         (calc_generic_results): Assert type of second input for
13755         mpfr_ff_f.  Handle mpfr_if_f.
13756         (output_for_one_input_case): Disable all checking for arguments
13757         fitting floating-point types in case of an integer argument.
13758         * sysdeps/i386/fpu/libm-test-ulps: Update.
13759         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13760
13761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13762         Don't expect fegetround reference in libm.so.
13763
13764 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13765
13766         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13767         $(config-cflags-nofma).
13768
13769 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13770
13771         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13772         * math/auto-libm-test-out: Regenerated.
13773
13774         [BZ #16338]
13775         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13776         to determine exponent and adjust argument to have exponent of -1.
13777         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13778         log2.
13779         * math/auto-libm-test-out: Regenerated.
13780         * sysdeps/i386/fpu/libm-test-ulps: Update.
13781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13782
13783 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13784
13785         * manual/probes.texi: Remove cases when per-thread arenas are
13786         disabled.
13787
13788 2013-12-18  Andreas Schwab  <schwab@suse.de>
13789
13790         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13791         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13792         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13793         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13794         * sysdeps/i386/i686/multiarch/Makefile: Update.
13795         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13796
13797 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13798
13799         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13800         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13801
13802 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13803
13804         [BZ #15968]
13805         Support TZ transition times < 00:00:00.
13806         This is needed for version-3 tz-format files; it supports time
13807         stamps past 2037 for America/Godthab (the only entry in the tz
13808         database for which this change is relevant).
13809         * manual/time.texi (TZ Variable): Document transition times
13810         from -167:59:59 through -00:00:01.
13811         * time/tzset.c (tz_rule): Time of day is now signed.
13812         (__tzset_parse_tz): Parse negative time of day.
13813
13814         Document TZ transition times >= 25:00:00.
13815         * manual/time.texi (TZ Variable): Document transition times from
13816         25:00:00 through 167:59:59.  These are already supported, and this
13817         support will help with version-3 tz-format files.
13818
13819         * manual/time.texi (TZ Variable): Modernize North America example
13820         to reflect current (i.e., 2007-and-later) daylight saving rules.
13821
13822         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13823
13824 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13825
13826         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13827         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13828         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13829         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13830         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13831         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13832         * sysdeps/unix/bsd/clock.c: Likewise.
13833         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13834         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13835         * sysdeps/unix/bsd/init-posix.c: Likewise.
13836         * sysdeps/unix/bsd/poll.c: Likewise.
13837         * sysdeps/unix/bsd/ptsname.c: Likewise.
13838         * sysdeps/unix/bsd/seekdir.c: Likewise.
13839         * sysdeps/unix/bsd/setegid.c: Likewise.
13840         * sysdeps/unix/bsd/seteuid.c: Likewise.
13841         * sysdeps/unix/bsd/setgid.c: Likewise.
13842         * sysdeps/unix/bsd/setrgid.c: Likewise.
13843         * sysdeps/unix/bsd/setruid.c: Likewise.
13844         * sysdeps/unix/bsd/setsid.c: Likewise.
13845         * sysdeps/unix/bsd/setuid.c: Likewise.
13846         * sysdeps/unix/bsd/sigaction.c: Likewise.
13847         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13848         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13849         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13850         * sysdeps/unix/bsd/telldir.c: Likewise.
13851         * sysdeps/unix/bsd/times.c: Likewise.
13852         * sysdeps/unix/bsd/usleep.c: Likewise.
13853
13854         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13855         ($(objpfx)libbsd-compat.a): Remove rule.
13856
13857         * include/features.h (__FAVOR_BSD): Do not define.
13858         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13859         features conflicting with POSIX.
13860         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13861         (_BSD_SOURCE): Remove description of not being a subset of other
13862         feature test macros.
13863         * manual/job.texi (getpgrp): Do not document BSD version.
13864         (getpgid): Do not document by reference to BSD getpgrp.
13865         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13866         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13867         * signal/signal.h [__FAVOR_BSD]: Likewise.
13868         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13869         instead of making contents conditional on [__FAVOR_BSD].
13870         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13871
13872 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13873
13874         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13875
13876 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13877
13878         [BZ #16314]
13879         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13880         values below 2**-450, not 2**-500.
13881         * math/auto-libm-test-in: Don't allow spurious underflow from
13882         hypot.
13883         * math/auto-libm-test-out: Regenerated.
13884
13885         [BZ #16316]
13886         [BZ #16330]
13887         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13888         values of ha and hb and sort them after adjusting subnormal
13889         arguments.
13890         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13891         Likewise.
13892         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13893         values of ea and eb and sort them after adjusting subnormal
13894         arguments.
13895         * math/auto-libm-test-in: Do not expect some hypot tests of
13896         subnormals to fail.  Add more hypot tests.
13897         * math/auto-libm-test-out: Regenerated.
13898
13899 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13900
13901         [BZ #13304]
13902         * sysdeps/sh/s_fma.c: New file.
13903         * sysdeps/sh/s_fmaf.c: New file.
13904         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13905         version.
13906         * sysdeps/sh/Implies: Add sh/soft-fp.
13907
13908 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13909
13910         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13911         level of indirection to members `objname', `errstring', `malloced'.
13912         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13913         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13914         it as the __longjmp argument (just pass 1 instead).
13915         (_dl_catch_error): Initialize C with argument pointers and address of
13916         volatile local ERRCODE rather than copying values out of C at return.
13917
13918 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13919
13920         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13921         * math/auto-libm-test-out: Regenerated.
13922         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13923         (hypot_test_data): Likewise.
13924         (pow_test_data): Likewise.
13925         (pow_tonearest_test_data): Likewise.
13926         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13927         mpfr_ff_f.
13928         (func_calc_desc): Add mpfr_ff_f union field.
13929         (FUNC_mpfr_ff_f): New macro.
13930         (test_functions): Add atan2, hypot and pow.
13931         (special_fill_min): New function.
13932         (special_fill_minus_min): Likewise.
13933         (special_fill_min_subnorm): Likewise.
13934         (special_fill_minus_min_subnorm): Likewise.
13935         (special_real_inputs): Add min, -min, min_subnorm and
13936         -min_subnorm.
13937         (calc_generic_results): Handle mpfr_ff_f.
13938         * sysdeps/i386/fpu/libm-test-ulps: Update.
13939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13940
13941 2013-12-16  Will Newton  <will.newton@linaro.org>
13942
13943         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13944         (Aligned Memory Blocks): Add documentation for aligned_alloc
13945         and suggest it as an alternative to posix_memalign.
13946         (Hooks for Malloc): Document __memalign_hook is also called
13947         for aligned_alloc.  (Summary of Malloc): Add summary for
13948         aligned alloc.  Document __memalign_hook is also called
13949         for aligned_alloc.
13950
13951 2013-12-16  Will Newton  <will.newton@linaro.org>
13952
13953         * manual/memory.texi (Malloc Examples): Clarify default
13954         alignment documentation.  Suggest posix_memalign rather
13955         than memalign or valloc.
13956         (Aligned Memory Blocks): Remove suggestion to use memalign
13957         or valloc.  Remove obsolete comment about BSD.
13958         Document memalign errno values and mark the function obsolete.
13959         Document posix_memalign returned error codes.  Mark valloc
13960         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13961         called for posix_memalign and valloc.
13962         (Summary of Malloc): Add posix_memalign to function summary.
13963         __memalign_hook is also called for posix_memalign and valloc.
13964
13965 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13966
13967         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13968         TAYLOR_SIN.
13969         (__sin): Adjust.
13970         (__cos): Likewise.
13971         (sloww): Use mynumber union.  Expand ternary operator into
13972         if-else statements.
13973         (cslow): use mynumber union.
13974
13975 2013-12-16  Allan McRae  <allan@archlinux.org>
13976
13977         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13978         * configure: Regenerated.
13979
13980         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13981
13982         [BZ #14120]
13983         * configure.ac: Added --enable-maintainer-mode. Check for
13984         autoconf when enabled.
13985         * configure: Regenerated.
13986
13987         * nscd/nscd.service: New file.
13988         * nscd/nscd.tmpfiles: New file.
13989
13990 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13991
13992         [BZ #12100]
13993         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13994         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13995         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13996         (strstr): Add __strstr_sse2_unaligned ifunc.
13997         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13998         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13999         (strcasestr): Remove __strcasestr_sse42 ifunc.
14000         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
14001         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
14002         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
14003
14004 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14005
14006         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
14007         * sysdeps/sh/bits/fenv.h: ... here.
14008         * sysdeps/sh/sh4/fpu/bits: Remove directory.
14009
14010 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14011
14012         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
14013
14014         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
14015         hypotf multiarch implementations.
14016         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
14017         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
14018         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
14019         multiarch hypot for PPC64.
14020         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
14021         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
14022         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
14023         multiarch hypotf for PPC64.
14024
14025         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
14026         modff multiarch implementations.
14027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
14028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
14029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
14030         multiarch modf for PPC64.
14031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
14032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
14033         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
14034         multiarch modff for PPC64.
14035
14036         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
14037         and logl multiarch implementations.
14038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
14039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
14040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
14041         multiarch logb for PPC64.
14042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
14043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
14044         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
14045         multiarch logb for PPC64.
14046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
14047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
14048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
14049         multiarch logb for PPC64.
14050
14051         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
14052         isinff multiarch implementation.
14053         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
14054         file.
14055         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
14056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
14057         multiarch isinf for PPC64.
14058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
14059         file.
14060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
14061         multiarch isinff for PPC64.
14062
14063         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
14064         finitef multiarch implementation.
14065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
14066         file.
14067         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
14068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
14069         multiarch finite for PPC64.
14070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
14071         file.
14072         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
14073         multiarch finitef for PPC64.
14074
14075         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
14076         lrint multiarch implementation.
14077         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
14078         file.
14079         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
14080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
14081         multiarch llrint for PPC64.
14082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
14083         multiarch lrint for PPC64.
14084
14085         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
14086         copysignf multiarch implementation.
14087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
14088         file.
14089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
14090         file.
14091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
14092         multiarch copysign for PPC64.
14093         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
14094         multiarch copysignf for PPC64.
14095
14096         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
14097         multiarch implementation.
14098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
14099         file.
14100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
14101         file.
14102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
14103         file.
14104         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
14105         file.
14106         multiarch llround for PPC64.
14107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
14108         multiarch trunc for PPC64.
14109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
14110         multiarch truncf for PPC64.
14111
14112         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
14113         multiarch implementation.
14114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
14115         file.
14116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
14117         file.
14118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
14119         file.
14120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
14121         file.
14122         multiarch llround for PPC64.
14123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
14124         multiarch round for PPC64.
14125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
14126         multiarch roundf for PPC64.
14127
14128         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
14129         multiarch implementation.
14130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
14131         file.
14132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
14133         file.
14134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
14135         file.
14136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
14137         file.
14138         multiarch llround for PPC64.
14139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
14140         multiarch floor for PPC64.
14141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
14142         multiarch floorf for PPC64.
14143
14144         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
14145         multiarch implementation.
14146         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
14147         file.
14148         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
14149         file.
14150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
14151         file.
14152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
14153         file.
14154         multiarch llround for PPC64.
14155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
14156         multiarch ceil for PPC64.
14157         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
14158         multiarch ceilf for PPC64.
14159
14160         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14161         multiarch implementation.
14162         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
14163         file.
14164         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
14165         file.
14166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
14167         file.
14168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
14169         multiarch llround for PPC64.
14170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
14171         multiarch lround for PPC64.
14172
14173         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14174         multiarch implementation.
14175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
14176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
14177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
14178         file.
14179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
14180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
14181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
14182         multiarch isnan for PPC64.
14183         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
14184         multiarch isnanf for PPC64.
14185
14186         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
14187         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
14188         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
14189         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
14190         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
14191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
14192
14193         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
14194         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
14195         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
14196         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
14197
14198         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
14199         multiarch implementations.
14200         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14201         (__libc_ifunc_impl_list): Likewise.
14202         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14203         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14204         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14205         multiarch stpcpy for PPC64.
14206
14207         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14208         multiarch implementations.
14209         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14210         (__libc_ifunc_impl_list): Likewise.
14211         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14212         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14213         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14214         multiarch strcpy for PPC64.
14215
14216         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14217         redefine function name.
14218         (_wordcopy_fwd_dest_aligned): Likewise.
14219         (_wordcopy_bwd_aligned): Likewise.
14220         (_wordcopy_bwd_dest_aligned): Likewise.
14221         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14222         multiarch implementations.
14223         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14224         (__libc_ifunc_impl_list): Likewise.
14225         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14226         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14227         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14228         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14229         multiarch wcscpy for PPC64.
14230
14231         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14232         multiarch implementations.
14233         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14234         (__libc_ifunc_impl_list): Likewise.
14235         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14236         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14237         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14238         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14239         multiarch wcscpy for PPC64.
14240
14241         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14242         multiarch implementations.
14243         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14244         (__libc_ifunc_impl_list): Likewise.
14245         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14246         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14247         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14248         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14249         multiarch wcsrchr for PPC64.
14250
14251         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14252         multiarch implementations.
14253         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14254         (__libc_ifunc_impl_list): Likewise.
14255         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14256         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14257         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14258         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14259         multiarch wcschr for PPC64.
14260
14261         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14262         multiarch implementations.
14263         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14264         (__libc_ifunc_impl_list): Likewise.
14265         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14266         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14267         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14268         multiarch strchrnul for PPC64.
14269
14270         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14271         implementations.
14272         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14273         (__libc_ifunc_impl_list): Likewise.
14274         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14275         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14276         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14277         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14278         strchr for PPC64.
14279
14280         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14281         implementations.
14282         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14283         (__libc_ifunc_impl_list): Likewise.
14284         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14285         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14286         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14287         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14288         strncmp for PPC64.
14289
14290         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14291         multiarch implementations.
14292         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14293         (__libc_ifunc_impl_list): Likewise.
14294         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14295         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14296         strncasecmp for PPC64.
14297         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14298         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14299         multiarch strncasecmp_l for PPC64.
14300
14301         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14302         multiarch implementations.
14303         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14304         (__libc_ifunc_impl_list): Likewise.
14305         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14306         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14307         multiarch strcasecmp for PPC64.
14308         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14309         file.
14310         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14311         multiarch strcasecmp_l for PPC64.
14312
14313         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14314         implementations.
14315         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14316         (__libc_ifunc_impl_list): Likewise.
14317         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14318         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14319         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14320         strnlen for PPC64.
14321
14322         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14323         implementations.
14324         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14325         (__libc_ifunc_impl_list): Likewise.
14326         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14327         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14328         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14329         strlen for PPC64.
14330
14331         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14332         implementations.
14333         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14334         (__libc_ifunc_impl_list): Likewise.
14335         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14336         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14337         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14338         rawmemrchr for PPC64.
14339
14340         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14341         implementation.
14342         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14343         (__libc_ifunc_impl_list): Likewise.
14344         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14345         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14346         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14347         memrchr for PPC64.
14348
14349         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14350         implementation.
14351         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14352         (__libc_ifunc_impl_list): Likewise.
14353         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14354         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14355         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14356         memchr for PPC64.
14357
14358         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14359         implementation.
14360         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14361         (__libc_ifunc_impl_list): Likewise.
14362         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14363         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14364         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14365         mempcpy for PPC64.
14366
14367         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14368         avoid cretion of __bzero symbol.
14369         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14370         Likewise.
14371         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14372         Likewise.
14373         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14374         Likewise.
14375         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14376         multiarch implementations.
14377         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14378         (__libc_ifunc_impl_list): Likewise.
14379         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14380         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14381         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14382         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14383         bzero for PPC32.
14384         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14385         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14386         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14387         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14388         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14389         memset for PPC64.
14390         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14391
14392         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14393         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14394         implementations.
14395         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14396         (__libc_ifunc_impl_list): Likewise.
14397         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14398         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14399         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14400         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14401         memcmp for PPC64.
14402
14403         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14404         multiarch for POWER/PPC64.
14405         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14406         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14407         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14408         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14409         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14410         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14411         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14412         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14413         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14414         memcpy for PPC64.
14415
14416         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14417         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14418         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14419         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14420         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14421         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14422         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14423         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14424         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14425         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14426         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14427         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14428         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14429         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14430         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14438
14439 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14440
14441         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14442
14443 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14444
14445         * benchtests/Makefile (bench): Add exp2 and log2.
14446         (LDLIBS-bench-exp2): Add -lm.
14447         (LDLIBS-bench-log2): Likewise.
14448         * benchtests/exp2-inputs: New inputs file.
14449         * benchtests/log2-inputs: New inputs file.
14450         * benchtests/log-inputs: Add new inputs.
14451         * benchtests/tan-inputs: Likewise.
14452
14453 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14454
14455         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14456         definition...
14457         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14458         (csloww2): ... from here.
14459
14460         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14461         instead of structures.
14462         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14463         (POLYNOMIAL): Likewise.
14464         (TAYLOR_SLOW): Likewise.
14465         (__sin): Likewise.
14466         (__cos): Likewise.
14467         (slow1): Likewise.
14468         (slow2): Likewise.
14469         (sloww): Likewise.
14470         (sloww1); Likewise.
14471         (sloww2): Likewise.
14472         (bsloww1): Likewise.
14473         (bsloww2): Likewise.
14474         (cslow2): Likewise.
14475         (csloww): Likewise.
14476         (csloww1): Likewise.
14477         (csloww2): Likewise.
14478
14479 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14480
14481         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14482         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14483         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14484         * malloc/hooks.c (realloc_check): Likewise.
14485
14486         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14487         * malloc/arena.c: Remove PER_THREAD conditional.
14488         [!PER_THREAD]: Remove code.
14489         (ptmalloc_unlock_all2): Likewise.
14490         (ptmalloc_init): Likewise.
14491         (_int_new_arena): Likewise.
14492         (arena_get2): Likewise.
14493         * malloc/hooks.c (__malloc_get_state): Likewise.
14494         (__malloc_set_state): Likewise.
14495         * malloc/malloc.c: Likewise.
14496         (struct malloc_state): Likewise.
14497         (struct malloc_par): Likewise.
14498         (__libc_realloc): Likewise.
14499         (__libc_mallopt): Likewise.
14500
14501 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14502
14503         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14504
14505 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14506
14507         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14508         macro to a function.  Check for zero perturb_byte.
14509         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14510
14511         * malloc/malloc.c: (force_reg): Remove.
14512         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14513         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14514         force_reg by atomic_forced_read.
14515         * malloc/arena.c (ptmalloc_init): Likewise.
14516         * malloc/hooks.c (top_check): Likewise.
14517
14518 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14519
14520         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14521
14522 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14523
14524         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14525
14526 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14527
14528         * math/auto-libm-test-in: Add tests of lgamma.
14529         * math/auto-libm-test-out: Regenerated.
14530         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14531         (M_LOG_2_SQRT_PIl): Likewise.
14532         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14533         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14534         mpfr_f_f1.
14535         (func_calc_desc): Add mpfr_f_f1 union field.
14536         (ARGS1): New macro.
14537         (ARGS2): Likewise.
14538         (ARGS3): Likewise.
14539         (ARGS4): Likewise.
14540         (RET1): Likewise.
14541         (RET2): Likewise.
14542         (CALC): Likewise.
14543         (FUNC): Likewise.
14544         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14545         (test_functions): Add lgamma.
14546         (calc_generic_results): Handle mpfr_f_f1.
14547         * sysdeps/i386/fpu/libm-test-ulps: Update.
14548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14549
14550 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14551
14552         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14553         __mpn_add_n for PowerPC64/POWER7.
14554         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14555         __mpn_sub_n for PowerPC64/POWER7.
14556
14557         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14558         __mpn_addmul_1 for PowerPC64.
14559         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14560         __mpn_submul_1 for PowerPC64.
14561         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14562         for PowerPC64.
14563         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14564         for PowerPC64.
14565
14566 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14567
14568         [BZ #15089]
14569         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14570
14571 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14572
14573         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14574
14575         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14576         add multiarch folders.
14577         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14578         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14579         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14580         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14581         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14582         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14583         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14584         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14585         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14586         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14587         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14594
14595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14596         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14598         New file.
14599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14600         New file.
14601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14602         multiarch __ieee754_hypot for PowerPC32.
14603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14604         New file.
14605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14606         New file.
14607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14608         multiarch __ieee754_hypotf for PowerPC32.
14609
14610         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14611         long_double_symbol only if __logbl is defined.
14612         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14613         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14614         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14615         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14616         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14617         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14618         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14619         path for implementation.
14620         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14621         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14623         logb, and logbl multiarch implementations for PowerPC32.
14624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14625         file.
14626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14627         file.
14628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14629         multiarch logb for PowerPC32.
14630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14631         file.
14632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14633         file.
14634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14635         multiarch logbf for PowerPC32.
14636         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14638         file.
14639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14640         multiarch logbl implementation for PowerPC32.
14641
14642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14643         and modff multiarch implementations.
14644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14645         New file.
14646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14647         New file.
14648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14649         multiarch modf for PowerPC32.
14650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14651         New file.
14652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14653         New file.
14654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14655         multiarch modff for PowerPC32.
14656
14657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14658         and lrintf multiarch implementations.
14659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14660         New file.
14661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14662         New file.
14663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14664         multiarch lrint for PowerPC32.
14665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14666         file: multiarch lrintf for PowerPC32.
14667
14668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14669         and lroundf multiarch implementations.
14670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14671         New file.
14672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14673         New file.
14674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14675         New file.
14676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14677         multiarch lround for PowerPC32.
14678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14679         file: multiarch lroundf for PowerPC32.
14680
14681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14682         copysign and copysignf multiarch implementations.
14683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14684         New file.
14685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14686         New file.
14687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14688         file: multiarch copysign for PowerPC32.
14689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14690         file: multiarch copysignf for PowerPC32.
14691
14692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14693         and truncf multiarch implementations.
14694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14695         New file.
14696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14697         file.
14698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14699         multiarch trunc for PowerPC32.
14700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14701         New file.
14702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14703         New file.
14704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14705         multiarch truncf for PowerPC32.
14706
14707         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14708         and roundf multiarch implementations.
14709         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14710         New file.
14711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14712         file.
14713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14714         multiarch round for PowerPC32.
14715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14716         New file.
14717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14718         New file.
14719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14720         multiarch roundf for PowerPC32.
14721
14722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14723         and floorf multiarch implementations.
14724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14725         New file.
14726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14727         file.
14728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14729         multiarch floor for PowerPC32.
14730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14731         New file.
14732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14733         New file.
14734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14735         multiarch floorf for PowerPC32.
14736
14737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14738         and ceilf multiarch implementations.
14739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14740         New file.
14741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14742         file.
14743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14744         multiarch ceil for PowerPC32.
14745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14746         New file.
14747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14748         file.
14749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14750         multiarch ceilf for PowerPC32.
14751
14752         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14753         is defined.
14754         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14755         FINITEF is defined.
14756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14757         and finitef multiarch implementations.
14758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14759         New file.
14760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14761         file.
14762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14763         multiarch finite for PowerPC32.
14764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14765         New file.
14766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14767         file: multiarch finitef for PowerPC32.
14768
14769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14770         and isinff multiarch implementations.
14771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14772         file.
14773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14774         file.
14775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14776         multiarch isinf for PowerPC32.
14777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14778         New file.
14779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14780         multiarch isinff for PowerPC32.
14781
14782         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14783         alias when __isnan is defined.
14784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14785         and isnanf multiarch implementations.
14786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14787         file.
14788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14789         file.
14790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14791         file.
14792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14793         file.
14794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14795         multiarch isnan for PowerPC32.
14796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14797         New file.
14798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14799         New file.
14800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14801         multiarch isnanf for PowerPC32.
14802
14803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14804         and sqrtf multiarch implementations.
14805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14806         file.
14807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14808         file.
14809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14810         multiarch sqrt for PowerPC32.
14811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14812         file.
14813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14814         file.
14815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14816         multiarch sqrtf for PowerPC32.
14817
14818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14819         and llroundf multiarch implementations.
14820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14821         New file.
14822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14823         New file.
14824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14825         New file.
14826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14827         file: multiarch llround for PowerPC32.
14828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14829         file: multiarch llroundf for PowerPC32.
14830
14831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14832         multiarch PowerPC32 fpu implementations.
14833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14834         New file.
14835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14836         New file.
14837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14838         multiarch llrint for PowerPC32.
14839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14840         New file.
14841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14842         New file.
14843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14844         file.
14845
14846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14847
14848         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14849         file.
14850         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14851         file.
14852         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14853         file.
14854         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14855         multiarch wordcopy for PPC32.
14856         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14857         wordcopy objects.
14858         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14859         (__libc_ifunc_impl_list): Likewise.
14860         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14861         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14862         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14863         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14864         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14865         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14866
14867         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14868         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14869         file.
14870         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14871         file.
14872         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14873         file.
14874         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14875         multiarch wcscpy for PPC32.
14876         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14877         multiarch objects.
14878         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14879         (__libc_ifunc_impl_list): Likewise.
14880         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14881         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14882         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14883         sysdeps/powerpc/power6/wcscpy.c.
14884
14885         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14886         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14887         file.
14888         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14889         file.
14890         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14891         file.
14892         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14893         multiarch wcsrchr for PPC32.
14894         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14895         multiarch objects.
14896         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14897         (__libc_ifunc_impl_list): Likewise.
14898         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14899         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14900         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14901         sysdeps/powerpc/power6/wcsrchr.c.
14902
14903         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14904         file.
14905         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14906         file.
14907         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14908         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14909         multiarch wcschr for PPc32.
14910         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14911         multiarch objects.
14912         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14913         (__libc_ifunc_impl_list): Likewise.
14914         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14915         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14916         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14917         sysdeps/powerpc/power6/wcschr.c.
14918
14919         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14920         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14921         file.
14922         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14923         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14924         file: multiarch strchr for PPC32.
14925         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14926         multiarch objects.
14927         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14928         (__libc_ifunc_impl_list): Likewise.
14929
14930         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14931         name.
14932         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14933         file.
14934         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14935         file.
14936         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14937         multiarch strchrnul for PPC32.
14938         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14939         multiarch objects.
14940         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14941         (__libc_ifunc_impl_list): Likewise.
14942
14943         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14944         file.
14945         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14946         multiarch strncasecmp for PPC32.
14947         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14948         file.
14949         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14950         multiarch strncasecmp_l for PPC32.
14951         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14952         strncasecmp multiarch objects.
14953         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14954         (__libc_ifunc_impl_list): Likewise.
14955
14956         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14957         file.
14958         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14959         multiarch strncasecmp for PPC32.
14960         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14961         New file.
14962         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14963         multiarch strcasecmp_l for PPC32.
14964         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14965         multiarch objects.
14966         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14967         (__libc_ifunc_impl_list): Likewise.
14968
14969         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14970         file.
14971         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14972         file.
14973         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14974         multiarch strncmp for PPC32.
14975         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14976         multiarch objects.
14977         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14978         (__libc_ifunc_impl_list): Likewise.
14979
14980         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14981         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14982         file.
14983         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14984         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14985         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14986         multiarch objects.
14987         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14988         (__libc_ifunc_impl_list): Likewise.
14989
14990         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14991         file.
14992         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14993         file.
14994         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14995         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14996         multiarch objects.
14997         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14998         (__libc_ifunc_impl_list): Likewise.
14999
15000         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
15001         file.
15002         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
15003         file.
15004         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
15005         multiarch rawmemchr for PPC32.
15006         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
15007         multiarch objects.
15008         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15009         (__libc_ifunc_impl_list): Likewise.
15010
15011         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
15012         file.
15013         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
15014         file.
15015         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
15016         file: memrchr multiarch for PPC32.
15017         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
15018         multiarch objects.
15019         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15020         (__libc_ifunc_impl_list): Likewise.
15021
15022         * string/memchr.c (__memchr): Using macro to redefine symbol name.
15023         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
15024         file.
15025         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
15026         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
15027         multiarch memchr for PPC32.
15028         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
15029         multiarch objects.
15030         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15031         (__libc_ifunc_impl_list): Likewise.
15032
15033         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
15034         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
15035         file.
15036         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
15037         file.
15038         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
15039         file: multiarch mempcpy for PPC32.
15040         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
15041         multiarch objects.
15042         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15043         (__libc_ifunc_impl_list): Likewise.
15044
15045         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
15046         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
15047         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
15048         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
15049         multiarch bzero for PPC32.
15050         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
15051         file.
15052         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
15053         file.
15054         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
15055         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
15056         file: multiarch memset for PPC32.
15057         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
15058         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
15059         memset multiarch objects.
15060         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15061         (__libc_ifunc_impl_list): Likewise.
15062
15063         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
15064         file.
15065         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
15066         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
15067         memcmp for PPC32.
15068         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
15069         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
15070         multiarch objects.
15071         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15072         (__libc_ifunc_impl_list): Likewise.
15073
15074         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
15075         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
15076         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
15077         file.
15078         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
15079         file.
15080         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
15081         file.
15082         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
15083         multiarch memcpy for PPC32.
15084         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
15085         multiarch objects.
15086         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15087         (__libc_ifunc_impl_list): Likewise.
15088
15089         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
15090         support multiarch for POWER/PPC32.
15091         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
15092         Likewise.
15093         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
15094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
15095         Implies file to make multiarch folder appers before the fpu and
15096         default folder for power4 configuration.
15097
15098 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15099
15100         * scripts/bench.pl: Append volatile keyword to type.
15101
15102 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15103
15104         * sysdeps/sh/sotruss-lib.c: New file.
15105         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
15106
15107 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15108
15109         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15110
15111 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
15112
15113         [BZ #6810]
15114         * math/w_tgamma.c: Include <errno.h>.
15115         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
15116         * math/w_tgammaf.c: Include <errno.h>.
15117         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
15118         * math/w_tgammal.c: Include <errno.h>.
15119         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
15120         * math/auto-libm-test-in: Do not allow missing errno on tgamma
15121         underflow.  Add more tgamma tests.
15122         * math/auto-libm-test-out: Regenerated.
15123         * sysdeps/i386/fpu/libm-test-ulps: Update.
15124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15125
15126         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
15127         sin, sinh, tan, tanh, tgamma, y0 and y1.
15128         * math/auto-libm-test-out: Regenerated.
15129         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15130         (TEST_COND_x86): Likewise.
15131         (M_E2l): Remove macro.
15132         (M_E3l): Likewise.
15133         (M_2_SQRT_PIl): Likewise.
15134         (M_SQRT_PIl): Likewise.
15135         (M_1_DIV_El): Likewise.
15136         (log_test_data): Use AUTO_TESTS_f_f.
15137         (log10_test_data): Likewise.
15138         (log1p_test_data): Likewise.
15139         (log2_test_data): Likewise.
15140         (sin_test_data): Likewise.
15141         (sin_tonearest_test_data): Likewise.
15142         (sin_towardzero_test_data): Likewise.
15143         (sin_downward_test_data): Likewise.
15144         (sin_upward_test_data): Likewise.
15145         (sinh_test_data): Likewise.
15146         (sinh_tonearest_test_data): Likewise.
15147         (sinh_towardzero_test_data): Likewise.
15148         (sinh_downward_test_data): Likewise.
15149         (sinh_upward_test_data): Likewise.
15150         (tan_test_data): Likewise.
15151         (tan_tonearest_test_data): Likewise.
15152         (tan_towardzero_test_data): Likewise.
15153         (tan_downward_test_data): Likewise.
15154         (tan_upward_test_data): Likewise.
15155         (tanh_test_data): Likewise.
15156         (tgamma_test_data): Likewise.
15157         (y0_test_data): Likewise.
15158         (y1_test_data): Likewise.
15159         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
15160         (special_real_inputs): Add pi/4.
15161         * sysdeps/i386/fpu/libm-test-ulps: Update.
15162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15163
15164 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15165
15166         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
15167         "longjmp_target" static probes.
15168         (__longjmp): Rename to __longjmp_symbol.
15169         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
15170         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
15171         on which longjmp to generate.
15172         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15173         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
15174         probe.
15175         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15176         (__sigjmp_save): Rename to __sigjmp_save_symbol.
15177         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
15178         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
15179         and __sigjmp_save_symbol based on which sigsetjmp to generated.
15180         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
15181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
15182         __longjmp_symbol based on which __longjmp to generate.
15183         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
15184         probe.
15185         (setjmp): Rename to setjmp_symbol.
15186         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15187         (_setjmp): Rename to _setjmp_symbol.
15188         (__sigsetjmp): Rename to __sigsetjmp_symbol.
15189         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
15190         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
15191         which setjmp to generate.
15192         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
15193         "longjmp_target" static probes.
15194
15195 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15196
15197         * benchtests/README: Add note about output arguments.
15198         * benchtests/bench-sincos.c: Remove file.
15199         * benchtests/sincos-inputs: New file.
15200         * scripts/bench.pl: Identify output arguments and define
15201         static variables for them.
15202
15203         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15204
15205         [BZ #15941]
15206         * Makefile (INSTALL): Add install-plain.texi as the primary
15207         dependency.
15208         * manual/install-plain.texi: New file.
15209         * manual/install.texi: Include node directive only for
15210         non-plaintext output.
15211
15212 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
15213
15214         * stdlib/longlong.h: Update from GCC.
15215
15216         [BZ #6807]
15217         [BZ #15901]
15218         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15219         * math/w_j0f.c (y0f): Likewise.
15220         * math/w_j0l.c (__y0l): Likewise.
15221         * math/w_j1.c (y1): Likewise.
15222         * math/w_j1f.c (y1f): Likewise.
15223         * math/w_j1l.c (__y1l): Likewise
15224         * math/w_jn.c (yn): Likewise.
15225         * math/w_jnf.c (ynf): Likewise.
15226         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15227         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
15228         value for Bessel function domain errors outside _SVID_ mode.
15229         Adjust sign of return value for yn (negative integer, 0).
15230         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15231         by zero in return for negative x and set sign appropriately for
15232         negative n.
15233         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15234         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15235         * math/libm-test.inc (y0_test_data): Add more tests and adjust
15236         expectations in error cases.
15237         (y1_test_data): Likewise.
15238         (yn_test_data): Likewise.
15239         * sysdeps/i386/fpu/libm-test-ulps: Update.
15240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15241
15242 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15243
15244         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15245         "64" to "64-v1".  Add "64-v2".
15246         (abi-64-options): Rename to ...
15247         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
15248         (abi-64-condition): Rename to ...
15249         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
15250         (abi-64-ld-soname): Rename to ...
15251         (abi-64-v1-ld-soname): ... this.
15252         (abi-64-v2-options): Define.
15253         (abi-64-v2-condition): Likewise.
15254         (abi-64-v2-ld-soname): Likewise.
15255         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15256         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15260
15261 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15262             Alan Modra  <amodra@gmail.com>
15263
15264         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15265         New versions for use with the ELFv2 ABI.
15266         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15267         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15268         declaration.
15269         (struct La_ppc64v2_retval): Likewise.
15270         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15271         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15272         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15273         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15274         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15275         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15276         Do not save or restore CR.
15277         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15278         (_dl_profile_resolve): Do no save or restore CR.  Support extended
15279         return values for ELFv2 ABI.  Fix location of FPR return registers.
15280         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15281         updated values for _CALL_ELF == 2.
15282         (La_regs, La_retval, int_retval): Likewise.
15283
15284 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15285
15286         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15287         (FRAME_MIN_SIZE_PARM): Likewise.
15288         (FRAME_BACKCHAIN): Likewise.
15289         (FRAME_CR_SAVE): Likewise.
15290         (FRAME_LR_SAVE): Likewise.
15291         (FRAME_TOC_SAVE): Likewise.
15292         (FRAME_PARM_SAVE): Likewise.
15293         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15294         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15295         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15296         (call_mcount_parm_offset): New macro.
15297         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15298         (PROF): Use symbolic stack frame offsets.
15299         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15300         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15301         Redefine in terms of FRAME_MIN_SIZE.
15302         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15303         (_dl_profile_resolve): Likewise.  Update comment.
15304         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15305         symbols stack frame offsets.
15306         (__sigsetjmp): Likewise.
15307         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15308         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15309         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15310         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15311
15312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15313         (FRAME_BACKCHAIN): Remove.
15314         (FRAME_CR_SAVE): Likewise.
15315         (FRAME_LR_SAVE): Likewise.
15316         (FRAME_COMPILER_DW): Likewise.
15317         (FRAME_LINKER_DW): Likewise.
15318         (FRAME_TOC_SAVE): Likewise.
15319         (FRAME_PARM_SAVE): Likewise.
15320         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15321         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15322         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15324         (CHECK_SP): Use symbolic stack frame offsets.
15325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15326         zone" instead of caller's parameter save area for temp storage.
15327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15328         Likewise.  Also, use symbolic stack frame offsets.
15329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15330         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15331         our own stack frame instead of the caller's.
15332         (__socket): Use symbolic stack frame offsets.
15333
15334 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15335             Alan Modra  <amodra@gmail.com>
15336
15337         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15338         Define.
15339         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15340         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15341         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15342         New function.
15343         (elf_machine_fixup_plt): Call it.
15344         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15345         reloc arguments.
15346         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15347         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15348         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15349         r2 before calling target.
15350
15351 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15352             Alan Modra  <amodra@gmail.com>
15353
15354         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15355         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15356         versions of macros to support ELFv2 ABI.
15357         (LOCALENTRY): New macro.
15358         (ENTRY, EALIGN): Use it.
15359         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15360         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15361         fall through into ENTRY entry point.
15362         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15363         Only define if _CALL_ELF != 2.
15364
15365         (elf_machine_matches_host): Verify ABI version matches.
15366         (RTLD_START): Use LOCALENTRY.
15367         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15368         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15369         (PLT_ENTRY_WORDS): New macro.
15370         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15371         (elf_machine_runtime_setup): Support ELFv2 ABI.
15372         (elf_machine_fixup_plt): Likewise.
15373         (elf_machine_plt_conflict): Likewise.
15374         (resolve_ifunc): Likewise.
15375         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15376         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15377         Likewise.
15378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15379         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15381         (makecontext): Support ELFv2 ABI.
15382         * elf/elf.h (EF_PPC64_ABI): Define.
15383
15384 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15385
15386         * sysdeps/powerpc/powerpc64/sysdep.h
15387         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15388         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15389         (ENTRY) [ASSEMBLER]: ... but instead here ...
15390         (EALIGN) [ASSEMBLER]: ... and here.
15391         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15392         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15393         (ENTRY_2) [!ASSEMBLER]: Use it.
15394         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15395         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15396         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15397         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15398         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15400         Use PPC64_LOAD_FUNCPTR.
15401
15402         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15403
15404 2013-12-04  Alan Modra  <amodra@gmail.com>
15405
15406         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15407         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15408         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15409         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15410
15411         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15412         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15413         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15414         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15415         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15416         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15417
15418 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15419
15420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15421         (__makecontext): Fix incorrect CFI when backtracing out of
15422         context created via makecontext.
15423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15424         (__setcontext): Fix incorrect CFI during switch to new context.
15425         (__novec_setcontext): Likewise.
15426
15427 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15428
15429         [BZ #4772]
15430         * time/strptime_l.c (__strptime_internal): Allow modifiers
15431         in strptime.
15432         * time/tst-strptime.c (day_tests): Add testcase.
15433
15434 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15435
15436         * scripts/bench.pl: Skip over blank lines.
15437
15438 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15439
15440         [BZ #926]
15441         * manual/time.texi (Calendar Time): Clarify what timezone functions
15442         use.
15443
15444 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15445
15446         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15447
15448 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15449
15450         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15451         implementation.
15452         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15453         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15454         * debug/memset_chk.c (__memset_chk): Likewise.
15455         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15456         * debug/strncpy_chk.c: Likewise.
15457
15458 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15459
15460         [BZ #15268]
15461         [BZ #15425]
15462         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15463         (__ieee754_exp): For possibly underflowing results, check size of
15464         result and force underflow exception if required.
15465         * math/auto-libm-test-in: Add more tests of exp.
15466         * math/auto-libm-test-out: Regenerated.
15467         * sysdeps/i386/fpu/libm-test-ulps: Update.
15468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15469
15470         [BZ #16283]
15471         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15472         * math/w_exp2f.c (__exp2f): Likewise.
15473         * math/w_exp2l.c (__exp2l): Likewise.
15474         * math/auto-libm-test-in: Do not allow missing errno on exp2
15475         underflow.
15476         * math/auto-libm-test-out: Regenerated.
15477
15478 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15479
15480         [BZ #16274]
15481         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15482         handle filename validation.
15483         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15484         (do_open): Delete.
15485
15486 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15487
15488         [BZ #6786]
15489         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15490         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15491         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15492         <float.h>.
15493         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15494         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15495         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15496         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15497         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15498         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15499         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15500         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15501         Add more erfc tests.
15502         * math/auto-libm-test-out: Regenerated.
15503         * sysdeps/i386/fpu/libm-test-ulps: Update.
15504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15505
15506         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15507         exp2, expm1, j0 and j1.
15508         * math/auto-libm-test-out: Regenerated.
15509         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15510         (erfc_test_data): Likewise.
15511         (exp_test_data): Likewise.
15512         (exp_tonearest_test_data): Likewise.
15513         (exp_towardzero_test_data): Likewise.
15514         (exp_downward_test_data): Likewise.
15515         (exp_upward_test_data): Likewise.
15516         (exp10_test_data): Likewise.
15517         (exp2_test_data): Likewise.
15518         (expm1_test_data): Likewise.
15519         (j0_test_data): Likewise.
15520         (j1_test_data): Likewise.
15521         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15522         (input_flag_type): Add flag_xfail_rounding.
15523         (input_flags): Add xfail-rounding.
15524         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15525         (output_for_one_input_case): Handle flag_xfail_rounding.
15526         * sysdeps/i386/fpu/libm-test-ulps: Update.
15527         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15528
15529 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15530
15531         [BZ #16289]
15532         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15533         division by 0.
15534
15535 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15536
15537         [BZ #16195]
15538         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15539         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15540         (STAP_PROBE0): New macro.
15541         (STAP_PROBE1): Likewise.
15542         (STAP_PROBE2): Likewise.
15543         (STAP_PROBE3): Likewise.
15544         (STAP_PROBE4): Likewise.
15545
15546 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15547
15548         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15549
15550 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15551
15552         * benchtests/Makefile (bench): Add sqrt.
15553         (LDLIBS-bench-sqrt): New.
15554         * benchtests/sqrt-input: New.
15555
15556 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15557
15558         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15559         (GAIH_EAI): Likewise.
15560         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15561         (gaih_inet): Likewise.
15562         (getaddrinfo): Don't use GAIH_EAI.
15563
15564         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15565         (struct gaih): Remove definition.
15566
15567 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15568
15569         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15570         Use HERRNOP directly.
15571
15572 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15573
15574         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15575
15576 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15577
15578         * math/gen-auto-libm-tests.c (test_functions): Add more
15579         single-argument functions.
15580         (special_fill_pi_2): New function.
15581         (special_fill_minus_pi_2): Likewise.
15582         (special_fill_pi_6): Likewise.
15583         (special_fill_minus_pi_6): Likewise.
15584         (special_fill_pi_3): Likewise.
15585         (special_fill_2pi_3): Likewise.
15586         (special_fill_e): Likewise.
15587         (special_fill_1_e): Likewise.
15588         (special_fill_e_minus_1): Likewise.
15589         (special_real_inputs): Add more special inputs.
15590         (output_for_one_input_case): Do not require ERANGE on underflow to
15591         zero if round-to-nearest result does not underflow to zero, unless
15592         exact results required.
15593         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15594         atan, atanh, cbrt, cos and cosh.
15595         * math/auto-libm-test-out: Regenerated.
15596         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15597         (acos_tonearest_test_data): Likewise.
15598         (acos_towardzero_test_data): Likewise.
15599         (acos_downward_test_data): Likewise.
15600         (acos_upward_test_data): Likewise.
15601         (acosh_test_data): Likewise.
15602         (asin_test_data): Likewise.
15603         (asin_tonearest_test_data): Likewise.
15604         (asin_towardzero_test_data): Likewise.
15605         (asin_upward_test_data): Likewise.
15606         (asinh_test_data): Likewise.
15607         (atan_test_data): Likewise.
15608         (atanh_test_data): Likewise.
15609         (cbrt_test_data): Likewise.
15610         (cos_test_data): Likewise.
15611         (cos_tonearest_test_data): Likewise.
15612         (cos_towardzero_test_data): Likewise.
15613         (cos_downward_test_data): Likewise.
15614         (cos_upward_test_data): Likewise.
15615         (cosh_test_data): Likewise.
15616         (cosh_tonearest_test_data): Likewise.
15617         (cosh_towardzero_test_data): Likewise.
15618         (cosh_downward_test_data): Likewise.
15619         (cosh_upward_test_data): Likewise.
15620         * sysdeps/i386/fpu/libm-test-ulps: Update.
15621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15622
15623 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15624
15625         [BZ #6787]
15626         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15627         * math/w_exp10f.c (__exp10f): Likewise.
15628         * math/w_exp10l.c (__exp10l): Likewise.
15629         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15630         errno settings in existing tests.
15631
15632         [BZ #14032]
15633         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15634         precision control set to double precision.
15635         * sysdeps/i386/fpu/w_sqrt.c: New file.
15636         * math/auto-libm-test-in: Add more tests.
15637         * math/auto-libm-test-out: Update.
15638
15639         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15640         (sqrt_test_tonearest): New function.
15641         (sqrt_towardzero_test_data): New variable.
15642         (sqrt_test_towardzero): New function.
15643         (sqrt_downward_test_data): New variable.
15644         (sqrt_test_downward): New function.
15645         (sqrt_upward_test_data): New variable.
15646         (sqrt_test_upward): New function.
15647         (main): Call the new functions.
15648
15649         * math/gen-auto-libm-tests.c: New file.
15650         * math/auto-libm-test-in: Likewise.
15651         * math/auto-libm-test-out: New generated file.
15652         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15653         variables.
15654         (%beautify): Add generated representations of zero.
15655         (top level): Set $auto_input and call parse_auto_input.
15656         (beautify): Remove trailing "f" from hex float constants.
15657         (parse_args): Handle XFAIL_TEST.
15658         (convert_condition): New function.
15659         (or_value): Likewise.
15660         (or_cond_value): Likewise.
15661         (generate_testfile): Handle AUTO_TESTS_* lines.
15662         (parse_auto_input): New function.
15663         * math/libm-test.inc (XFAIL_TEST): New macro.
15664         (ERRNO_UNCHANGED): Update value.
15665         (ERRNO_EDOM): Likewise.
15666         (ERRNO_ERANGE): Likewise.
15667         (IGNORE_RESULT): Likewise.
15668         (TEST_COND_flt_32): New macro.
15669         (TEST_COND_dbl_64): Likewise.
15670         (TEST_COND_ldbl_96_intel): Likewise.
15671         (TEST_COND_ldbl_96_m68k): Likewise.
15672         (TEST_COND_ldbl_128): Likewise.
15673         (TEST_COND_ldbl_128ibm): Likewise.
15674         (TEST_COND_long32): Likewise.
15675         (TEST_COND_long64): Likewise.
15676         (TEST_COND_before_rounding): Likewise.
15677         (TEST_COND_after_rounding): Likewise.
15678         (enable_test): Handle XFAIL_TEST flag.
15679         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15680         with finite results.
15681         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15682         auto-libm-test-out.
15683
15684 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15685             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15686
15687         [BZ #16214]
15688         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15689         __tls_get_addr_internal instead of __tls_get_offset in order to
15690         avoid GOT pointer dependency.  Make rtld export
15691         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15692         __tls_get_addr since we are a __tls_get_offset platform.
15693         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15694         GOT pointer being set up before.
15695         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15696
15697 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15698
15699         * manual/math.texi (Errors in Math Functions): Document accuracy
15700         goals.
15701
15702         [BZ #15004]
15703         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15704         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15705         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15706         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15707         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15708         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15709         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15710         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15711         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15712         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15713         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15714         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15715         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15716         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15717         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15718         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15719
15720         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15721         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15722         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15723         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15724         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15725         Likewise.
15726         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15727         Likewise.
15728         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15729         Likewise.
15730         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15731         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15732         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15733         atomic-feupdateenv and flt-rounds.
15734         * sysdeps/powerpc/nofpu/Versions (libc): Add
15735         __atomic_feholdexcept, __atomic_feclearexcept,
15736         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15737         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15738         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15739         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15740         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15741         here.
15742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15743         Update.
15744
15745         * manual/arith.texi (FP Exceptions): Document that exceptions may
15746         not be raised when matherr is used.
15747         (Math Error Reporting): Document overflow in directed rounding
15748         modes.  Document that errno may not be set when finite values are
15749         returned on overflow.  Document intent to set errno on underflow
15750         only for underflow to zero.
15751
15752         [BZ #16271]
15753         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15754         round-to-nearest then adjust result for other rounding modes.
15755         * include/fenv.h (fegetround): Use libm_hidden_proto.
15756         * math/fegetround.c (fegetround): Use libm_hidden_def.
15757         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15758         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15759         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15760         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15761         Likewise.
15762         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15763         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15764         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15765         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15766
15767 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15768
15769         [BZ #16077]
15770         * nss/Versions (libnss_files): Add
15771         _nss_files_gethostbyname3_r.
15772         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15773         New function.
15774         (HOST_DB_LOOKUP): Remove macro.
15775         (_nss_files_gethostbyname_r): Implement function without the
15776         HOST_DB_LOOKUP macro.
15777         (_nss_files_gethostbyname2_r): Likewise.
15778
15779 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15780
15781         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15782
15783 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15784
15785         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15786         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15787         warning.
15788
15789 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15790
15791         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15792         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15793         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15794         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15795         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15796         __fe_nomask_env_priv and attribute_hidden.
15797         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15798         (libc_feupdateenv_test_ppc): Likewise.
15799         (libc_feresetround_ppc): Likewise.
15800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15801         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15802         compat_symbol macro.
15803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15804         (__fe_nomask_env): Likewise.
15805         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15806
15807 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15808
15809         * string/Makefile: Remove ifunc tests.
15810         * string/test-string.h: Define TEST_IFUNC.
15811         * string/test-bcopy-ifunc.c: Remove.
15812         * string/test-bzero-ifunc.c: Likewise.
15813         * string/test-memccpy-ifunc.c: Likewise.
15814         * string/test-memchr-ifunc.c: Likewise.
15815         * string/test-memcmp-ifunc.c: Likewise.
15816         * string/test-memcpy-ifunc.c: Likewise.
15817         * string/test-memmem-ifunc.c: Likewise.
15818         * string/test-memmove-ifunc.c: Likewise.
15819         * string/test-mempcpy-ifunc.c: Likewise.
15820         * string/test-memrchr-ifunc.c: Likewise.
15821         * string/test-memset-ifunc.c: Likewise.
15822         * string/test-rawmemchr-ifunc.c: Likewise.
15823         * string/test-stpcpy-ifunc.c: Likewise.
15824         * string/test-stpncpy-ifunc.c: Likewise.
15825         * string/test-strcasecmp-ifunc.c: Likewise.
15826         * string/test-strcasestr-ifunc.c: Likewise.
15827         * string/test-strcat-ifunc.c: Likewise.
15828         * string/test-strchr-ifunc.c: Likewise.
15829         * string/test-strchrnul-ifunc.c: Likewise.
15830         * string/test-strcmp-ifunc.c: Likewise.
15831         * string/test-strcpy-ifunc.c: Likewise.
15832         * string/test-strcspn-ifunc.c: Likewise.
15833         * string/test-strlen-ifunc.c: Likewise.
15834         * string/test-strncasecmp-ifunc.c: Likewise.
15835         * string/test-strncat-ifunc.c: Likewise.
15836         * string/test-strncmp-ifunc.c: Likewise.
15837         * string/test-strncpy-ifunc.c: Likewise.
15838         * string/test-strnlen-ifunc.c: Likewise.
15839         * string/test-strpbrk-ifunc.c: Likewise.
15840         * string/test-strrchr-ifunc.c: Likewise.
15841         * string/test-strspn-ifunc.c: Likewise.
15842         * string/test-strstr-ifunc.c: Likewise.
15843
15844 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15845
15846         * benchtests/Makefile: Remove ifunc tests.
15847         * benchtests/bench-string.h: Define TEST_IFUNC.
15848         * benchtests/bench-bcopy-ifunc.c: Remove.
15849         * benchtests/bench-bzero-ifunc.c: Likewise.
15850         * benchtests/bench-memccpy-ifunc.c: Likewise.
15851         * benchtests/bench-memchr-ifunc.c: Likewise.
15852         * benchtests/bench-memcmp-ifunc.c: Likewise.
15853         * benchtests/bench-memcpy-ifunc.c: Likewise.
15854         * benchtests/bench-memmem-ifunc.c: Likewise.
15855         * benchtests/bench-memmove-ifunc.c: Likewise.
15856         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15857         * benchtests/bench-memrchr-ifunc.c: Likewise.
15858         * benchtests/bench-memset-ifunc.c: Likewise.
15859         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15860         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15861         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15862         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15863         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15864         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15865         * benchtests/bench-strcat-ifunc.c: Likewise.
15866         * benchtests/bench-strchr-ifunc.c: Likewise.
15867         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15868         * benchtests/bench-strcmp-ifunc.c: Likewise.
15869         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15870         * benchtests/bench-strcpy-ifunc.c: Likewise.
15871         * benchtests/bench-strcspn-ifunc.c: Likewise.
15872         * benchtests/bench-strlen-ifunc.c: Likewise.
15873         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15874         * benchtests/bench-strncat-ifunc.c: Likewise.
15875         * benchtests/bench-strncmp-ifunc.c: Likewise.
15876         * benchtests/bench-strncpy-ifunc.c: Likewise.
15877         * benchtests/bench-strnlen-ifunc.c: Likewise.
15878         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15879         * benchtests/bench-strrchr-ifunc.c: Likewise.
15880         * benchtests/bench-strsep-ifunc.c: Likewise.
15881         * benchtests/bench-strspn-ifunc.c: Likewise.
15882         * benchtests/bench-strstr-ifunc.c: Likewise.
15883
15884 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15885
15886         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15887
15888 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15889
15890         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15891         * rt/aio.h: Likewise.
15892         * sysdeps/gnu/bits/utmp.h: Likewise.
15893         * sysdeps/gnu/bits/utmpx.h: Likewise.
15894         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15895         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15896         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15897         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15898         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15899         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15900         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15901         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15902         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15903         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15904         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15905         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15906         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15908         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15909         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15910         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15911         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15912         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15913         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15914         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15915         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15916         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15917         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15918         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15919         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15920         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15921         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15922         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15923         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15924         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15925         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15926         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15927         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15928         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15929         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15930         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15931         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15932         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15933         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15934         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15935         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15936
15937 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15938
15939         [BZ #16245]
15940         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15941         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15942
15943 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15944
15945         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15946         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15947         Likewise.
15948
15949 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15950
15951         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15952         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15953         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15954         (__fesetround): Remove define.
15955         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15956         rounding and exceptions handling.
15957         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15958         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15959         (__fe_nomask_env): Likewise.
15960         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15961         __fegetround instead of fegetround.
15962         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15963         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15964
15965 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15966
15967         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15968         it's there.
15969
15970         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15971
15972 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15973
15974         [BZ #11157]
15975         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15976         (encrypt_r): Likewise.
15977         * malloc/obstack.h (obstack_free): Likewise.
15978         * posix/unistd.h (encrypt): Likewise.
15979
15980 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15981
15982         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15983         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15984         DL_CALL_DT_FINI() that call the functions directly.
15985         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15986         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15987         * elf/dl-fini.c: Likewise.
15988
15989 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15990
15991         * malloc/hooks.c (memalign_check): Add alignment rounding.
15992         * malloc/malloc.c (_mid_memalign): New function.
15993         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15994         Implement by calling _mid_memalign.
15995         * manual/probes.texi (Memory Allocation Probes): Remove
15996         memory_valloc_retry and memory_pvalloc_retry.
15997
15998 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15999
16000         * locale/programs/locarchive.c (open_archive): Add const
16001         qualifier to ARCHIVEFNAME and copy default fname to
16002         DEFAULT_FNAME.
16003
16004         [BZ #15601]
16005         * libio/tst-widetext.input: Rename Oriya to Odia.
16006         * locale/iso-639.def: Likewise.
16007
16008         * manual/probes.texi (Mathematical Function Probes): Add
16009         documentation for sin, cos, asin and acos probes.
16010         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
16011         (__sin32): Add slowasin probe.
16012         (__cos32): Add slowacos probe.
16013         (__mpsin): Add slowsin probe.
16014         (__mpcos): Add slowcos probe.
16015
16016 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
16017
16018         [BZ #15483]
16019         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
16020         thread-local __sim_exceptions_thread and global
16021         __sim_exceptions_global.
16022         (__sim_disabled_exceptions): Change to thread-local
16023         __sim_disabled_exceptions_thread and global
16024         __sim_disabled_exceptions_global.
16025         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16026         and global __sim_round_mode_global.
16027         (__simulate_exceptions): Use thread-local floating-point state and
16028         set global state from it as needed.
16029         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
16030         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
16031         __sim_round_mode_thread.
16032         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
16033         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
16034         and global __sim_exceptions_global.
16035         (__sim_disabled_exceptions): Change to thread-local
16036         __sim_disabled_exceptions_thread and global
16037         __sim_disabled_exceptions_global.
16038         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16039         and global __sim_round_mode_global.
16040         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
16041         (SIM_SET_GLOBAL): Likewise.
16042         * sysdeps/powerpc/soft-fp/sfp-machine.h
16043         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
16044         __sim_round_mode_thread.
16045         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
16046         __sim_disabled_exceptions_thread.
16047         (__sim_exceptions): Change to __sim_exceptions_thread.
16048         (__sim_disabled_exceptions): Change to
16049         __sim_disabled_exceptions_thread.
16050         (__sim_round_mode): Change to __sim_round_mode_thread.
16051         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
16052         thread-local floating-point state and set global state from it as
16053         needed.
16054         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
16055         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
16056         (__sim_disabled_exceptions): Remove extern declaration.
16057         (feenableexcept): Use thread-local floating-point state and set
16058         global state from it as needed.
16059         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
16060         extern declaration.
16061         (__sim_disabled_exceptions): Likewise.
16062         (__sim_round_mode): Likewise.
16063         (__fegetenv): Use thread-local floating-point state.
16064         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
16065         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
16066         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
16067         floating-point state and set global state from it as needed.
16068         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
16069         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16070         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
16071         Likewise.
16072         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
16073         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
16074         Likewise.
16075         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
16076         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
16077         Use __sim_round_mode_thread.
16078         * math/test-fenv-tls.c: New file.
16079         * math/Makefile (tests): Add test-fenv-tls.
16080         ($(objpfx)test-fenv-tls): Depend on
16081         $(common-objpfx)nptl/libpthread.so.
16082
16083 2013-11-19  Andreas Schwab  <schwab@suse.de>
16084
16085         * locale/programs/locale.c (show_info): Decode wordarray elements.
16086         * locale/categories.def (LC_MONETARY): Add element for
16087         _NL_MONETARY_CRNCYSTR.
16088         * locale/C-monetary.c (conversion_rate): New variable.
16089         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
16090         element.
16091
16092 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
16093
16094         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
16095         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
16096
16097 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
16098
16099         * elf/Makefile (tst-auxv): New test.
16100         * elf/tst-auxv.c: New
16101         * elf/rtld.c (dl_main): Adjust AT_EXECFN
16102
16103 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
16104
16105         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
16106         (hidden_proto): Caller changed.
16107         (hidden_tls_proto): New macro.
16108         (libc_hidden_tls_proto): Likewise.
16109         (rtld_hidden_tls_proto): Likewise.
16110         (libm_hidden_tls_proto): Likewise.
16111         (libresolv_hidden_tls_proto): Likewise.
16112         (librt_hidden_tls_proto): Likewise.
16113         (libdl_hidden_tls_proto): Likewise.
16114         (libnss_files_hidden_tls_proto): Likewise.
16115         (libnsl_hidden_tls_proto): Likewise.
16116         (libnss_nisplus_hidden_tls_proto): Likewise.
16117         (libutil_hidden_tls_proto): Likewise.
16118
16119 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
16120
16121         [BZ #10253]
16122         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
16123         (decompose_rpath): Defer expansion to fillin_rpath.
16124         (_dl_init_paths): Pass linkmap to fillin_rpath.
16125
16126 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16127
16128         * benchtests/Makefile: Add strsep.
16129         * benchtests/bench-strsep.c: New file: strsep benchtest.
16130         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
16131
16132 2013-11-18  Andreas Schwab  <schwab@suse.de>
16133
16134         * locale/programs/locale.c (show_info) [case byte]: Check for
16135         '\377' instead of '\177'.
16136         * locale/C-monetary.c (not_available): Always use "\377".
16137         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
16138         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
16139         detect unavailable sign_posn locale elements.
16140         * locale/localeconv.c (__localeconv): For grouping and
16141         mon_grouping handle "\177" and "\377" like no grouping.
16142         (INT_ELEM): New macro.  Use it to set all numeric members.
16143         * locale/programs/ld-monetary.c (monetary_read)
16144         <tok_mon_grouping>: Normalize single -1 to the empty string.
16145         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
16146         Likewise.
16147
16148 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16149
16150         [BZ #16055]
16151         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
16152         when we match (nil).
16153         * stdio-common/tst-sscanf.c (struct test): Add testcase.
16154
16155 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
16156
16157         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
16158         (NO_TEST_INLINE): Update value.
16159         (ERRNO_UNCHANGED): Likewise.
16160         (ERRNO_EDOM): Likewise.
16161         (ERRNO_ERANGE): Likewise.
16162         (IGNORE_RESULT): Likewise.
16163         (check_float_internal): Check signs of NaN results if
16164         TEST_NAN_SIGN used.
16165         (check_complex): Pass TEST_NAN_SIGN flag through to second
16166         check_float_internal call.
16167         (copysign_test_data): Add tests with quiet NaNs as second
16168         argument.  Use TEST_NAN_SIGN.
16169         (fabs_test_data): Add test of negative quiet NaN argument.  Use
16170         TEST_NAN_SIGN.
16171         (signbit_test_data): Add tests of quiet NaN argument.
16172         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
16173
16174         * math/gen-libm-test.pl (show_exceptions): Take extra argument
16175         $ignore_result.
16176         (parse_args): Handle function results specified as IGNORE.
16177         * math/libm-test.inc (IGNORE_RESULT): New macro.
16178         (check_float_internal): Do not check numerical result if flag
16179         IGNORE_RESULT set.
16180         (check_complex): Pass through IGNORE_RESULT to second
16181         check_float_internal call.
16182         (check_int): Do not check numerical result if flag IGNORE_RESULT
16183         set.
16184         (check_long): Likewise.
16185         (check_bool): Likewise.
16186         (check_longlong): Likewise.
16187         (lrint_test_data): Add tests of infinite and NaN arguments.
16188         (lrint_tonearest_test_data): Likewise.
16189         (lrint_towardzero_test_data): Likewise.
16190         (lrint_downward_test_data): Likewise.
16191         (lrint_upward_test_data): Likewise.
16192         (llrint_test_data): Likewise.
16193         (llrint_tonearest_test_data): Likewise.
16194         (llrint_towardzero_test_data): Likewise.
16195         (llrint_downward_test_data): Likewise.
16196         (llrint_upward_test_data): Likewise.
16197         (lround_test_data): Likewise.
16198         (llround_test_data): Likewise.
16199
16200         * math/libm-test.inc (NO_TEST_INLINE): New macro.
16201         (ERRNO_UNCHANGED): Update value.
16202         (ERRNO_EDOM): Likewise.
16203         (ERRNO_ERANGE): Likewise.
16204         (NO_TEST_INLINE_FLOAT): New macro.
16205         (NO_TEST_INLINE_DOUBLE): Likewise.
16206         (enable_test): New function.
16207         (RUN_TEST_f_f): Check enable_test before running test.
16208         (RUN_TEST_2_f): Likewise.
16209         (RUN_TEST_fff_f): Likewise.
16210         (RUN_TEST_c_f): Likewise.
16211         (RUN_TEST_f_f1): Likewise.
16212         (RUN_TEST_fF_f1): Likewise.
16213         (RUN_TEST_fI_f1): Likewise.
16214         (RUN_TEST_ffI_f1): Likewise.
16215         (RUN_TEST_c_c): Likewise.
16216         (RUN_TEST_cc_c): Likewise.
16217         (RUN_TEST_f_i): Likewise.
16218         (RUN_TEST_f_i_tg): Likewise.
16219         (RUN_TEST_ff_i_tg): Likewise.
16220         (RUN_TEST_f_b): Likewise.
16221         (RUN_TEST_f_b_tg): Likewise.
16222         (RUN_TEST_f_l): Likewise.
16223         (RUN_TEST_f_L): Likewise.
16224         (RUN_TEST_fFF_11): Likewise.
16225         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16226         conditionals.
16227         (cosh_test_data): Likewise.
16228         (exp_test_data): Likewise.
16229         (expm1_test_data): Likewise.
16230         (hypot_test_data): Likewise.
16231         (pow_test_data): Likewise.
16232         (sinh_test_data): Likewise.
16233         (tanh_test_data): Likewise.
16234         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16235         flags argument.
16236
16237         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16238         tests with quiet NaN input and output.
16239         (acosh_test_data): Likewise.
16240         (asin_test_data): Likewise.
16241         (asinh_test_data): Likewise.
16242         (atan_test_data): Likewise.
16243         (atanh_test_data): Likewise.
16244         (atan2_test_data): Likewise.
16245         (cbrt_test_data): Likewise.
16246         (cos_test_data): Likewise.
16247         (cosh_test_data): Likewise.
16248         (erf_test_data): Likewise.
16249         (erfc_test_data): Likewise.
16250         (exp_test_data): Likewise.
16251         (exp10_test_data): Likewise.
16252         (exp2_test_data): Likewise.
16253         (expm1_test_data): Likewise.
16254         (hypot_test_data): Likewise.
16255         (j0_test_data): Likewise.
16256         (j1_test_data): Likewise.
16257         (jn_test_data): Likewise.
16258         (lgamma_test_data): Likewise.
16259         (log_test_data): Likewise.
16260         (log10_test_data): Likewise.
16261         (log1p_test_data): Likewise.
16262         (log2_test_data): Likewise.
16263         (pow_test_data): Likewise.
16264         (scalb_test_data): Likewise.
16265         (sin_test_data): Likewise.
16266         (sincos_test_data): Likewise.
16267         (sinh_test_data): Likewise.
16268         (tan_test_data): Likewise.
16269         (tanh_test_data): Likewise.
16270         (tgamma_test_data): Likewise.
16271         (y0_test_data): Likewise.
16272         (y1_test_data): Likewise.
16273         (yn_test_data): Likewise.
16274
16275         [BZ #16167]
16276         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16277         argument being NaN and avoid computations with second argument in
16278         that case.
16279         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16280         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16281         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16282
16283 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
16284
16285         * locale/iso-639.def: Add Chitwani Tharu (the).
16286
16287 2013-11-14  Andreas Schwab  <schwab@suse.de>
16288
16289         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16290         word instead of empty string.
16291
16292 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16293
16294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16295         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16297         (__fe_nomask_env): Likewise.
16298
16299 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16300
16301         * benchtests/bench-timing.h: Include time.h.
16302
16303 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16304
16305         [BZ #15997]
16306         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16307         to 3.4.0 for x32.
16308         * sysdeps/unix/sysv/linux/configure: Regenerated.
16309
16310 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16311
16312         [BZ #16151]
16313         * stdlib/strtod_l.c (round_and_return): Do not consider
16314         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16315         exponent one less than half the least subnormal exponent.
16316         * stdlib/test-strtod-round-data: Add more tests.
16317         * stdlib/tst-strtod-round.c (tests): Regenerated.
16318
16319 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16320
16321         [BZ #14143]
16322         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16323         (__fe_mask_env): Likewise.
16324         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16325         libm_hidden_proto and add function prototype.
16326         (__fe_mask_env): Add function prototype.
16327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16328         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16330         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16332         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16333
16334 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16335
16336         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16337         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16338
16339 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16340
16341         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16342         of htab_find_slot().
16343
16344 2013-11-11  David S. Miller  <davem@davemloft.net>
16345
16346         [BZ #16150]
16347         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16348         symbol in the non-vis3 case in static builds.
16349         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16350         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16351         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16352         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16353
16354 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16355
16356         [BZ #387]
16357         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16358         it is empty.
16359
16360 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16361
16362         * benchtests/Makefile: Add bench-strtod.
16363         * benchtests/bench-strtod.c: New file: strtod benchtest
16364
16365 2013-11-11  Andreas Schwab  <schwab@suse.de>
16366
16367         [BZ #16153]
16368         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16369         terminating NUL in key length.
16370
16371 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16372
16373         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16374         Add artificial ODP entry for vDSO symbol for PPC64.
16375         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16376         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16377
16378 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16379
16380         [BZ #15374]
16381         * nss/getent.c (services_keys): Recognize services starting with digit.
16382
16383 2013-11-06  David S. Miller  <davem@davemloft.net>
16384
16385         [BZ #15985]
16386         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16387         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16388
16389 2013-11-06  Will Newton  <will.newton@linaro.org>
16390
16391         * manual/memory.texi (Malloc Examples): Remove register
16392         keyword from examples.
16393
16394 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16395
16396         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16397
16398 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16399
16400         [BZ #6981]
16401         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16402         depending on [__GCC_IEC_559 > 0].
16403         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16404         depending on [__GCC_IEC_559_COMPLEX > 0].
16405
16406 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16407
16408         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16409         to iso-639.def.
16410
16411 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16412
16413         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16414
16415 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16416
16417         [BZ #16112]
16418         * malloc/malloc (malloc_info): Do not handle first bin as
16419         special case.
16420
16421 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16422
16423         * locale/iso-639.def: Add Central Nahuatl (nhn).
16424
16425 2013-11-01  Bruno Haible  <bruno@clisp.org>
16426
16427         [BZ #7003]
16428         * manual/math.texi (BSD Random): Specify range upper bound as
16429         in POSIX.
16430
16431 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16432
16433         * locale/iso-639.def: Add Meadow Mari (mhr).
16434
16435 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16436
16437         [BZ #14752], [BZ #15763]
16438         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16439         Validate name.
16440         * rt/tst_shm.c: Add test for escaping directory.
16441
16442 2013-10-31  Andreas Schwab  <schwab@suse.de>
16443
16444         [BZ #15917]
16445         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16446         followed by 'x' as part of digit sequence.
16447         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16448
16449 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16450
16451         [BZ #16037]
16452         * configure.ac: allow GNU Make 4.0 and greater.
16453         * configure: Regenerated.
16454
16455 2013-10-30  Will Newton  <will.newton@linaro.org>
16456
16457         [BZ #16038]
16458         * malloc/hooks.c (memalign_check): Limit alignment to the
16459         maximum representable power of two.
16460         * malloc/malloc.c (__libc_memalign): Likewise.
16461         * malloc/tst-memalign.c (do_test): Add test for very
16462         large alignment values.
16463         * malloc/tst-posix_memalign.c (do_test): Likewise.
16464
16465 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16466
16467         [BZ #11087]
16468         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16469         (munmap_chunk): Likewise.
16470         (mremap_chunk): Likewise.
16471
16472 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16473
16474         [BZ #15799]
16475         * stdlib/div.c (div): Remove obsolete code.
16476         * stdlib/ldiv.c (ldiv): Likewise.
16477         * stdlib/lldiv.c (lldiv): Likewise.
16478
16479 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16480
16481         [BZ #16071]
16482         * nss/nss_files/files-XXX.c (get_contents_ret): New
16483         enumerator.
16484         (get_contents): New function.
16485         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16486
16487 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16488
16489         * configure.in: Moved to ...
16490         * configure.ac: ... here. Change reference to configure.in
16491         to configure.ac.
16492         * sysdeps/arm/preconfigure.ac: ... here.
16493         configure.in to configure.ac.
16494         * sysdeps/gnu/configure.in: Moved to ...
16495         * sysdeps/gnu/configure.ac: ... here.
16496         * sysdeps/i386/configure.in: Moved to ...
16497         * sysdeps/i386/configure.ac: ... here.
16498         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16499         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16500         * sysdeps/mach/configure.in: Moved to ...
16501         * sysdeps/mach/configure.ac: ... here.
16502         * sysdeps/mach/hurd/configure.in: Moved to ...
16503         * sysdeps/mach/hurd/configure.ac: ... here.
16504         * sysdeps/powerpc/configure.in: Moved to ...
16505         * sysdeps/powerpc/configure.ac: ... here.
16506         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16507         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16508         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16509         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16510         * sysdeps/s390/s390-32/configure.in: Moved to ...
16511         * sysdeps/s390/s390-32/configure.ac: ... here.
16512         * sysdeps/s390/s390-64/configure.in: Moved to ...
16513         * sysdeps/s390/s390-64/configure.ac: ... here.
16514         * sysdeps/sh/configure.in: Moved to ...
16515         * sysdeps/sh/configure.ac: ... here.
16516         * sysdeps/sparc/configure.in: Moved to ...
16517         * sysdeps/sparc/configure.ac: ... here.
16518         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16519         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16520         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16521         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16522         * sysdeps/x86_64/configure.in: Moved to ...
16523         * sysdeps/x86_64/configure.ac: ... here.
16524         * sysdeps/x86_64/preconfigure.in: Moved to ...
16525         * sysdeps/x86_64/preconfigure.ac: ... here.
16526         * aclocal.m4: Change reference to configure.in to configure.ac.
16527         * config.h.in: Likewise.
16528         * manual/install.texi: Likewise.
16529         * manual/maint.texi: Likewise.
16530         * Makefile: Likewise.
16531         * malloc/Makefile: Likewise.
16532         * nscd/Makefile: Likewise.
16533         * Makeconfig: Change reference to configure.in and
16534         preconfigure.in to configure.ac and preconfigure.ac
16535         respectively.
16536         * INSTALL: Regenerated.
16537         * configure: Likewise.
16538         * sysdeps/gnu/configure: Likewise.
16539         * sysdeps/i386/configure: Likewise.
16540         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16541         * sysdeps/mach/configure: Likewise.
16542         * sysdeps/mach/hurd/configure: Likewise.
16543         * sysdeps/powerpc/configure: Likewise.
16544         * sysdeps/powerpc/powerpc32/configure: Likewise.
16545         * sysdeps/powerpc/powerpc64/configure: Likewise.
16546         * sysdeps/s390/s390-32/configure: Likewise.
16547         * sysdeps/s390/s390-64/configure: Likewise.
16548         * sysdeps/sh/configure: Likewise.
16549         * sysdeps/sparc/configure: Likewise.
16550         * sysdeps/unix/sysv/linux/configure: Likewise.
16551         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16552         * sysdeps/x86_64/configure: Likewise.
16553         * sysdeps/x86_64/preconfigure: Likewise.
16554
16555 2013-10-29  Andreas Schwab  <schwab@suse.de>
16556
16557         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16558
16559 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16560
16561         * benchtests/pow-inputs: Add new inputs.
16562
16563         * benchtests/exp-inputs: Add new inputs.
16564
16565         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16566         conditional check for return value.
16567         (__cos32): Likewise.
16568
16569 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16570
16571         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16572         to provide a boost for large inputs with word alignment.
16573         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16574         implementation based on optimized PPC64 strcpy.
16575         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16576         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16577         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16578         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16579
16580 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16581
16582         [BZ #2801]
16583         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16584
16585 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16586
16587         [BZ #14876]
16588         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16589         * time/tst-strptime.c (day_tests): Add testcase.
16590
16591 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16592
16593         [BZ #14029]
16594         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16595
16596 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16597
16598         [BZ #16074]
16599         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16600         MAP_FAILED on error.
16601
16602 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16603
16604         [BZ #16072]
16605         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16606         heap for large requests.
16607
16608 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16609
16610         [BZ #9954]
16611         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16612         result if the result has no associated interface.
16613         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16614         interface for all 127.X.Y.Z addresses.
16615
16616 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16617
16618         * locale/iso-639.def: Add Ligurian (lij)
16619
16620 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16621
16622         [BZ #15825]
16623         * sunrpc/rpc_main.c: Document rpcgen -5.
16624
16625 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16626
16627         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16628
16629 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16630
16631         [BZ #10278]
16632         * posix/glob.c: Match only directories when trailing slash is present.
16633         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16634         (main): Add testcase.
16635
16636 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16637
16638         [BZ #15670]
16639         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16640
16641 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16642
16643         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16644         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16645         AUTH_DES and cindex for FIPS 140-2.
16646         (DES Encryption): Add cindex FIPS 46-3.
16647
16648         * locale/locarchive.h (struct locarhandle): Add fname.
16649         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16650         if an optional argument was specified to --list-archive,
16651         otherwise NULL.
16652         * locale/programs/locarchive.c (show_archive_content): Take new
16653         argument fname and pass it via ah.fname to open_archive.
16654         * locale/programs/localedef.h: Update decl.
16655         (open_archive): If AH->fname is non-null, open that file
16656         rather than the default file name, and don't ignore ENOENT.
16657         (create_archive): Set AH.fname to NULL.
16658         (delete_locales_from_archive): Likewise.
16659         (add_locales_to_archive): Likewise.
16660         * locale/programs/locfile.c (write_all_categories): Likewise.
16661
16662 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16663             Aldy Hernandez  <aldyh@redhat.com>
16664
16665         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16666         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16667         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16668         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16669         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16670         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16671         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16672         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16673         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16674         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16675         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16676         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16677         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16678         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16679         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16680         Likewise.
16681         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16682         Likewise.
16683         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16684         Likewise.
16685         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16686         Likewise.
16687         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16688         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16689         Likewise.
16690         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16691         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16692         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16693         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16694         Likewise.
16695         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16696         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16697         * sysdeps/powerpc/preconfigure: Likewise.
16698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16699         Likewise.
16700         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16701         Replace contents of file by #include of <fenv_libc.h>.
16702         * sysdeps/powerpc/soft-fp/sfp-machine.h
16703         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16704         and <sys/prctl.h>.
16705         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16706         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16707         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16708         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16709         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16710         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16711         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16712         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16713         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16714         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16715         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16716         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16718         Allow copysignl PLT reference to be missing.
16719
16720 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16721             Joseph Myers  <joseph@codesourcery.com
16722
16723         [BZ #15948]
16724         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16725         single character.
16726         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16727
16728 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16729
16730         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16731         * elf/tst-tls1.c: Likewise.
16732         * elf/tst-tls10.h: Likewise.
16733         * elf/tst-tls14.c: Likewise.
16734         * elf/tst-tls2.c: Likewise.
16735         * elf/tst-tls3.c: Likewise.
16736         * elf/tst-tls4.c: Likewise.
16737         * elf/tst-tls5.c: Likewise.
16738         * elf/tst-tls6.c: Likewise.
16739         * elf/tst-tls7.c: Likewise.
16740         * elf/tst-tls8.c: Likewise.
16741         * elf/tst-tls9.c: Likewise.
16742         * elf/tst-tlsmod1.c: Likewise.
16743         * elf/tst-tlsmod13.c: Likewise.
16744         * elf/tst-tlsmod13a.c: Likewise.
16745         * elf/tst-tlsmod14a.c: Likewise.
16746         * elf/tst-tlsmod16a.c: Likewise.
16747         * elf/tst-tlsmod16b.c: Likewise.
16748         * elf/tst-tlsmod2.c: Likewise.
16749         * elf/tst-tlsmod3.c: Likewise.
16750         * elf/tst-tlsmod4.c: Likewise.
16751         * elf/tst-tlsmod5.c: Likewise.
16752         * elf/tst-tlsmod6.c: Likewise.
16753
16754 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16755
16756         [BZ #12486]
16757         * malloc/malloc.c: remove checks for statistics.
16758
16759 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16760
16761         [BZ #15277]
16762         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16763         * inet/tst-network.c: Add testcase.
16764
16765 2013-10-17  Andreas Schwab  <schwab@suse.de>
16766
16767         [BZ #15218]
16768         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16769         to determine canonical name.
16770
16771 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16772
16773         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16774         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16775         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16776         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16777         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16778         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16779         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16780         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16781         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16782         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16783         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16784         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16785         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16786         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16787         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16788         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16789         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16790         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16791         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16792         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16793         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16794         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16795         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16796         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16797         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16798         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16799         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16800         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16801         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16802         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16803         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16804         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16805         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16806         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16807         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16808         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16809         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16810         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16811         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16812         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16813         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16814         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16815         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16816         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16817         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16818         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16819         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16820         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16821         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16822         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16823         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16824         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16825         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16826         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16827         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16828         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16829         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16830         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16831
16832 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16833
16834         [BZ #16041]
16835         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16836         make result into a quiet NaN.
16837
16838 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16839
16840         * soft-fp/adddf3.c: Fix horizontal whitespace.
16841         * soft-fp/addsf3.c: Likewise.
16842         * soft-fp/addtf3.c: Likewise.
16843         * soft-fp/divdf3.c: Likewise.
16844         * soft-fp/divsf3.c: Likewise.
16845         * soft-fp/divtf3.c: Likewise.
16846         * soft-fp/double.h: Likewise.
16847         * soft-fp/eqdf2.c: Likewise.
16848         * soft-fp/eqsf2.c: Likewise.
16849         * soft-fp/eqtf2.c: Likewise.
16850         * soft-fp/extenddftf2.c: Likewise.
16851         * soft-fp/extended.h: Likewise.
16852         * soft-fp/extendsfdf2.c: Likewise.
16853         * soft-fp/extendsftf2.c: Likewise.
16854         * soft-fp/extendxftf2.c: Likewise.
16855         * soft-fp/fixdfdi.c: Likewise.
16856         * soft-fp/fixdfsi.c: Likewise.
16857         * soft-fp/fixdfti.c: Likewise.
16858         * soft-fp/fixsfdi.c: Likewise.
16859         * soft-fp/fixsfsi.c: Likewise.
16860         * soft-fp/fixsfti.c: Likewise.
16861         * soft-fp/fixtfdi.c: Likewise.
16862         * soft-fp/fixtfsi.c: Likewise.
16863         * soft-fp/fixtfti.c: Likewise.
16864         * soft-fp/fixunsdfdi.c: Likewise.
16865         * soft-fp/fixunsdfsi.c: Likewise.
16866         * soft-fp/fixunsdfti.c: Likewise.
16867         * soft-fp/fixunssfdi.c: Likewise.
16868         * soft-fp/fixunssfsi.c: Likewise.
16869         * soft-fp/fixunssfti.c: Likewise.
16870         * soft-fp/fixunstfdi.c: Likewise.
16871         * soft-fp/fixunstfsi.c: Likewise.
16872         * soft-fp/fixunstfti.c: Likewise.
16873         * soft-fp/floatdidf.c: Likewise.
16874         * soft-fp/floatdisf.c: Likewise.
16875         * soft-fp/floatditf.c: Likewise.
16876         * soft-fp/floatsidf.c: Likewise.
16877         * soft-fp/floatsisf.c: Likewise.
16878         * soft-fp/floatsitf.c: Likewise.
16879         * soft-fp/floattidf.c: Likewise.
16880         * soft-fp/floattisf.c: Likewise.
16881         * soft-fp/floattitf.c: Likewise.
16882         * soft-fp/floatundidf.c: Likewise.
16883         * soft-fp/floatundisf.c: Likewise.
16884         * soft-fp/floatunditf.c: Likewise.
16885         * soft-fp/floatunsidf.c: Likewise.
16886         * soft-fp/floatunsisf.c: Likewise.
16887         * soft-fp/floatunsitf.c: Likewise.
16888         * soft-fp/floatuntidf.c: Likewise.
16889         * soft-fp/floatuntisf.c: Likewise.
16890         * soft-fp/floatuntitf.c: Likewise.
16891         * soft-fp/fmadf4.c: Likewise.
16892         * soft-fp/fmasf4.c: Likewise.
16893         * soft-fp/fmatf4.c: Likewise.
16894         * soft-fp/gedf2.c: Likewise.
16895         * soft-fp/gesf2.c: Likewise.
16896         * soft-fp/getf2.c: Likewise.
16897         * soft-fp/ledf2.c: Likewise.
16898         * soft-fp/lesf2.c: Likewise.
16899         * soft-fp/letf2.c: Likewise.
16900         * soft-fp/muldf3.c: Likewise.
16901         * soft-fp/mulsf3.c: Likewise.
16902         * soft-fp/multf3.c: Likewise.
16903         * soft-fp/negdf2.c: Likewise.
16904         * soft-fp/negsf2.c: Likewise.
16905         * soft-fp/negtf2.c: Likewise.
16906         * soft-fp/op-1.h: Likewise.
16907         * soft-fp/op-2.h: Likewise.
16908         * soft-fp/op-4.h: Likewise.
16909         * soft-fp/op-8.h: Likewise.
16910         * soft-fp/op-common.h: Likewise.
16911         * soft-fp/quad.h: Likewise.
16912         * soft-fp/single.h: Likewise.
16913         * soft-fp/soft-fp.h: Likewise.
16914         * soft-fp/sqrtdf2.c: Likewise.
16915         * soft-fp/sqrtsf2.c: Likewise.
16916         * soft-fp/sqrttf2.c: Likewise.
16917         * soft-fp/subdf3.c: Likewise.
16918         * soft-fp/subsf3.c: Likewise.
16919         * soft-fp/subtf3.c: Likewise.
16920         * soft-fp/truncdfsf2.c: Likewise.
16921         * soft-fp/trunctfdf2.c: Likewise.
16922         * soft-fp/trunctfsf2.c: Likewise.
16923         * soft-fp/trunctfxf2.c: Likewise.
16924         * soft-fp/unorddf2.c: Likewise.
16925         * soft-fp/unordsf2.c: Likewise.
16926         * soft-fp/unordtf2.c: Likewise.
16927
16928 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16929
16930         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16931         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16932
16933 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16934
16935         * elf/dl-libc.c: Clear initfini list after freeing.
16936
16937 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16938
16939         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16940         * soft-fp/addsf3.c: Likewise.
16941         * soft-fp/addtf3.c: Likewise.
16942         * soft-fp/divdf3.c: Likewise.
16943         * soft-fp/divsf3.c: Likewise.
16944         * soft-fp/divtf3.c: Likewise.
16945         * soft-fp/double.h: Likewise.
16946         * soft-fp/eqdf2.c: Likewise.
16947         * soft-fp/eqsf2.c: Likewise.
16948         * soft-fp/eqtf2.c: Likewise.
16949         * soft-fp/extenddftf2.c: Likewise.
16950         * soft-fp/extended.h: Likewise.
16951         * soft-fp/extendsfdf2.c: Likewise.
16952         * soft-fp/extendsftf2.c: Likewise.
16953         * soft-fp/extendxftf2.c: Likewise.
16954         * soft-fp/fixdfdi.c: Likewise.
16955         * soft-fp/fixdfsi.c: Likewise.
16956         * soft-fp/fixdfti.c: Likewise.
16957         * soft-fp/fixsfdi.c: Likewise.
16958         * soft-fp/fixsfsi.c: Likewise.
16959         * soft-fp/fixsfti.c: Likewise.
16960         * soft-fp/fixtfdi.c: Likewise.
16961         * soft-fp/fixtfsi.c: Likewise.
16962         * soft-fp/fixtfti.c: Likewise.
16963         * soft-fp/fixunsdfdi.c: Likewise.
16964         * soft-fp/fixunsdfsi.c: Likewise.
16965         * soft-fp/fixunsdfti.c: Likewise.
16966         * soft-fp/fixunssfdi.c: Likewise.
16967         * soft-fp/fixunssfsi.c: Likewise.
16968         * soft-fp/fixunssfti.c: Likewise.
16969         * soft-fp/fixunstfdi.c: Likewise.
16970         * soft-fp/fixunstfsi.c: Likewise.
16971         * soft-fp/fixunstfti.c: Likewise.
16972         * soft-fp/floatdidf.c: Likewise.
16973         * soft-fp/floatdisf.c: Likewise.
16974         * soft-fp/floatditf.c: Likewise.
16975         * soft-fp/floatsidf.c: Likewise.
16976         * soft-fp/floatsisf.c: Likewise.
16977         * soft-fp/floatsitf.c: Likewise.
16978         * soft-fp/floattidf.c: Likewise.
16979         * soft-fp/floattisf.c: Likewise.
16980         * soft-fp/floattitf.c: Likewise.
16981         * soft-fp/floatundidf.c: Likewise.
16982         * soft-fp/floatundisf.c: Likewise.
16983         * soft-fp/floatunsidf.c: Likewise.
16984         * soft-fp/floatunsisf.c: Likewise.
16985         * soft-fp/floatuntidf.c: Likewise.
16986         * soft-fp/floatuntisf.c: Likewise.
16987         * soft-fp/floatuntitf.c: Likewise.
16988         * soft-fp/fmadf4.c: Likewise.
16989         * soft-fp/fmasf4.c: Likewise.
16990         * soft-fp/fmatf4.c: Likewise.
16991         * soft-fp/gedf2.c: Likewise.
16992         * soft-fp/gesf2.c: Likewise.
16993         * soft-fp/getf2.c: Likewise.
16994         * soft-fp/ledf2.c: Likewise.
16995         * soft-fp/lesf2.c: Likewise.
16996         * soft-fp/letf2.c: Likewise.
16997         * soft-fp/muldf3.c: Likewise.
16998         * soft-fp/mulsf3.c: Likewise.
16999         * soft-fp/multf3.c: Likewise.
17000         * soft-fp/negdf2.c: Likewise.
17001         * soft-fp/negsf2.c: Likewise.
17002         * soft-fp/negtf2.c: Likewise.
17003         * soft-fp/op-1.h: Likewise.
17004         * soft-fp/op-2.h: Likewise.
17005         * soft-fp/op-4.h: Likewise.
17006         * soft-fp/op-8.h: Likewise.
17007         * soft-fp/op-common.h: Likewise.
17008         * soft-fp/quad.h: Likewise.
17009         * soft-fp/single.h: Likewise.
17010         * soft-fp/soft-fp.h: Likewise.
17011         * soft-fp/sqrtdf2.c: Likewise.
17012         * soft-fp/sqrtsf2.c: Likewise.
17013         * soft-fp/sqrttf2.c: Likewise.
17014         * soft-fp/subdf3.c: Likewise.
17015         * soft-fp/subsf3.c: Likewise.
17016         * soft-fp/subtf3.c: Likewise.
17017         * soft-fp/truncdfsf2.c: Likewise.
17018         * soft-fp/trunctfdf2.c: Likewise.
17019         * soft-fp/trunctfsf2.c: Likewise.
17020         * soft-fp/trunctfxf2.c: Likewise.
17021         * soft-fp/unorddf2.c: Likewise.
17022         * soft-fp/unordsf2.c: Likewise.
17023         * soft-fp/unordtf2.c: Likewise.
17024
17025 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
17026
17027         [BZ #15672]
17028         * misc/error.c (error_tail): Fix possible buffer overflow.
17029
17030 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
17031
17032         [BZ #13028]
17033         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
17034         address.
17035
17036 2013-10-14  P. J. McDermott  <pj@pehjota.net>
17037
17038         [BZ #832]
17039         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
17040         testing pipefail option.
17041
17042 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
17043
17044         * soft-fp/double.h: Indent preprocessor directives inside #if.
17045         * soft-fp/extended.h: Likewise.
17046         * soft-fp/op-2.h: Likewise.
17047         * soft-fp/op-4.h: Likewise.
17048         * soft-fp/op-common.h: Likewise.
17049         * soft-fp/quad.h: Likewise.
17050         * soft-fp/single.h: Likewise.
17051         * soft-fp/soft-fp.h: Likewise.
17052
17053 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
17054
17055         * iconv/iconv_prog.c: Fix typos.
17056         * stdio-common/psiginfo-data.h: Likewise.
17057
17058 2013-10-12   Reuben Thomas <rrt@sc3d.org>
17059
17060         [BZ #15764]
17061         * locale/setlocale.c: Fix typo.
17062
17063 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
17064
17065         [BZ #16036]
17066         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
17067         signaling NaN arguments.
17068         * soft-fp/unordsf2.c (__unordsf2): Likewise.
17069         * soft-fp/unordtf2.c (__unordtf2): Likewise.
17070
17071         [BZ #14910]
17072         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
17073         unordered operands.
17074         * soft-fp/gesf2.c (__gesf2): Likewise.
17075         * soft-fp/getf2.c (__getf2): Likewise.
17076         * soft-fp/ledf2.c (__ledf2): Likewise.
17077         * soft-fp/lesf2.c (__lesf2): Likewise.
17078         * soft-fp/letf2.c (__letf2): Likewise.
17079
17080         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
17081         * soft-fp/eqsf2.c (__eqsf2): Likewise.
17082         * soft-fp/eqtf2.c (__eqtf2): Likewise.
17083         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
17084         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
17085         * soft-fp/fixdfti.c (__fixdfti): Likewise.
17086         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
17087         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
17088         * soft-fp/fixsfti.c (__fixsfti): Likewise.
17089         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
17090         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
17091         * soft-fp/fixtfti.c (__fixtfti): Likewise.
17092         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
17093         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
17094         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
17095         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
17096         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
17097         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
17098         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
17099         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
17100         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
17101         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
17102         * soft-fp/floatdisf.c (__floatdisf): Likewise.
17103         * soft-fp/floatsisf.c (__floatsisf): Likewise.
17104         * soft-fp/floattidf.c (__floattidf): Likewise.
17105         * soft-fp/floattisf.c (__floattisf): Likewise.
17106         * soft-fp/floattitf.c (__floattitf): Likewise.
17107         * soft-fp/floatundidf.c (__floatundidf): Likewise.
17108         * soft-fp/floatundisf.c (__floatundisf): Likewise.
17109         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
17110         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
17111         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
17112         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
17113         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
17114         * soft-fp/gesf2.c (__gesf2): Likewise.
17115         * soft-fp/getf2.c (__getf2): Likewise.
17116         * soft-fp/ledf2.c (__ledf2): Likewise.
17117         * soft-fp/lesf2.c (__lesf2): Likewise.
17118         * soft-fp/letf2.c (__letf2): Likewise.
17119
17120         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
17121         Undefine and redefine.
17122         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
17123         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
17124         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
17125         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
17126         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17127         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
17128         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17129         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
17130         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17131         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
17132         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17133         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
17134         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17135         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
17136         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17137
17138         [BZ #16032]
17139         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
17140         without decrementing exponent if mantissa >= that for the
17141         denominator, not >.
17142         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
17143         denominator, not >.  Decrement exponent in < case instead of
17144         incrementing in >= case.
17145         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
17146         without decrementing exponent if mantissa >= that for the
17147         denominator, not >.
17148
17149         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
17150         computing saturated result for unsigned overflow.
17151
17152 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17153             Jeff Law  <law@redhat.com>
17154
17155         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
17156         (atan2Mp): Add systemtap probe marker.
17157         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
17158         (__ieee754_log): Add systemtap probe marker.
17159         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
17160         (atanMp): Add systemtap probe marker.
17161         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
17162         (tanMp): Add systemtap probe marker.
17163         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
17164         (__slowexp): Add systemtap probe marker.
17165         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
17166         (__slowpow): Add systemtap probe marker.
17167         * manual/probes.texi: Document probes.
17168
17169 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
17170
17171         [BZ #15362]
17172         * libio/fileops.c (_IO_new_file_write): Return count of bytes
17173         written.
17174         (_IO_new_file_xsputn): Don't return EOF if nothing has been
17175         written.
17176         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
17177         written to buffer but not flushed.
17178         * libio/iofwrite_u.c:  Likewise.
17179         * libio/iopadn.c:  Return bytes returned even if EOF was
17180         encountered.
17181         * libio/iowpadn.c:  Likewise.
17182         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
17183         if _IO_padn does not write the whole buffer.
17184         [!COMPILE_WPRINTF] (PAD): Likewise.
17185
17186 2013-10-10  David S. Miller  <davem@davemloft.net>
17187
17188         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
17189         directory block.
17190
17191 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17192
17193         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
17194         instead of FSF address.
17195         * soft-fp/fixdfti.c: Likewise.
17196         * soft-fp/fixsfti.c: Likewise.
17197         * soft-fp/fixtfti.c: Likewise.
17198         * soft-fp/fixunsdfti.c: Likewise.
17199         * soft-fp/fixunssfti.c: Likewise.
17200         * soft-fp/fixunstfti.c: Likewise.
17201         * soft-fp/floattidf.c: Likewise.
17202         * soft-fp/floattisf.c: Likewise.
17203         * soft-fp/floattitf.c: Likewise.
17204         * soft-fp/floatuntidf.c: Likewise.
17205         * soft-fp/floatuntisf.c: Likewise.
17206         * soft-fp/floatuntitf.c: Likewise.
17207         * soft-fp/trunctfxf2.c: Likewise.
17208
17209         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
17210         * soft-fp/fixdfti.c: Likewise.
17211         * soft-fp/fixsfti.c: Likewise.
17212         * soft-fp/fixtfti.c: Likewise.
17213         * soft-fp/fixunsdfti.c: Likewise.
17214         * soft-fp/fixunssfti.c: Likewise.
17215         * soft-fp/fixunstfti.c: Likewise.
17216         * soft-fp/floattidf.c: Likewise.
17217         * soft-fp/floattisf.c: Likewise.
17218         * soft-fp/floattitf.c: Likewise.
17219         * soft-fp/floatuntidf.c: Likewise.
17220         * soft-fp/floatuntisf.c: Likewise.
17221         * soft-fp/floatuntitf.c: Likewise.
17222         * soft-fp/trunctfxf2.c: Likewise.
17223
17224 2013-10-10  David S. Miller  <davem@davemloft.net>
17225
17226         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17227
17228 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
17229
17230         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17231         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17232         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17233         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17234         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17235         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17236         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17237
17238         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17239         for NaNs before doing comparisons on argument.
17240         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17241         Likewise.
17242
17243 2013-10-10  Will Newton  <will.newton@linaro.org>
17244
17245         * malloc/hooks.c (memalign_check): Ensure the value of bytes
17246         passed to _int_memalign does not overflow.
17247
17248 2013-10-10  Torvald Riegel  <triegel@redhat.com>
17249
17250         * scripts/bench.pl: Add include-sources directive.
17251         * benchtests/README: Update documentation.
17252
17253 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17254
17255         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17256         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17257         instead of FP_INIT_ROUNDMODE.
17258         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17259         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17260
17261         [BZ #16034]
17262         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
17263         copy class of input value.
17264         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
17265         not handle exceptions.
17266         * soft-fp/negsf2.c (__negsf2): Likewise.
17267         * soft-fp/negtf2.c (__negtf2): Likewise.
17268         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17269
17270 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
17271
17272         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17273         semicolon.  From Linux kernel.
17274
17275 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
17276
17277         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17278
17279 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
17280
17281         [BZ #156]
17282         * manual/socket.texi: Added statement about buffer
17283         for gethostbyname2_r.
17284
17285 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
17286
17287         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17288         Use .p2align directive instead, throughout.
17289         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17290         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17291         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17292         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17293         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17294         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17295         * sysdeps/x86_64/strchr.S: Likewise.
17296         * sysdeps/x86_64/strrchr.S: Likewise.
17297
17298 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17299
17300         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17301
17302         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17303
17304         * sysdeps/generic/math_private.h (__mpsin1): Remove
17305         declaration.
17306         (__mpcos1): Likewise.
17307         (__mpsin): New argument __range_reduce.
17308         (__mpcos): Likewise.
17309         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17310         (slow): Use __mpsin and __mpcos.
17311         (slow1): Likewise.
17312         (slow2): Likewise.
17313         (sloww): Likewise.
17314         (sloww1): Likewise.
17315         (sloww2): Likewise.
17316         (bsloww): Likewise.
17317         (bsloww1): Likewise.
17318         (bsloww2): Likewise.
17319         (cslow2): Likewise.
17320         (csloww): Likewise.
17321         (csloww1): Likewise.
17322         (csloww2): Likewise.
17323         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17324         range_reduce.  Merge in __mpsin1.
17325         (__mpcos): Likewise.
17326         (__mpsin1): Remove.
17327         (__mpcos1): Likewise.
17328
17329 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17330
17331         * locale/loadlocale.c (_nl_intern_locale_data): Use
17332         LOCFILE_ALIGNED_P.
17333         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17334         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17335         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17336         obstack data is appropriately aligned.
17337         (obstack_int32_grow_fast): Likewise.
17338         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17339         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17340         (add_locale_uint32_array): Likewise.
17341
17342 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17343
17344         * benchtests/Makefile: Remove ARGLIST and RET variables.
17345         ($(objpfx)bench-%.c): Pass only function name to the script.
17346         * benchtests/README: Update documentation.
17347         * benchtests/acos-inputs: Add new directives.
17348         * benchtests/acosh-inputs: Likewise.
17349         * benchtests/asin-inputs: Likewise.
17350         * benchtests/asinh-inputs: Likewise.
17351         * benchtests/atan-inputs: Likewise.
17352         * benchtests/atanh-inputs: Likewise.
17353         * benchtests/cos-inputs: Likewise.
17354         * benchtests/cosh-inputs: Likewise.
17355         * benchtests/exp-inputs: Likewise.
17356         * benchtests/log-inputs: Likewise.
17357         * benchtests/pow-inputs: Likewise.
17358         * benchtests/rint-inputs: Likewise.
17359         * benchtests/sin-inputs: Likewise.
17360         * benchtests/sinh-inputs: Likewise.
17361         * benchtests/tan-inputs: Likewise.
17362         * benchtests/tanh-inputs: Likewise.
17363         * scripts/bench.pl: Add support for new directives.
17364
17365 2013-10-07  Alan Modra  <amodra@gmail.com>
17366
17367         * README: Fix careless merge.
17368
17369 2013-10-05  Alan Modra  <amodra@gmail.com>
17370
17371         * NEWS: Mention powerpc64le support and bugs fixed.
17372         * README: Both big-endian and little-endian powerpc64 supported.
17373
17374 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17375
17376         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17377         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17378         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17379         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17380
17381 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17382
17383         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17384         match prototype.
17385
17386 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17387
17388         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17389         Move -mhard-float appending from
17390         ports/sysdeps/powerpc/powerpc32/Makefile.
17391         [$(with-fp) = yes] (ASFLAGS): Likewise.
17392         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17393         * sysdeps/powerpc/nofpu: Move directory from
17394         ports/sysdeps/powerpc/nofpu.
17395         * sysdeps/powerpc/soft-fp: Move directory from
17396         ports/sysdeps/powerpc/soft-fp.
17397         * sysdeps/powerpc/powerpc32/405: Move directory from
17398         ports/sysdeps/powerpc/powerpc32/405.
17399         * sysdeps/powerpc/powerpc32/440: Move directory from
17400         ports/sysdeps/powerpc/powerpc32/440.
17401         * sysdeps/powerpc/powerpc32/464: Move directory from
17402         ports/sysdeps/powerpc/powerpc32/464.
17403         * sysdeps/powerpc/powerpc32/476: Move directory from
17404         ports/sysdeps/powerpc/powerpc32/476.
17405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17406         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17408         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17410         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17412         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17414         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17415         * README: Update for powerpc-*-linux-gnu software floating point
17416         support in libc.
17417
17418         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17419         case to powerpc/powerpc32*.
17420         * sysdeps/unix/sysv/linux/configure: Regenerated.
17421
17422         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17423         (_FPU_MASK_OM): Define as 0x04.
17424         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17425         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17426         0x00c10080.
17427         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17428         0x0000003c.
17429         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17430
17431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17432         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17433         getcontext_e500.
17434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17435         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17436         setcontext_e500.
17437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17438         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17439         and setcontext_e500.
17440
17441 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17442
17443         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17444
17445 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17446
17447         * manual/threads.texi (Default Thread Attributes): Fix typo.
17448
17449 2013-10-04  Will Newton  <will.newton@linaro.org>
17450
17451         * malloc/Makefile: Add tst-memalign.
17452         * malloc/tst-memalign.c: New file.
17453
17454         * malloc/tst-posix_memalign.c: Add comments.
17455         (do_test): Add comments and call free on all potentially
17456         allocated pointers. Add space after cast.
17457
17458         * malloc/tst-pvalloc.c: Add comments.
17459         (do_test): Add comments and call free on all potentially
17460         allocated pointers. Remove duplicate check for NULL pointer.
17461         Add space after cast.
17462
17463         * malloc/tst-valloc.c: Add comments.
17464         (do_test): Add comments and call free on all potentially
17465         allocated pointers. Remove duplicate check for NULL pointer.
17466         Add space after cast.
17467
17468 2013-10-04  Alan Modra  <amodra@gmail.com>
17469
17470         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17471         Use stdint types in rather than __attribute__((mode())).
17472         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17473
17474 2013-10-04  Alan Modra  <amodra@gmail.com>
17475
17476         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17477         Correct handling of unaligned relocs for little-endian.
17478         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17479
17480 2013-10-04  Alan Modra  <amodra@gmail.com>
17481
17482         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17483         * configure: Regenerate.
17484         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17485         * shlib-versions: Likewise.
17486
17487 2013-10-04  Alan Modra  <amodra@gmail.com>
17488
17489         * string/tester.c (test_memrchr): Increment reported test cycle.
17490
17491 2013-10-04  Alan Modra  <amodra@gmail.com>
17492
17493         * string/test-memcpy.c (do_one_test): When reporting errors, print
17494         string address and don't overrun end of string.
17495
17496 2013-10-04  Alan Modra  <amodra@gmail.com>
17497
17498         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17499         insrdi.  Make better use of reg selection to speed exit slightly.
17500         Schedule entry path a little better.  Remove useless "are we done"
17501         checks on entry to main loop.  Handle wrapping around zero address.
17502         Correct main loop count.  Handle single left-over word from main
17503         loop inline rather than by using loop_small.  Remove extra word
17504         case in loop_small caused by wrong loop count.  Add little-endian
17505         support.
17506         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17507         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17508         cache hint.
17509         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17510         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17511         support.  Avoid rlwimi.
17512         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17513
17514 2013-10-04  Alan Modra  <amodra@gmail.com>
17515
17516         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17517         insrdi.  Formatting.
17518         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17519         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17520         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17521         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17522         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17523         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17524
17525 2013-10-04  Alan Modra  <amodra@gmail.com>
17526
17527         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17528         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17529         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17530         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17531         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17532         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17533         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17534         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17535         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17536         use of regs.  Use power7 mtocrf.  Tidy function tails.
17537
17538 2013-10-04  Alan Modra  <amodra@gmail.com>
17539
17540         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17541         Formatting.  Consistently use rXXX register defines or rN defines.
17542         Use early exit labels that avoid restoring unused non-volatile regs.
17543         Make cr field use more consistent with rWORDn compares.  Rename
17544         regs used as shift registers for unaligned loop, using rN defines
17545         for short lifetime/multiple use regs.
17546         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17547         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17548         addi 1,1,64 to pop stack frame.  Simplify return value code.
17549         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17550
17551 2013-10-04  Alan Modra  <amodra@gmail.com>
17552
17553         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17554         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17555         rather than rlwimi.
17556         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17557         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17558         little-endian support.  Correct typos.
17559         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17560         rather than rlwimi.
17561         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17562         in loop and entry code to keep "and." results.
17563         (strchr): Add little-endian support.  Comment.  Move cntlzd
17564         earlier in tail.
17565         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17566
17567 2013-10-04  Alan Modra  <amodra@gmail.com>
17568
17569         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17570         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17571         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17572         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17573
17574 2013-10-04  Alan Modra  <amodra@gmail.com>
17575
17576         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17577         (rTMP): Define as r11.
17578         (strcmp): Add little-endian support.  Optimise tail.
17579         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17580         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17581         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17582         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17583         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17584         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17585         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17586
17587 2013-10-04  Alan Modra  <amodra@gmail.com>
17588
17589         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17590         little-endian support.  Remove unnecessary "are we done" tests.
17591         Handle "s" wrapping around zero and extremely large "size".
17592         Correct main loop count.  Handle single left-over word from main
17593         loop inline rather than by using small_loop.  Correct comments.
17594         Delete "zero" tail, use "end_max" instead.
17595         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17596
17597 2013-10-04  Alan Modra  <amodra@gmail.com>
17598
17599         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17600         support.  Don't branch over align.
17601         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17602         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17603         support.  Rearrange tmp reg use to suit.  Comment.
17604         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17605
17606 2013-10-04  Alan Modra  <amodra@gmail.com>
17607
17608         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17609
17610 2013-10-04  Alan Modra  <amodra@gmail.com>
17611
17612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17613         conditional form of branch and link when obtaining pc.
17614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17615
17616 2013-10-04  Alan Modra  <amodra@gmail.com>
17617
17618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17619         HIWORD/LOWORD.
17620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17622
17623 2013-10-04  Alan Modra  <amodra@gmail.com>
17624
17625         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17626         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17627         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17628         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17629         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17630         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17631         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17632         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17633         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17634         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17635
17636 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17637             Alistair Popple <alistair@ozlabs.au.ibm.com>
17638             Alan Modra <amodra@gmail.com>
17639
17640         [BZ #15723]
17641         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17642         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17643         _dl_hwcap access for little-endian.
17644         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17645         destroy vmx regs when saving unaligned.
17646         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17647         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17648         destroy vmx regs when saving unaligned.
17649
17650 2013-10-04  Alan Modra  <amodra@gmail.com>
17651
17652         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17653         Don't use a union to pack hi/low value.
17654
17655 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17656
17657         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17658         for little-endian.
17659         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17660         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17661         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17662         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17663         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17664
17665 2013-10-04  Alan Modra  <amodra@gmail.com>
17666
17667         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17668         constants to usual value for .cst8 section, and remove redundant
17669         high address load.
17670         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17671         constant for 0x1p52.  Load little-endian words of double from
17672         correct stack offsets.
17673
17674 2013-10-04  Alan Modra  <amodra@gmail.com>
17675
17676         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17677         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17678         words of double from correct stack offsets.
17679         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17680         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17681         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17682         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17683         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17684         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17685         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17686         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17687         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17688         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17689         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17690         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17691         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17692         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17693         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17694         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17695         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17696
17697 2013-10-04  Alan Modra  <amodra@gmail.com>
17698
17699         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17700         64-bit int/double union.
17701         (_FPU_SETCW): Likewise.
17702         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17703         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17704
17705 2013-10-04  Alan Modra  <amodra@gmail.com>
17706
17707         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17708         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17709
17710 2013-10-04  Alan Modra  <amodra@gmail.com>
17711
17712         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17713         use vector int constants.
17714         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17715
17716 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17717
17718         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17719         array with long long.
17720         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17721         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17722         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17723         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17724         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17725         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17726         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17727         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17728         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17729         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17730         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17731         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17732         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17733
17734 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17735
17736         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17737         (__signbit): Likewise.  Correct for little-endian.
17738         (__signbitl): Call __signbit.
17739         (lrint): Correct for little-endian.
17740         (lrintf): Call lrint.
17741
17742 2013-10-04  Alan Modra  <amodra@gmail.com>
17743
17744         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17745         union 32-bit int array member with 64-bit int array.
17746         (t515, tm256): Double rather than long double.
17747         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17748
17749 2013-10-04  Alan Modra  <amodra@gmail.com>
17750
17751         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17752         Delete.
17753         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17754         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17755         version of math_ldbl.h.
17756
17757 2013-10-04  Alan Modra  <amodra@gmail.com>
17758
17759         [BZ #15734], [BZ #15735]
17760         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17761         all uses of ieee875 long double macros and unions.  Simplify test
17762         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17763         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17764         normalize after ldbl_extract_mantissa, and don't add hidden bit
17765         already handled.  Don't treat low word of ieee854 mantissa like
17766         low word of IBM long double and mask off bit when testing for
17767         zero.
17768         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17769         all uses of ieee875 long double macros and unions.  Simplify tests
17770         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17771         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17772         two1022, instead use their values.  Recognise that tests for large
17773         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17774         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17775         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17776         test for 0.0L and nan.  Correct negation.
17777         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17778         ieee875 long double macros and unions.  Correct output for large
17779         magnitude x.  Correct absolute value calculation.
17780         (__erfcl): Likewise.
17781         * math/libm-test.inc: Add tests for errors discovered in IBM long
17782         double versions of fmodl, remainderl, erfl and erfcl.
17783
17784 2013-10-04  Alan Modra  <amodra@gmail.com>
17785
17786         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17787         all uses of ieee854 long double macros and unions.  Simplify tests
17788         for long doubles that are fully specified by the high double.
17789         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17790         Likewise.
17791         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17792         Remove dead code too.
17793         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17794         (__ieee754_ynl): Likewise.
17795         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17796         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17797         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17798         Remove dead code too.
17799         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17800         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17801         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17802         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17803         Simplify.
17804         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17805         Simplify.
17806         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17807         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17808         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17809         Comment on variable precision.
17810         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17811         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17812         Likewise.
17813         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17814         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17815         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17816         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17817         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17818
17819 2013-10-04  Alan Modra  <amodra@gmail.com>
17820
17821         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17822         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17823         all uses of ieee854 long double macros and unions.
17824         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17825         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17826         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17827         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17828         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17829         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17830         Likewise.
17831         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17832         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17833         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17834         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17835         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17836         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17837         Simplify sign and nan test too.
17838         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17839         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17840         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17841         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17842         Likewise.
17843         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17844         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17845         Likewise.
17846         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17847         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17848         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17849         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17850         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17851         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17852
17853 2013-10-04  Alan Modra  <amodra@gmail.com>
17854
17855         * stdio-common/printf_size.c (__printf_size): Don't use
17856         union ieee854_long_double in fpnum union.
17857         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17858         signbit macro to retrieve sign from long double.
17859         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17860         retrieve sign from long double.
17861         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17862         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17863         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17864         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17865         * math/test-misc.c (main): Don't use union ieee854_long_double.
17866
17867 2013-10-04  Alan Modra  <amodra@gmail.com>
17868
17869         [BZ #15680]
17870         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17871         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17872         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17873         calculation.  Remove unnecessary test for denormal exponent.
17874         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17875         Correct handling of denormals.  Avoid undefined shift behaviour.
17876         Correct normalisation of low mantissa when low double is denormal.
17877         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17878         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17879         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17880         Correct normalisation of low mantissa.  Test for overflow of high
17881         mantissa and normalise.
17882         (ldbl_nearbyint): Use more readable constant for two52.
17883         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17884         (__mpn_construct_long_double): Fix test for overflow of high
17885         mantissa and correct normalisation.  Avoid undefined shift.
17886
17887 2013-10-04  Alan Modra  <amodra@gmail.com>
17888
17889         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17890         (union ibm_extended_long_double): Define as an array of ieee754_double.
17891         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17892         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17893         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17894         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17895         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17896         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17897         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17898         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17899         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17900         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17901         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17902
17903 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17904
17905         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17906         page size instead of calling getpagesize.
17907
17908         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17909         (LOCFILE_ALIGN_MASK): Likewise.
17910         (LOCFILE_ALIGN_UP): Likewise.
17911         (LOCFILE_ALIGNED_P): Likewise.
17912         * locale/programs/ld-collate.c (collate_output): Use the new
17913         macros instead of __alignof__ (int32_t).
17914         * locale/weight.h (findidx): Likewise.
17915
17916 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17917
17918         [BZ #431]
17919         * manual/string.texi: Fix strncat and wcsncat.
17920
17921 2013-10-03  Brooks Moses  <bmoses@google.com>
17922
17923         [BZ #15915]
17924         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17925         * Makerules: ...here, and adjust associated comments.
17926
17927 2013-10-02  Will Newton  <will.newton@linaro.org>
17928
17929         * malloc/Makefile: Add tst-pvalloc.
17930         * malloc/tst-pvalloc.c: New file.
17931
17932 2013-10-02  Will Newton  <will.newton@linaro.org>
17933
17934         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17935         improve test coverage.
17936
17937 2013-10-02  Will Newton  <will.newton@linaro.org>
17938
17939         * malloc/Makefile: Add tst-posix_memalign.
17940         * malloc/tst-posix_memalign.c: New file.
17941
17942 2013-10-01  Eric Blake  <eblake@redhat.com>
17943
17944         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17945         Use __THROWNL rather than __THROW on static functions.
17946
17947 2013-09-30  Petr Machata  <pmachata@redhat.com>
17948
17949         * elf/elf.h (R_AARCH64_ABS16): New macro.
17950         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17951         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17952         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17953         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17954         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17955         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17956         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17957         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17958         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17959         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17960         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17961         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17962         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17963         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17964         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17965         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17966         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17967         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17968         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17969         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17970         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17971         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17972         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17973         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17974         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17975         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17976         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17977         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17978         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17979         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17980         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17981         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17982         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17983         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17984         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17985         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17986         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17987         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17988         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17989         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17990         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17991         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17992         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17993         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17994         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17995         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17996         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17997         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17998         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17999         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
18000         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
18001         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
18002         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
18003         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
18004         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
18005         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
18006         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
18007         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
18008         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
18009         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
18010         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
18011         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
18012         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
18013         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
18014         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
18015         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
18016         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
18017         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
18018         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
18019         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
18020         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
18021         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
18022         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
18023         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
18024         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
18025         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
18026         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
18027         (R_AARCH64_TLSDESC_LDR): Likewise.
18028         (R_AARCH64_TLSDESC_ADD): Likewise.
18029         (R_AARCH64_TLSDESC_CALL): Likewise.
18030
18031 2013-09-30  Andreas Schwab  <schwab@suse.de>
18032
18033         [BZ #15048]
18034         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
18035         the nss database lookup.
18036         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18037         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18038
18039 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
18040
18041         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
18042
18043 2013-09-28  P. J. McDermott  <pj@pehjota.net>
18044
18045         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
18046         ${Bash-specific parameter/pattern/string} parameter expansion.
18047         * sysdeps/unix/make-syscalls.sh: Likewise.
18048
18049 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18050
18051         * sysdeps/sh/stackguard-macros.h: New file.
18052
18053 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
18054
18055         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18056         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
18057         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
18058         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
18059         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18060         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
18061
18062 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18063
18064         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
18065         Fix thread ID register.
18066
18067 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
18068
18069         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
18070         [POSIX || UNIX98]: Require rather than permitting all symbols from
18071         <time.h>.
18072         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
18073         element of struct sched_param.
18074         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
18075         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
18076         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
18077         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
18078         constant.
18079
18080 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
18081
18082         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
18083         argument calculation.
18084
18085 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
18086
18087         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
18088         Expect macro.
18089         [POSIX] (pthread_attr_t): Do not require type.
18090         [POSIX] (pthread_cond_t): Likewise.
18091         [POSIX] (pthread_condattr_t): Likewise.
18092         [POSIX] (pthread_key_t): Likewise.
18093         [POSIX] (pthread_mutex_t): Likewise.
18094         [POSIX] (pthread_mutexattr_t): Likewise.
18095         [POSIX] (pthread_once_t): Likewise.
18096         [POSIX] (pthread_t): Likewise.
18097         [POSIX-based standards] (pthread_atfork): Expect function.
18098
18099 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
18100             Richard Sandiford  <richard@codesourcery.com>
18101
18102         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
18103         (swap_endianness_p): New extern variable.
18104         (set_big_endian): New inline function.
18105         (maybe_swap_uint32): Likewise.
18106         (maybe_swap_uint32_array): Likewise.
18107         (maybe_swap_uint32_obstack): Likewise.
18108         * locale/programs/locfile.c: Include <stdbool.h>.
18109         (swap_endianness_p): New variable.
18110         (add_locale_uint32): Call maybe_swap_uint32.
18111         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
18112         (write_locale_data): Call maybe_swap_uint32_array.
18113         * locale/programs/ld-collate.c (obstack_int32_grow): Call
18114         maybe_swap_uint32.
18115         (obstack_int32_grow_fast): Likewise.
18116         (output_weightwc): Call maybe_swap_uint32_obstack.
18117         (collate_output): Likewise.
18118         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
18119         (OPT_LITTLE_ENDIAN): Likewise.
18120         (options): Add --little-endian and --big-endian options.
18121         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
18122         * locale/programs/locarchive.c: Include "locfile.h".
18123         (GET): New macro.
18124         (SET): Likewise.
18125         (INC): Likewise.
18126         (create_archive): Use the new macros to access fields of
18127         structures directly mapped from or written to locale archives.
18128         (oldlocrecentcmp): Likewise.
18129         (enlarge_archive): Likewise.
18130         (insert_name): Likewise.
18131         (add_alias): Likewise.
18132         (add_locale): Likewise.
18133         (delete_locales_from_archive): Likewise.
18134         (show_archive_content): Likewise.
18135         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
18136         locale data.
18137
18138 2013-09-24  Roland McGrath  <roland@hack.frob.com>
18139
18140         * manual/freemanuals.texi: Updated from (newly) canonical copy at
18141         http://www.gnu.org/doc/freemanuals.texi.
18142         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
18143
18144 2013-09-24  Will Newton  <will.newton@linaro.org>
18145
18146         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
18147         macro.
18148
18149 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
18150
18151         * locale/hashval.h (compute_hashval): Interpret bytes of key as
18152         unsigned char.
18153
18154 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
18155
18156         * manual/threads.texi (POSIX Threads): Fix a typo.
18157
18158 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
18159
18160         [BZ #14547]
18161         * string/tst-strcoll-overflow.c: New test case.
18162         * string/Makefile (xtests): Add tst-strcoll-overflow.
18163         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
18164         cache if string sizes may cause integer overflow.
18165
18166         [BZ #14547]
18167         * string/strcoll_l.c (coll_seq): New members rule, idx,
18168         save_idx and back_us.
18169         (get_next_seq_nocache): New function.
18170         (do_compare_nocache): New function.
18171         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
18172         when malloc fails.
18173
18174 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
18175
18176         [BZ #15754]
18177         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
18178         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
18179         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
18180
18181         [BZ #15754]
18182         * elf/Makefile (tests): Add tst-ptrguard1.
18183         (tests-static): Add tst-ptrguard1-static.
18184         (tst-ptrguard1-ARGS): Define.
18185         (tst-ptrguard1-static-ARGS): Define.
18186         * elf/tst-ptrguard1.c: New file.
18187         * elf/tst-ptrguard1-static.c: New file.
18188         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
18189         * sysdeps/i386/stackguard-macros.h: Likewise.
18190         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
18191         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
18192         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
18193         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
18194         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
18195         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
18196
18197 2013-09-23  Hector Marco  <hecmargi@upv.es>
18198             Ismael Ripoll  <iripoll@disca.upv.es>
18199             Carlos O'Donell  <carlos@redhat.com>
18200
18201         [BZ #15754]
18202         * sysdeps/generic/stackguard-macros.h: Define
18203         __pointer_chk_guard_local and POINTER_CHK_GUARD.
18204         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18205         Define __pointer_chk_guard_local.
18206         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18207         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18208
18209 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
18210
18211         [BZ #15859]
18212         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18213
18214 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
18215
18216         * include/string.h (__ffs): Declare as hidden.
18217         * string/ffs.c (__ffs): Define as hidden.
18218         * sysdeps/i386/ffs.c (__ffs): Likewise.
18219         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18220         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18221         * sysdeps/s390/ffs.c (__ffs): Likewise.
18222         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18223
18224 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
18225
18226         * NEWS: Mention malloc probes.
18227
18228         * malloc/arena.c (new_heap): New memory_heap_new probe.
18229         (grow_heap): New memory_heap_more probe.
18230         (shrink_heap): New memory_heap_less probe.
18231         (heap_trim): New memory_heap_free probe.
18232         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18233         (systrim): New memory_sbrk_less probe.
18234         * manual/probes.texi: Document them.
18235
18236         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18237         * manual/probes.texi: Document it.
18238
18239         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18240         (__libc_realloc): Add memory_realloc_retry probe.
18241         (__libc_memalign): Add memory_memalign_retry probe.
18242         (__libc_valloc): Add memory_valloc_retry probe.
18243         (__libc_pvalloc): Add memory_pvalloc_retry probe.
18244         (__libc_calloc): Add memory_calloc_retry probe.
18245         * manual/probes.texi: Document them.
18246
18247         * malloc/arena.c (get_free_list): Add probe
18248         memory_arena_reuse_free_list.
18249         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18250         and memory_arena_reuse.
18251         (arena_get2) [!PER_THREAD]: Likewise.
18252         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18253         memory_arena_reuse_realloc.
18254         * manual/probes.texi: Document them.
18255
18256         * malloc/malloc.c (__libc_free): Add
18257         memory_mallopt_free_dyn_thresholds probe.
18258         (__libc_mallopt): Add multiple memory_mallopt probes.
18259         * manual/probes.texi: Document them.
18260
18261         * malloc/malloc.c: Include stap-probe.h.
18262         (__libc_mallopt): Add memory_mallopt probe.
18263         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18264         * manual/probes.texi: New.
18265         * manual/Makefile (chapters): Add probes.
18266         * manual/threads.texi: Set next node.
18267
18268 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
18269
18270         [BZ #15963, #13985]
18271         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18272         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18273         Add `Chinese' to `nan' entry name.
18274
18275 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18276
18277         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18278         (POLYNOMIAL): Likewise.
18279         (TAYLOR_SINCOS): Likewise.
18280         (TAYLOR_SLOW): Likewise.
18281         (__sin): Use TAYLOR_SINCOS.
18282         (__cos): Likewise.
18283         (slow): Use TAYLOR_SLOW.
18284         (sloww): Likewise.
18285         (bsloww): Likewise.
18286         (csloww): Likewise.
18287
18288 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18289
18290         * stdlib/strtod_l.c: Fix buffer overrun.
18291
18292 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18293
18294         * benchtests/Makefile (bench): Add sincos.
18295         * benchtests/bench-sincos.c: New file.
18296
18297         * math/libm-test.inc (cos_test_data): New test inputs.
18298         (sin_test_data): Likewise.
18299
18300         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18301         macro.
18302         (__sin): Use it.
18303         (__cos): Likewise.
18304         (slow1): Likewise.
18305         (slow2): Likewise.
18306         (sloww1): Likewise.
18307         (sloww2): Likewise.
18308         (bsloww1): Likewise.
18309         (bsloww2): Likewise.
18310         (cslow2): Likewise.
18311         (csloww1): Likewise.
18312         (csloww2): Likewise.
18313
18314         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18315         function.
18316         (__sin): Use it.
18317         (__cos): Likewise.
18318
18319         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18320         gotos.
18321         (__cos): Likewise.
18322
18323 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18324
18325         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18326         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18327         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18328         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18329         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18330         * elf/cache.c (print_entry): Handle the new cache flags.
18331
18332 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18333             Aldy Hernandez  <aldyh@redhat.com>
18334
18335         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18336         Change condition to [_SOFT_FLOAT].
18337         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18338         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18339         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18340         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18341         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18342         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18343         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18344         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18345         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18346         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18347         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18348         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18349         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18350         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18351         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18352         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18353         declaration.
18354
18355 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18356
18357         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18358         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18359         (__longjmp): Use LOAD_GP to load saved GPRs.
18360         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18361         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18362         (__sigsetjmp): Use SAVE_GP to save GPRs.
18363
18364         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18365         Do not append -msoft-float.
18366         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18367
18368 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18369
18370         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18371
18372 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18373
18374         [BZ #15966]
18375         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18376         (_FPU_GETCW): Use initial "__" on variable and field names but not
18377         on macro parameter name.
18378         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18379         parentheses around reference to macro parameter.
18380
18381 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18382
18383         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18384         prototype.
18385         (ctype_startup): Use uint32_t in cast and sizeof for
18386         ctype->charnames.
18387
18388 2013-09-11  Jia Liu  <proljc@gmail.com>
18389
18390         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18391         __daddr_t_defined.
18392         [__FreeBSD__]: Likewise.
18393
18394 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18395
18396         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18397         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18398         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18399         (strchr): Remove __strchr_sse42 ifunc selection.
18400         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18401         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18402
18403 2013-09-11  Will Newton  <will.newton@linaro.org>
18404
18405         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18406         parameter to RES. Remove hardcoded 1000 value.
18407         * benchtests/bench-skeleton.c (main): Pass RES parameter
18408         to TIMING_INIT and multiply result by 1000.
18409
18410 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18411
18412         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18413
18414 2013-09-11  Andreas Schwab  <schwab@suse.de>
18415
18416         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18417         if not defined.
18418         (O_TMPFILE) [__USE_GNU]: Define.
18419         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18420         Define.
18421
18422 2013-09-11  Will Newton  <will.newton@linaro.org>
18423
18424         [BZ #15857]
18425         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18426         does not overflow.
18427
18428 2013-09-11  Will Newton  <will.newton@linaro.org>
18429
18430         [BZ #15856]
18431         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18432         does not overflow.
18433
18434 2013-09-11  Will Newton  <will.newton@linaro.org>
18435
18436         [BZ #15855]
18437         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18438         does not overflow.
18439
18440 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18441
18442         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18443         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18444         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18445         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18446         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18447
18448 2013-09-10  Allan McRae  <allan@archlinux.org>
18449
18450         [BZ #15748]
18451         * manual/arith.texi (Parsing of Floats): Clarify
18452         cross-reference.
18453
18454         [BZ #15849]
18455         * manual/install.texi (Running make install): Mention
18456         --enable-pt-chown.
18457         * INSTALL: Regenerated.
18458
18459 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18460
18461         * csu/init-first.c (_init): Remove the !SHARED condition around
18462         FPU control word initialization.
18463         * elf/dl-support.c (_dl_fpu_control): New variable.
18464         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18465         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18466         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18467         * math/test-fpucw-static.c: New file.
18468         * math/test-fpucw-ieee.c: New file.
18469         * math/test-fpucw-ieee-static.c: New file.
18470         * math/Makefile (tests): Add `test-fpucw-ieee' and
18471         `$(tests-static)'.
18472         (tests-static): New variable.
18473         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18474         dependency to...
18475         [($(build-shared),yes)]
18476         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18477         ... this.
18478         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18479         New dependency.
18480
18481 2013-09-09  Allan McRae  <allan@archlinux.org>
18482
18483         [BZ #15939]
18484         * manual/string.texi (Collation Functions): Fix typo in
18485         strcoll example.
18486         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18487
18488         [BZ #15893]
18489         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18490
18491         [BZ #15892]
18492         * libio/memstream.c (open_memstream): Fix memory leak.
18493         * libio/wmemstream.c (open_wmemstream): Likewise.
18494
18495         [BZ #15895]
18496         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18497
18498 2013-09-09  Will Newton  <will.newton@linaro.org>
18499
18500         * malloc/Makefile: Add tst-realloc to tests.
18501         * malloc/tst-realloc.c: New file.
18502
18503 2013-09-09  Allan McRae  <allan@archlinux.org>
18504
18505         [BZ #15844]
18506         * COPYING: Update from GNU website to fix FSF address.
18507         * COPYING.LIB: Likewise.
18508
18509 2013-09-06  David S. Miller  <davem@davemloft.net>
18510
18511         * po/zh_TW.po: Update Chinese (traditional) translation from
18512         translation project.
18513
18514 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18515             Joseph Myers  <joseph@codesourcery.com>
18516
18517         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18518         "localeinfo.h".
18519         (obstack_chunk_alloc): New macro.
18520         (obstack_chunk_free): Likewise.
18521         (record_offset): New function.
18522         (init_locale_data): Likewise.
18523         (align_locale_data): Likewise.
18524         (add_locale_empty): Likewise.
18525         (add_locale_raw_data): Likewise.
18526         (add_locale_raw_obstack): Likewise.
18527         (add_locale_string): Likewise.
18528         (add_locale_wstring): Likewise.
18529         (add_locale_uint32): Likewise.
18530         (add_locale_uint32_array): Likewise.
18531         (add_locale_char): Likewise.
18532         (start_locale_structure): Likewise.
18533         (end_locale_structure): Likewise.
18534         (start_locale_prelude): Likewise.
18535         (end_locale_prelude): Likewise.
18536         (write_locale_data): Take locale_file structure rather than an
18537         iovec.
18538         * locale/programs/locfile.h: Include "obstack.h".
18539         (struct locale_file): Change to store locale file contents instead
18540         of header.
18541         (init_locale_data): New prototype.
18542         (align_locale_data): Likewise.
18543         (add_locale_empty): Likewise.
18544         (add_locale_raw_data): Likewise.
18545         (add_locale_raw_obstack): Likewise.
18546         (add_locale_string): Likewise.
18547         (add_locale_wstring): Likewise.
18548         (add_locale_uint32): Likewise.
18549         (add_locale_uint32_array): Likewise.
18550         (add_locale_char): Likewise.
18551         (start_locale_structure): Likewise.
18552         (end_locale_structure): Likewise.
18553         (start_locale_prelude): Likewise.
18554         (end_locale_prelude): Likewise.
18555         (write_locale_data): Update prototype.
18556         * locale/programs/3level.h (struct TABLE): Remove result field.
18557         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18558         Use new locale_file interface.
18559         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18560         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18561         * locale/programs/ld-address.c (address_output): Use new
18562         locale_file interface.
18563         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18564         NO_ADD_LOCALE.
18565         (collate_finish): Don't call collseq_table_finalize.
18566         (collate_output): Use new locale_file interface.
18567         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18568         in file.
18569         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18570         (TABLE): Move defines earlier in file.
18571         (ELEMENT): Likewise.
18572         (DEFAULT): Likewise.
18573         (wctrans_table_add): Move macro and inline function earlier in
18574         file.
18575         (struct wctype_table): Move type earlier in file.
18576         (add_locale_wctype_table): New static prototype.
18577         (struct locale_ctype_t): Use logical types instead of struct iovec
18578         pointers for members.
18579         (ctype_output): Use new locale_file interface.
18580         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18581         new locale_file interface.
18582         (allocate_arrays): Update for use of new locale_file interface.
18583         * locale/programs/ld-identification.c (identification_output): Use
18584         new locale_file interface.
18585         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18586         * locale/programs/ld-messages.c (messages_output): Likewise.
18587         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18588         * locale/programs/ld-name.c (name_output): Likewise.
18589         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18590         * locale/programs/ld-paper.c (paper_output): Likewise.
18591         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18592         * locale/programs/ld-time.c (time_output): Likewise.
18593
18594 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18595
18596         * benchtests/Makefile: Add memrchr benchmark.
18597         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18598         benchmark as memrchr.
18599         * benchtests/bench-memrchr-ifunc.c: New file.
18600         * benchtests/bench-memrchr.c: New file.
18601
18602 2013-09-06   Will Newton  <will.newton@linaro.org>
18603
18604         * benchtests/Makefile (string-bench): Add memcpy.
18605
18606 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18607             Cong Wang  <amwang@redhat.com>
18608
18609         [BZ #15850]
18610         * sysdeps/unix/sysv/linux/bits/in.h
18611         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18612         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18613         before __USE_KERNEL_IPV6_DEFS uses.
18614         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18615         IPPROTO_BEETPH.
18616         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18617         sockaddr_in6, or ipv6_mreq.
18618
18619 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18620
18621         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18622         memory access for final bytes in some large inputs.
18623         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18624
18625 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18626
18627         * string/test-memrchr.c: New file.
18628         * string/test-memrchr-ifunc.c: New file.
18629         * string/Makefile: Add new memrchr testcase.
18630
18631 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18632
18633         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18634         fanotify_init returns EPERM.
18635
18636 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18637
18638         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18639         errors.
18640         (top level): Treat second token from macro or constant entries for
18641         allowed headers as allowed.
18642         * include/complex.h: Condition internal declarations on
18643         [!_ISOMAC].
18644         * include/fenv.h: Condition include of <stdbool.h> and internal
18645         declarations on [!_ISOMAC].
18646
18647 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18648
18649         [BZ #15923]
18650         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18651
18652 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18653
18654         * configure.in (--enable-versioning): Remove configure option.
18655         (libc_cv_asm_symver_directive): Remove configure test.
18656         (libc_cv_ld_version_script_option): Likewise.
18657         (VERSIONING): Remove variable and AC_SUBST.
18658         (DO_VERSIONING): Remove AC_DEFINE.
18659         * configure: Regenerated.
18660         * config.h.in (DO_VERSIONING): Remove macro.
18661         * Makerules [$(versioning) = yes]: Change conditionals to
18662         [$(build-shared) = yes].
18663         * config.make.in (versioning): Remove variable.
18664         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18665         [$(build-shared) = yes].
18666         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18667         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18668         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18669         [$(build-shared) = yes].
18670         * extra-lib.mk [$(versioning) = yes]: Likewise.
18671         * hurd/Makefile [$(versioning) = yes]: Likewise.
18672         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18673         [SHARED].
18674         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18675         [SHARED].
18676         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18677         [SHARED && !NO_HIDDEN].
18678         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18679         [SHARED].
18680         [SHARED && DO_VERSIONING]: Likewise..
18681         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18682         [$(build-shared) = yes].
18683         * manual/install.texi (--disable-versioning): Remove
18684         documentation.
18685         * INSTALL: Regenerated.
18686         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18687         to [SHARED].
18688         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18689         [$(build-shared) = yes].
18690         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18691         * sysdeps/i386/i686/multiarch/strstr-c.c
18692         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18693         [SHARED && !NO_HIDDEN].
18694         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18695         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18696         * sysdeps/powerpc/powerpc32/dl-machine.c
18697         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18698         * sysdeps/powerpc/powerpc32/sysdep.h
18699         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18700         to [SHARED && PIC && !NO_HIDDEN].
18701         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18702         conditional to [SHARED].
18703
18704 2013-09-04   Will Newton  <will.newton@linaro.org>
18705
18706         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18707         * benchtests/bench-string.h: Include bench-timing.h instead
18708         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18709         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18710         call to HP_TIMING_DIFF_INIT.
18711         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18712         instead of hp-timing.h macros.
18713         * benchtests/bench-memchr.c: Likewise.
18714         * benchtests/bench-memcmp.c: Likewise.
18715         * benchtests/bench-memcpy.c: Likewise.
18716         * benchtests/bench-memmem.c: Likewise.
18717         * benchtests/bench-memmove.c: Likewise.
18718         * benchtests/bench-memset.c: Likewise.
18719         * benchtests/bench-rawmemchr.c: Likewise.
18720         * benchtests/bench-strcasecmp.c: Likewise.
18721         * benchtests/bench-strcasestr.c: Likewise.
18722         * benchtests/bench-strcat.c: Likewise.
18723         * benchtests/bench-strchr.c: Likewise.
18724         * benchtests/bench-strcmp.c: Likewise.
18725         * benchtests/bench-strcpy.c: Likewise.
18726         * benchtests/bench-strcpy_chk.c: Likewise.
18727         * benchtests/bench-strlen.c: Likewise.
18728         * benchtests/bench-strncasecmp.c: Likewise.
18729         * benchtests/bench-strncat.c: Likewise.
18730         * benchtests/bench-strncmp.c: Likewise.
18731         * benchtests/bench-strncpy.c: Likewise.
18732         * benchtests/bench-strnlen.c: Likewise.
18733         * benchtests/bench-strpbrk.c: Likewise.
18734         * benchtests/bench-strrchr.c: Likewise.
18735         * benchtests/bench-strspn.c: Likewise.
18736         * benchtests/bench-strstr.c: Likewise.
18737
18738 2013-09-04  Will Newton  <will.newton@linaro.org>
18739
18740         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18741
18742 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18743
18744         [BZ #15427]
18745         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18746         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18747         * math/libm-test.inc (lgamma_test_data): Add more tests.
18748         * sysdeps/i386/fpu/libm-test-ulps: Update.
18749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18750
18751 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18752
18753         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18754         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18755         Add ifunc.
18756         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18757         Add strcmp-sse2-unaligned
18758         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18759
18760 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18761
18762         * Versions.def (libc): Add GLIBC_2.19.
18763
18764 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18765
18766         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18767         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18768
18769 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18770
18771         [BZ #14155]
18772         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18773         intermediate calculations in recurrence.
18774         (__ieee754_ynf): Likewise.
18775         * math/libm-test.inc (jn_test_data): Do not allow spurious
18776         underflow exception.  Add more tests.
18777         (yn_test_data): Add more tests.
18778         * sysdeps/i386/fpu/libm-test-ulps: Update.
18779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18780
18781 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18782
18783         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18784
18785 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18786
18787         * csu/init-first.c: Fix then/than typos.
18788         * locale/programs/ld-collate.c: Likewise.
18789         * locale/programs/linereader.h: Likewise.
18790         * manual/charset.texi: Likewise.
18791         * manual/filesys.texi: Likewise.
18792         * manual/stdio.texi: Likewise.
18793         * manual/string.texi: Likewise.
18794         * stdlib/fmtmsg.c: Likewise.
18795         * sysdeps/i386/stpncpy.S: Likewise.
18796         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18797         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18798         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18799         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18800
18801 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18802
18803         * elf/dl-open.c: Fix typos.
18804         * iconvdata/gbbig5.c: Likewise.
18805         * iconvdata/iso-2022-jp.c: Likewise.
18806         * iconv/gconv_int.h: Likewise.
18807         * iconv/loop.c: Likewise.
18808         * nis/rpcsvc/nis.h: Likewise.
18809         * resolv/ns_name.c: Likewise.
18810         * stdio-common/vfscanf.c: Likewise.
18811         * streams/stropts.h: Likewise.
18812         * sunrpc/rpc_thread.c: Likewise.
18813         * sysdeps/i386/strpbrk.S: Likewise.
18814         * sysdeps/ieee754/k_standard.c: Likewise.
18815         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18816         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18817         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18818         * sysdeps/mach/hurd/profil.c: Likewise.
18819         * sysdeps/s390/dl-procinfo.h: Likewise.
18820         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18821         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18822         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18823         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18824         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18825
18826 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18827
18828         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18829         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18830
18831 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18832
18833         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18834         aix specific files.
18835         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18836         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18837         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18838         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18839         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18840         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18841         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18842         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18843
18844 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18845             Roland McGrath  <roland@hack.frob.com>
18846
18847         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18848         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18849
18850 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18851
18852         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18853         __executable_start symbol instead of _start.
18854
18855 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18856
18857         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18858         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18859         Move macros to...
18860         * sysdeps/gnu/ldsodefs.h: ... this new file.
18861
18862         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18863         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18864         instead of ELFOSABI_LINUX.
18865
18866         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18867         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18868         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18869         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18870         Likewise.
18871         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18872         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18873         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18874         Likewise.
18875         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18876         (ibm_extended_long_double): Add ieee_nan member.
18877         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18878         (do_test): New function.
18879
18880         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18881         TEST_TRUNC.
18882         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18883         functions, renamed from truncdfsf_test, trunctfsf_test,
18884         trunctfdf_test.
18885         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18886         functions.
18887         (do_test): Run all these.
18888
18889 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18890
18891         * argp/argp-help.c: Fix typos.
18892         * argp/argp-parse.c: Likewise.
18893         * debug/backtracesyms.c: Likewise.
18894         * elf/elf.h: Likewise.
18895         * malloc/malloc.c: Likewise.
18896         * nis/nis_print.c: Likewise.
18897         * resolv/res_comp.c: Likewise.
18898         * stdlib/stdlib.h: Likewise.
18899         * sunrpc/clnt_tcp.c: Likewise.
18900         * sunrpc/clnt_udp.c: Likewise.
18901         * sunrpc/clnt_unix.c: Likewise.
18902         * sysdeps/unix/bsd/ptsname.c: Likewise.
18903         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18904         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18906         Likewise.
18907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18908         Likewise.
18909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18910         Likewise.
18911         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18912
18913 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18914
18915         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18916         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18917
18918 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18919
18920         [BZ #15897]
18921         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18922         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18923         ($(objpfx)bug-dl-leaf): New rule.
18924         ($(objpfx)bug-dl-leaf.so): Likewise.
18925         ($(objpfx)bug-dl-leaf.out): Likewise.
18926         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18927         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18928         * dlfcn/bug-dl-leaf.c: New test.
18929         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18930         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18931         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18932         (dlclose): Likewise.
18933         (dlmopen): Likewise.
18934
18935 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18936
18937         * include/netdb.h [!_ISOMAC]:
18938         Don't include <tls.h>.
18939         (h_errno, __libc_h_errno): Move declaration and macros out of
18940         [_LIBC_REENTRANT].
18941
18942         * include/resolv.h [_RESOLV_H_]:
18943         Don't include <tls.h>.
18944         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18945         * resolv/res_libc.c: Don't include <tls.h>.
18946         (_res): Use __attribute__ ((nocommon)) in place of
18947         __attribute__ ((section (".bss"))).
18948
18949         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18950         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18951
18952         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18953
18954         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18955         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18956
18957         * resolv/res_mkquery.c: Include <sys/time.h>.
18958
18959         * inet/ifreq.c: Moved to ...
18960         * sysdeps/unix/ifreq.c: ... here.
18961         * inet/ifreq.c: New file, true stub version.
18962
18963         * socket/sa_len.c: New file.
18964         * socket/Makefile (aux): Add it.
18965         * sysdeps/unix/sysv/linux/Makefile
18966         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18967         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18968         and #include <socket/sa_len.c>.
18969         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18970         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18971
18972         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18973         * bits/socket.h: ... here.
18974
18975         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18976         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18977         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18978
18979 2013-08-27  Andreas Schwab  <schwab@suse.de>
18980
18981         [BZ #15736]
18982         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18983         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18984         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18985         * string/test-strcasecmp.c (test_main): Run tests in several
18986         locales.
18987         * string/test-strncasecmp.c (test_main): Likewise.
18988
18989         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18990         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18991         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18992         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18993         (__strncasecmp_ssse3) [PIC]: Likewise.
18994
18995 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18996
18997         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18998
18999         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
19000         instead of explicitly declaring xdecrypt.
19001         * nis/nss_nis/nis-publickey.c: Likewise.
19002
19003 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19004
19005         [BZ #15890]
19006         * nscd/aicache.c: Include res_hconf.h.
19007         (addhstaiX): Initialize res_hconf.
19008
19009 2013-08-26  Andreas Schwab  <schwab@suse.de>
19010
19011         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
19012         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
19013
19014 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19015
19016         * nscd/aicache.c (addhstaiX): Fix indentation.
19017
19018 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
19019
19020         * configure.ac: Quote $build_pt_chown test.
19021         * configure: Regenerated.
19022
19023 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
19024
19025         [BZ #15532]
19026         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
19027         * math/s_cexpf.c (__cexpf): Likewise.
19028         * math/s_cexpl.c (__cexpl): Likewise.
19029         * math/libm-test.inc (cexp_test_data): Correct expected return
19030         value for NaN + i0.  Add another test.
19031
19032 2013-08-22  David S. Miller  <davem@davemloft.net>
19033
19034         * po/ca.po: Update Catalan translation from translation project.
19035         * po/uk.po: Add Ukrainian translations from translation project.
19036
19037 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
19038
19039         [BZ #15797]
19040         * math/s_fdim.c (__fdim): Check for infinite arguments if result
19041         is infinite, not alongside NaN test.
19042         * math/s_fdimf.c (__fdimf): Likewise.
19043         * math/s_fdiml.c (__fdiml): Likewise.
19044         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
19045         errno is unchanged.
19046
19047 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
19048
19049         * argp/argp-help.c: Fix typos.
19050         * crypt/speeds.c: Likewise.
19051         * csu/check_fds.c: Likewise.
19052         * elf/dl-load.c: Likewise.
19053         * elf/dl-open.c: Likewise.
19054         * elf/reldep3.c: Likewise.
19055         * elf/reldep.c: Likewise.
19056         * elf/sprof.c: Likewise.
19057         * iconv/iconv_charmap.c: Likewise.
19058         * iconv/skeleton.c: Likewise.
19059         * iconv/strtab.c: Likewise.
19060         * io/lockf64.c: Likewise.
19061         * libio/libioP.h: Likewise.
19062         * resolv/gai_notify.c: Likewise.
19063         * resolv/ns_name.c: Likewise.
19064         * resolv/ns_samedomain.c: Likewise.
19065         * resolv/res_send.c: Likewise.
19066         * stdlib/random.c: Likewise.
19067         * sunrpc/rpc/xdr.h: Likewise.
19068         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
19069         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
19070         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
19071         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
19072         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
19073         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
19074         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
19075         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
19076         * sysdeps/mach/hurd/check_fds.c: Likewise.
19077         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
19078         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19079         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19080         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
19081         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19082         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
19083         * sysdeps/pthread/aio_notify.c: Likewise.
19084         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
19085         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
19086         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
19087         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
19088         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19089
19090 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19091
19092         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
19093         version if bit_Slow_SSE4_2 is set.
19094         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
19095         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
19096
19097 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19098
19099         [BZ #15867]
19100         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
19101         trampoline stack frame information.
19102         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
19103         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
19104         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
19105         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
19106         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
19107         * sysdeps/unix/sysv/linux/powerpc/init-first.c
19108         (_libc_vdso_platform_setup): Initialize the signal trampolines.
19109         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
19110         sa_flags value.
19111         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
19112         interrupting a syscall and set with option SA_SIGINFO.
19113
19114 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
19115
19116         [BZ #15531]
19117         * math/s_cproj.c (__cproj): Only return an infinity if one part of
19118         argument is infinite.
19119         * math/s_cprojf.c (__cprojf): Likewise.
19120         * math/s_cprojl.c (__cprojl): Likewise.
19121         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
19122         * math/libm-test.inc (cproj_test_data): Add more tests.
19123
19124         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
19125
19126         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
19127         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
19128         size.  Use __ffs to determine corresponding shift.
19129
19130 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
19131             Roland McGrath  <roland@hack.frob.com>
19132
19133         * Makefile (INSTALL): Remove trailing blank lines from output of
19134         makeinfo.
19135
19136 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19137
19138         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
19139         Align 32 bit compat elf_greg to 8 bytes.
19140
19141 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
19142
19143         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
19144
19145 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19146
19147         * string/strcoll_l.c (coll_seq): New structure.
19148         (get_next_seq_cached): New function.
19149         (get_next_seq): New function.
19150         (do_compare): New function.
19151         (STRCOLL): Use GNU style definition.  Simplify implementation
19152         by using get_next_seq, get_next_seq_cached and do_compare.
19153
19154 2013-08-16  Florian Weimer  <fweimer@redhat.com>
19155
19156         [BZ #14699]
19157         CVE-2013-4237
19158         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
19159         member.
19160         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
19161         member.
19162         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
19163         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
19164         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
19165         conditional.
19166         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
19167         GETDENTS_64BIT_ALIGNED.
19168         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
19169         * manual/filesys.texi (Reading/Closing Directory): Document
19170         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
19171         strongly.
19172         * manual/conf.texi (Limits for Files): Add portability note to
19173         NAME_MAX, PATH_MAX.
19174         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
19175
19176 2013-08-13  Andreas Schwab  <schwab@suse.de>
19177
19178         [BZ #15749]
19179         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
19180         of fabs.
19181         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
19182         LDBL_MAX_EXP >= 16384]: Add tests for it.
19183
19184 2013-08-12  David S. Miller  <davem@davemloft.net>
19185
19186         * version.h (RELEASE): Set to "development".
19187         (VERSION): Set to "2.18.90".
19188         * NEWS: Add 2.19 section.
19189
19190 2013-08-03  David S. Miller  <davem@davemloft.net>
19191
19192         * po/ko.po: Update Korean translation from translation project.
19193
19194 2013-08-01  David S. Miller  <davem@davemloft.net>
19195
19196         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
19197         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
19198         Bilka.
19199
19200 2013-07-30  David S. Miller  <davem@davemloft.net>
19201
19202         * po/fr.po: Update French translation from translation project.
19203
19204 2013-07-28  David S. Miller  <davem@davemloft.net>
19205
19206         * po/cs.po: Update Czech translation from translation project.
19207
19208         * po/sv.po: Update Swedish translation from translation project.
19209
19210 2013-07-27  David S. Miller  <davem@davemloft.net>
19211
19212         * po/eo.po: Update Esperanto translation from translation project.
19213
19214         * po/vi.po: Update Vietnamese translation from translation project.
19215
19216         * po/de.po: Update German translation from translation project.
19217
19218 2013-07-26  David S. Miller  <davem@davemloft.net>
19219
19220         * po/bg.po: Update Bulgarian translation from translation project.
19221
19222         * po/nl.po: Update Dutch translation from translation project.
19223         * po/pl.po: Update Polish translation from translation project.
19224         * po/ru.po: Update Russian translation from translation project.
19225
19226 2013-07-24  David S. Miller  <davem@davemloft.net>
19227
19228         * po/libc.pot: Update.
19229
19230 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19231
19232         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19233         variable page size.
19234         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19235         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19236         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19237
19238 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19239
19240         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19241
19242 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19243             Andreas Schwab  <schwab@suse.de>
19244             Roland McGrath  <roland@hack.frob.com>
19245             Joseph Myers  <joseph@codesourcery.com>
19246             Carlos O'Donell  <carlos@redhat.com>
19247
19248         [BZ #15755]
19249         * config.h.in: Define HAVE_PT_CHOWN.
19250         * config.make.in (build-pt-chown): New variable.
19251         * configure.in (--enable-pt_chown): New configure option.
19252         * configure: Regenerate.
19253         * login/Makefile: Include Makeconfig.  Build pt_chown only if
19254         build-pt-chown is enabled.
19255         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19256         pt_chown to fix pty ownership.
19257         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19258         CLOSE_ALL_FDS.
19259         * manual/install.texi (Configuring and compiling): Mention
19260         --enable-pt_chown. Add @findex for grantpt.
19261         * INSTALL: Regenerate.
19262
19263 2013-07-20  David S. Miller  <davem@davemloft.net>
19264
19265         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19266         difference between 32-bit and 64-bit.
19267
19268 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
19269
19270         [BZ #15711]
19271         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19272         Avoid system header dependency with -ffreestanding.
19273         ($(objpfx)bits/syscall%d): Likewise.
19274
19275 2013-07-13  David S. Miller  <davem@davemloft.net>
19276
19277         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19278         underflows from atanl/atan2l due to bug 15319.
19279         (casinh_test_data): Likewise.
19280
19281 2013-07-07  David S. Miller  <davem@davemloft.net>
19282
19283         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19284
19285 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
19286
19287         * sysdeps/i386/fpu/libm-test-ulps: Update.
19288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19289
19290 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19291
19292         * configure.in (--enable-lock-elision): Fix message text.
19293         * INSTALL: Regenerate.
19294         * configure: Regenerate.
19295
19296 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19297
19298         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19299
19300 2013-07-03  Andreas Jaeger  <aj@suse.de>
19301
19302         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19303         define.
19304         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19305         (ptrace_peeksiginfo_args): Add.
19306         (__ptrace_peeksiginfo_flags): Add.
19307         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19308         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19309         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19310
19311 2013-07-03  Allan McRae  <allan@archlinux.org>
19312
19313         * sysdeps/i386/fpu/libm-test-ulps: Update.
19314
19315 2013-07-02  David S. Miller  <davem@davemloft.net>
19316
19317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19318
19319 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19320
19321         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19322
19323 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19324
19325         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19326         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19327
19328 2013-07-02  Andi Kleen <ak@linux.intel.com>
19329
19330         * config.h.in (ENABLE_LOCK_ELISION): Add.
19331         * configure.in (--enable-lock-elision): Add option.
19332         * manual/install.texi: Document --enable lock elision.
19333         * configure: Regenerate
19334         * INSTALL: Regenerate.
19335
19336 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19337
19338         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19339         SSE4.2 strcasecmp for libc.a.
19340         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19341
19342 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19343
19344         [BZ #13304]
19345         * soft-fp/op-common.h (_FP_FMA): New macro.
19346         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19347         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19348         (_FP_MUL_MEAT_1_imm): ... here.
19349         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19350         (_FP_MUL_MEAT_1_wide): ... here.
19351         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19352         (_FP_MUL_MEAT_1_hard): ... here.
19353         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19354         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19355         (_FP_MUL_MEAT_2_wide): ... here.
19356         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19357         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19358         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19359         (_FP_MUL_MEAT_2_gmp): ... here.
19360         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19361         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19362         (_FP_MUL_MEAT_4_wide): ... here.
19363         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19364         (_FP_MUL_MEAT_4_gmp): ... here.
19365         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19366         (_FP_WFRACBITS_DW_S): Likewise.
19367         (_FP_WFRACXBITS_DW_S): Likewise.
19368         (_FP_HIGHBIT_DW_S): Likewise.
19369         (FP_FMA_S): Likewise.
19370         (_FP_FRAC_HIGH_DW_S): Likewise.
19371         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19372         (_FP_WFRACBITS_DW_D): Likewise.
19373         (_FP_WFRACXBITS_DW_D): Likewise.
19374         (_FP_HIGHBIT_DW_D): Likewise.
19375         (FP_FMA_D): Likewise.
19376         (_FP_FRAC_HIGH_DW_D): Likewise.
19377         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19378         (_FP_WFRACBITS_DW_E): Likewise.
19379         (_FP_WFRACXBITS_DW_E): Likewise.
19380         (_FP_HIGHBIT_DW_E): Likewise.
19381         (FP_FMA_E): Likewise.
19382         (_FP_FRAC_HIGH_DW_E): Likewise.
19383         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19384         (_FP_WFRACBITS_DW_Q): Likewise.
19385         (_FP_WFRACXBITS_DW_Q): Likewise.
19386         (_FP_HIGHBIT_DW_Q): Likewise.
19387         (FP_FMA_Q): Likewise.
19388         (_FP_FRAC_HIGH_DW_Q): Likewise.
19389         * soft-fp/fmasf4.c: New file.
19390         * soft-fp/fmadf4.c: Likewise.
19391         * soft-fp/fmatf4.c: Likewise.
19392
19393 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19394
19395         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19396         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19397         Silvermont.
19398         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19399         macro.
19400         (index_Slow_SSE4_2): Likewise.
19401         (index_Prefer_PMINUB_for_stringop): Likewise.
19402         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19403         bit_Slow_SSE4_2 is set.
19404         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19405         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19406
19407 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19408
19409         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19410         rtld_global._dl_hwcap2.
19411         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19412         POWER8.
19413         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19414         POWER8 feature descriptions defined in _dl_hwcap2.
19415         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19416         string handling for POWER8 feature bits.
19417         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19418         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19419         _dl_powerpc_cap_flags.
19420         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19421         * sysdeps/powerpc/rtld-global-offsets.sym
19422         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19423         _dl_hwcap2 in the rtld_global_ro structure.
19424
19425 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19426
19427         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19428         hardware capabilities in support of AT_HWCAP2.
19429         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19430         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19431         GLRO(dl_hwcap2).
19432         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19433         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19434         explicitly the unknown a_type display mechanism is used.
19435         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19436         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19437         struct member.
19438         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19439         to macro prototype for AT_HWCAP2 support.
19440         * sysdeps/i386/dl-procinfo.h: Likewise.
19441         * sysdeps/s390/dl-procinfo.h: Likewise.
19442         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19443         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19444         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19445         return -1 for unknown a_type display fallback.
19446         * sysdeps/sparc/dl-procinfo.h: Likewise.
19447         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19448         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19449
19450 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19451
19452         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19453         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19454
19455 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19456
19457         [BZ #12492]
19458         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19459         mprotect making __stack_prot writable.
19460
19461 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19462             Joseph Myers  <joseph@codesourcery.com>
19463
19464         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19465         as being properly aligned.
19466
19467 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19468
19469         * dlfcn/modstatic5.c: New file.
19470         * dlfcn/tststatic5.c: New file.
19471         * dlfcn/Makefile (tests): Add tststatic5.
19472         (tests-static): Likewise.
19473         (modules-names): Add modstatic5.
19474         (tststatic5-ENV): New variable.
19475         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19476
19477         [BZ #15022]
19478         * elf/dl-support.c (_dl_main_map): New variable.
19479         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19480         (_dl_nns, _dl_load_adds): Set to 1.
19481         (_dl_initial_searchlist): Refer to _dl_main_map.
19482         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19483         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19484         call to _dl_get_origin.
19485         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19486         around call_map.
19487         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19488         * dlfcn/modstatic3.c: New file.
19489         * dlfcn/tststatic3.c: New file.
19490         * dlfcn/tststatic4.c: New file.
19491         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19492         (tests-static): Likewise.
19493         (modules-names): Add modstatic3.
19494         (tststatic3-ENV, tststatic4-ENV): New variables.
19495         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19496         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19497
19498 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19499
19500         * configure.in (CC): Require GCC version 4.4 or later.
19501         * configure: Regenerated.
19502         * manual/install.texi (Tools for Compilation): Update GCC version
19503         requirement.
19504         * INSTALL: Regenerated.
19505
19506 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19507
19508         [BZ #15674]
19509         * string/test-memcmp.c (check2): New.
19510         (main): Call check2.
19511
19512         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19513
19514 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19515
19516         [BZ #15022]
19517         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19518         over to...
19519         (dl_open_worker) [!SHARED]: ... here.
19520
19521 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19522
19523         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19524
19525 2013-06-25  Richard Henderson  <rth@redhat.com>
19526
19527         * locale/programs/locarchive.c: Include <libc-internal.h>
19528
19529 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19530
19531         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19532         trailing whitespace removed.
19533
19534 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19535
19536         [BZ #10283]
19537         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19538         * locale/programs/locarchive.c: Include libc-mmap.h.
19539         (prepare_address_space): Take two new outputs (the mmap base and len).
19540         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19541         values.
19542         (create_archive): Declare new mmap base and len values for
19543         prepare_address_space, and store the result in ah.
19544         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19545         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19546         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19547         Declare new mmap base and len values for
19548         prepare_address_space, and store the result in new_ah.
19549         (open_archive): Declare new mmap base and len values for
19550         prepare_address_space, and store the result in ah.
19551         (close_archive): If ah->mmap_base is not NULL, use that and
19552         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19553         * sysdeps/generic/libc-mmap.h: New file.
19554
19555 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19556
19557         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19558         (ALIGN_UP): Likewise.
19559         (PTR_ALIGN_DOWN): Likewise.
19560         (PTR_ALIGN_UP): Likewise.
19561
19562 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19563
19564         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19565         entry mapped to PPC_PLATFORM_POWER8.
19566         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19567         POWER8.
19568         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19569         (_dl_string_platform): Add case for exporting platform position for
19570         POWER8.
19571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19572         search path to sysdeps/powerpc/powerpc32/power8 directory.
19573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19574         search path to sysdeps/powerpc/powerpc64/power8 directory.
19575         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19576         power7 directories.
19577         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19578         power7 directories.
19579
19580 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19581
19582         * INSTALL: Regenerate.
19583
19584         * nscd/connections.c (nscd_init): Fix comment.
19585
19586 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19587
19588         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19589
19590         [BZ #15667]
19591         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19592         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19593
19594 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19595
19596         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19597         DL_DST_REQ_STATIC.
19598         (DL_DST_REQ_STATIC): Remove macro.
19599
19600 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19601
19602         [BZ #7006]
19603         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19604         with a shift of 0 bits.
19605
19606 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19607
19608         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19609         $(tststatic-ENV).
19610
19611 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19612
19613         [BZ #15655]
19614         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19615
19616 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19617
19618         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19619         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19620         accepts -fno-tree-loop-distribute-patterns.
19621         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19622         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19623         recursive call.
19624         * string/memset.c (memset): Likewise.
19625         * string/test-memmove.c (simple_memmove): Disable loop transformation
19626         to library calls.
19627         * string/test-memset.c (simple_memset): Likewise.
19628         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19629         * benchtests/bench-memset.c (simple_memset): Likewise.
19630         * configure: Regenerated.
19631
19632 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19633
19634         * math/test-misc.c (main): Ignore fesetround failure when failures
19635         of subsequent rounding tests would be ignored.
19636
19637         [BZ #15654]
19638         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19639         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19640         * math/fegetenv.c (__fegetenv): Return 0.
19641         * math/fegetexcept.c (fegetexcept): Return 0.
19642         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19643         FE_TONEAREST.
19644         * math/feholdexcpt.c (feholdexcept): Return 0.
19645         * math/fesetenv.c (__fesetenv): Return 0.
19646         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19647         argument FE_TONEAREST.
19648         * math/feupdateenv.c (__feupdateenv): Return 0.
19649         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19650
19651 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19652
19653         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19654         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19655         ($(objpfx)rtld-%.os rules): Use them.
19656
19657 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19658
19659         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19660         fields.
19661
19662 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19663
19664         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19665         length of target pattern, then descending length of dependency pattern.
19666         * configure.in (AWK): Require gawk 3.1.2 or newer.
19667         * manual/install.texi (Tools for Compilation): Say that we do.
19668         * configure: Regenerated.
19669
19670         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19671         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19672         * scripts/sysd-rules.awk: ... this new script.
19673         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19674         than a glob-style pattern.
19675
19676 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19677
19678         * math/test-misc.c (main): Do not treat incorrectly rounded
19679         conversions as failure unless ROUNDING_TESTS passes.
19680
19681 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19682
19683         [BZ #15631]
19684         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19685         restore exception state around main square root computation, then
19686         check for inexactness explicitly.
19687
19688         * math/libm-test.inc (fma_test_data): Add another test.
19689
19690 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19691
19692         * manual/threads.texi (Non-POSIX Extensions): New document
19693         node.  Document pthread_getattr_default_np and
19694         pthread_setattr_default_np.
19695
19696         * Versions.def (libpthread): Add GLIBC_2.18.
19697         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19699         Likewise.
19700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19701         Likewise.
19702         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19703         Likewise.
19704         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19705         Likewise.
19706         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19707         Likewise.
19708         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19709         Likewise.
19710         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19711         Likewise.
19712         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19713         Likewise.
19714         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19715         Likewise.
19716
19717 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19718
19719         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19720         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19721
19722 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19723             H.J. Lu  <hjl.tools@gmail.com>
19724
19725         [BZ #15627]
19726         * sysdeps/x86_64/rtld-memset.c: Remove file.
19727         * sysdeps/x86_64/rtld-memset.S: New file.
19728
19729 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19730
19731         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19732         (test_in_one_mode): Take arguments for whether the rounding mode
19733         is supported for each floating-point type.
19734         (do_test): Pass new arguments to test_in_one_mode using
19735         ROUNDING_TESTS.
19736
19737 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19738
19739         * posix/tst-waitid.c (do_test): Distinguish different instances of
19740         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19741         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19742         before entering the kernel for waitpid.
19743
19744 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19745
19746         * NEWS: Fix note on clock function precision.  Text by Roland
19747         McGrath.
19748
19749 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19750
19751         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19752         it into place only when and if the sanity check passes.
19753
19754 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19755
19756         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19757         output for whether conversion result is exact.  Take argument
19758         indicating whether type is IBM long double.
19759         (round_for_all): Change need_exact field to ibm_ld.
19760         * stdlib/tst-strtod-round.c (struct exactness): New type.
19761         (struct test): Change bool ld_ok field to struct exactness exact.
19762         (TEST): Update all definitions for change to field.
19763         (tests): Regenerate array contents.
19764         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19765         field value.  Check for IBM long double here.
19766         (do_test): Update calls to test_in_one_mode.
19767
19768 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19769
19770         [BZ #12515]
19771         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19772         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19773
19774 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19775
19776         [BZ #15605]
19777         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19778         generated by the compiler on loop optimizations.
19779         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19780         general definitions.
19781
19782 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19783
19784         * math/bug-nextafter.c: Include <math-tests.h>.
19785         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19786         the relevant type.
19787         * math/bug-nexttoward.c: Include <math-tests.h>.
19788         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19789         the relevant type.
19790         * math/test-misc.c: Include <math-tests.h>.
19791         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19792         the relevant type.
19793
19794 2013-06-12  Andreas Jaeger  <aj@suse.de>
19795
19796         * po/ia.po: Update Interlingua translation from translation
19797         project.
19798
19799 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19800
19801         * include/fenv.h: Include stdbool.h.
19802         (struct rm_ctx): New structure.
19803         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19804         Define macro.
19805         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19806         (SET_RESTORE_ROUNDF): Likewise.
19807         (SET_RESTORE_ROUNDL): Likewise.
19808         (SET_RESTORE_ROUND_NOEX): Likewise.
19809         (SET_RESTORE_ROUND_NOEXF): Likewise.
19810         (SET_RESTORE_ROUND_NOEXL): Likewise.
19811         (SET_RESTORE_ROUND_53BIT): Likewise.
19812         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19813         (libc_feresetround_noexf_ctx): Likewise.
19814         (libc_feresetround_noexl_ctx): Likewise.
19815         (libc_feholdsetround_53bit_ctx): Likewise.
19816         (libc_feresetround_53bit_ctx): Likewise.
19817         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19818         (libc_feholdexcept_setround_sse_ctx): New function.
19819         (libc_fesetenv_sse_ctx): Likewise.
19820         (libc_feupdateenv_sse_ctx): Likewise.
19821         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19822         (libc_feholdexcept_setround_387_ctx): Likewise.
19823         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19824         (libc_feholdsetround_387_prec_ctx): Likewise.
19825         (libc_feholdsetround_387_ctx): Likewise.
19826         (libc_feholdsetround_387_53bit_ctx): Likewise.
19827         (libc_feholdsetround_sse_ctx): Likewise.
19828         (libc_feresetround_sse_ctx): Likewise.
19829         (libc_feresetround_387_ctx): Likewise.
19830         (libc_feupdateenv_387_ctx): Likewise.
19831         (libc_feholdexcept_setroundf_ctx): Define macro.
19832         (libc_fesetenvf_ctx): Likewise.
19833         (libc_feupdateenvf_ctx): Likewise.
19834         (libc_feholdsetroundf_ctx): Likewise.
19835         (libc_feresetroundf_ctx): Likewise.
19836         (libc_feholdexcept_setround_ctx): Likewise.
19837         (libc_fesetenv_ctx): Likewise.
19838         (libc_feupdateenv_ctx): Likewise.
19839         (libc_feholdsetround_ctx): Likewise.
19840         (libc_feresetround_ctx): Likewise.
19841         (libc_feholdexcept_setroundl_ctx): Likewise.
19842         (libc_feupdateenvl_ctx): Likewise.
19843         (libc_feholdsetroundl_ctx): Likewise.
19844         (libc_feresetroundl_ctx): Likewise.
19845         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19846         (libc_feresetround_53bit_ctx): Likewise.
19847
19848 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19849
19850         * locale/iso-639.def: Convert to UTF-8.
19851
19852 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19853
19854         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19855         (EXCEPTION_TESTS_double): Likewise.
19856         (EXCEPTION_TESTS_long_double): Likewise.
19857         (EXCEPTION_TESTS): Likewise.
19858         * math/libm-test.inc (test_exceptions): Only test exceptions if
19859         EXCEPTION_TESTS (FLOAT).
19860
19861 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19862
19863         * benchtests/Makefile (string-bench): Add strcpy_chk and
19864         stpcpy_chk.
19865         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19866         * benchtests/bench-stpcpy_chk.c: New file.
19867         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19868         * benchtests/bench-strcpy_chk.c: New file.
19869         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19870         code.
19871         (do_test): Likewise.
19872
19873 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19874
19875         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19876         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19877         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19878         with tabs where appropriate.
19879         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19880         dl-procinfo.h.
19881         [PPC_PLATFORM_PPC440]: Likewise.
19882         [PPC_PLATFORM_PPC464]: Likewise.
19883         [PPC_PLATFORM_PPC476]: Likewise.
19884         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19885         ppc464, and ppc476 platform strings merging from ports/
19886         dl-procinfo.h.
19887
19888 2013-06-11  Andreas Schwab  <schwab@suse.de>
19889
19890         [BZ #14991]
19891         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19892         (from_ucs4_idx): Regenerate.
19893         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19894         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19895         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19896         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19897         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19898         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19899         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19900         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19901         from FROM_LOOP and TO_LOOP specific macros.
19902         (BODY): Handle combining characters.
19903         * iconvdata/BIG5HKSCS.irreversible: Update.
19904         * iconvdata/BIG5HKSCS.precomposed: New file.
19905         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19906         characters.
19907         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19908
19909 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19910
19911         * include/sys/time.h: Fix indentation and add copyright header.
19912
19913         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19914         (do_test): Likewise.
19915         * string/test-memchr.c (do_one_test): Likewise.
19916         (do_test): Likewise.
19917         * string/test-memcmp.c (do_one_test): Likewise.
19918         (do_test): Likewise.
19919         * string/test-memcpy.c (do_one_test): Likewise.
19920         (do_test): Likewise.
19921         * string/test-memmem.c (do_one_test): Likewise.
19922         (do_test): Likewise.
19923         (do_random_tests): Likewise.
19924         * string/test-memmove.c (do_one_test): Likewise.
19925         (do_test): Likewise.
19926         * string/test-memset.c (do_one_test): Likewise.
19927         (do_test): Likewise.
19928         * string/test-rawmemchr.c (do_one_test): Likewise.
19929         (do_test): Likewise.
19930         * string/test-strcasecmp.c (do_one_test): Likewise.
19931         (do_test): Likewise.
19932         * string/test-strcasestr.c (do_one_test): Likewise.
19933         (do_test): Likewise.
19934         * string/test-strcat.c (do_one_test): Likewise.
19935         (do_test): Likewise.
19936         * string/test-strchr.c (do_one_test): Likewise.
19937         (do_test): Likewise.
19938         * string/test-strcmp.c (do_one_test): Likewise.
19939         (do_test): Likewise.
19940         * string/test-strcpy.c (do_one_test): Likewise.
19941         (do_test): Likewise.
19942         * string/test-string.h: Likewise.
19943         (test_init): Likewise.
19944         * string/test-strlen.c (do_one_test): Likewise.
19945         (do_test): Likewise.
19946         * string/test-strncasecmp.c (do_one_test): Likewise.
19947         (do_test): Likewise.
19948         * string/test-strncat.c (do_one_test): Likewise.
19949         (do_test): Likewise.
19950         * string/test-strncmp.c (do_one_test): Likewise.
19951         (do_test_limit): Likewise.
19952         (do_test): Likewise.
19953         * string/test-strncpy.c (do_one_test): Likewise.
19954         (do_test): Likewise.
19955         * string/test-strnlen.c (do_one_test): Likewise.
19956         (do_test): Likewise.
19957         * string/test-strpbrk.c (do_one_test): Likewise.
19958         (do_test): Likewise.
19959         * string/test-strrchr.c (do_one_test): Likewise.
19960         (do_test): Likewise.
19961         * string/test-strspn.c (do_one_test): Likewise.
19962         (do_test): Likewise.
19963         * string/test-strstr.c (do_one_test): Likewise.
19964         (do_test): Likewise.
19965
19966         * benchtests/Makefile (string-bench): Add string benchmarks.
19967         * benchtests/bench-bcopy-ifunc.c: New file.
19968         * benchtests/bench-bcopy.c: New file.
19969         * benchtests/bench-bzero-ifunc.c: New file.
19970         * benchtests/bench-bzero.c: New file.
19971         * benchtests/bench-memccpy-ifunc.c: New file.
19972         * benchtests/bench-memccpy.c: New file.
19973         * benchtests/bench-memchr-ifunc.c: New file.
19974         * benchtests/bench-memchr.c: New file.
19975         * benchtests/bench-memcmp-ifunc.c: New file.
19976         * benchtests/bench-memcmp.c: New file.
19977         * benchtests/bench-memmem-ifunc.c: New file.
19978         * benchtests/bench-memmem.c: New file.
19979         * benchtests/bench-memmove-ifunc.c: New file.
19980         * benchtests/bench-memmove.c: New file.
19981         * benchtests/bench-mempcpy-ifunc.c: New file.
19982         * benchtests/bench-mempcpy.c: New file.
19983         * benchtests/bench-memset-ifunc.c: New file.
19984         * benchtests/bench-memset.c: New file.
19985         * benchtests/bench-rawmemchr-ifunc.c: New file.
19986         * benchtests/bench-rawmemchr.c: New file.
19987         * benchtests/bench-stpcpy-ifunc.c: New file.
19988         * benchtests/bench-stpcpy.c: New file.
19989         * benchtests/bench-stpncpy-ifunc.c: New file.
19990         * benchtests/bench-stpncpy.c: New file.
19991         * benchtests/bench-strcasecmp-ifunc.c: New file.
19992         * benchtests/bench-strcasecmp.c: New file.
19993         * benchtests/bench-strcasestr-ifunc.c: New file.
19994         * benchtests/bench-strcasestr.c: New file.
19995         * benchtests/bench-strcat-ifunc.c: New file.
19996         * benchtests/bench-strcat.c: New file.
19997         * benchtests/bench-strchr-ifunc.c: New file.
19998         * benchtests/bench-strchr.c: New file.
19999         * benchtests/bench-strchrnul-ifunc.c: New file.
20000         * benchtests/bench-strchrnul.c: New file.
20001         * benchtests/bench-strcmp-ifunc.c: New file.
20002         * benchtests/bench-strcmp.c: New file.
20003         * benchtests/bench-strcpy-ifunc.c: New file.
20004         * benchtests/bench-strcpy.c: New file.
20005         * benchtests/bench-strcspn-ifunc.c: New file.
20006         * benchtests/bench-strcspn.c: New file.
20007         * benchtests/bench-strlen-ifunc.c: New file.
20008         * benchtests/bench-strlen.c: New file.
20009         * benchtests/bench-strncasecmp-ifunc.c: New file.
20010         * benchtests/bench-strncasecmp.c: New file.
20011         * benchtests/bench-strncat-ifunc.c: New file.
20012         * benchtests/bench-strncat.c: New file.
20013         * benchtests/bench-strncmp-ifunc.c: New file.
20014         * benchtests/bench-strncmp.c: New file.
20015         * benchtests/bench-strncpy-ifunc.c: New file.
20016         * benchtests/bench-strncpy.c: New file.
20017         * benchtests/bench-strnlen-ifunc.c: New file.
20018         * benchtests/bench-strnlen.c: New file.
20019         * benchtests/bench-strpbrk-ifunc.c: New file.
20020         * benchtests/bench-strpbrk.c: New file.
20021         * benchtests/bench-strrchr-ifunc.c: New file.
20022         * benchtests/bench-strrchr.c: New file.
20023         * benchtests/bench-strspn-ifunc.c: New file.
20024         * benchtests/bench-strspn.c: New file.
20025         * benchtests/bench-strstr-ifunc.c: New file.
20026         * benchtests/bench-strstr.c: New file.
20027
20028         * benchtests/Makefile: Disable parallel execution of targets.
20029         (string-bench): Add memcpy.
20030         (benchset): New variable to store a list of benchmark sets.
20031         (bench-func): Renamed from bench.
20032         (bench-set): New target.
20033         (bench): Depend on bench-func and bench-set.
20034         * benchtests/README: Add section on benchmark sets.
20035         * benchtests/bench-memcpy-ifunc.c: New file.
20036         * benchtests/bench-memcpy.c: New file.
20037         * benchtests/bench-string.h: New file.
20038
20039 2013-06-11  Andreas Schwab  <schwab@suse.de>
20040
20041         [BZ #15577]
20042         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
20043         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
20044         values in the triple.
20045         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
20046         terminator in the group key.
20047
20048 2013-06-11  Andreas Jaeger  <aj@suse.de>
20049
20050         * po/zh_TW.po: Update Chinese (traditional) translation from
20051         translation project.
20052
20053 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20054
20055         * include/time.h (__clock_gettime): Add libc_hidden_proto.
20056         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
20057         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
20058         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
20059         (clock_getcpuclockid): Likewise.
20060         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
20061         Add weak_alias and libc_hidden_def.
20062         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
20063         * rt/clock_gettime.c (clock_gettime): Rename to
20064         __clock_gettime.  Add weak_alias and libc_hidden_def.
20065         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
20066         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
20067         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
20068         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
20069         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
20070         Likewise.
20071         * rt/clock_settime.c (clock_settime): Rename to
20072         __clock_settime.  Add weak_alias and libc_hidden_def.
20073         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
20074
20075 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
20076
20077         * mach/err_boot.sub: Remove trailing whitespace.
20078         * mach/err_ipc.sub: Likewise.
20079         * mach/err_mach.sub: Likewise.
20080
20081         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
20082         (ROUNDING_TESTS_double): Likewise.
20083         (ROUNDING_TESTS_long_double): Likewise.
20084         (ROUNDING_TESTS): Likewise.
20085         * math/libm-test.inc: Include <math-tests.h>.
20086         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
20087         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20088         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20089         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20090
20091 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20092
20093         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
20094         of assigning.
20095
20096 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
20097
20098         * sysdeps/gnu/errlist.awk: Do not generate space at end of
20099         otherwise empty TRANS lines.
20100         * sysdeps/gnu/errlist.c: Regenerated.
20101
20102         * catgets/gencat.c (error_print): Use (void) in function
20103         definition.
20104         * crypt/crypt_util.c (__init_des): Likewise.
20105         * crypt/speeds.c (Stop): Likewise.
20106         (main): Likewise.
20107         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
20108         * inet/ruserpass.c (token): Likewise.
20109         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
20110         * intl/localealias.c (extend_alias_table): Likewise.
20111         * intl/plural-exp.c (init_germanic_plural): Likewise.
20112         * libio/fcloseall.c (__fcloseall): Likewise.
20113         * libio/genops.c (_IO_flush_all): Likewise.
20114         (_IO_flush_all_linebuffered): Likewise.
20115         (_IO_cleanup): Likewise.
20116         (_IO_iter_begin): Likewise.
20117         (_IO_iter_end): Likewise.
20118         (_IO_list_lock): Likewise.
20119         (_IO_list_unlock): Likewise.
20120         (_IO_list_resetlock): Likewise.
20121         * libio/getchar.c (getchar): Likewise.
20122         * libio/getchar_u.c (getchar_unlocked): Likewise.
20123         * libio/getwchar.c (getwchar): Likewise.
20124         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
20125         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
20126         * login/getpt.c (__getpt): Likewise.
20127         * login/tst-utmp.c (main): Likewise.
20128         * malloc/hooks.c (__malloc_check_init): Likewise.
20129         * malloc/malloc.c (__malloc_stats): Likewise.
20130         * malloc/mtrace.c (tr_break): Likewise.
20131         (mtrace): Likewise.
20132         (muntrace): Likewise.
20133         * misc/fstab.c (endfsent): Likewise.
20134         * misc/getclktck.c (__getclktck): Likewise.
20135         * misc/getdtsz.c (__getdtablesize): Likewise.
20136         * misc/gethostid.c (gethostid): Likewise.
20137         * misc/getpagesize.c (__getpagesize): Likewise.
20138         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
20139         (__get_nprocs): Likewise.
20140         (__get_phys_pages): Likewise.
20141         (__get_avphys_pages): Likewise.
20142         * misc/getttyent.c (getttyent): Likewise.
20143         (setttyent): Likewise.
20144         (endttyent): Likewise.
20145         * misc/getusershell.c (getusershell): Likewise.
20146         (endusershell): Likewise.
20147         (setusershell): Likewise.
20148         (initshells): Likewise.
20149         * misc/hsearch.c (__hdestroy): Likewise.
20150         * misc/sync.c (sync): Likewise.
20151         * misc/syslog.c (closelog_internal): Likewise.
20152         (closelog): Likewise.
20153         * misc/ttyslot.c (ttyslot): Likewise.
20154         * misc/vhangup.c (vhangup): Likewise.
20155         * posix/fork.c (__fork): Likewise.
20156         * posix/getegid.c (__getegid): Likewise.
20157         * posix/geteuid.c (__geteuid): Likewise.
20158         * posix/getgid.c (__getgid): Likewise.
20159         * posix/getpid.c (__getpid): Likewise.
20160         * posix/getppid.c (__getppid): Likewise.
20161         * posix/getuid.c (__getuid): Likewise.
20162         * posix/pause.c (pause): Likewise.
20163         * posix/setpgrp.c (setpgrp): Likewise.
20164         * posix/setsid.c (__setsid): Likewise.
20165         * posix/test-vfork.c (noop): Likewise.
20166         * resolv/gethnamaddr.c (_endhtent): Likewise.
20167         (_gethtent): Likewise.
20168         (ht_endhostent): Likewise.
20169         (gethostent): Likewise.
20170         (dns_service): Likewise.
20171         * stdlib/drand48.c (drand48): Likewise.
20172         * stdlib/lrand48.c (lrand48): Likewise.
20173         * stdlib/mrand48.c (mrand48): Likewise.
20174         * stdlib/rand.c (rand): Likewise.
20175         * stdlib/random.c (__random): Likewise.
20176         * stdlib/setenv.c (clearenv): Likewise.
20177         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
20178         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
20179         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
20180         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
20181         (__get_nprocs): Likewise.
20182         (__get_phys_pages): Likewise.
20183         (__get_avphys_pages): Likewise.
20184         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
20185         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
20186         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
20187         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
20188         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
20189         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
20190         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
20191         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
20192         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
20193         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
20194         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
20195         * sysdeps/mach/hurd/sync.c (sync): Likewise.
20196         * sysdeps/posix/clock.c (clock): Likewise.
20197         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
20198         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
20199         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
20200         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
20201         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20202         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20203         (__get_nprocs_conf): Likewise.
20204         (__get_phys_pages): Likewise.
20205         (__get_avphys_pages): Likewise.
20206         * time/clock.c (clock): Likewise.
20207         * time/tzset.c (__tzname_max): Likewise.
20208
20209 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
20210
20211         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20212         (__bswap_32): Do not use "register".
20213         * crypt/crypt.c (_ufc_doit_r): Likewise.
20214         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20215         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20216         * gmon/gmon.c (__monstartup): Likewise.
20217         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20218         * hurd/hurdmalloc.c (more_memory): Likewise.
20219         (malloc): Likewise.
20220         (free): Likewise.
20221         (realloc): Likewise.
20222         (malloc_fork_prepare): Likewise.
20223         (malloc_fork_parent): Likewise.
20224         (malloc_fork_child): Likewise.
20225         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20226         (_svcauth_des): Likewise.
20227         * inet/inet_lnaof.c (inet_lnaof): Likewise.
20228         * inet/inet_net.c (inet_network): Likewise.
20229         * inet/inet_netof.c (inet_netof): Likewise.
20230         * inet/rcmd.c (__validuser2_sa): Likewise.
20231         * io/fts.c (fts_open): Likewise.
20232         (fts_load): Likewise.
20233         (fts_close): Likewise.
20234         (fts_read): Likewise.
20235         (fts_children): Likewise.
20236         (fts_build): Likewise.
20237         (fts_stat): Likewise.
20238         (fts_sort): Likewise.
20239         (fts_alloc): Likewise.
20240         (fts_lfree): Likewise.
20241         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20242         (_IO_file_xsgetn): Likewise.
20243         (_IO_file_xsgetn_mmap): Likewise.
20244         * libio/iofopncook.c (_IO_cookie_read): Likewise.
20245         (_IO_cookie_write): Likewise.
20246         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20247         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20248         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20249         * malloc/obstack.c (_obstack_begin): Likewise.
20250         (_obstack_begin_1): Likewise.
20251         (_obstack_newchunk): Likewise.
20252         (_obstack_allocated_p): Likewise.
20253         (obstack_free): Likewise.
20254         (_obstack_memory_used): Likewise.
20255         * misc/getttyent.c (getttynam): Likewise.
20256         (getttyent): Likewise.
20257         (skip): Likewise.
20258         (value): Likewise.
20259         * misc/getusershell.c (initshells): Likewise.
20260         * misc/syslog.c (__vsyslog_chk): Likewise.
20261         * misc/ttyslot.c (ttyslot): Likewise.
20262         * nis/nis_hash.c (__nis_hash): Likewise.
20263         * posix/fnmatch_loop.c (FCT): Likewise.
20264         * posix/getconf.c (print_all): Likewise.
20265         (main): Likewise.
20266         * posix/getopt.c (exchange): Likewise.
20267         * posix/glob.c (globfree): Likewise.
20268         (prefix_array): Likewise.
20269         (__glob_pattern_type): Likewise.
20270         * resolv/arpa/nameser.h (NS_GET16): Likewise.
20271         (NS_GET32): Likewise.
20272         (NS_PUT16): Likewise.
20273         (NS_PUT32): Likewise.
20274         * resolv/gethnamaddr.c (getanswer): Likewise.
20275         (gethostbyname2): Likewise.
20276         (gethostbyaddr): Likewise.
20277         (_gethtent): Likewise.
20278         (_gethtbyname2): Likewise.
20279         (_gethtbyaddr): Likewise.
20280         * resolv/ns_print.c (dst_s_get_int16): Likewise.
20281         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20282         * resolv/res_init.c (__res_vinit): Likewise.
20283         (net_mask): Likewise.
20284         * resolv/res_mkquery.c (outchar): Likewise.
20285         (PRINT): Likewise.
20286         * stdio-common/printf_fp.c (outchar): Likewise.
20287         (PRINT): Likewise.
20288         * stdio-common/printf_fphex.c (outchar): Likewise.
20289         (PRINT): Likewise.
20290         * stdio-common/printf_size.c (outchar): Likewise.
20291         (PRINT): Likewise.
20292         * stdio-common/test_rdwr.c (main): Likewise.
20293         * stdio-common/tfformat.c (matches): Likewise.
20294         * stdio-common/vfprintf.c (outchar): Likewise.
20295         (printf_unknown): Likewise.
20296         (buffered_vfprintf): Likewise.
20297         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20298         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20299         (ReadFile): Likewise.
20300         * stdlib/qsort.c (SWAP): Likewise.
20301         (_quicksort): Likewise.
20302         * stdlib/setenv.c (__add_to_environ): Likewise.
20303         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20304         * stdlib/strtol_l.c (__strtol_l): Likewise.
20305         * stdlib/tst-strtod.c (main): Likewise.
20306         * stdlib/tst-strtol.c (main): Likewise.
20307         * stdlib/tst-strtoll.c (main): Likewise.
20308         * string/bits/string2.h (__strcmp_cc): Likewise.
20309         (__strcmp_cg): Likewise.
20310         (__strcspn_c1): Likewise.
20311         (__strcspn_c2): Likewise.
20312         (__strcspn_c3): Likewise.
20313         (__strspn_c1): Likewise.
20314         (__strspn_c2): Likewise.
20315         (__strspn_c3): Likewise.
20316         (__strsep_1c): Likewise.
20317         (__strsep_2c): Likewise.
20318         (__strsep_3c): Likewise.
20319         * string/memccpy.c (__memccpy): Likewise.
20320         * string/stpcpy.c (__stpcpy): Likewise.
20321         * string/strcmp.c (strcmp): Likewise.
20322         * string/strrchr.c (strrchr): Likewise.
20323         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20324         Likewise.
20325         * sysdeps/mach/hurd/getcwd.c
20326         (_hurd_canonicalize_directory_name_internal): Likewise.
20327         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20328         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20329         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20330         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20331         Likewise, in both definitions.
20332         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20333         definitions.
20334         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20335         64] (__bswap_64): Likewise.
20336         * time/test_time.c (main): Likewise.
20337         * time/tzfile.c (__tzfile_read): Likewise.
20338         (__tzfile_compute): Likewise.
20339         * time/tzset.c (__tzset_parse_tz): Likewise.
20340         (tzset_internal): Likewise.
20341         (compute_change): Likewise.
20342         * wcsmbs/wcscat.c (__wcscat): Likewise.
20343         * wcsmbs/wcschr.c (wcschr): Likewise.
20344         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20345         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20346         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20347         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20348         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20349         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20350         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20351         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20352         * wcsmbs/wmemset.c (wmemset): Likewise.
20353
20354 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20355
20356         * scripts/config.guess: Update to version 2013-05-16.
20357         * scripts/config.sub: Update to version 2013-04-24.
20358         * scripts/install-sh: Update to version 2011-11-20.07.
20359         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20360         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20361
20362 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20363
20364         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20365         * elf/sln.c: Likewise.
20366         * hurd/hurd/ioctl.h: Likewise.
20367         * hurd/hurdmalloc.c: Likewise.
20368         * hurd/xattr.c: Likewise.
20369         * include/shlib-compat.h: Likewise.
20370         * inet/ruserpass.c: Likewise.
20371         * libio/iofgets_u.c: Likewise.
20372         * libio/iofgetws_u.c: Likewise.
20373         * locale/programs/ld-identification.c: Likewise.
20374         * locale/programs/ld-time.c: Likewise.
20375         * mach/msg-destroy.c: Likewise.
20376         * nss/nss_files/files-netgrp.c: Likewise.
20377         * resolv/res_data.c: Likewise.
20378         * soft-fp/op-1.h: Likewise.
20379         * soft-fp/op-2.h: Likewise.
20380         * soft-fp/op-4.h: Likewise.
20381         * soft-fp/op-common.h: Likewise.
20382         * stdio-common/printf_fphex.c: Likewise.
20383         * stdlib/strtod_l.c: Likewise.
20384         * sunrpc/rpc/clnt.h: Likewise.
20385         * sysdeps/generic/framestate.c: Likewise.
20386         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20387         * sysdeps/i386/bsd-setjmp.S: Likewise.
20388         * sysdeps/i386/__longjmp.S: Likewise.
20389         * sysdeps/i386/setjmp.S: Likewise.
20390         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20391         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20392         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20393         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20394         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20395         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20396         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20397         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20398         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20399         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20400         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20401         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20402         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20403         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20404         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20405         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20406         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20407         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20408         * sysdeps/ieee754/support.c: Likewise.
20409         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20410         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20411         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20412         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20413         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20414         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20415         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20416         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20417         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20418         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20419         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20420         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20421         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20422         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20423         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20424         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20425         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20427
20428 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20429
20430         * posix/transbug.c: Remove executable mode.
20431
20432 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20433
20434         * crypt/speeds.c: Remove trailing whitespace.
20435         * dlfcn/default.c: Likewise.
20436         * elf/ifuncdep2.c: Likewise.
20437         * elf/ifuncmain1.c: Likewise.
20438         * elf/ifuncmain1vis.c: Likewise.
20439         * elf/testobj.h: Likewise.
20440         * elf/tst-stackguard1.c: Likewise.
20441         * gmon/sys/gmon.h: Likewise.
20442         * hurd/hurdmsg.c: Likewise.
20443         * hurd/new-fd.c: Likewise.
20444         * hurd/ports-get.c: Likewise.
20445         * iconvdata/ibm1008_420.c: Likewise.
20446         * inet/tst-getni1.c: Likewise.
20447         * inet/tst-getni2.c: Likewise.
20448         * libio/ioungetc.c: Likewise.
20449         * libio/wfiledoalloc.c: Likewise.
20450         * manual/libm-err-tab.pl: Likewise.
20451         * math/w_dremf.c: Likewise.
20452         * misc/ftruncate.c: Likewise.
20453         * posix/bug-glob2.c: Likewise.
20454         * posix/tst-pcre.c: Likewise.
20455         * posix/wait4.c: Likewise.
20456         * resolv/README: Likewise.
20457         * resolv/res_debug.h: Likewise.
20458         * resolv/tst-inet_ntop.c: Likewise.
20459         * setjmp/bug269-setjmp.c: Likewise.
20460         * soft-fp/extended.h: Likewise.
20461         * soft-fp/op-1.h: Likewise.
20462         * soft-fp/op-2.h: Likewise.
20463         * soft-fp/op-4.h: Likewise.
20464         * soft-fp/op-8.h: Likewise.
20465         * soft-fp/testit.c: Likewise.
20466         * stdio-common/bug16.c: Likewise.
20467         * stdlib/random.c: Likewise.
20468         * sunrpc/rpcsvc/rquota.x: Likewise.
20469         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20470         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20471         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20472         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20473         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20474         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20475         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20476         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20477         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20478         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20479         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20480         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20481         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20482         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20483         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20484         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20485         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20486         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20487         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20488         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20489         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20490         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20491         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20492         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20493         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20494         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20495         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20496         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20497         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20498         * sysdeps/ieee754/s_lib_version.c: Likewise.
20499         * sysdeps/mach/hurd/check_fds.c: Likewise.
20500         * sysdeps/mach/hurd/getsockname.c: Likewise.
20501         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20502         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20503         * sysdeps/powerpc/bits/link.h: Likewise.
20504         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20505         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20506         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20507         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20508         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20509         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20510         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20511         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20512         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20513         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20514         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20515         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20516         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20517         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20518         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20519         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20520         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20521         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20522         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20523         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20524         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20525         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20526         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20527         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20528         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20529         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20530         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20531         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20532         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20533         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20534         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20535         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20536         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20537         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20538         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20539         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20540         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20541         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20542         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20543         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20544         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20545         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20546         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20547         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20548         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20549         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20550         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20551         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20552         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20553         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20554         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20555         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20556         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20557         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20558         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20559         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20560         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20561         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20562         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20563         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20564         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20565         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20566         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20567         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20568         * sysdeps/powerpc/sysdep.h: Likewise.
20569         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20570         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20571         * sysdeps/sh/dl-trampoline.S: Likewise.
20572         * sysdeps/sh/memset.S: Likewise.
20573         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20574         * sysdeps/sh/strlen.S: Likewise.
20575         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20576         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20577         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20578         * sysdeps/sparc/sparc32/rem.S: Likewise.
20579         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20580         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20581         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20582         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20583         * sysdeps/sparc/sparc32/urem.S: Likewise.
20584         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20585         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20586         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20587         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20588         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20589         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20590         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20591         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20592         * sysdeps/unix/bsd/times.c: Likewise.
20593         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20594         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20598         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20599         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20600         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20601         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20602         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20603         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20604         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20605         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20606         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20607         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20608         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20609         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20610         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20611         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20612         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20613         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20614         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20615         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20616         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20617         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20618         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20619         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20620         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20621         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20622         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20623         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20624         * sysdeps/x86_64/strcspn.S: Likewise.
20625
20626 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20627
20628         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20629         generated file.  Regenerate properly from gen-translit.pl.
20630         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20631         locale/C-translit.h.
20632
20633 2013-06-05  Andreas Schwab  <schwab@suse.de>
20634
20635         [BZ #15100]
20636         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20637         week as 6 instead of -1.
20638         * time/tst-strptime.c (day_tests): Add test case.
20639
20640 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20641
20642         * sysdeps/generic/math_private.h
20643         (libc_feholdexcept_setround_53bit): Replace with
20644         libc_feholdsetround_53bit.
20645         (libc_feupdateenv_53bit): Replace with
20646         libc_feresetround_53bit.
20647         (SET_RESTORE_ROUND_53BIT): Adjust.
20648
20649 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20650
20651         * string/test-strchrnul.c: Add copyright header.
20652
20653         * posix/tst-getaddrinfo4.c: Increase test timeout.
20654
20655 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20656
20657         [BZ #15536]
20658         * math/libm-test.inc (MAX_EXP): Remove
20659         (MIN_EXP): Define.
20660         (ulp): Use MIN_EXP - MANT_DIG.
20661         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20662
20663 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20664
20665         * po/be.po: Revert last change.
20666         * po/zh_CN.po: Likewise.
20667         * po/header.pot: Likewise.
20668
20669 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20670
20671         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20672         link-libc-deps to empty as target-specific variable.
20673         * Makerules (link-libc-args): New variable.
20674         (libc-for-link): Likewise.
20675         (link-libc-deps): Likewise.
20676         (lib%.so): Depend on $(link-libc-deps).  Link with
20677         $(link-libc-args).
20678         (build-module): Link with $(link-libc-args).
20679         (build-module-asneeded): Likewise.
20680         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20681         list of objects.
20682         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20683         target-specific variable.
20684         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20685         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20686         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20687         libc.
20688         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20689         libc and ld.so.
20690         ($(objpfx)libpcprofile.so): Likewise.
20691         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20692         libc_nonshared.a.
20693         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20694         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20695         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20696         $(link-libc-deps).
20697         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20698         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20699         * login/Makefile ($(objpfx)libutil.so): Likewise.
20700         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20701         * math/Makefile ($(objpfx)libm.so): Likewise.
20702         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20703         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20704         variable instead of depending directly on libc.
20705         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20706         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20707         $(link-libc-deps).
20708         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20709         libc.
20710         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20711         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20712         ($(objpfx)libanl.so): Likewise.
20713         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20714         ld.so.
20715         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20716         $(link-libc-deps).
20717         * sysdeps/i386/fpu/Makefile: Remove file.
20718         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20719         ($(objpfx)libm.so): Remove dependency on ld.so.
20720
20721 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20722
20723         [BZ # 15553]
20724         * nis/yp_xdr.c (XDRMAXNAME): Define.
20725         (XDRMAXRECORD): Define.
20726         (xdr_domainname): Use XDRMAXNAME.
20727         (xdr_mapname): Likewise.
20728         (xdr_peername): Likewise.
20729         (xdr_keydat): Use XDRMAXRECORD.
20730         (xdr_valdat): Likewise.
20731
20732 2013-05-30  Jeff Law  <law@redhat.com>
20733
20734         [BZ #14256]
20735         * manual/errno.texi (ESTALE): Update to account for more than
20736         just NFS file systems.
20737         * sysdeps/gnu/errlist.c: Regenerated.
20738
20739 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20740
20741         [BZ #15465]
20742         * elf/Makefile (tests): Add tst-null-argv.
20743         (modules-names):  Add tst-null-argv-lib.
20744         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20745         (tst-null-argv-ENV): Set environment for tst-null-argv.
20746         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20747         (RTLD_PROGNAME): New macro.
20748         * elf/tst-null-argv.c: New test case.
20749         * elf/tst-null-argv-lib.c: Library for test case.
20750         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20751         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20752         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20753         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20754         * elf/dl-init.c (call_init): Likewise.
20755         (_dl_init): Likewise.
20756         * elf/dl-load.c (print_search_path): Likewise.
20757         (_dl_map_object): Likewise.
20758         * elf/dl-lookup.c (do_lookup_x): Likewise.
20759         (add_dependency): Likewise.
20760         (_dl_lookup_symbol_x): Likewise.
20761         (_dl_debug_bindings): Likewise.
20762         * elf/dl-open.c (_dl_show_scope): Likewise.
20763         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20764         * elf/dl-version.c (match_symbol): Likewise.
20765         (_dl_check_map_versions): Likewise.
20766         * elf/rtld.c (dl_main): Likewise.
20767         (print_unresolved): Use RTLD_PROGNAME.
20768         (print_missing_version): Likewise.
20769         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20770         (elf_machine_rela): Likewise.
20771         * sysdeps/powerpc/powerpc32/dl-machine.c
20772         (__process_machine_rela): Likewise.
20773         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20774         Likewise.
20775         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20776         Likewise.
20777         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20778         Likewise.
20779         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20780         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20781         Likewise.
20782         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20783         Likewise.
20784         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20785
20786 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20787
20788         * po/be.po: Add descriptive title.
20789         * po/zh_CN.po: Likewise.
20790         * po/header.pot: Likewise.
20791
20792 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20793
20794         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20795         error message.
20796         (enlarge_archive): Likewise.
20797
20798 2013-05-28  Ben North  <ben@redfrontdoor.org>
20799
20800         * manual/arith.texi (frexp): It is the magnitude of the return
20801         value which lies in [0.5, 1), not the return value itself.
20802
20803 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20804
20805         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20806
20807 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20808
20809         * stdio-common/bug26.c (main): Correct fscanf template.
20810
20811         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20812         declare _dl_skip_args.
20813
20814         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20815         Don't declare.
20816
20817         * manual/platform.texi: Add missing @end deftypefun.
20818
20819 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20820
20821         [BZ #15529]
20822         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20823         bit of mantissa of 2^16382.
20824         * math/libm-test.inc (hypot_test_data): Add more tests.
20825
20826         * math/libm-test.inc: Add drem and pow10 to list of tested
20827         functions.
20828         (pow10_test): New function.
20829         (drem_test): Likewise.
20830         (drem_test_tonearest): Likewise.
20831         (drem_test_towardzero): Likewise.
20832         (drem_test_downward): Likewise.
20833         (drem_test_upward): Likewise.
20834         (main): Call the new functions.
20835
20836         * math/libm-test.inc (finite_test_data): Remove.
20837         (finite_test): Run tests from isfinite_test_data.
20838         (gamma_test_data): Remove.
20839         (gamma_test): Run tests from lgamma_test_data.
20840         * sysdeps/i386/fpu/libm-test-ulps: Update.
20841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20842
20843 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20844
20845         * manual/platform.texi: Add PowerPC PPR function set documentation.
20846         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20847         implementation.
20848
20849 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20850
20851         * math/libm-test.inc (MAX_EXP): Define.
20852         (ULPDIFF): Define.
20853         (ulp): New function.
20854         (check_float_internal): Use ULPDIFF.
20855         (cpow_test): Disable failing test.
20856         (check_ulp): Test ulp() implemetnation.
20857         (main): Call check_ulp before starting tests.
20858
20859 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20860
20861         * math/gen-libm-test.pl (generate_testfile): Do not handle
20862         START_DATA and END_DATA.
20863         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20864         END_DATA.
20865         (acos_tonearest_test_data): Likewise.
20866         (acos_towardzero_test_data): Likewise.
20867         (acos_downward_test_data): Likewise.
20868         (acos_upward_test_data): Likewise.
20869         (acosh_test_data): Likewise.
20870         (asin_test_data): Likewise.
20871         (asin_tonearest_test_data): Likewise.
20872         (asin_towardzero_test_data): Likewise.
20873         (asin_downward_test_data): Likewise.
20874         (asin_upward_test_data): Likewise.
20875         (asinh_test_data): Likewise.
20876         (atan_test_data): Likewise.
20877         (atanh_test_data): Likewise.
20878         (atan2_test_data): Likewise.
20879         (cabs_test_data): Likewise.
20880         (cacos_test_data): Likewise.
20881         (cacosh_test_data): Likewise.
20882         (carg_test_data): Likewise.
20883         (casin_test_data): Likewise.
20884         (casinh_test_data): Likewise.
20885         (catan_test_data): Likewise.
20886         (catanh_test_data): Likewise.
20887         (cbrt_test_data): Likewise.
20888         (ccos_test_data): Likewise.
20889         (ccosh_test_data): Likewise.
20890         (ceil_test_data): Likewise.
20891         (cexp_test_data): Likewise.
20892         (cimag_test_data): Likewise.
20893         (clog_test_data): Likewise.
20894         (clog10_test_data): Likewise.
20895         (conj_test_data): Likewise.
20896         (copysign_test_data): Likewise.
20897         (cos_test_data): Likewise.
20898         (cos_tonearest_test_data): Likewise.
20899         (cos_towardzero_test_data): Likewise.
20900         (cos_downward_test_data): Likewise.
20901         (cos_upward_test_data): Likewise.
20902         (cosh_test_data): Likewise.
20903         (cosh_tonearest_test_data): Likewise.
20904         (cosh_towardzero_test_data): Likewise.
20905         (cosh_downward_test_data): Likewise.
20906         (cosh_upward_test_data): Likewise.
20907         (cpow_test_data): Likewise.
20908         (cproj_test_data): Likewise.
20909         (creal_test_data): Likewise.
20910         (csin_test_data): Likewise.
20911         (csinh_test_data): Likewise.
20912         (csqrt_test_data): Likewise.
20913         (ctan_test_data): Likewise.
20914         (ctan_tonearest_test_data): Likewise.
20915         (ctan_towardzero_test_data): Likewise.
20916         (ctan_downward_test_data): Likewise.
20917         (ctan_upward_test_data): Likewise.
20918         (ctanh_test_data): Likewise.
20919         (ctanh_tonearest_test_data): Likewise.
20920         (ctanh_towardzero_test_data): Likewise.
20921         (ctanh_downward_test_data): Likewise.
20922         (ctanh_upward_test_data): Likewise.
20923         (erf_test_data): Likewise.
20924         (erfc_test_data): Likewise.
20925         (exp_test_data): Likewise.
20926         (exp_tonearest_test_data): Likewise.
20927         (exp_towardzero_test_data): Likewise.
20928         (exp_downward_test_data): Likewise.
20929         (exp_upward_test_data): Likewise.
20930         (exp10_test_data): Likewise.
20931         (exp2_test_data): Likewise.
20932         (expm1_test_data): Likewise.
20933         (fabs_test_data): Likewise.
20934         (fdim_test_data): Likewise.
20935         (finite_test_data): Likewise.
20936         (floor_test_data): Likewise.
20937         (fma_test_data): Likewise.
20938         (fma_towardzero_test_data): Likewise.
20939         (fma_downward_test_data): Likewise.
20940         (fma_upward_test_data): Likewise.
20941         (fmax_test_data): Likewise.
20942         (fmin_test_data): Likewise.
20943         (fmod_test_data): Likewise.
20944         (fpclassify_test_data): Likewise.
20945         (frexp_test_data): Likewise.
20946         (gamma_test_data): Likewise.
20947         (hypot_test_data): Likewise.
20948         (ilogb_test_data): Likewise.
20949         (isfinite_test_data): Likewise.
20950         (isgreater_test_data): Likewise.
20951         (isgreaterequal_test_data): Likewise.
20952         (isinf_test_data): Likewise.
20953         (isless_test_data): Likewise.
20954         (islessequal_test_data): Likewise.
20955         (islessgreater_test_data): Likewise.
20956         (isnan_test_data): Likewise.
20957         (isnormal_test_data): Likewise.
20958         (issignaling_test_data): Likewise.
20959         (isunordered_test_data): Likewise.
20960         (j0_test_data): Likewise.
20961         (j1_test_data): Likewise.
20962         (jn_test_data): Likewise.
20963         (ldexp_test_data): Likewise.
20964         (lgamma_test_data): Likewise.
20965         (lrint_test_data): Likewise.
20966         (lrint_tonearest_test_data): Likewise.
20967         (lrint_towardzero_test_data): Likewise.
20968         (lrint_downward_test_data): Likewise.
20969         (lrint_upward_test_data): Likewise.
20970         (llrint_test_data): Likewise.
20971         (llrint_tonearest_test_data): Likewise.
20972         (llrint_towardzero_test_data): Likewise.
20973         (llrint_downward_test_data): Likewise.
20974         (llrint_upward_test_data): Likewise.
20975         (log_test_data): Likewise.
20976         (log10_test_data): Likewise.
20977         (log1p_test_data): Likewise.
20978         (log2_test_data): Likewise.
20979         (logb_test_data): Likewise.
20980         (logb_downward_test_data): Likewise.
20981         (lround_test_data): Likewise.
20982         (llround_test_data): Likewise.
20983         (modf_test_data): Likewise.
20984         (nearbyint_test_data): Likewise.
20985         (nextafter_test_data): Likewise.
20986         (nexttoward_test_data): Likewise.
20987         (pow_test_data): Likewise.
20988         (pow_tonearest_test_data): Likewise.
20989         (pow_towardzero_test_data): Likewise.
20990         (pow_downward_test_data): Likewise.
20991         (pow_upward_test_data): Likewise.
20992         (remainder_test_data): Likewise.
20993         (remainder_tonearest_test_data): Likewise.
20994         (remainder_towardzero_test_data): Likewise.
20995         (remainder_downward_test_data): Likewise.
20996         (remainder_upward_test_data): Likewise.
20997         (remquo_test_data): Likewise.
20998         (rint_test_data): Likewise.
20999         (rint_tonearest_test_data): Likewise.
21000         (rint_towardzero_test_data): Likewise.
21001         (rint_downward_test_data): Likewise.
21002         (rint_upward_test_data): Likewise.
21003         (round_test_data): Likewise.
21004         (scalb_test_data): Likewise.
21005         (scalbn_test_data): Likewise.
21006         (scalbln_test_data): Likewise.
21007         (signbit_test_data): Likewise.
21008         (sin_test_data): Likewise.
21009         (sin_tonearest_test_data): Likewise.
21010         (sin_towardzero_test_data): Likewise.
21011         (sin_downward_test_data): Likewise.
21012         (sin_upward_test_data): Likewise.
21013         (sincos_test_data): Likewise.
21014         (sinh_test_data): Likewise.
21015         (sinh_tonearest_test_data): Likewise.
21016         (sinh_towardzero_test_data): Likewise.
21017         (sinh_downward_test_data): Likewise.
21018         (sinh_upward_test_data): Likewise.
21019         (sqrt_test_data): Likewise.
21020         (tan_test_data): Likewise.
21021         (tan_tonearest_test_data): Likewise.
21022         (tan_towardzero_test_data): Likewise.
21023         (tan_downward_test_data): Likewise.
21024         (tan_upward_test_data): Likewise.
21025         (tanh_test_data): Likewise.
21026         (tgamma_test_data): Likewise.
21027         (trunc_test_data): Likewise.
21028         (y0_test_data): Likewise.
21029         (y1_test_data): Likewise.
21030         (yn_test_data): Likewise.
21031         (significand_test_data): Likewise.
21032
21033         * math/gen-libm-test.pl (@functions): Remove variable.
21034         (generate_testfile): Don't handle START and END lines.
21035         * math/libm-test.inc (START): New macro.
21036         (END): Likewise.
21037         (END_COMPLEX): Likewise.
21038         (acos_test): Use END macro without arguments.
21039         (acos_test_tonearest): Likewise.
21040         (acos_test_towardzero): Likewise.
21041         (acos_test_downward): Likewise.
21042         (acos_test_upward): Likewise.
21043         (acosh_test): Likewise.
21044         (asin_test): Likewise.
21045         (asin_test_tonearest): Likewise.
21046         (asin_test_towardzero): Likewise.
21047         (asin_test_downward): Likewise.
21048         (asin_test_upward): Likewise.
21049         (asinh_test): Likewise.
21050         (atan_test): Likewise.
21051         (atanh_test): Likewise.
21052         (atan2_test): Likewise.
21053         (cabs_test): Likewise.
21054         (cacos_test): Use END_COMPLEX macro without arguments.
21055         (cacosh_test): Likewise.
21056         (carg_test): Use END macro without arguments.
21057         (casin_test): Use END_COMPLEX macro without arguments.
21058         (casinh_test): Likewise.
21059         (catan_test): Likewise.
21060         (catanh_test): Likewise.
21061         (cbrt_test): Use END macro without arguments.
21062         (ccos_test): Use END_COMPLEX macro without arguments.
21063         (ccosh_test): Likewise.
21064         (ceil_test): Use END macro without arguments.
21065         (cexp_test): Use END_COMPLEX macro without arguments.
21066         (cimag_test): Use END macro without arguments.
21067         (clog_test): Use END_COMPLEX macro without arguments.
21068         (clog10_test): Likewise.
21069         (conj_test): Likewise.
21070         (copysign_test): Use END macro without arguments.
21071         (cos_test): Likewise.
21072         (cos_test_tonearest): Likewise.
21073         (cos_test_towardzero): Likewise.
21074         (cos_test_downward): Likewise.
21075         (cos_test_upward): Likewise.
21076         (cosh_test): Likewise.
21077         (cosh_test_tonearest): Likewise.
21078         (cosh_test_towardzero): Likewise.
21079         (cosh_test_downward): Likewise.
21080         (cosh_test_upward): Likewise.
21081         (cpow_test): Use END_COMPLEX macro without arguments.
21082         (cproj_test): Likewise.
21083         (creal_test): Use END macro without arguments.
21084         (csin_test): Use END_COMPLEX macro without arguments.
21085         (csinh_test): Likewise.
21086         (csqrt_test): Likewise.
21087         (ctan_test): Likewise.
21088         (ctan_test_tonearest): Likewise.
21089         (ctan_test_towardzero): Likewise.
21090         (ctan_test_downward): Likewise.
21091         (ctan_test_upward): Likewise.
21092         (ctanh_test): Likewise.
21093         (ctanh_test_tonearest): Likewise.
21094         (ctanh_test_towardzero): Likewise.
21095         (ctanh_test_downward): Likewise.
21096         (ctanh_test_upward): Likewise.
21097         (erf_test): Use END macro without arguments.
21098         (erfc_test): Likewise.
21099         (exp_test): Likewise.
21100         (exp_test_tonearest): Likewise.
21101         (exp_test_towardzero): Likewise.
21102         (exp_test_downward): Likewise.
21103         (exp_test_upward): Likewise.
21104         (exp10_test): Likewise.
21105         (exp2_test): Likewise.
21106         (expm1_test): Likewise.
21107         (fabs_test): Likewise.
21108         (fdim_test): Likewise.
21109         (finite_test): Likewise.
21110         (floor_test): Likewise.
21111         (fma_test): Likewise.
21112         (fma_test_towardzero): Likewise.
21113         (fma_test_downward): Likewise.
21114         (fma_test_upward): Likewise.
21115         (fmax_test): Likewise.
21116         (fmin_test): Likewise.
21117         (fmod_test): Likewise.
21118         (fpclassify_test): Likewise.
21119         (frexp_test): Likewise.
21120         (gamma_test): Likewise.
21121         (hypot_test): Likewise.
21122         (ilogb_test): Likewise.
21123         (isfinite_test): Likewise.
21124         (isgreater_test): Likewise.
21125         (isgreaterequal_test): Likewise.
21126         (isinf_test): Likewise.
21127         (isless_test): Likewise.
21128         (islessequal_test): Likewise.
21129         (islessgreater_test): Likewise.
21130         (isnan_test): Likewise.
21131         (isnormal_test): Likewise.
21132         (issignaling_test): Likewise.
21133         (isunordered_test): Likewise.
21134         (j0_test): Likewise.
21135         (j1_test): Likewise.
21136         (jn_test): Likewise.
21137         (ldexp_test): Likewise.
21138         (lgamma_test): Likewise.
21139         (lrint_test): Likewise.
21140         (lrint_test_tonearest): Likewise.
21141         (lrint_test_towardzero): Likewise.
21142         (lrint_test_downward): Likewise.
21143         (lrint_test_upward): Likewise.
21144         (llrint_test): Likewise.
21145         (llrint_test_tonearest): Likewise.
21146         (llrint_test_towardzero): Likewise.
21147         (llrint_test_downward): Likewise.
21148         (llrint_test_upward): Likewise.
21149         (log_test): Likewise.
21150         (log10_test): Likewise.
21151         (log1p_test): Likewise.
21152         (log2_test): Likewise.
21153         (logb_test): Likewise.
21154         (logb_test_downward): Likewise.
21155         (lround_test): Likewise.
21156         (llround_test): Likewise.
21157         (modf_test): Likewise.
21158         (nearbyint_test): Likewise.
21159         (nextafter_test): Likewise.
21160         (nexttoward_test): Likewise.
21161         (pow_test): Likewise.
21162         (pow_test_tonearest): Likewise.
21163         (pow_test_towardzero): Likewise.
21164         (pow_test_downward): Likewise.
21165         (pow_test_upward): Likewise.
21166         (remainder_test): Likewise.
21167         (remainder_test_tonearest): Likewise.
21168         (remainder_test_towardzero): Likewise.
21169         (remainder_test_downward): Likewise.
21170         (remainder_test_upward): Likewise.
21171         (remquo_test): Likewise.
21172         (rint_test): Likewise.
21173         (rint_test_tonearest): Likewise.
21174         (rint_test_towardzero): Likewise.
21175         (rint_test_downward): Likewise.
21176         (rint_test_upward): Likewise.
21177         (round_test): Likewise.
21178         (scalb_test): Likewise.
21179         (scalbn_test): Likewise.
21180         (scalbln_test): Likewise.
21181         (signbit_test): Likewise.
21182         (sin_test): Likewise.
21183         (sin_test_tonearest): Likewise.
21184         (sin_test_towardzero): Likewise.
21185         (sin_test_downward): Likewise.
21186         (sin_test_upward): Likewise.
21187         (sincos_test): Likewise.
21188         (sinh_test): Likewise.
21189         (sinh_test_tonearest): Likewise.
21190         (sinh_test_towardzero): Likewise.
21191         (sinh_test_downward): Likewise.
21192         (sinh_test_upward): Likewise.
21193         (sqrt_test): Likewise.
21194         (tan_test): Likewise.
21195         (tan_test_tonearest): Likewise.
21196         (tan_test_towardzero): Likewise.
21197         (tan_test_downward): Likewise.
21198         (tan_test_upward): Likewise.
21199         (tanh_test): Likewise.
21200         (tgamma_test): Likewise.
21201         (trunc_test): Likewise.
21202         (y0_test): Likewise.
21203         (y1_test): Likewise.
21204         (yn_test): Likewise.
21205         (significand_test): Likewise.
21206
21207 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
21208
21209         [BZ #15381]
21210         * libio/genops.c (_IO_no_init): Initialize wide struct info.
21211
21212 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21213
21214         [BZ #14894]
21215         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21216         __ppc_mdoio and __ppc_mdoom.
21217         * manual/platform.texi: Document new functions __ppc_yield,
21218         __ppc_mdoio and __ppc_mdoom.
21219
21220 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
21221
21222         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21223         (main): Mention "tls" pseudo-hwcap is legacy.
21224         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21225
21226 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21227
21228         * math/gen-libm-test.pl (parse_args): Output only string of
21229         arguments as text for test name, not full call or descriptions of
21230         tests for extra outputs.
21231         (generate_testfile): Do not pass function name to parse_args.
21232         Generate this_func variable from START.
21233         * math/libm-test.inc (struct test_f_f_data): Rename test_name
21234         field to arg_str.
21235         (struct test_ff_f_data): Likewise.
21236         (test_ff_f_data_nexttoward): Likewise.
21237         (struct test_fi_f_data): Likewise.
21238         (struct test_fl_f_data): Likewise.
21239         (struct test_if_f_data): Likewise.
21240         (struct test_fff_f_data): Likewise.
21241         (struct test_c_f_data): Likewise.
21242         (struct test_f_f1_data): Likewise.  Remove field extra_name.
21243         (struct test_fF_f1_data): Likewise.
21244         (struct test_ffI_f1_data): Likewise.
21245         (struct test_c_c_data): Rename test_name field to arg_str.
21246         (struct test_cc_c_data): Likewise.
21247         (struct test_f_i_data): Likewise.
21248         (struct test_ff_i_data): Likewise.
21249         (struct test_f_l_data): Likewise.
21250         (struct test_f_L_data): Likewise.
21251         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
21252         and extra2_name.
21253         (COMMON_TEST_SETUP): New macro.
21254         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21255         (COMMON_TEST_CLEANUP): Likewise.
21256         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21257         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
21258         macros.
21259         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21260         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
21261         macros.
21262         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21263         (RUN_TEST_fff_f): Take argument string.  Call new setup and
21264         cleanup macros.
21265         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21266         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
21267         macros.
21268         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21269         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
21270         macros.
21271         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21272         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
21273         cleanup macros.
21274         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21275         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
21276         cleanup macros.
21277         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21278         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
21279         cleanup macros.
21280         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21281         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
21282         macros.
21283         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21284         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
21285         macros.
21286         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21287         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
21288         macros.
21289         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21290         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21291         cleanup macros.
21292         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21293         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21294         cleanup macros.
21295         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21296         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21297         macros.
21298         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21299         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21300         cleanup macros.
21301         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21302         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21303         macros.
21304         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21305         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21306         macros.
21307         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21308         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21309         cleanup macros.
21310         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21311
21312 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21313
21314         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21315         to _sifields.sigfault.
21316         (si_addr_lsb): Define new macro.
21317         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21318         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21319         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21320
21321 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21322
21323         [BZ #15441]
21324         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21325         returns -1.
21326         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21327         null return -1.
21328         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21329         loading the domain.
21330
21331 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21332
21333         * math/gen-libm-test.pl (parse_args): Do not include expected
21334         result in test name.
21335         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21336         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21337         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21338         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21339         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21341
21342 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21343
21344         * benchtests/Makefile: Sort function entries.
21345
21346         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21347         tanh, asinh, acosh, atanh.
21348         * benchtests/acos-inputs: New file.
21349         * benchtests/acosh-inputs: New file.
21350         * benchtests/asin-inputs: New file.
21351         * benchtests/asinh-inputs: New file.
21352         * benchtests/atanh-inputs: New file.
21353         * benchtests/cosh-inputs: New file.
21354         * benchtests/log-inputs: New file.
21355         * benchtests/sinh-inputs: New file.
21356         * benchtests/tanh-inputs: New file.
21357
21358 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21359
21360         [BZ #15339]
21361         * posix/tst-getaddrinfo4.c: New test.
21362         * posix/Makefile (tests): Add it.
21363
21364 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21365
21366         [BZ #15339]
21367         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21368         when no services were used.
21369         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21370         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21371
21372 2013-05-21  Andreas Schwab  <schwab@suse.de>
21373
21374         [BZ #15014]
21375         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21376         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21377         successful.
21378         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21379         redundant variable declarations and reallocation of buffer when
21380         parsing as IPv6 address.  Always set NSS status when called from
21381         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21382         buffer too small.  Correct computation of needed size.
21383         * nss/Makefile (tests): Add test-digits-dots.
21384         * nss/test-digits-dots.c: New test.
21385
21386 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21387
21388         * benchtests/Makefile: Remove instructions for adding
21389         benchmark tests.
21390         * benchtests/README: New file to explain how to execute and
21391         enhance the benchmark tests.
21392
21393 2013-05-21  Andreas Schwab  <schwab@suse.de>
21394
21395         [BZ #15493]
21396         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21397         * setjmp/tst-sigsetjmp.c: New test.
21398
21399 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21400
21401         * sysdeps/x86_64/memset.S (memset): New implementation.
21402         (__bzero): Likewise.
21403         (__memset_tail): New function.
21404
21405 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21406
21407         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21408         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21409         __memcpy_sse2_unaligned ifunc selection.
21410         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21411         Add memcpy-sse2-unaligned.S.
21412         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21413         Add: __memcpy_sse2_unaligned.
21414
21415 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21416
21417         [BZ #15490]
21418         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21419         math_force_eval before restoring floating-point envrionment.
21420         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21421         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21422         Likewise.
21423         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21424         <math_private.h>.
21425         (__nearbyintl): Use math_force_eval before restoring
21426         floating-point environment.
21427         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21428
21429         * math/gen-libm-test.pl (special_functions): Remove.
21430         (parse_args): Don't handle TEST_extra.  Handle functions with no
21431         return value.
21432         * math/libm-test.inc (struct test_sincos_data): Replace with
21433         struct test_fFF_11_data.
21434         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21435         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21436         (sincos_test_data): Change element type to struct
21437         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21438         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21439         RUN_TEST_LOOP_sincos.
21440         * math/README.libm-test: Don't mention special handling of
21441         individual functions.
21442         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21443         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21444         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21445         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21446         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21448
21449         * math/gen-libm-test.pl (get_variable): Remove function.
21450         (parse_args): Don't show pointer parameters to call in test
21451         names.  Use "extra output N" in test names for extra outputs
21452         rather than naming variables.
21453
21454 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21455
21456         [BZ #15488]
21457         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21458         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21459         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21460         double tests.
21461         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21462         disable.
21463         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21464         check_long_double.
21465
21466         * math/gen-libm-test.pl (@tests): Remove variable.
21467         ($count): Likewise.
21468         (new_test): Remove function.
21469         (show_exceptions): New function.
21470         (special_functions): Use show_exceptions instead of new_test.
21471         (parse_args): Likewise.
21472         (generate_testfile): Pass only function name in generated call to
21473         print_max_error or print_complex_max_error.
21474         (get_ulps): Do not handle complex tests specially.
21475         (output_test): Rename to ...
21476         (get_all_ulps_for_test): ... this.  Return a string rather than
21477         printing to a file.  Require ulps to be present.
21478         (output_ulps): Generate arrays rather than #defines.
21479         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21480         (struct ulp_data): New type.
21481         (BUILD_COMPLEX_ULP): Remove macro.
21482         (compare_ulp_data): New function.
21483         (find_ulps): Likewise.
21484         (find_test_ulps): Likewise.
21485         (find_function_ulps): Likewise.
21486         (find_complex_function_ulps): Likewise.
21487         (print_max_error): Determine allowed ulps using
21488         find_function_ulps.
21489         (print_complex_max_error): Determine allowed ulps using
21490         find_complex_function_ulps.
21491         (check_float_internal): Determine max ulps using find_test_ulps.
21492         (check_float): Do not take max_ulp parameter.  Update call to
21493         check_float_internal.
21494         (check_complex): Likewise.
21495         (check_int): Do not take max_ulp parameter.
21496         (check_long): Likewise.
21497         (check_bool): Likewise.
21498         (check_longlong): Likewise.
21499         (struct test_f_f_data): Remove max_ulp field.
21500         (struct test_ff_f_data): Likewise.
21501         (struct test_ff_f_data_nexttoward): Likewise.
21502         (struct test_fi_f_data): Likewise.
21503         (struct test_fl_f_data): Likewise.
21504         (struct test_if_f_data): Likewise.
21505         (struct test_fff_f_data): Likewise.
21506         (struct test_c_f_data): Likewise.
21507         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21508         (struct test_fF_f1_data): Likewise.
21509         (struct test_ffI_f1_data): Likewise.
21510         (struct test_c_c_data): Remove max_ulp field.
21511         (struct test_cc_c_data): Likewise.
21512         (struct test_f_i_data): Likewise.
21513         (struct test_ff_i_data): Likewise.
21514         (struct test_f_l_data): Likewise.
21515         (struct test_f_L_data): Likewise.
21516         (struct test_sincos_data): Likewise.
21517         (RUN_TEST_f_f): Do not handle ulps.
21518         (RUN_TEST_LOOP_f_f): Likewise.
21519         (RUN_TEST_2_f): Likewise.
21520         (RUN_TEST_LOOP_2_f): Likewise.
21521         (RUN_TEST_fff_f): Likewise.
21522         (RUN_TEST_LOOP_fff_f): Likewise.
21523         (RUN_TEST_c_f): Likewise.
21524         (RUN_TEST_LOOP_c_f): Likewise.
21525         (RUN_TEST_f_f1): Likewise.
21526         (RUN_TEST_LOOP_f_f1): Likewise.
21527         (RUN_TEST_fF_f1): Likewise.
21528         (RUN_TEST_LOOP_fF_f1): Likewise.
21529         (RUN_TEST_fI_f1): Likewise.
21530         (RUN_TEST_LOOP_fI_f1): Likewise.
21531         (RUN_TEST_ffI_f1): Likewise.
21532         (RUN_TEST_LOOP_ffI_f1): Likewise.
21533         (RUN_TEST_c_c): Likewise.
21534         (RUN_TEST_LOOP_c_c): Likewise.
21535         (RUN_TEST_cc_c): Likewise.
21536         (RUN_TEST_LOOP_cc_c): Likewise.
21537         (RUN_TEST_f_i): Likewise.
21538         (RUN_TEST_LOOP_f_i): Likewise.
21539         (RUN_TEST_f_i_tg): Likewise.
21540         (RUN_TEST_LOOP_f_i_tg): Likewise.
21541         (RUN_TEST_ff_i_tg): Likewise.
21542         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21543         (RUN_TEST_f_b): Likewise.
21544         (RUN_TEST_LOOP_f_b): Likewise.
21545         (RUN_TEST_f_b_tg): Likewise.
21546         (RUN_TEST_LOOP_f_b_tg): Likewise.
21547         (RUN_TEST_f_l): Likewise.
21548         (RUN_TEST_LOOP_f_l): Likewise.
21549         (RUN_TEST_f_L): Likewise.
21550         (RUN_TEST_LOOP_f_L): Likewise.
21551         (RUN_TEST_sincos): Likewise.
21552         (RUN_TEST_LOOP_sincos): Likewise.
21553
21554 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21555
21556         [BZ #15480]
21557         [BZ #15485]
21558         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21559         main case of finite arguments, set rounding mode to FE_TONEAREST
21560         and discard exceptions.
21561         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21562         exceptions.
21563         (remainder_tonearest_test_data): New variable.
21564         (remainder_test_tonearest): New function.
21565         (remainder_towardzero_test_data): New variable.
21566         (remainder_test_towardzero): New function.
21567         (remainder_downward_test_data): New variable.
21568         (remainder_test_downward): New function.
21569         (remainder_upward_test_data): New variable.
21570         (remainder_test_upward): New function.
21571         (main): Call the new test functions.
21572
21573         * math/libm-test.inc (struct test_f_f1_data): Remove field
21574         extra_init.
21575         (struct test_fF_f1_data): Likewise.
21576         (struct test_ffI_f1_data): Likewise.
21577         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21578         based on value of EXTRA_EXPECTED.
21579         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21580         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21581         EXTRA_VAR based on value of EXTRA_EXPECTED.
21582         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21583         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21584         EXTRA_VAR based on value of EXTRA_EXPECTED.
21585         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21586         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21587         EXTRA_VAR based on value of EXTRA_EXPECTED.
21588         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21589         * math/gen-libm-test.pl (parse_args): Don't output initializers
21590         for extra output values.
21591
21592         * math/libm-test.inc (check_int): Expect result to be exactly
21593         equal to expected value and do not handle ulps.
21594         (check_long): Likewise.
21595         (check_longlong): Likewise.
21596
21597         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21598         exceptions.
21599         (cimag_test_data): Likewise.
21600         (conj_test_data): Likewise.
21601         (copysign_test_data): Likewise.
21602         (cproj_test_data): Likewise.
21603         (creal_test_data): Likewise.
21604         (fabs_test_data): Likewise.
21605         (fdim_test_data): Likewise.
21606         (finite_test_data): Likewise.
21607         (floor_test_data): Likewise.
21608         (fmax_test_data): Likewise.
21609         (fmin_test_data): Likewise.
21610         (fmod_test_data): Likewise.
21611         (fpclassify_test_data): Likewise.
21612         (frexp_test_data): Likewise.
21613         (ilogb_test_data): Likewise.
21614         (isfinite_test_data): Likewise.
21615         (isgreater_test_data): Likewise.
21616         (isgreaterequal_test_data): Likewise.
21617         (isinf_test_data): Likewise.
21618         (isless_test_data): Likewise.
21619         (islessequal_test_data): Likewise.
21620         (islessgreater_test_data): Likewise.
21621         (isnan_test_data): Likewise.
21622         (isnormal_test_data): Likewise.
21623         (issignaling_test_data): Likewise.
21624         (isunordered_test_data): Likewise.
21625         (ldexp_test_data): Likewise.
21626         (lrint_test_data): Likewise.
21627         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21628         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21629         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21630         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21631         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21632         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21633         test input.
21634         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21635         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21636         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21637         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21638         that test input.
21639         (lrint_downward_test_data): Test for "inexact" exceptions.
21640         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21641         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21642         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21643         test input.
21644         (lrint_upward_test_data): Test for "inexact" exceptions.
21645         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21646         test input.
21647         (llrint_test_data): Test for "inexact" exceptions.
21648         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21649         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21650         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21651         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21652         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21653         (llrint_downward_test_data): Test for "inexact" exceptions.
21654         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21655         (llrint_upward_test_data): Test for "inexact" exceptions.
21656         (logb_test_data): Likewise.
21657         (logb_downward_test_data): Likewise.
21658         (nextafter_test_data): Likewise.
21659         (nexttoward_test_data): Likewise.
21660         (remainder_test_data): Likewise.
21661         (remquo_test_data): Likewise.
21662         (scalbn_test_data): Likewise.
21663         (scalbln_test_data): Likewise.
21664         (signbit_test_data): Likewise.
21665         (sqrt_test_data): Likewise.
21666         (significand_test_data): Likewise.
21667
21668 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21669
21670         [BZ #15424]
21671         * benchtests/bench-modf.c (struct args): Mark arg0 as
21672         volatile.
21673         * scripts/bench.pl: Mark members of struct args as volatile.
21674
21675 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21676
21677         [BZ # 15497]
21678         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21679         negative infinity on POWER6 or lower.
21680         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21681
21682 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21683
21684         [BZ #15442]
21685         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21686         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21687         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21688         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21689         (_FP_SETQNAN): New macro.
21690         (_FP_SETQNAN_SEMIRAW): Likewise.
21691         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21692         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21693         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21694         (FP_EXTEND): Use _FP_FRAC_SNANP.
21695         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21696         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21697         into account.
21698         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21699         New macro.
21700         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21701         Likewise.
21702
21703 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21704
21705         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21706         with DIVIDE_BY_ZERO_EXCEPTION.
21707         (gamma_test_data): Likewise.
21708         (lgamma_test_data): Likewise.
21709         (log_test_data): Likewise.
21710         (log10_test_data): Likewise.
21711         (log2_test_data): Likewise.
21712         (tgamma_test_data): Likewise.
21713
21714         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21715         (acos_test_tonearest): Likewise.
21716         (acos_test_towardzero): Likewise.
21717         (acos_test_downward): Likewise.
21718         (acos_test_upward): Likewise.
21719         (acosh_test): Likewise.
21720         (asin_test): Likewise.
21721         (asin_test_tonearest): Likewise.
21722         (asin_test_towardzero): Likewise.
21723         (asin_test_downward): Likewise.
21724         (asin_test_upward): Likewise.
21725         (asinh_test): Likewise.
21726         (atan_test): Likewise.
21727         (atanh_test): Likewise.
21728         (atan2_test): Likewise.
21729         (cabs_test): Likewise.
21730         (cacos_test): Likewise.
21731         (cacosh_test): Likewise.
21732         (casin_test): Likewise.
21733         (casinh_test): Likewise.
21734         (catan_test): Likewise.
21735         (catanh_test): Likewise.
21736         (cbrt_test): Likewise.
21737         (ccos_test): Likewise.
21738         (ccosh_test): Likewise.
21739         (cexp_test): Likewise.
21740         (clog_test): Likewise.
21741         (clog10_test): Likewise.
21742         (cos_test): Likewise.
21743         (cos_test_tonearest): Likewise.
21744         (cos_test_towardzero): Likewise.
21745         (cos_test_downward): Likewise.
21746         (cos_test_upward): Likewise.
21747         (cosh_test): Likewise.
21748         (cosh_test_tonearest): Likewise.
21749         (cosh_test_towardzero): Likewise.
21750         (cosh_test_downward): Likewise.
21751         (cosh_test_upward): Likewise.
21752         (cpow_test): Likewise.
21753         (csin_test): Likewise.
21754         (csinh_test): Likewise.
21755         (csqrt_test): Likewise.
21756         (ctan_test): Likewise.
21757         (ctan_test_tonearest): Likewise.
21758         (ctan_test_towardzero): Likewise.
21759         (ctan_test_downward): Likewise.
21760         (ctan_test_upward): Likewise.
21761         (ctanh_test): Likewise.
21762         (ctanh_test_tonearest): Likewise.
21763         (ctanh_test_towardzero): Likewise.
21764         (ctanh_test_downward): Likewise.
21765         (ctanh_test_upward): Likewise.
21766         (erf_test): Likewise.
21767         (erfc_test): Likewise.
21768         (exp_test): Likewise.
21769         (exp_test_tonearest): Likewise.
21770         (exp_test_towardzero): Likewise.
21771         (exp_test_downward): Likewise.
21772         (exp_test_upward): Likewise.
21773         (exp10_test): Likewise.
21774         (exp2_test): Likewise.
21775         (expm1_test): Likewise.
21776         (fmod_test): Likewise.
21777         (gamma_test): Likewise.
21778         (hypot_test): Likewise.
21779         (j0_test): Likewise.
21780         (j1_test): Likewise.
21781         (jn_test): Likewise.
21782         (lgamma_test): Likewise.
21783         (log_test): Likewise.
21784         (log10_test): Likewise.
21785         (log1p_test): Likewise.
21786         (log2_test): Likewise.
21787         (logb_test_downward): Likewise.
21788         (pow_test): Likewise.
21789         (pow_test_tonearest): Likewise.
21790         (pow_test_towardzero): Likewise.
21791         (pow_test_downward): Likewise.
21792         (pow_test_upward): Likewise.
21793         (remainder_test): Likewise.
21794         (remquo_test): Likewise.
21795         (sin_test): Likewise.
21796         (sin_test_tonearest): Likewise.
21797         (sin_test_towardzero): Likewise.
21798         (sin_test_downward): Likewise.
21799         (sin_test_upward): Likewise.
21800         (sincos_test): Likewise.
21801         (sinh_test): Likewise.
21802         (sinh_test_tonearest): Likewise.
21803         (sinh_test_towardzero): Likewise.
21804         (sinh_test_downward): Likewise.
21805         (sinh_test_upward): Likewise.
21806         (sqrt_test): Likewise.
21807         (tan_test): Likewise.
21808         (tan_test_tonearest): Likewise.
21809         (tan_test_towardzero): Likewise.
21810         (tan_test_downward): Likewise.
21811         (tan_test_upward): Likewise.
21812         (tanh_test): Likewise.
21813         (tgamma_test): Likewise.
21814         (y0_test): Likewise.
21815         (y1_test): Likewise.
21816         (yn_test): Likewise.
21817
21818         * math/gen-libm-test.pl (adjust_arg): Remove function.
21819         (special_function): Remove argument $in_func.  Only handle
21820         generating output for tables of tests, not inside functions.
21821         (parse_args): Likewise.
21822         (generate_testfile): Remove variable $in_func.  Update call to
21823         parse_args.
21824         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21825         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21826         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21827         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21828         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21829         (MAX_VALUE_INIT): Rename macro to max_value.
21830         (MIN_VALUE_INIT): Rename macro to min_value.
21831         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21832         (plus_zero): Remove variable.
21833         (minus_zero): Likewise.
21834         (plus_infty): Likewise.
21835         (minus_infty): Likewise.
21836         (qnan_value): Likewise.
21837         (max_value): Likewise.
21838         (min_value): Likewise.
21839         (min_subnorm_value): Likewise.
21840
21841 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21842
21843         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21844         uint64_t or uint32_t usage.
21845         * crypt/sha256-block.c: Likewise.
21846         * crypt/sha256-crypt.c: Likewise.
21847         * crypt/sha256.c: Likewise.
21848         * crypt/sha512-block.c: Likewise.
21849         * crypt/sha512-crypt.c: Likewise.
21850         * crypt/sha512.c: Likewise.
21851         * debug/backtrace-tst.c: Likewise.
21852         * debug/pcprofiledump.c: Likewise.
21853         * elf/cache.c: Likewise.
21854         * elf/dl-cache.c: Likewise.
21855         * elf/dl-misc.c: Likewise.
21856         * elf/dl-profile.c: Likewise.
21857         * elf/dl-support.c: Likewise.
21858         * elf/ldconfig.c: Likewise.
21859         * elf/sprof.c: Likewise.
21860         * iconv/dummy-repertoire.c: Likewise.
21861         * iconv/iconv_charmap.c: Likewise.
21862         * iconv/skeleton.c: Likewise.
21863         * iconvdata/8bit-generic.c: Likewise.
21864         * iconvdata/cp737.h: Likewise.
21865         * iconvdata/cp775.h: Likewise.
21866         * iconvdata/ibm1008.h: Likewise.
21867         * iconvdata/ibm1025.h: Likewise.
21868         * iconvdata/ibm1046.h: Likewise.
21869         * iconvdata/ibm1097.h: Likewise.
21870         * iconvdata/ibm1112.h: Likewise.
21871         * iconvdata/ibm1122.h: Likewise.
21872         * iconvdata/ibm1123.h: Likewise.
21873         * iconvdata/ibm1124.h: Likewise.
21874         * iconvdata/ibm1129.h: Likewise.
21875         * iconvdata/ibm1130.h: Likewise.
21876         * iconvdata/ibm1132.h: Likewise.
21877         * iconvdata/ibm1133.h: Likewise.
21878         * iconvdata/ibm1137.h: Likewise.
21879         * iconvdata/ibm1140.h: Likewise.
21880         * iconvdata/ibm1141.h: Likewise.
21881         * iconvdata/ibm1142.h: Likewise.
21882         * iconvdata/ibm1143.h: Likewise.
21883         * iconvdata/ibm1144.h: Likewise.
21884         * iconvdata/ibm1145.h: Likewise.
21885         * iconvdata/ibm1146.h: Likewise.
21886         * iconvdata/ibm1147.h: Likewise.
21887         * iconvdata/ibm1148.h: Likewise.
21888         * iconvdata/ibm1149.h: Likewise.
21889         * iconvdata/ibm1153.h: Likewise.
21890         * iconvdata/ibm1154.h: Likewise.
21891         * iconvdata/ibm1155.h: Likewise.
21892         * iconvdata/ibm1156.h: Likewise.
21893         * iconvdata/ibm1157.h: Likewise.
21894         * iconvdata/ibm1158.h: Likewise.
21895         * iconvdata/ibm1160.h: Likewise.
21896         * iconvdata/ibm1161.h: Likewise.
21897         * iconvdata/ibm1162.h: Likewise.
21898         * iconvdata/ibm1163.h: Likewise.
21899         * iconvdata/ibm1164.h: Likewise.
21900         * iconvdata/ibm1166.h: Likewise.
21901         * iconvdata/ibm1167.h: Likewise.
21902         * iconvdata/ibm12712.h: Likewise.
21903         * iconvdata/ibm1390.h: Likewise.
21904         * iconvdata/ibm1399.h: Likewise.
21905         * iconvdata/ibm16804.h: Likewise.
21906         * iconvdata/ibm4517.h: Likewise.
21907         * iconvdata/ibm4899.h: Likewise.
21908         * iconvdata/ibm4909.h: Likewise.
21909         * iconvdata/ibm4971.h: Likewise.
21910         * iconvdata/ibm5347.h: Likewise.
21911         * iconvdata/ibm803.h: Likewise.
21912         * iconvdata/ibm856.h: Likewise.
21913         * iconvdata/ibm901.h: Likewise.
21914         * iconvdata/ibm902.h: Likewise.
21915         * iconvdata/ibm9030.h: Likewise.
21916         * iconvdata/ibm9066.h: Likewise.
21917         * iconvdata/ibm921.h: Likewise.
21918         * iconvdata/ibm922.h: Likewise.
21919         * iconvdata/ibm9448.h: Likewise.
21920         * iconvdata/isiri-3342.h: Likewise.
21921         * iconvdata/jis0201.h: Likewise.
21922         * include/link.h: Likewise.
21923         * include/netdb.h: Likewise.
21924         * inet/check_native.c: Likewise.
21925         * inet/check_pf.c: Likewise.
21926         * inet/getipv4sourcefilter.c: Likewise.
21927         * inet/getnameinfo.c: Likewise.
21928         * inet/getsourcefilter.c: Likewise.
21929         * inet/htonl.c: Likewise.
21930         * inet/setipv4sourcefilter.c: Likewise.
21931         * inet/setsourcefilter.c: Likewise.
21932         * inet/test-inet6_opt.c: Likewise.
21933         * inet/tst-network.c: Likewise.
21934         * locale/C-collate.c: Likewise.
21935         * locale/C-ctype.c: Likewise.
21936         * locale/C-time.c: Likewise.
21937         * locale/C-translit.h: Likewise.
21938         * locale/loadarchive.c: Likewise.
21939         * locale/programs/3level.h: Likewise.
21940         * locale/programs/charmap.c: Likewise.
21941         * locale/programs/charmap.h: Likewise.
21942         * locale/programs/ld-address.c: Likewise.
21943         * locale/programs/ld-collate.c: Likewise.
21944         * locale/programs/ld-ctype.c: Likewise.
21945         * locale/programs/ld-identification.c: Likewise.
21946         * locale/programs/ld-measurement.c: Likewise.
21947         * locale/programs/ld-messages.c: Likewise.
21948         * locale/programs/ld-monetary.c: Likewise.
21949         * locale/programs/ld-name.c: Likewise.
21950         * locale/programs/ld-numeric.c: Likewise.
21951         * locale/programs/ld-paper.c: Likewise.
21952         * locale/programs/ld-telephone.c: Likewise.
21953         * locale/programs/ld-time.c: Likewise.
21954         * locale/programs/linereader.c: Likewise.
21955         * locale/programs/locale.c: Likewise.
21956         * locale/programs/locarchive.c: Likewise.
21957         * locale/programs/locfile.h: Likewise.
21958         * locale/programs/repertoire.c: Likewise.
21959         * locale/programs/simple-hash.c: Likewise.
21960         * locale/programs/simple-hash.h: Likewise.
21961         * malloc/memusage.c: Likewise.
21962         * malloc/memusagestat.c: Likewise.
21963         * nis/nis_defaults.c: Likewise.
21964         * nis/nis_hash.c: Likewise.
21965         * nis/nis_print.c: Likewise.
21966         * nis/nis_xdr.c: Likewise.
21967         * nscd/connections.c: Likewise.
21968         * nscd/hstcache.c: Likewise.
21969         * nscd/nscd_gethst_r.c: Likewise.
21970         * nscd/nscd_getserv_r.c: Likewise.
21971         * nscd/nscd_helper.c: Likewise.
21972         * nscd/servicescache.c: Likewise.
21973         * nss/makedb.c: Likewise.
21974         * nss/nss_db/db-XXX.c: Likewise.
21975         * nss/nss_db/db-initgroups.c: Likewise.
21976         * nss/nss_db/db-netgrp.c: Likewise.
21977         * nss/nss_files/files-network.c: Likewise.
21978         * nss/nss_files/files-parse.c: Likewise.
21979         * posix/bug-regex5.c: Likewise.
21980         * posix/fnmatch_loop.c: Likewise.
21981         * posix/regcomp.c: Likewise.
21982         * posix/regexec.c: Likewise.
21983         * posix/tst-rfc3484-2.c: Likewise.
21984         * posix/tst-rfc3484-3.c: Likewise.
21985         * posix/tst-rfc3484.c: Likewise.
21986         * resolv/nss_dns/dns-canon.c: Likewise.
21987         * resolv/nss_dns/dns-network.c: Likewise.
21988         * resolv/res_init.c: Likewise.
21989         * resolv/res_mkquery.c: Likewise.
21990         * resolv/tst-aton.c: Likewise.
21991         * stdlib/cxa_atexit.c: Likewise.
21992         * stdlib/cxa_finalize.c: Likewise.
21993         * stdlib/gen-fpioconst.c: Likewise.
21994         * stdlib/strtol_l.c: Likewise.
21995         * string/tst-endian.c: Likewise.
21996         * sunrpc/auth_des.c: Likewise.
21997         * sunrpc/clnt_udp.c: Likewise.
21998         * sunrpc/rtime.c: Likewise.
21999         * sunrpc/svcauth_des.c: Likewise.
22000         * sunrpc/xdr.c: Likewise.
22001         * sunrpc/xdr_intXX_t.c: Likewise.
22002         * sunrpc/xdr_rec.c: Likewise.
22003         * sysdeps/generic/ldconfig.h: Likewise.
22004         * sysdeps/generic/ldsodefs.h: Likewise.
22005         * sysdeps/generic/memusage.h: Likewise.
22006         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
22007         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
22008         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
22009         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
22010         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
22011         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
22012         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
22013         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
22014         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
22015         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22016         * sysdeps/posix/getaddrinfo.c: Likewise.
22017         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
22018         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22019         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
22020         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
22021         * sysdeps/powerpc/test-gettimebase.c: Likewise.
22022         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
22023         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
22024         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
22025         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
22026         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
22027         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
22028         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
22029         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
22030         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
22031         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
22032         * sysdeps/x86_64/dl-tls.h: Likewise.
22033         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
22034         * time/alt_digit.c: Likewise.
22035         * time/era.c: Likewise.
22036         * wcsmbs/tst-c16c32-1.c: Likewise.
22037
22038 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22039
22040         * math/libm-test.inc (struct test_sincos_data): New type.
22041         (RUN_TEST_LOOP_sincos): New macro.
22042         (sincos_test_data): New variable.
22043         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
22044
22045 2013-05-16  Richard Henderson  <rth@redhat.com>
22046
22047         * math/atest-exp2.c (LIMB64): New macro.
22048         (CONSTSZ): New macro.
22049         (mp_exp1, mp_exp_m1, mp_log2): New variables.
22050         (hexdig): Move ...
22051         (print_mpn_fp): ... to function scope.
22052         (read_mpn_hex): Remove.
22053         (get_log2): Remove.
22054         (exp2_mpn): Use mp_log2.
22055         (main): Use mp_exp1.
22056
22057 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
22058
22059         * math/libm-test.inc: Remove comment about not testing "inexact"
22060         exceptions.
22061         (INEXACT_EXCEPTION): New macro.
22062         (NO_INEXACT_EXCEPTION): Likewise.
22063         (INVALID_EXCEPTION_OK): Update value.
22064         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
22065         (OVERFLOW_EXCEPTION_OK): Likewise.
22066         (UNDERFLOW_EXCEPTION_OK): Likewise.
22067         (IGNORE_ZERO_INF_SIGN): Likewise.
22068         (ERRNO_UNCHANGED): Likewise.
22069         (ERRNO_EDOM): Likewise.
22070         (ERRNO_ERANGE): Likewise.
22071         (test_exceptions): Handle testing "inexact" exceptions.
22072         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
22073         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
22074         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
22075         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
22076         INEXACT_EXCEPTION.
22077         (rint_towardzero_test_data): Likewise.
22078         (rint_downward_test_data): Likewise.
22079         (rint_upward_test_data): Likewise.
22080
22081         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
22082         with OVERFLOW_EXCEPTION.
22083         (exp10_test_data): Likewise.
22084         (exp2_test_data): Likewise.
22085         (expm1_test_data): Likewise.
22086         (lgamma_test_data): Likewise.
22087         (pow_test_data): Likewise.
22088         (tgamma_test_data): Likewise.
22089         (yn_test_data): Remove duplicate test of overflow.
22090
22091         * math/libm-test.inc (struct test_cc_c_data): New type.
22092         (RUN_TEST_LOOP_cc_c): New macro.
22093         (cpow_test_data): New variable.
22094         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
22095
22096         * math/libm-test.inc (struct test_f_L_data): New type.
22097         (RUN_TEST_LOOP_f_L): New macro.
22098         (llrint_test_data): New variable.
22099         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
22100         (llrint_tonearest_test_data): New variable.
22101         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
22102         (llrint_towardzero_test_data): New variable.
22103         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
22104         (llrint_downward_test_data): New variable.
22105         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
22106         (llrint_upward_test_data): New variable.
22107         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
22108         (llround_test_data): New variable.
22109         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
22110
22111 2013-05-13  Peter Collingbourne  <pcc@google.com>
22112
22113         * math/atest-exp2.c (get_log2): Remove const attribute.
22114
22115 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22116
22117         * math/libm-test.inc (struct test_f_l_data): New type.
22118         (RUN_TEST_LOOP_f_l): New macro.
22119         (lrint_test_data): New variable.
22120         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
22121         (lrint_tonearest_test_data): New variable.
22122         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
22123         (lrint_towardzero_test_data): New variable.
22124         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
22125         (lrint_downward_test_data): New variable.
22126         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
22127         (lrint_upward_test_data): New variable.
22128         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
22129         (lround_test_data): New variable.
22130         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
22131
22132 2013-05-15  Peter Collingbourne  <pcc@google.com>
22133
22134         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
22135         (EXTRACT_WORDS64) Use where appropriate.
22136         (INSERT_WORDS64) Likewise.
22137
22138         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
22139         constraints with x constraints.
22140         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
22141
22142         * malloc/obstack.c (_obstack_compat): Add initializer.
22143
22144 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
22145
22146         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
22147         si_trapno and add si_addr_lsb to _sifields.sigfault.
22148         (si_trapno): Remove macro.
22149         (si_addr_lsb): Define new macro.
22150         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
22151
22152 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
22153
22154         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
22155         instead of TEST_f_l.
22156         (llrint_test_tonearest): Likewise.
22157         (llrint_test_towardzero): Likewise.
22158         (llrint_test_downward): Likewise.
22159         (llrint_test_upward): Likewise.
22160         (llround_test): Likewise.
22161
22162         * math/libm-test.inc (struct test_f_i_data): Add comment.
22163         (RUN_TEST_LOOP_f_b): New macro.
22164         (RUN_TEST_LOOP_f_b_tg): Likewise.
22165         (finite_test_data): New variable.
22166         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
22167         (isfinite_test_data): New variable.
22168         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22169         (isinf_test_data): New variable.
22170         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22171         (isnan_test_data): New variable.
22172         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22173         (isnormal_test_data): New variable.
22174         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22175         (issignaling_test_data): New variable.
22176         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22177         (signbit_test_data): New variable.
22178         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22179
22180         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
22181         with INVALID_EXCEPTION.
22182         (acosh_test_data): Likewise.
22183         (asin_test_data): Likewise.
22184         (atanh_test_data): Likewise.
22185         (fmod_test_data): Likewise.
22186         (log_test_data): Likewise.
22187         (log10_test_data): Likewise.
22188         (log2_test_data): Likewise.
22189         (pow_test_data): Likewise.
22190         (sqrt_test_data): Likewise.
22191         (y0_test_data): Likewise.
22192         (y1_test_data): Likewise.
22193         (yn_test_data): Likewise.
22194
22195         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
22196         function contents.
22197
22198         * math/libm-test.inc (struct test_ff_i_data): New type.
22199         (RUN_TEST_LOOP_ff_i_tg): New macro.
22200         (isgreater_test_data): New variable.
22201         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22202         (isgreaterequal_test_data): New variable.
22203         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22204         (isless_test_data): New variable.
22205         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22206         (islessequal_test_data): New variable.
22207         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22208         (islessgreater_test_data): New variable.
22209         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22210         (isunordered_test_data): New variable.
22211         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22212
22213 2013-05-14  David S. Miller  <davem@davemloft.net>
22214
22215         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22216
22217 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
22218
22219         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22220
22221         * math/libm-test.inc (struct test_fF_f1_data): Change type of
22222         extra_test to int.
22223         (struct test_f_i_data): Change type of max_ulp to int.
22224
22225         * math/libm-test.inc (test_ffI_f1_data): New type.
22226         (RUN_TEST_LOOP_ffI_f1): New macro.
22227         (remquo_test_data): New variable.
22228         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22229
22230         * setjmp/tst-setjmp-fp.c: New file.
22231         * setjmp/Makefile (tests): Add tst-setjmp-fp.
22232         (link-libm): New variable.
22233         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22234
22235         * math/libm-test.inc (struct test_f_i_data): New type.
22236         (RUN_TEST_LOOP_f_i): New macro.
22237         (RUN_TEST_LOOP_f_i_tg): Likewise.
22238         (fpclassify_test_data): New variable.
22239         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22240         (ilogb_test_data): New variable.
22241         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22242
22243         * math/libm-test.inc (scalbln_test): Correct function name in END
22244         call.
22245
22246         * math/libm-test.inc (struct test_f_f1_data): Add comment.
22247         (RUN_TEST_LOOP_fI_f1): New macro.
22248         (frexp_test_data): New variable.
22249         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22250
22251         * math/libm-test.inc (struct test_fF_f1_data): New type.
22252         (RUN_TEST_LOOP_fF_f1): New macro.
22253         (modf_test_data): New variable.
22254         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22255
22256         * math/libm-test.inc (struct test_f_f1_data): New type.
22257         (RUN_TEST_LOOP_f_f1): New macro.
22258         (gamma_test_data): New variable.
22259         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22260         (lgamma_test_data): New variable.
22261         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22262
22263 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
22264
22265         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22266         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22267         (main): Comment "tls" pseudo-hwcap.
22268
22269 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
22270
22271         * math/libm-test.inc (struct test_fl_f_data): New type.
22272         (RUN_TEST_LOOP_fl_f): New variable.
22273         (scalbln_test_data): New variable.
22274         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22275
22276         * math/libm-test.inc (struct test_fi_f_data): New type.
22277         (RUN_TEST_LOOP_fi_f): New macro.
22278         (ldexp_test_data): New variable.
22279         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22280         (scalbn_test_data): New variable.
22281         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22282
22283         * math/libm-test.inc (struct test_c_f_data): New type.
22284         (RUN_TEST_LOOP_c_f): New macro.
22285         (cabs_test_data): New variable.
22286         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22287         (carg_test_data): New variable.
22288         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22289         (cimag_test_data): New variable.
22290         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22291         (creal_test_data): New variable.
22292         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22293
22294         * math/libm-test.inc (struct test_if_f_data): New type.
22295         (RUN_TEST_LOOP_if_f): New macro.
22296         (jn_test_data): New variable.
22297         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22298         (yn_test_data): New variable.
22299         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22300
22301         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22302
22303 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22304
22305         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22306         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22307
22308 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22309
22310         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22311         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22312         (bench-deps): Add bench-timing.h.
22313         * benchtests-bench-skeleton.c: Include bench-timing.h.
22314         (main): Use TIMING_* macros instead of clock_gettime.
22315         * benchtests/bench-timing.h: New file.
22316
22317         [BZ #14582]
22318         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22319         Renamed from _LIB_VERSION.
22320         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22321
22322 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22323
22324         * math/libm-test.inc (struct test_fff_f_data): New type.
22325         (RUN_TEST_LOOP_fff_f): New macro.
22326         (fma_test_data): New variable.
22327         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22328         (fma_towardzero_test_data): New variable.
22329         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22330         (fma_downward_test_data): New variable.
22331         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22332         (fma_upward_test_data): New variable.
22333         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22334
22335         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22336         (struct test_c_c_data): New type.
22337         (RUN_TEST_LOOP_c_c): New macro.
22338         (cacos_test_data): New variable.
22339         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22340         (cacosh_test_data): New variable.
22341         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22342         (casin_test_data): New variable.
22343         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22344         (casinh_test_data): New variable.
22345         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22346         (catan_test_data): New variable.
22347         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22348         (catanh_test_data): New variable.
22349         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22350         (ccos_test_data): New variable.
22351         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22352         (ccosh_test_data): New variable.
22353         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22354         (cexp_test_data): New variable.
22355         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22356         (clog_test_data): New variable.
22357         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22358         (clog10_test_data): New variable.
22359         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22360         (conj_test_data): New variable.
22361         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22362         (cproj_test_data): New variable.
22363         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22364         (csin_test_data): New variable.
22365         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22366         (csinh_test_data): New variable.
22367         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22368         (csqrt_test_data): New variable.
22369         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22370         (ctan_test_data): New variable.
22371         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22372         (ctan_tonearest_test_data): New variable.
22373         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22374         (ctan_towardzero_test_data): New variable.
22375         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22376         (ctan_downward_test_data): New variable.
22377         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22378         (ctan_upward_test_data): New variable.
22379         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22380         (ctanh_test_data): New variable.
22381         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22382         (ctanh_tonearest_test_data): New variable.
22383         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22384         (ctanh_towardzero_test_data): New variable.
22385         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22386         (ctanh_downward_test_data): New variable.
22387         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22388         (ctanh_upward_test_data): New variable.
22389         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22390         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22391         of BUILD_COMPLEX.
22392
22393         * math/libm-test.inc (struct test_ff_f_data): New type.
22394         (struct test_ff_f_data_nexttoward): Likewise.
22395         (RUN_TEST_LOOP_2_f): New macro.
22396         (RUN_TEST_LOOP_ff_f): Likewise.
22397         (atan2_test_data): New variable.
22398         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22399         (copysign_test_data): New variable.
22400         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22401         (fdim_test_data): New variable.
22402         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22403         (fmax_test_data): New variable.
22404         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22405         (fmin_test_data): New variable.
22406         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22407         (fmod_test_data): New variable.
22408         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22409         (hypot_test_data): New variable.
22410         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22411         (nextafter_test_data): New variable.
22412         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22413         (nexttoward_test_data): New variable.
22414         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22415         (pow_test_data): New variable.
22416         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22417         (pow_tonearest_test_data): New variable.
22418         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22419         (pow_towardzero_test_data): New variable.
22420         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22421         (pow_downward_test_data): New variable.
22422         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22423         (pow_upward_test_data): New variable.
22424         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22425         (remainder_test_data): New variable.
22426         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22427         (scalb_test_data): New variable.
22428         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22429         * sysdeps/i386/fpu/libm-test-ulps: Update.
22430
22431 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22432
22433         * math/libm-test.inc (fma_test): Use max_value instead of local
22434         variable fltmax.
22435         (nextafter_test): Likewise.
22436
22437         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22438         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22439         (acos_downward_test_data): New variable.
22440         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22441         (acos_upward_test_data): New variable.
22442         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22443         (acosh_test_data): New variable.
22444         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22445         (asin_test_data): New variable.
22446         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22447         (asin_tonearest_test_data): New variable.
22448         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22449         (asin_towardzero_test_data): New variable.
22450         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22451         (asin_downward_test_data): New variable.
22452         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22453         (asin_upward_test_data): New variable.
22454         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22455         (asinh_test_data): New variable.
22456         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22457         (atan_test_data): New variable.
22458         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22459         (atanh_test_data): New variable.
22460         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22461         (cbrt_test_data): New variable.
22462         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22463         (ceil_test_data): New variable.
22464         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22465         (cos_test_data): New variable.
22466         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22467         (cos_tonearest_test_data): New variable.
22468         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22469         (cos_towardzero_test_data): New variable.
22470         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22471         (cos_downward_test_data): New variable.
22472         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22473         (cos_upward_test_data): New variable.
22474         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22475         (cosh_test_data): New variable.
22476         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22477         (cosh_tonearest_test_data): New variable.
22478         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22479         (cosh_towardzero_test_data): New variable.
22480         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22481         (cosh_downward_test_data): New variable.
22482         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22483         (cosh_upward_test_data): New variable.
22484         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22485         (erf_test_data): New variable.
22486         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22487         (erfc_test_data): New variable.
22488         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22489         (exp_test_data): New variable.
22490         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22491         (exp_tonearest_test_data): New variable.
22492         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22493         (exp_towardzero_test_data): New variable.
22494         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22495         (exp_downward_test_data): New variable.
22496         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22497         (exp_upward_test_data): New variable.
22498         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22499         (exp10_test_data): New variable.
22500         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22501         (exp2_test_data): New variable.
22502         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22503         (expm1_test_data): New variable.
22504         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22505         (fabs_test_data): New variable.
22506         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22507         (floor_test_data): New variable.
22508         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22509         (j0_test_data): New variable.
22510         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22511         (j1_test_data): New variable.
22512         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22513         (log_test_data): New variable.
22514         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22515         (log10_test_data): New variable.
22516         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22517         (log1p_test_data): New variable.
22518         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22519         (log2_test_data): New variable.
22520         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22521         (logb_test_data): New variable.
22522         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22523         (logb_downward_test_data): New variable.
22524         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22525         (nearbyint_test_data): New variable.
22526         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22527         (rint_test_data): New variable.
22528         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22529         (rint_tonearest_test_data): New variable.
22530         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22531         (rint_towardzero_test_data): New variable.
22532         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22533         (rint_downward_test_data): New variable.
22534         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22535         (rint_upward_test_data): New variable.
22536         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22537         (round_test_data): New variable.
22538         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22539         (sin_test_data): New variable.
22540         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22541         (sin_tonearest_test_data): New variable.
22542         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22543         (sin_towardzero_test_data): New variable.
22544         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22545         (sin_downward_test_data): New variable.
22546         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22547         (sin_upward_test_data): New variable.
22548         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22549         (sinh_test_data): New variable.
22550         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22551         (sinh_tonearest_test_data): New variable.
22552         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22553         (sinh_towardzero_test_data): New variable.
22554         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22555         (sinh_downward_test_data): New variable.
22556         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22557         (sinh_upward_test_data): New variable.
22558         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22559         (sqrt_test_data): New variable.
22560         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22561         (tan_test_data): New variable.
22562         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22563         (tan_tonearest_test_data): New variable.
22564         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22565         (tan_towardzero_test_data): New variable.
22566         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22567         (tan_downward_test_data): New variable.
22568         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22569         (tan_upward_test_data): New variable.
22570         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22571         (tanh_test_data): New variable.
22572         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22573         (tgamma_test_data): New variable.
22574         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22575         (trunc_test_data): New variable.
22576         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22577         (y0_test_data): New variable.
22578         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22579         (y1_test_data): New variable.
22580         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22581         (significand_test_data): New variable.
22582         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22583
22584 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22585
22586         [BZ #12387]
22587         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22588
22589 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22590
22591         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22592
22593 2013-05-10  Andreas Jaeger  <aj@suse.de>
22594
22595         [BZ #15448]
22596         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22597         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22598
22599 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22600
22601         * math/gen-libm-test.pl (adjust_arg): New function.
22602         (special_functions): Handle generating output in both functions
22603         and arrays.
22604         (parse_args): Likewise.
22605         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22606         $in_func argument to parse_args.
22607         * math/libm-test.inc (struct test_f_f_data): New type.
22608         (IF_ROUND_INIT_): New macro.
22609         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22610         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22611         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22612         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22613         (ROUND_RESTORE_): Likewise.
22614         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22615         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22616         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22617         (ROUND_RESTORE_FE_UPWARD): Likewise.
22618         (RUN_TEST_LOOP_f_f): New macro.
22619         (acos_test_data): New variable.
22620         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22621         (acos_tonearest_test_data): New variable.
22622         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22623
22624 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22625
22626         * benchtests/bench-skeleton.c (startup): Fix coding style.
22627
22628 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22629
22630         [BZ #6809]
22631         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22632         negative infinity argument.
22633         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22634         negative infinity argument.
22635         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22636         negative infinity argument.
22637         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22638         domain errors.
22639
22640 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22641
22642         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22643         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22644         * iconv/iconv_prog.c (main): Likewise.
22645         * locale/programs/charmap-dir.c (charmap_readdir)
22646         (fopen_uncompressed): Likewise.
22647         * locale/programs/locfile.c (siblings_uncached)
22648         (write_locale_data): Use lstat64 instead of lstat.
22649         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22650         stat.
22651
22652 2013-05-10  Andreas Jaeger  <aj@suse.de>
22653
22654         [BZ #15395]
22655         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22656         localization.
22657         Include <locale.h>.
22658
22659 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22660
22661         * elf/dl-close.c (_dl_close_worker): Add comments.
22662
22663 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22664
22665         [BZ #15359]
22666         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22667         high part of pi/2.
22668         (__ieee754_rem_pio2l): Update comments.
22669
22670         [BZ #15429]
22671         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22672         high part of pi/2.
22673         (__ieee754_rem_pio2l): Update comments.
22674
22675         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22676         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22677
22678         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22679         M_PI_4l.
22680
22681         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22682         (M_PI_34_LOG10El): Likewise.
22683         (M_PI2_LOG10El): Likewise.
22684         (M_PI4_LOG10El): Likewise.
22685         (M_PI_LOG10El): Likewise.
22686
22687 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22688
22689         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22690
22691 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22692
22693         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22694         (MINUS_ZERO_INIT): Likewise.
22695         (PLUS_INFTY_INIT): Likewise.
22696         (MINUS_INFTY_INIT): Likewise.
22697         (QNAN_VALUE_INIT): Likewise.
22698         (MAX_VALUE_INIT): Likewise.
22699         (MIN_VALUE_INIT): Likewise.
22700         (MIN_SUBNORM_VALUE_INIT): Likewise.
22701         (plus_zero): Initialize with PLUS_ZERO_INIT.
22702         (minus_zero): Initialize with MINUS_ZERO_INIT.
22703         (plus_infty): Initialize with PLUS_INFTY_INIT.
22704         (minus_infty): Initialize with MINUS_INFTY_INIT.
22705         (qnan_value): Initialize with QNAN_VALUE_INIT.
22706         (max_value): Initialize with MAX_VALUE_INIT.
22707         (min_value): Initialize with MIN_VALUE_INIT.
22708         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22709
22710         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22711         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22712         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22713         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22714
22715         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22716         (RUN_TEST_2_f): Likewise.
22717         (RUN_TEST_ff_f): Likewise.
22718         (RUN_TEST_fi_f): Likewise.
22719         (RUN_TEST_fl_f): Likewise.
22720         (RUN_TEST_fff_f): Likewise.
22721         (RUN_TEST_c_f): Likewise.
22722         (RUN_TEST_f_f1): Likewise.
22723         (RUN_TEST_fF_f1): Likewise.
22724         (RUN_TEST_fI_f1): Likewise.
22725         (RUN_TEST_ffI_f1): Likewise.
22726         (RUN_TEST_c_c): Likewise.
22727         (RUN_TEST_cc_c): Likewise.
22728         (RUN_TEST_f_i): Likewise.
22729         (RUN_TEST_f_i_tg): Likewise.
22730         (RUN_TEST_ff_i_tg): Likewise.
22731         (RUN_TEST_f_b): Likewise.
22732         (RUN_TEST_f_b_tg): Likewise.
22733         (RUN_TEST_f_l): Likewise.
22734         (RUN_TEST_f_L): Likewise.
22735         (RUN_TEST_sincos): Likewise.
22736         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22737         whether to show exceptions.  Do not include ");\n" in return
22738         value.
22739         (special_functions): Output call to RUN_TEST_sincos instead of
22740         check_float calls.  Update calls to new_test.
22741         (parse_args): Output call to single RUN_TEST_* macro instead of
22742         check_* calls and other assignments.  Update calls to new_test.
22743
22744         [BZ #2546]
22745         [BZ #2560]
22746         [BZ #5159]
22747         [BZ #15426]
22748         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22749         input to result for tgamma overflow.
22750         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22751         (gamma_coeff): New variable.
22752         (NCOEFF): New macro.
22753         (gamma_positive): New function.
22754         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22755         underflow here.  Use gamma_positive instead of exp (lgamma) for
22756         other arguments.
22757         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22758         (gamma_coeff): New variable.
22759         (NCOEFF): New macro.
22760         (gammaf_positive): New function.
22761         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22762         underflow here.  Use gamma_positive instead of exp (lgamma) for
22763         other arguments.
22764         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22765         (gamma_coeff): New variable.
22766         (NCOEFF): New macro.
22767         (gammal_positive): New function.
22768         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22769         underflow here.  Use gamma_positive instead of exp (lgamma) for
22770         other arguments.
22771         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22772         (gamma_coeff): New variable.
22773         (NCOEFF): New macro.
22774         (gammal_positive): New function.
22775         (__ieee754_gammal_r): Handle positive infinity, overflow and
22776         underflow here.  Handle NaN the same as positive infinity.  Remove
22777         check x < 0xffffffff for negative integers.  Use gamma_positive
22778         instead of exp (lgamma) for other arguments.
22779         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22780         (gamma_coeff): New variable.
22781         (NCOEFF): New macro.
22782         (gammal_positive): New function.
22783         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22784         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22785         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22786         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22787         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22788         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22789         * sysdeps/generic/math_private.h (__gamma_productf): New
22790         prototype.
22791         (__gamma_product): Likewise.
22792         (__gamma_productl): Likewise.
22793         * math/Makefile (libm-calls): Add gamma_product.
22794         * math/libm-test.inc (tgamma_test): Add more tests.
22795         * sysdeps/i386/fpu/libm-test-ulps: Update.
22796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22797
22798 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22799
22800         * benchtests/bench-skeleton.c (main): Preheat CPU.
22801
22802 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22803
22804         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22805
22806 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22807
22808         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22809         and _dl_skip_args_internal.
22810
22811 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22812
22813         * manual/message.texi (Message Translation): Talk about users.
22814         Message to key mapping impacts design.
22815
22816 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22817
22818         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22819
22820         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22821
22822         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22823         * sysdeps/wordsize-64/glob64.c: ... here.
22824
22825         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22826         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22827         New macros.
22828
22829         * debug/getlogin_r_chk.c: Moved to ...
22830         * login/getlogin_r_chk.c: ... here.
22831         * debug/Makefile (routines): Move getlogin_r_chk to ...
22832         * login/Makefile (routines): ... here.
22833         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22834         * login/Versions (libc: GLIBC_2.4): ... here.
22835
22836         * io/poll.c (__poll): Renamed from poll.
22837         Add libc_hidden_def.
22838         (poll): Define as weak alias.
22839
22840         * debug/ptsname_r_chk.c: Moved to ...
22841         * login/ptsname_r_chk.c: ... here.
22842         * debug/Makefile (routines): Move ptsname_r_chk to ...
22843         * login/Makefile (routines): ... here.
22844         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22845         * login/Versions (libc: GLIBC_2.4): ... here.
22846
22847         * posix/getlogin.c: Moved to ...
22848         * login/getlogin.c: ... here.
22849         * posix/getlogin_r.c: Moved to ...
22850         * login/getlogin_r.c: ... here.
22851         * posix/getlogin_r.c: Moved to ...
22852         * login/getlogin_r.c: ... here.
22853         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22854         * login/Makefile (routines): ... here.
22855         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22856         * login/Versions (libc: GLIBC_2.0): ... here.
22857
22858         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22859         (setrlimit): Define as weak alias.
22860
22861         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22862         Call __ names for open, ftruncate, and close.
22863         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22864         (truncate): Define as weak alias.
22865
22866 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22867
22868         * math/gen-libm-test.pl (parse_args): Initialize x before each
22869         test of frexp, modf and remquo.
22870
22871         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22872         test signgam value.
22873
22874 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22875
22876         [BZ #15418]
22877         [BZ #15419]
22878         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22879         internal tests.
22880         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22881
22882 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22883
22884         * elf/dl-writev.h: New file.
22885         * elf/dl-misc.c: Include it.
22886         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22887         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22888
22889 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22890
22891         * math/libm-test.inc (noXFails): Remove variable.
22892         (noXPasses): Likewise.
22893         (BUILD_COMPLEX_INT): Remove macro.
22894         (print_screen): Remove xfail argument.
22895         (print_screen_max_error): Likewise.
22896         (update_stats): Likewise.
22897         (print_max_error): Likewise.  Update calls to other affected
22898         functions.
22899         (print_complex_max_error): Likewise.
22900         (test_single_exception): Update calls to print_screen.
22901         (test_single_errno): Likewise.
22902         (check_float_internal): Remove xfail argument.  Update calls to
22903         other affected functions.
22904         (check_float): Likewise.
22905         (check_complex): Likewise.
22906         (check_int): Likewise.
22907         (check_long): Likewise.
22908         (check_bool): Likewise.
22909         (check_longlong): Likewise.
22910         (main): Don't print noXFails and noXPasses.
22911         * math/gen-libm-test.pl (top level): Don't mention expected
22912         failure handling in comment.
22913         (new_test): Don't handle expected failures.
22914         (parse_args): Don't mention expected failure handling in comment.
22915         (generate_testfile): Don't handle expected failures.
22916         (parse_ulps): Likewise.
22917         (print_ulps_file): Likewise.
22918         (get_failure): Remove function.
22919         (output_test): Don't handle expected failures.
22920         * make/README.libm-test: Don't mention expected failure handling.
22921
22922         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22923         (minus_zero): Likewise.
22924         (plus_infty): Likewise.
22925         (minus_infty): Likewise.
22926         (qnan_value): Likewise.
22927         (max_value): Likewise.
22928         (min_value): Likewise.
22929         (min_subnorm_value): Likewise.
22930         (initialize): Do not initialize those variables dynamically.
22931
22932 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22933
22934         * io/open.c (__open_2): Moved to ...
22935         * io/open_2.c: ... this new file.
22936         * io/open64.c (__open64_2): Moved to ...
22937         * io/open64_2.c: ... this new file.
22938         * io/openat.c (__openat_2): Moved to ...
22939         * io/openat_2.c: ... this new file.
22940         * io/openat64.c (__openat64_2): Moved to ...
22941         * io/openat64_2.c: ... this new file.
22942         * io/Makefile (routines): Add them.
22943         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22944         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22945         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22946         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22947         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22948         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22949         (__openat64): Add hidden_ver.
22950         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22951         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22952
22953         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22954         Separately conditionalize setting of GLRO(dl_sysinfo) so
22955         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22956         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22957
22958 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22959
22960         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22961         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22962         definition.
22963         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22964         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22965         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22966         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22967         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22968
22969 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22970
22971         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22972         test signgam value.
22973
22974         * math/libm-test.inc (hypot_test): Do not use
22975         IGNORE_ZERO_INF_SIGN.
22976
22977 2013-05-03  Andreas Jaeger  <aj@suse.de>
22978
22979         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22980         Linux 3.9.
22981         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22982         (PF_MAX): Adjust for VSOCK change.
22983
22984 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22985
22986         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22987
22988 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22989
22990         [BZ #15264]
22991         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22992         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22993         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22994
22995 2013-05-02  David S. Miller  <davem@davemloft.net>
22996
22997         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22998
22999 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
23000
23001         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
23002
23003 2013-05-01  Roland McGrath  <roland@hack.frob.com>
23004
23005         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
23006
23007 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
23008
23009         [BZ #14952]
23010         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
23011         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23012         Use __attribute__ ((__gnu_inline__)).
23013         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23014         Don't use __attribute__ ((__gnu_inline__)).
23015
23016 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
23017
23018         [BZ #15423]
23019         * math/s_catan.c (__catan): Handle small real or imaginary part of
23020         input specially to avoid spurious underflow.
23021         * math/s_catanf.c (__catanf): Likewise.
23022         * math/s_catanh.c (__catanh): Likewise.
23023         * math/s_catanhf.c (__catanhf): Likewise.
23024         * math/s_catanhl.c (__catanhl): Likewise.
23025         * math/s_catanl.c (__catanl): Likewise.
23026         * math/libm-test.inc (catan_test): Add more tests.
23027         (catanh_test): Likewise.
23028         * sysdeps/i386/fpu/libm-test-ulps: Update.
23029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23030
23031 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23032
23033         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23034
23035 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
23036
23037         [BZ #15416]
23038         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
23039         accurately for denominator in atan2.
23040         * math/s_catanf.c (__catanf): Likewise.
23041         * math/s_catanh.c (__catanh): Likewise.
23042         * math/s_catanhf.c (__catanhf): Likewise.
23043         * math/s_catanhl.c (__catanhl): Likewise.
23044         * math/s_catanl.c (__catanl): Likewise.
23045         * math/libm-test.inc (catan_test): Add more tests.
23046         (catanh_test): Likewise.
23047         * sysdeps/i386/fpu/libm-test-ulps: Update.
23048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23049
23050 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23051
23052         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
23053
23054         * benchtests/Makefile (bench): Remove slow benchmarks.
23055         * benchtests/atan-inputs: Add slow benchmark inputs.
23056         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
23057         (BENCH_FUNC): Accept variant offset.
23058         (VARIANT): Define.
23059         * benchtests/bench-skeleton.c (main): Run benchmark for each
23060         variant.
23061         * benchtests/cos-inputs: Add slow benchmark inputs.
23062         * benchtests/exp-inputs: Likewise.
23063         * benchtests/pow-inputs: Likewise.
23064         * benchtests/sin-inputs: Likewise.
23065         * benchtests/slowatan-inputs: Remove.
23066         * benchtests/slowatan.c: Remove.
23067         * benchtests/slowcos-inputs: Remove.
23068         * benchtests/slowcos.c: Remove.
23069         * benchtests/slowexp-inputs: Remove.
23070         * benchtests/slowexp.c: Remove.
23071         * benchtests/slowpow-inputs: Remove.
23072         * benchtests/slowpow.c: Remove.
23073         * benchtests/slowsin-inputs: Remove.
23074         * benchtests/slowsin.c: Remove.
23075         * benchtests/slowtan-inputs: Remove.
23076         * benchtests/slowtan.c: Remove.
23077         * benchtests/tan-inputs: Add slow benchmark inputs.
23078         * scripts/bench.pl: Parse comments and directives.
23079
23080         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
23081         in CPPFLAGS.
23082         ($(objpfx)bench-%.c): Remove *-ITER.
23083         * benchtests/bench-modf.c: Remove definition of ITER.
23084         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
23085         (main): Loop for DURATION seconds instead of fixed number of
23086         iterations.
23087         * scripts/bench.pl: Don't expect iterations in parameters.
23088
23089 2013-04-29  Roland McGrath  <roland@hack.frob.com>
23090
23091         * io/fchdir.c (__fchdir): Renamed from fchdir.
23092         (fchdir): Define as weak alias.
23093
23094 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23095
23096         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
23097         (ERRNO_EDOM): Likewise.
23098         (ERRNO_ERANGE): Likewise.
23099         (noErrnoTests): New variable.
23100         (init_max_error): Set errno to 0.
23101         (test_single_errno): New function.
23102         (test_errno): Likewise.
23103         (check_float_internal): Call test_errno.  Set errno to 0.
23104         (check_complex): Refer to errno tests in comment.
23105         (check_int): Call test_errno.  Set errno to 0.
23106         (check_long): Likewise.
23107         (check_bool): Likewise.
23108         (check_longlong): Likewise.
23109         (cos_test): Use ERRNO_* flags for errno tests instead of
23110         check_int.
23111         (expm1_test): Likewise.
23112         (fmod_test): Likewise.
23113         (ilogb_test): Likewise.
23114         (lgamma_test): Likewise.
23115         (pow_test): Likewise.
23116         (remainder_test): Likewise.
23117         (sin_test): Likewise.
23118         (tan_test): Likewise.
23119         (yn_test): Likewise.
23120         (initialize): Set errno to 0.
23121         (main): Print number of errno tests.
23122         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
23123
23124 2013-04-29  Andreas Jaeger  <aj@suse.de>
23125
23126         [BZ #15084]
23127         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
23128         and RES_USEVC.
23129
23130         [BZ #15085]
23131         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
23132         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
23133         unimplemented.
23134
23135         [BZ #15380]
23136         * stdlib/random.c (__initstate): Return NULL if
23137         __initstate fails.
23138
23139         [BZ #15086]
23140         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
23141         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
23142         RES_SNGLKUPREOP.
23143
23144 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23145
23146         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23147
23148 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
23149
23150         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
23151         of individual tests.
23152         (casin_test): Likewise.
23153         (casinh_test): Likewise.
23154
23155 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
23156
23157         [BZ #15409]
23158         * math/s_catan.c (__catan): Handle arguments with large real or
23159         imaginary part separately without squaring.
23160         * math/s_catanf.c (__catanf): Likewise.
23161         * math/s_catanh.c (__catanh): Likewise.
23162         * math/s_catanhf.c (__catanhf): Likewise.
23163         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23164         and redefine.
23165         (__catanhl): Handle arguments with large real or imaginary part
23166         separately without squaring.
23167         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23168         and redefine.
23169         (__catanl): Handle arguments with large real or imaginary part
23170         separately without squaring.
23171         * math/libm-test.inc (catan_test): Add more tests.
23172         (catanh_test): Likewise.
23173         * sysdeps/i386/fpu/libm-test-ulps: Update.
23174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23175
23176 2013-04-27  Andreas Jaeger  <aj@suse.de>
23177
23178         [BZ #15007]
23179         * stdlib/stdlib.h: Update guards for qecvt.
23180         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
23181         <stdlib.h>.
23182
23183 2013-04-27  Allan McRae  <allan@archlinux.org>
23184
23185         * sysdeps/i386/fpu/libm-test-ulps: Update.
23186
23187 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
23188
23189         [BZ #15406]
23190         * math/s_catan.c: Include <float.h>.
23191         (__catan): Ensure underflow exception occurs for underflowed
23192         result.
23193         * math/s_catanf.c: Include <float.h>.
23194         (__catanf): Ensure underflow exception occurs for underflowed
23195         result.
23196         * math/s_catanh.c: Include <float.h>.
23197         (__catanh): Ensure underflow exception occurs for underflowed
23198         result.
23199         * math/s_catanhf.c: Include <float.h>.
23200         (__catanhf): Ensure underflow exception occurs for underflowed
23201         result.
23202         * math/s_catanhl.c: Include <float.h>.
23203         (__catanhl): Ensure underflow exception occurs for underflowed
23204         result.
23205         * math/s_catanl.c: Include <float.h>.
23206         (__catanl): Ensure underflow exception occurs for underflowed
23207         result.
23208         * math/libm-test.inc (catan_test): Add more tests.
23209         (catanh_test): Likewise.
23210
23211         [BZ #15405]
23212         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23213         underflowed result.
23214         * math/s_ccoshf.c (__ccoshf): Likewise.
23215         * math/s_ccoshl.c (__ccoshl): Likewise.
23216         * math/s_csin.c (__csin): Likewise.
23217         * math/s_csinf.c (__csinf): Likewise.
23218         * math/s_csinh.c (__csinh): Likewise.
23219         * math/s_csinhf.c (__csinhf): Likewise.
23220         * math/s_csinhl.c (__csinhl): Likewise.
23221         * math/s_csinl.c (__csinl): Likewise.
23222         * math/libm-test.inc (ccos_test): Add more tests.
23223         (ccosh_test): Likewise.
23224         (csin_test): Likewise.
23225         (csinh_test): Likewise.
23226
23227 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23228
23229         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23230         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23231         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23232         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23233         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23234         powerpc/power5+/fpu folders.
23235         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23236
23237
23238 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23239
23240         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23241
23242 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
23243
23244         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23245         additions to variable.
23246         [$(config-machine) = x86_64] (modules-names): Likewise.
23247         ($(objpfx)tst-audit3): Remove dependency.
23248         ($(objpfx)tst-audit3.out): Likewise.
23249         ($(objpfx)tst-audit4): Likewise.
23250         ($(objpfx)tst-audit4.out): Likewise.
23251         ($(objpfx)tst-audit5): Likewise.
23252         ($(objpfx)tst-audit5.out): Likewise.
23253         ($(objpfx)tst-audit6): Likewise.
23254         ($(objpfx)tst-audit6.out): Likewise.
23255         ($(objpfx)tst-audit7): Likewise.
23256         ($(objpfx)tst-audit7.out): Likewise.
23257         (tst-audit3-ENV): Remove variable.
23258         (tst-audit4-ENV): Likewise.
23259         (tst-audit5-ENV): Likewise.
23260         (tst-audit6-ENV): Likewise.
23261         (tst-audit7-ENV): Likewise.
23262         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23263         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23264         addition to variable.
23265         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23266         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23267         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23268         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23269         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23270         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23271         tst-audit3, tst-audit4 and tst-audit5.
23272         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23273         tst-audit6 and tst-audit7.
23274         [$(subdir) = elf] (modules-names): Add audit modules for those
23275         tests.
23276         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23277         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23278         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23279         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23280         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23281         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23282         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23283         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23284         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23285         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23286         [$(subdir) = elf] (tst-audit3-ENV): New variable.
23287         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23288         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23289         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23290         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23291         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23292         Likewise.
23293         [$(subdir) = elf && $(config-cflags-avx) = yes]
23294         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23295         [$(subdir) = elf && $(config-cflags-avx) = yes]
23296         (CFLAGS-tst-auditmod4a.c): Likewise.
23297         [$(subdir) = elf && $(config-cflags-avx) = yes]
23298         (CFLAGS-tst-auditmod4b.c): Likewise.
23299         [$(subdir) = elf && $(config-cflags-avx) = yes]
23300         (CFLAGS-tst-auditmod6b.c): Likewise.
23301         [$(subdir) = elf && $(config-cflags-avx) = yes]
23302         (CFLAGS-tst-auditmod6c.c): Likewise.
23303         [$(subdir) = elf && $(config-cflags-avx) = yes]
23304         (CFLAGS-tst-auditmod7b.c): Likewise.
23305         * elf/tst-audit3.c: Move to ...
23306         * sysdeps/x86_64/tst-audit3.c: ... here.
23307         * elf/tst-audit4.c: Move to ...
23308         * sysdeps/x86_64/tst-audit4.c: ... here.
23309         * elf/tst-audit5.c: Move to ...
23310         * sysdeps/x86_64/tst-audit5.c: ... here.
23311         * elf/tst-audit6.c: Move to ...
23312         * sysdeps/x86_64/tst-audit6.c: ... here.
23313         * elf/tst-audit7.c: Move to ...
23314         * sysdeps/x86_64/tst-audit7.c: ... here.
23315         * elf/tst-auditmod3a.c: Move to ...
23316         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23317         * elf/tst-auditmod3b.c: Move to ...
23318         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23319         * elf/tst-auditmod4a.c: Move to ...
23320         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23321         * elf/tst-auditmod4b.c: Move to ...
23322         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23323         * elf/tst-auditmod5a.c: Move to ...
23324         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23325         * elf/tst-auditmod5b.c: Move to ...
23326         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23327         * elf/tst-auditmod6a.c: Move to ...
23328         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23329         * elf/tst-auditmod6b.c: Move to ...
23330         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23331         * elf/tst-auditmod6c.c: Move to ...
23332         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23333         * elf/tst-auditmod7a.c: Move to ...
23334         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23335         * elf/tst-auditmod7b.c: Move to ...
23336         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23337
23338 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23339
23340         [BZ #15366]
23341         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23342         define unconditionally.
23343         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23344         define unconditionally.
23345         (INT8_C, INT16_C, etc.): Likewise.
23346
23347 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23348
23349         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23350         __ehdr_start with hidden visibility.
23351
23352         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23353
23354 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23355
23356         * math/libm-test.inc (cos_test): Use accurate hex constants.
23357         (sincost_test): Likewise.
23358
23359 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23360
23361         * math/libm-test.inc (catan_test): Add more tests.
23362         (catanh_test): Likewise.
23363
23364         * math/s_catanf.c (__catanf): Use suffixed floating-point
23365         constants.
23366         * math/s_catanhf.c (__catanhf): Likewise.
23367         * math/s_catanhl.c (__catanhl): Likewise.
23368         * math/s_catanl.c (__catanl): Likewise.
23369
23370         [BZ #15394]
23371         * math/s_catan.c (__catan): Calculate imaginary part of result
23372         with log1p not log unless computing log of number close to 0.
23373         * math/s_catanf.c (__catanf): Likewise.
23374         * math/s_catanl.c (__catanl): Likewise.
23375         * math/s_catanh.c (__catanh): Calculate real part of result with
23376         log1p not log unless computing log of number close to 0.
23377         * math/s_catanhf.c (__catanhf): Likewise.
23378         * math/s_catanhl.c (__catanhl): Likewise.
23379         * math/libm-test.inc (catan_test): Add more tests.
23380         (catanh_test): Likewise.
23381         * sysdeps/i386/fpu/libm-test-ulps: Update.
23382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23383
23384 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23385
23386         * benchtests/Makefile: Mention files in which fast and slow
23387         paths of math functions are implemented.
23388
23389 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23390
23391         * sysdeps/posix/timespec_get.c: New file.
23392
23393 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23394
23395         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23396         POWER.
23397         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23398         for POWER.
23399         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23400         powerpc/power5/fpu folders.
23401         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23402         * benchtests/Makefile: Add modf testcase.
23403         * benchtests/bench-modf.c: New file: Benchmark test for mo
23404
23405 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23406
23407         [BZ #14888]
23408         * time/Makefile (tests): Add tst-strptime-whitespace.
23409         * time/strptime_l.c (get_number): Use ISSPACE.
23410         (__strptime_internal): Likewise.
23411         * time/tst-strptime-whitespace.c: New test case.
23412
23413 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23414
23415         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23416         member.
23417         (_nss_files_init): Set it here.
23418
23419 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23420
23421         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23422         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23423         unsigned.
23424
23425 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23426
23427         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23428
23429 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23430
23431         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23432         size just once.
23433
23434 2013-04-21  David S. Miller  <davem@davemloft.net>
23435
23436         * po/ru.po: Update Russion translation from translation project.
23437
23438 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23439
23440         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23441         and setfsgid.
23442
23443 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23444
23445         * configure.in: Remove i386 configure warning. Remove i386 case.
23446         * configure: Regenerate.
23447         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23448         Add example to error message.
23449         * sysdeps/i386/configure: Regenerate.
23450
23451 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23452
23453         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23454         slowtan.
23455         * benchtests/cos-inputs: New file.
23456         * benchtests/slowcos-inputs: New file.
23457         * benchtests/slowcos.c: New file.
23458         * benchtests/slowtan-inputs: New file.
23459         * benchtests/slowtan.c: New file.
23460         * benchtests/tan-inputs: New file.
23461
23462 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23463
23464         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23465         considered kosher.
23466
23467 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23468
23469         * benchtests/Makefile: Include cppflags-iterator.mk to add
23470         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23471
23472         * Makefile.in (bench-clean): New target.
23473         * benchtests/Makefile (bench-clean): Likewise.
23474
23475 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23476
23477         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23478
23479 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23480
23481         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23482
23483 2013-04-15  Andreas Schwab  <schwab@suse.de>
23484
23485         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23486         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23487         * nscd/pwdcache.c (cache_addpw): Likewise.
23488         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23489         more than recsize.
23490
23491 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23492
23493         * benchtests/Makefile (bench): Write all output to
23494         bench-out.tmp together.
23495
23496 2013-04-15  Andreas Schwab  <schwab@suse.de>
23497
23498         * nscd/nscd.c (main): Don't fork again after closing files.
23499
23500 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23501
23502         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23503
23504         * benchtests/Rules (bench-deps): Collect dependencies into a
23505         single variable.  Add Makefile to dependencies.
23506         ($(objpfx)bench-%.c): Depend on bench-deps.
23507
23508 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23509             Xavier Roche  <roche+kml2@exalead.com>
23510
23511         [BZ #15361]
23512         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23513         just that it's a file descriptor.
23514         * manual/llio.texi (Synchronizing AIO Operations): Update description
23515         for EBADF error from aio_fsync.
23516
23517 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23518
23519         * Rules (bench): Move target definition...
23520         * benchtests/Makefile: ... here.
23521
23522 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23523
23524         * math/libm-test.inc (cos_test): Fix PI/2 test.
23525         (sincos_test): Likewise.
23526         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23527         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23528
23529 2013-04-11  Andreas Schwab  <schwab@suse.de>
23530
23531         [BZ #13988]
23532         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23533         accept exponent character only when digits were seen.
23534         * stdio-common/Makefile (tests): Add bug26.
23535         * stdio-common/bug26.c: New file.
23536
23537         [BZ #14293]
23538         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23539         non-freeable.
23540
23541 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23542
23543         * Makeconfig (rtld-prefix): Define built linker prefix.
23544         * Rules (run-bench): Use it.
23545         * math/Makefile (run-regen-ulps): Likewise.
23546
23547         * Rules (bench): Remove eval.
23548
23549 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23550             Roland McGrath  <roland@hack.frob.com>
23551             Ondrej Bilka  <neleai@seznam.cz>
23552
23553         [BZ #15346]
23554         * time/getdate.c: Include ctype.h and alloca.h.
23555         (__getdate_r): Trim leading and trailing spaces of input.
23556         * time/tst-getdate.c (tests): Add tests with leading and
23557         trailing spaces.
23558
23559 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23560
23561         [BZ #14280]
23562         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23563         when computing value.
23564
23565 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23566
23567         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23568         Use testrun.sh to run libm tests.
23569
23570         [BZ #15309]
23571         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23572
23573 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23574
23575         [BZ #15264]
23576         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23577
23578 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23579
23580         * Makefile.in (regen-ulps): New target.
23581         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23582         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23583         [ifneq (no,$(PERL)] (regen-ulps): New target.
23584         [ifeq (no,$(PERL)] (regen-ulps): New target.
23585         * math/libm-test.inc (ulps_file_name): Define.
23586         (output_dir): New variable.
23587         (options): Add "output-dir" option.
23588         (parse_opt): Handle 'o' case.
23589         (main): If output_dir is non-NULL use it as a prefix
23590         otherwise use "".
23591         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23592
23593 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23594
23595         [BZ #10060, #10062]
23596         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23597         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23598         fail configure if __sync_val_compare_and_swap is not inlined.
23599         * sysdeps/i386/configure: Regenerate.
23600         * configure.in: Build for i686 when configured for i386.
23601         * configure: Regenerate.
23602         * README: Remove i386 reference.
23603
23604 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23605
23606         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23607         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23608
23609 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23610
23611         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23612         (lmsnanval): New variables.
23613         (F): Add conversion tests.
23614         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23615         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23616
23617         * stdio-common/tstdiomisc.c (F): Properly collect individual
23618         tests' results.
23619
23620         [BZ #14686, #15336]
23621         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23622         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23623         Instead, use input NaN values or generate a qNaN by arithmetic
23624         operation.  Also fix bugs to comply with the standard.
23625         * math/libm-test.inc (remainder_test): Add more tests.
23626
23627         [BZ #15335, #15342]
23628         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23629         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23630         input NaN values or generate a qNaN by arithmetic operation.
23631
23632         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23633         unreachable code.
23634
23635         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23636         definitions.
23637
23638 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23639
23640         [BZ #14478]
23641         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23642         underflowed result.
23643         * math/s_cexpf.c (__cexpf): Likewise.
23644         * math/s_cexpl.c (__cexpl): Likewise.
23645         * math/libm-test.inc (cexp_test): Add more tests.
23646
23647 2013-04-03  Andreas Schwab  <schwab@suse.de>
23648
23649         [BZ #15330]
23650         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23651         order arrays from heap if bigger than alloca cutoff.
23652
23653 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23654
23655         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23656         (SNAN_TESTS_double): Refer to GCC PR56831.
23657         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23658         GCC PR56828.
23659
23660 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23661
23662         * Rules (bench): Move bench.out after the run is complete.
23663
23664         * Rules (bench): Echo currently running benchmark.
23665
23666         * benchtests/Makefile (bench): Add atan and slowatan.
23667         * benchtests/atan-inputs: New file.
23668         * benchtests/slowatan-inputs: New file.
23669         * benchtests/slowatan.c: New file.
23670
23671         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23672         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23673         its value.
23674
23675         [BZ #15305]
23676         * sysdeps/unix/sysv/linux/kernel-features.h
23677         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23678         __ASSUME_XFS_RESTRICTED_CHOWN.
23679         * sysdeps/unix/sysv/linux/pathconf.c
23680         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23681         Save and restore errno.
23682
23683 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23684
23685         [BZ #15327]
23686         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23687         arguments using __kernel_casinh.
23688         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23689         arguments using __kernel_casinhf.
23690         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23691         arguments using __kernel_casinhl.
23692         * math/libm-test.inc (cacosh_test): Add more tests.
23693         * sysdeps/i386/fpu/libm-test-ulps: Update.
23694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23695
23696 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23697
23698         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23699         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23700
23701         * bench/Makefile (bench): Add sin and slowsin.
23702         * benchtests/sin-inputs: New file.
23703         * benchtests/slowsin-inputs: New file.
23704         * benchtests/slowsin.c: New file.
23705
23706         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23707         (bench): Add slowexp and slowpow.
23708         (exp-ITER): Increase iterations.
23709         (pow-ITER): Likewise.
23710         * benchtests/exp-inputs: Change input.
23711         * benchtests/pow-inputs: Likewise.
23712         * benchtests/slowexp-inputs: New file.
23713         * benchtests/slowexp.c: New file.
23714         * benchtests/slowpow-inputs: New file.
23715         * benchtests/slowpow.c: New file.
23716
23717 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23718
23719         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23720         instructions.
23721         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23722         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23723         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23724         * benchtests/Makefile: Add rint benchtest.
23725         * benchtests/rint-inputs: Input for rint benchtest.
23726
23727 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23728
23729         * Versions.def (libm): Add GLIBC_2.18.
23730         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23731         hidden libm prototypes.
23732         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23733         * math/Makefile (libm-calls): Add s_issignaling.
23734         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23735         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23736         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23737         declaration.
23738         * math/math.h [__USE_GNU] (issignaling): New macro.
23739         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23740         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23741         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23742         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23743         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23744         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23745         * manual/arith.texi (issignaling): New section.
23746         * manual/libm-err-tab.pl (@all_functions): Update comment.
23747         * math/gen-libm-test.pl (parse_args): Apply special handling for
23748         issignaling.
23749         * math/libm-test.inc (print_float, issignaling_test): New
23750         functions.
23751         (check_float_internal): Add issignaling checks.
23752         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23753         default definition.
23754         * sysdeps/powerpc/math-tests.h: New file.
23755         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23756         tests.
23757         * math/test-snan.c (TEST_FUNC): Likewise.
23758
23759 2013-03-30  David S. Miller  <davem@davemloft.net>
23760
23761         * po/de.po: Update from translation team.
23762
23763 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23764
23765         [BZ #10357]
23766         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23767         imaginary part less than 1.0 and real part less than 0.5
23768         specially.
23769         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23770         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23771         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23772         (cacos_test): Add more tests.
23773         (casin_test): Likewise.
23774         (casinh_test): Likewise.
23775         * sysdeps/i386/fpu/libm-test-ulps: Update.
23776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23777
23778 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23779
23780         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23781         ONE with its value.
23782
23783         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23784         (__pow_mp): Replace ONE and MONE with their values.
23785         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23786         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23787         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23788         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23789         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23790         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23791
23792         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23793
23794         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23795         (__pow_mp): Replace ZERO and MZERO with their values.
23796         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23797         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23798         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23799         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23800         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23801         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23802         (__sqr): Likewise.
23803
23804         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23805
23806         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23807
23808 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23809
23810         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23811         Declare with __attribute__ ((weak)).
23812         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23813         Call __call_tls_dtors only if it's not NULL.
23814
23815 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23816
23817         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23818         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23819         magic __ehdr_start linker symbol if it's defined.
23820         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23821         them up here if it was already done.
23822
23823         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23824         (_dl_aux_init): Use const in cast when setting it.
23825         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23826         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23827         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23828
23829         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23830         Declare them here.
23831         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23832         * csu/libc-tls.c: Nor here.
23833         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23834
23835         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23836         (__libc_message): Never call vsyslog.
23837
23838 2013-03-28  Alan Modra  <amodra@gmail.com>
23839
23840         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23841         Define as empty.
23842         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23843         Likewise.
23844
23845 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23846
23847         [BZ #15214]
23848         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23849         underflow.
23850         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23851
23852 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23853
23854         [BZ #15304]
23855         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23856         Don't add gid passed as argument.
23857
23858         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23859
23860 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23861
23862         [BZ #15307]
23863         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23864         imaginary part between 1.0 and 1.5 and real part less than 0.5
23865         specially.
23866         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23867         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23868         * math/libm-test.inc (cacos_test): Add more tests.
23869         (casin_test): Likewise.
23870         (casinh_test): Likewise.
23871         * sysdeps/i386/fpu/libm-test-ulps: Update.
23872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23873
23874 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23875
23876         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23877         constants.
23878         (norm): Likewise.
23879         (denorm): Likewise.
23880         (__dbl_mp): Likewise.
23881         (add_magnitudes): Likewise.
23882         (sub_magnitudes): Likewise.
23883         (__add): Likewise.
23884         (__sub): Likewise.
23885         (__mul): Likewise.
23886         (__sqr): Likewise.
23887         (__inv): Likewise.
23888         (__dvd): Likewise.
23889
23890         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23891         commented code.
23892         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23893         (__dubcos): Likewise.
23894         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23895         (__ieee754_acos): Likewise.
23896         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23897         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23898         (__exp1): Likewise.
23899         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23900         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23901         (log1): Likewise.
23902         (my_log2): Likewise.
23903         (checkint): Likewise.
23904         * sysdeps/ieee754/dbl-64/e_remainder.c
23905         (__ieee754_remainder): Likewise.
23906         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23907         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23908         (bsloww): Likewise.
23909         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23910
23911         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23912         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23913         MANTISSA_STORE_T to store computations on mantissa.  Use
23914         macros for rounding and division.
23915         (denorm): Likewise.
23916         (__dbl_mp): Likewise.
23917         (add_magnitudes): Likewise.
23918         (sub_magnitudes): Likewise.
23919         (__mul): Likewise.
23920         (__sqr): Likewise.
23921         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23922         powers of two in terms of TWOPOW macro.
23923         (mp_no): Make type of mantissa as MANTISSA_T.
23924         [!RADIXI]: Define RADIXI.
23925         [!TWO52]: Define TWO52.
23926         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23927
23928 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23929
23930         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23931         llroundl symbol when building for PPC32.
23932
23933 2013-03-24  Mark H Weaver  <mhw@netris.org>
23934
23935         * manual/arith.texi (Normalization Functions): Fix prototypes for
23936         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23937
23938 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23939
23940         [BZ #13889]
23941         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23942         high value to check if expl overflow.
23943         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23944         to check for underflow and overflow.
23945         * math/libm-test.inc: Add exp test.
23946
23947 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23948
23949         [BZ #11120]
23950         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23951         with NOT_IN_libc.
23952
23953 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23954
23955         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23956         symbol.
23957
23958 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23959
23960         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23961         wrap blocks consisting of several statements.
23962
23963         * sysdeps/generic/math-tests.h: New file.
23964         * sysdeps/i386/fpu/math-tests.h: Likewise.
23965         * math/test-snan.c: Include it.
23966         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23967
23968 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23969
23970         [BZ #15285]
23971         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23972         (__ieee754_j0l): Do not improve calculations using cos of twice
23973         input for inputs above LDBL_MAX / 2.0L.
23974         (__ieee754_y0l): Likewise.
23975         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23976         (__ieee754_j1l): Do not improve calculations using cos of twice
23977         input for inputs above LDBL_MAX / 2.0L.
23978         (__ieee754_y1l): Likewise.
23979         * math/libm-test.inc (j0_test): Add another test.
23980         (j1_test): Likewise.
23981         (y0_test): Likewise.
23982         (y1_test): Likewise.
23983         * sysdeps/i386/fpu/libm-test-ulps: Update.
23984
23985 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23986
23987         * Rules ($(objpfx)bench-%.c): Include code from a C source
23988         file.
23989
23990 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23991
23992         [BZ #15287]
23993         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23994         imaginary part 1.0 and real part less than 0.5 specially.
23995         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23996         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23997         * math/libm-test.inc (cacos_test): Add more tests.
23998         (casin_test): Likewise.
23999         (casinh_test): Likewise.
24000         * sysdeps/i386/fpu/libm-test-ulps: Update.
24001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24002
24003 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24004
24005         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
24006         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
24007
24008 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
24009
24010         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
24011         * config.make.in (config-cflags-sse4): Remove variable.
24012         (config-cflags-avx): Likewise.
24013         (config-cflags-sse2avx): Likewise.
24014         (config-cflags-novzeroupper): Likewise.
24015         (config-asflags-i686): Likewise.
24016         (have-mfma4): Likewise.
24017         (have-as-vis3): Likewise.
24018         (MIG): Likewise.
24019         * configure.in (MIG): Do not AC_SUBST.
24020         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
24021         (libc_cv_cc_sse4): Do not AC_SUBST.
24022         (libc_cv_cc_avx): Likewise.
24023         (libc_cv_cc_sse2avx): Likewise.
24024         (libc_cv_cc_novzeroupper): Likewise.
24025         (libc_cv_cc_fma4): Likewise.
24026         (libc_cv_as_i686): Likewise.
24027         (libc_cv_sparc_as_vis3): Likewise.
24028         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
24029         LIBC_CONFIG_VAR.
24030         (config-asflags-i686): Likewise.
24031         (config-cflags-avx): Likewise.
24032         (config-cflags-sse2avx): Likewise.
24033         (have-mfma4): Likewise.
24034         (config-cflags-novzeroupper): Likewise.
24035         * sysdeps/mach/configure.in (MIG): Likewise.
24036         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
24037         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
24038         LIBC_CONFIG_VAR.
24039         (config-cflags-avx): Likewise.
24040         (config-cflags-sse2avx): Likewise.
24041         (have-mfma4): Likewise.
24042         (config-cflags-novzeroupper): Likewise.
24043         * configure: Regenerated.
24044         * sysdeps/i386/configure: Likewise.
24045         * sysdeps/mach/configure: Likewise.
24046         * sysdeps/sparc/configure: Likewise.
24047         * sysdeps/x86_64/configure: Likewise.
24048
24049 2013-03-20  Roland McGrath  <roland@hack.frob.com>
24050
24051         [BZ #14812]
24052         * locale/programs/localedef.c (options): Put N_ translation marker
24053         on argument names, not just descriptions.
24054
24055 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
24056
24057         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
24058
24059 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
24060
24061         [BZ #14176]
24062         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
24063
24064 2013-03-19  Roland McGrath  <roland@hack.frob.com>
24065
24066         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
24067         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
24068         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
24069         [!BEFORE_ABORT] (before_abort): New function.
24070         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
24071         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
24072         (writev_for_fatal): New function.
24073         (WRITEV_FOR_FATAL): New macro; call that.
24074         (backtrace_and_maps): New function.
24075         (BEFORE_ABORT): New macro; call that.
24076         (struct str_list): Type removed.
24077         (__libc_message, __libc_fatal): Functions removed.
24078         Include <sysdeps/posix/libc_fatal.c> instead.
24079
24080 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
24081
24082         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
24083         constants.
24084         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
24085         double constants.
24086
24087 2013-03-19  Andreas Schwab  <schwab@suse.de>
24088
24089         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
24090         * sysdeps/gnu/configure: Regenerate.
24091
24092         * configure.in: Substitute libc_cv_rtlddir.
24093         * configure: Regenerate.
24094         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
24095         * Makeconfig (rtlddir, inst_rtlddir): New variables.
24096         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
24097         * elf/Makefile (install-others, CFLAGS-interp.c)
24098         (ldso_install, common-ldd-rewrite): Likewise.
24099         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
24100         $(inst_slibdir)/$(rtld-installed-name).
24101         * scripts/rellns-sh: Add -p option.
24102         * Makerules (make-shlib-link): Use rellns-sh to get relative name
24103         for source.
24104
24105 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24106
24107         * manual/nptl.texi: Renamed to ...
24108         * manual/threads.texi: ... this.
24109         * manual/Makefile (chapters): Update.
24110
24111 2013-03-18  Roland McGrath  <roland@hack.frob.com>
24112
24113         [BZ #14812]
24114         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
24115         on argument names, not just descriptions.
24116         * malloc/memusagestat.c (options): Likewise.
24117         * nss/getent.c (options): Likewise.
24118
24119 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
24120
24121         [BZ #14812]
24122         * iconv/iconv_prog.c (options): Put N_ translation marker
24123         on argument names, not just descriptions.
24124         * iconv/iconvconfig.c (options): Likewise.
24125
24126 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
24127
24128         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
24129         implementation which is faster on all x86_64 architectures.
24130         Tested on AMD, Intel Nehalem, SNB, IVB.
24131         * sysdeps/x86_64/strnlen.S: Likewise.
24132
24133         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24134         Remove all multiarch strlen and strnlen versions.
24135         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
24136         Remove strlen and strnlen related parts.
24137
24138         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
24139         Inline strlen part.
24140         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
24141
24142         * sysdeps/x86_64/multiarch/strlen.S: Remove.
24143         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
24144         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
24145         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
24146         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
24147         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
24148
24149 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
24150
24151         * manual/memory.texi (Malloc Tunable Parameters):
24152         Sort parameters alphabetically. Add comments for missing entries.
24153
24154 2013-03-17  David S. Miller  <davem@davemloft.net>
24155
24156         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24157
24158 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
24159
24160         [BZ #15283]
24161         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
24162         for arguments at most half maximum finite value.
24163         * math/libm-test.inc (j0_test): Add more tests.
24164         (j1_test): Likewise.
24165         (y0_test): Likewise.
24166         (y1_test): Likewise.
24167         * sysdeps/i386/fpu/libm-test-ulps: Update.
24168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24169
24170         [BZ #14155]
24171         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
24172         1 / x and functions P and Q for arguments above 0x1p256L.
24173         (__ieee754_y0l): Likewise.
24174         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
24175         (__ieee754_y1l): Likewise.
24176         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
24177         (j1_test): Likewise.
24178         (y0_test): Likewise.
24179         (y1_test): Likewise.
24180
24181 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
24182
24183         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
24184         variable.
24185
24186 2013-03-15  Roland McGrath  <roland@hack.frob.com>
24187
24188         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
24189         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
24190         zero since it's initialized to EXEC_PAGESIZE.
24191
24192         * sysdeps/unix/sysv/linux/ldsodefs.h
24193         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
24194         * sysdeps/generic/ldsodefs.h: ... here.
24195
24196 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
24197
24198         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
24199
24200         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
24201         math/test-snan.c.
24202         * math/test-snan.c: Renamed from
24203         sysdeps/powerpc/fpu/test-powerpc-snan.c.
24204         * math/Makefile (tests): Add test-snan.
24205         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24206         test-powerpc-snan.
24207
24208         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24209         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
24210         functions.
24211         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
24212         __builtin_nan family of functions.
24213         * math/libm-test.inc (initialize): Initialize qnan_value with
24214         __builtin_nan family of functions.
24215         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24216         Remove variables.
24217         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24218         Remove functions.
24219         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
24220         storage class.  Initialize qNaN_var and sNaN_var with
24221         __builtin_nan and __builtin_nans families of functions,
24222         respectively.
24223
24224         * math/libm-test.inc (acosh_test): Also test with qNaN input.
24225         (sqrt_test): Remove duplicate test with qNaN input.
24226         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24227         (round_test, signbit_test, significand_test): Note missing +/-Inf
24228         as well as qNaN tests.
24229
24230         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24231         qNaN_var.  Fix a few strings, too.
24232         * math/libm-test.inc (nan_value): Rename to qnan_value.
24233         * math/gen-libm-test.pl (%beautify): Adjust to that.
24234         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24235         * math/test-misc.c (main): Likewise.
24236         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24237         to __qnan_bytes, and __qnan_union, respectively.
24238         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24239         Likewise.
24240         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24241         and lqnanval, respectively.
24242         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24243         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24244         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24245         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24246
24247         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24248         * math/test-misc.c (main) [__x86_64__]: Enable test for long
24249         doubles.
24250
24251         * math/test-misc.c (main): Fix copy'n'pastos.
24252         * misc/tst-efgcvt.c (special): Likewise.
24253
24254         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24255         Remove declarations.
24256
24257 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24258
24259         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24260         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24261         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24262         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24263
24264 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24265
24266         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24267         macro to return vdso values correctly in IFUNC implementations.
24268         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24269         Optimization by using IFUNC.
24270
24271 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24272             Richard Henderson  <rth@redhat.com>
24273             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24274
24275         * Makefile.in (bench): New target.
24276         * NEWS: Mention the benchmark framework.
24277         * Rules (bench): Likewise.
24278         (binaries-bench): Generate binaries for functions to
24279         benchmark.
24280         * benchtests/Makefile: New makefile for benchmark tests.
24281         * benchtests/bench-skeleton.c: New skeleton file for benchmark
24282         programs.
24283         * benchtests/exp-inputs: New input file for EXP function.
24284         * benchtests/pow-inputs: New input file for POW function.
24285         * scripts/bench.pl: New script to generate source files for
24286         benchmark programs.
24287
24288 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24289
24290         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24291         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24292         computations on mantissa.  Use macros for rounding and
24293         division.
24294         (denorm): Likewise.
24295         (__dbl_mp): Likewise.
24296         (add_magnitudes): Likewise.
24297         (sub_magnitudes): Likewise.
24298         (__mul): Likewise.
24299         (__sqr): Likewise.
24300         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24301         powers of two in terms of TWOPOW macro.
24302         (mp_no): Make type of mantissa as MANTISSA_T.
24303         [!RADIXI]: Define RADIXI.
24304         [!TWO52]: Define TWO52.
24305         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24306
24307         * manual/nptl.texi (cindex): Modify threads to pthreads.
24308
24309 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24310
24311         * sysdeps/x86_64/preconfigure: Regenerated.
24312
24313 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24314
24315         [BZ #14155]
24316         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24317         0x1p28 and above.
24318         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24319         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24320         0x1p28 and above.
24321         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24322         * math/libm-test.inc (j0_test): Do not allow one spurious
24323         underflow exception.
24324         (y1_test): Likewise.
24325
24326 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24327
24328         * manual/Makefile (chapters): Add nptl.
24329         * manual/debug.texi (Debugging Support): Add link to Threads
24330         chapter.
24331         * manual/nptl.texi: New file.
24332
24333         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24334
24335 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24336
24337         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24338         for non-NULL pointer before the memory validity test. Pointed
24339         out by Holger Brunck <holger.brunck@keymile.com>.
24340
24341 2013-03-13  Andreas Schwab  <schwab@suse.de>
24342
24343         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24344         instead of .os.
24345
24346 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24347
24348         * timezone/zic.c: Update from tzcode 2013b.
24349
24350 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24351
24352         * manual/install.texi (Configuring and compiling):
24353         Mention i686 and i586.
24354         * INSTALL: Regenerate.
24355
24356 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24357
24358         * sysdeps/init_array/elf-init.c: New file.
24359         * csu/elf-init.c
24360         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24361         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24362
24363         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24364         __gmon_start__ as global, but as static with a .preinit_array pointer.
24365         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24366         * sysdeps/init_array/crti.S: New file, empty except for comments.
24367         * sysdeps/init_array/crtn.S: Likewise.
24368
24369 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24370
24371         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24372         definining bcopy.
24373         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24374         Remove Prefer_SSE_for_memop.
24375         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24376         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24377         HAS_PREFER_SSE_FOR_MEMOP.
24378         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24379         memset-x86-64.
24380         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24381         Remove bzero, memset ifunc support.
24382         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24383         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24384         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24385         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24386
24387 2013-03-11  Andreas Schwab  <schwab@suse.de>
24388
24389         [BZ #15234]
24390         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24391         by SHLIB_COMPAT.
24392         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24393         (GLIBC_2.16): Remove pthread_atfork.
24394
24395 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24396
24397         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24398         (ptestcases.h): Likewise.
24399
24400 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24401
24402         * Makeconfig ($(common-objpfx)config.status): Depend on
24403         sysdeps/*/preconfigure{,.in} too.
24404
24405 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24406
24407         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24408         (__free_hook): Use void * instead of __malloc_ptr_t.
24409         (__malloc_hook): Likewise.
24410         (__realloc_hook): Likewise.
24411         (__memalign_hook): Likewise.
24412         (__after_morecore_hook): Likewise.
24413         * malloc/arena.c (save_malloc_hook): Likewise.
24414         (save_free_hook): Likewise.
24415         * malloc/hooks.c (malloc_hook_ini): Likewise.
24416         (realloc_hook_ini): Likewise.
24417         (memalign_hook_ini): Likewise.
24418         * malloc/malloc.c (malloc_hook_ini): Likewise.
24419         (realloc_hook_ini): Likewise.
24420         (memalign_hook_ini): Likewise.
24421         (__free_hook): Likewise.
24422         (__malloc_hook): Likewise.
24423         (__realloc_hook): Likewise.
24424         (__memalign_hook): Likewise.
24425         (__libc_malloc): Likewise.
24426         (__libc_free): Likewise.
24427         (__libc_realloc): Likewise.
24428         (__libc_memalign): Likewise.
24429         (__libc_valloc): Likewise.
24430         (__libc_pvalloc): Likewise.
24431         (__libc_calloc): Likewise.
24432         (__posix_memalign): Likewise.
24433         * malloc/morecore.c (__sbrk): Likewise.
24434         (__default_morecore): Likewise.
24435
24436         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24437
24438         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24439         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24440         __malloc_ptrdiff_t.
24441
24442         * malloc/malloc.h (__malloc_size_t): Remove macro.
24443         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24444         __malloc_size_t.
24445         (old_memalign_hook): Likewise.
24446         (old_realloc_hook): Likewise.
24447         (struct hdr): Likewise.
24448         (flood): Likewise.
24449         (mallochook): Likewise.
24450         (memalignhook): Likewise.
24451         (reallochook): Likewise.
24452         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24453         (tr_old_realloc_hook): Likewise.
24454         (tr_old_memalign_hook): Likewise.
24455         (tr_mallochook): Likewise.
24456         (tr_reallochook): Likewise.
24457         (tr_memalignhook): Likewise.
24458
24459 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24460
24461         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24462         default_ldbl_pack and using as default implementation.
24463         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24464         implementation.
24465         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24466         redundant definition.
24467         (ldbl_insert_mantissa): Likewise.
24468         (ldbl_canonicalize): Likewise.
24469         (ldbl_nearbyint): Likewise.
24470         (ldbl_pack): Rename to ldbl_pack_ppc.
24471         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24472         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24473         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24474
24475 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24476
24477         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24478         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24479         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24480         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24481         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24482         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24483         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24484         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24485
24486 2013-03-07  Andreas Jaeger  <aj@suse.de>
24487
24488         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24489         bits/mman-linux.h.
24490
24491 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24492
24493         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24494         Include mpa.h and declare __MPEXP.
24495         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24496         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24497         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24498         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24499         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24500         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24501         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24502
24503         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24504         (__slowpow): Use long double EXPL and LOGL functions to
24505         compute POW.
24506         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24507         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24508         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24509         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24510         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24511         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24512
24513         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24514         intermediate variable to calculate exponent.
24515         (__sqr): Likewise.
24516         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24517         Likewise.
24518         (__sqr): Likewise.
24519
24520         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24521         [!NO__SQR]: Define __sqr.
24522         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24523         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24524         sysdeps/ieee754/dbl-64/mpa.c.
24525         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24526
24527         [BZ #12723]
24528         * posix/Makefile (tests): Add tst-pathconf.
24529         * posix/tst-pathconf.c: New test case.
24530         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24531         _PC_PIPE_BUF.
24532         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24533
24534 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24535
24536         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24537
24538 2013-03-06  Andreas Jaeger  <aj@suse.de>
24539
24540         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24541         definition via __MAP_ANONYMOUS.
24542
24543         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24544         it's not part of Linux headers.
24545
24546         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24547         (MAP_HUGE_MASK): Define.
24548
24549         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24550         Define.
24551         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24552         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24553         Define.
24554         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24555         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24556         Define.
24557         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24558         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24559         Define.
24560         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24561
24562         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24563         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24564         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24565         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24566         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24567         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24568
24569         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24570         Handle f2fs.
24571
24572         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24573         Handle f2fs and efivarfs.
24574
24575         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24576         f2fs.
24577
24578         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24579         (EFIVARFS_MAGIC): Add.
24580         (F2FS_LINK_MAX): Add.
24581
24582 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24583
24584         * stdio-common/vfprintf.c: Replace __builtin_expect with
24585         __glibc_unlikely.
24586
24587 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24588
24589         [BZ #13550]
24590         * sysdeps/generic/bp-sym.h: Remove file.
24591         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24592         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24593         <bp-sym.h> and <bp-asm.h>.
24594         (__longjmp): Don't use BP_SYM.
24595         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24596         and <bp-asm.h>.
24597         (memcpy): Don't use BP_SYM.
24598         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24599         <bp-sym.h> and <bp-asm.h>.
24600         (memcpy): Don't use BP_SYM.
24601         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24602         <bp-asm.h>.
24603         (memcpy): Don't use BP_SYM.
24604         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24605         <bp-asm.h>.
24606         (memset): Don't use BP_SYM.
24607         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24608         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24609         (__bzero): Don't use BP_SYM.
24610         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24611         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24612         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24613         <bp-sym.h> and <bp-asm.h>.
24614         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24615         pointers.
24616         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24617         <bp-sym.h> and <bp-asm.h>.
24618         (memcpy): Don't use BP_SYM.
24619         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24620         <bp-sym.h> and <bp-asm.h>.
24621         (memset): Don't use BP_SYM.
24622         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24623         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24624         (__bzero): Don't use BP_SYM.
24625         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24626         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24627         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24628         <bp-sym.h> and <bp-asm.h>.
24629         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24630         pointers.
24631         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24632         <bp-sym.h> and <bp-asm.h>.
24633         (memcpy): Don't use BP_SYM.
24634         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24635         <bp-sym.h> and <bp-asm.h>.
24636         (memset): Don't use BP_SYM.
24637         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24638         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24639         (__bzero): Don't use BP_SYM.
24640         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24641         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24642         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24643         <bp-sym.h> and <bp-asm.h>.
24644         (__memchr): Don't use BP_SYM.
24645         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24646         <bp-sym.h> and <bp-asm.h>.
24647         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24648         pointers.
24649         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24650         <bp-sym.h> and <bp-asm.h>.
24651         (memcpy): Don't use BP_SYM.
24652         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24653         <bp-sym.h> and <bp-asm.h>.
24654         (__mempcpy): Don't use BP_SYM.
24655         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24656         <bp-sym.h> and <bp-asm.h>.
24657         (__memrchr): Don't use BP_SYM.
24658         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24659         <bp-sym.h> and <bp-asm.h>.
24660         (memset): Don't use BP_SYM.
24661         (__bzero): Likewise.
24662         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24663         <bp-sym.h> and <bp-asm.h>.
24664         (__rawmemchr): Don't use BP_SYM.
24665         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24666         <bp-sym.h> and <bp-asm.h>.
24667         (__STRCMP): Don't use BP_SYM.
24668         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24669         <bp-sym.h> and <bp-asm.h>.
24670         (strchr): Don't use BP_SYM.
24671         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24672         <bp-sym.h> and <bp-asm.h>.
24673         (__strchrnul): Don't use BP_SYM.
24674         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24675         <bp-sym.h> and <bp-asm.h>.
24676         (strlen): Don't use BP_SYM.
24677         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24678         <bp-sym.h> and <bp-asm.h>.
24679         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24680         pointers.
24681         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24682         <bp-sym.h> and <bp-asm.h>.
24683         (__strnlen): Don't use BP_SYM.
24684         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24685         <bp-sym.h> and <bp-asm.h>.
24686         (__GI__setjmp): Don't use BP_SYM.
24687         (_setjmp): Likewise.
24688         (__sigsetjmp): Likewise.
24689         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24690         (L(start_addresses)): Don't use BP_SYM.
24691         (_start): Likewise.
24692         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24693         <bp-asm.h>.
24694         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24695         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24696         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24697         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24698         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24699         <bp-asm.h>.
24700         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24701         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24702         about bounded pointers.
24703         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24704         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24705         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24706         <bp-asm.h>.
24707         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24708         about bounded pointers.  Remove GKM FIXME comments.
24709         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24710         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24711         <bp-asm.h>.
24712         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24713         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24714         Remove GKM FIXME comments.
24715         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24716         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24717         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24718         <bp-asm.h>.
24719         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24720         about bounded pointers.  Remove GKM FIXME comment.
24721         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24722         and <bp-asm.h>.
24723         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24724         pointers.
24725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24726         <bp-sym.h> and <bp-asm.h>.
24727         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24729         <bp-sym.h> and <bp-asm.h>.
24730         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24731         comment.
24732
24733 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24734
24735         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24736         call free(NULL).
24737
24738 2013-03-05  David S. Miller  <davem@davemloft.net>
24739
24740         * po/es.po: Update from translation team.
24741
24742 2013-03-05  Andreas Jaeger  <aj@suse.de>
24743
24744         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24745         <bits/mman-linux.h>.
24746         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24747         is fine.
24748         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24749         <bits/mman-linux.h> to end of file.
24750         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24751         is fine.
24752         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24753         <bits/mman-linux.h> to end of file.
24754         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24755         is fine.
24756         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24757         <bits/mman-linux.h> to end of file.
24758
24759         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24760         (MCL_CURRENT, MCL_FUTURE): Define here.
24761
24762 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24763
24764         [BZ #15232]
24765         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24766         attribute_hidden.
24767         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24768
24769 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24770
24771         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24772         fourth parameter needed for rt_sigprocmask syscall.
24773         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24774         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24775         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24776         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24777         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24778         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24779
24780 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24781
24782         [BZ #13550]
24783         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24784         comment about bounded pointers.
24785         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24786         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24787
24788 2013-03-04  Andreas Jaeger  <aj@suse.de>
24789
24790         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24791         common definitions.
24792
24793         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24794         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24795         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24796         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24797         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24798         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24799
24800 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24801
24802         [BZ #15055]
24803         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24804         __ieee754_sqrl instead of __sqrl.
24805
24806 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24807
24808         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24809         * sysdeps/powerpc/fpu_control.h: ... here.
24810         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24811         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24812         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24813         * sysdeps/powerpc/bits/mathinline.h: ... here.
24814
24815 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24816
24817         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24818         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24819         to just [NEED_DL_SYSINFO_DSO].
24820         * elf/dl-support.c: Likewise.
24821         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24822         * elf/rtld.c (dl_main): Likewise.
24823         * elf/setup-vdso.h (setup_vdso): Likewise.
24824         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24825         * sysdeps/unix/sysv/linux/dl-sysdep.c
24826         (_dl_discover_osversion): Likewise.
24827
24828 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24829
24830         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24831         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24832
24833 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24834
24835         * NEWS: Mention libm performance improvements and non-x86 PI
24836         futex support.
24837
24838         * csu/libc-start.c (__pthread_initialize_minimal): Change
24839         function arguments.
24840         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24841
24842 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24843
24844         [BZ #13550]
24845         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24846         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24847         <bp-sym.h> and <bp-asm.h>.
24848         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24849         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24850         and <bp-asm.h>.
24851         (memcpy): Don't use BP_SYM.
24852         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24853         <bp-asm.h>.
24854         (__mpn_add_n): Don't use BP_SYM.
24855         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24856         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24857         and <bp-asm.h>.
24858         (__mpn_addmul_1): Don't use BP_SYM.
24859         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24860         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24861         <bp-sym.h>.
24862         (_setjmp): Don't use BP_SYM.
24863         (__novmx_setjmp): Likewise.
24864         (__GI__setjmp): Likewise.
24865         (__vmx_setjmp): Likewise.
24866         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24867         <bp-sym.h>.
24868         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24869         (__bzero): Don't use BP_SYM.
24870         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24871         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24872         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24873         <bp-sym.h> and <bp-asm.h>.
24874         (memcpy): Don't use BP_SYM.
24875         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24876         <bp-sym.h> and <bp-asm.h>.
24877         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24878         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24879         <bp-sym.h> and <bp-asm.h>.
24880         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24881         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24882         <bp-asm.h>.
24883         (__mpn_lshift): Don't use BP_SYM.
24884         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24885         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24886         <bp-asm.h>.
24887         (memset): Don't use BP_SYM.
24888         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24889         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24890         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24891         <bp-asm.h>.
24892         (__mpn_mul_1): Don't use BP_SYM.
24893         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24894         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24895         <bp-sym.h> and <bp-asm.h>.
24896         (memcmp): Don't use BP_SYM.
24897         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24898         <bp-sym.h> and <bp-asm.h>.
24899         (memcpy): Don't use BP_SYM.
24900         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24901         <bp-sym.h> and <bp-asm.h>.
24902         (memset): Don't use BP_SYM.
24903         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24904         <bp-sym.h> and <bp-asm.h>.
24905         (strncmp): Don't use BP_SYM.
24906         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24907         <bp-sym.h> and <bp-asm.h>.
24908         (memcpy): Don't use BP_SYM.
24909         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24910         <bp-sym.h> and <bp-asm.h>.
24911         (memset): Don't use BP_SYM.
24912         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24913         <bp-sym.h> and <bp-asm.h>.
24914         (__memchr): Don't use BP_SYM.
24915         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24916         <bp-sym.h> and <bp-asm.h>.
24917         (memcmp): Don't use BP_SYM.
24918         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24919         <bp-sym.h> and <bp-asm.h>.
24920         (memcpy): Don't use BP_SYM.
24921         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24922         <bp-sym.h> and <bp-asm.h>.
24923         (__mempcpy): Don't use BP_SYM.
24924         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24925         <bp-sym.h> and <bp-asm.h>.
24926         (__memrchr): Don't use BP_SYM.
24927         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24928         <bp-sym.h> and <bp-asm.h>.
24929         (memset): Don't use BP_SYM.
24930         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24931         <bp-sym.h> and <bp-asm.h>.
24932         (__rawmemchr): Don't use BP_SYM.
24933         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24934         <bp-sym.h> and <bp-asm.h>.
24935         (__STRCMP): Don't use BP_SYM.
24936         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24937         <bp-sym.h> and <bp-asm.h>.
24938         (strchr): Don't use BP_SYM.
24939         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24940         <bp-sym.h> and <bp-asm.h>.
24941         (__strchrnul): Don't use BP_SYM.
24942         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24943         <bp-sym.h> and <bp-asm.h>.
24944         (strlen): Don't use BP_SYM.
24945         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24946         <bp-sym.h> and <bp-asm.h>.
24947         (strncmp): Don't use BP_SYM.
24948         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24949         <bp-sym.h> and <bp-asm.h>.
24950         (__strnlen): Don't use BP_SYM.
24951         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24952         <bp-asm.h>.
24953         (__mpn_rshift): Don't use BP_SYM.
24954         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24955         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24956         <bp-sym.h> and <bp-asm.h>.
24957         (__sigsetjmp): Don't use BP_SYM.
24958         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24959         (L(start_addresses)): Don't use BP_SYM.
24960         (_start): Likewise.
24961         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24962         <bp-asm.h>.
24963         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24964         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24965         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24966         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24967         <bp-asm.h>.
24968         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24969         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24970         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24971         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24972         <bp-asm.h>.
24973         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24974         comments.
24975         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24976         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24977         <bp-asm.h>.
24978         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24979         FIXME comments.
24980         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24981         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24982         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24983         <bp-asm.h>.
24984         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24985         comment.
24986         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24987         and <bp-asm.h>.
24988         (strncmp): Don't use BP_SYM,
24989         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24990         <bp-asm.h>.
24991         (__mpn_sub_n): Don't use BP_SYM.
24992         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24993         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24994         and <bp-asm.h>.
24995         (__mpn_submul_1): Don't use BP_SYM.
24996         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24998         <bp-sym.h> and <bp-asm.h>.
24999         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
25000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
25001         <bp-sym.h> and <bp-asm.h>.
25002         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
25003         comment.
25004
25005 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25006
25007         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
25008         Use ZK to minimize writes to Z.
25009         (sub_magnitudes): Simplify code a bit.
25010         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
25011         Use ZK to minimize writes to Z.
25012         (sub_magnitudes): Simplify code a bit.
25013
25014 2013-02-27  Roland McGrath  <roland@hack.frob.com>
25015
25016         * csu/gmon-start.c: Add special exception to license text.
25017
25018 2013-02-27  Richard Henderson  <rth@redhat.com>
25019
25020         * scripts/config.guess: Update from config.git.
25021         * scripts/config.sub: Likewise.
25022
25023 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25024
25025         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
25026
25027         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
25028
25029         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
25030
25031         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
25032
25033         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
25034
25035 2013-02-26  Roland McGrath  <roland@hack.frob.com>
25036
25037         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
25038         [$(build-shared = yes].
25039
25040 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25041
25042         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
25043         (__mul): Reduce iterations for calculating mantissa.
25044
25045         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
25046         MPTWO.
25047         (__mpranred): Likewise.
25048
25049         [BZ #15160]
25050         * malloc/memusagestat.c (main): Draw graphs for heap and stack
25051         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
25052
25053 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
25054
25055         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
25056         Define __attribute__.
25057
25058 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25059
25060         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
25061         unused.
25062         * posix/regex_internal.h (__attribute): Remove.
25063         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
25064         (re_string_context_at): Likewise.
25065         (bitset_not): Use __attribute__ and mark function as possibly
25066         unused.
25067         (bitset_merge): Likewise.
25068         (bitset_mask): Likewise.
25069         (re_string_char_size_at): Likewise.
25070         (re_string_wchar_at): Likewise.
25071         (re_string_elem_size_at): Likewise.
25072
25073 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
25074
25075         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
25076         code.
25077         (cc32): Likewise.
25078
25079         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
25080         (__acr): Likewise.
25081         (__cpy): Likewise.
25082         (norm): Likewise.
25083         (denorm): Likewise.
25084         (__dbl_mp): Likewise.
25085         (add_magnitudes): Likewise.
25086         (sub_magnitudes): Likewise.
25087         (__mul): Likewise.
25088         (__inv): Likewise.
25089
25090         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
25091         style.
25092
25093         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
25094         style.
25095
25096         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
25097         code.
25098
25099         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
25100         up changes with default code.
25101         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
25102         Likewise.
25103
25104 2013-02-24  Allan McRae  <allan@archlinux.org>
25105
25106         * manual/socket.texi (The Internet Namespace): Order menu items
25107         to match that in the file.
25108
25109         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
25110         node listing of the info page menu.
25111
25112 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
25113
25114         [BZ #13550]
25115         * sysdeps/i386/bp-asm.h: Remove file.
25116         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25117         (PARMS): Do not use macros from bp-asm.h.
25118         (S1): Likewise.
25119         (S2): Likewise.
25120         (SIZE): Likewise.
25121         (__mpn_add_n): Do not use BP_SYM
25122         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
25123         "bp-asm.h".
25124         (PARMS): Do not use macros from bp-asm.h.
25125         (S1): Likewise.
25126         (SIZE): Likewise.
25127         (__mpn_addmul_1): Do not use BP_SYM
25128         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
25129         "bp-asm.h".
25130         (PARMS): Do not use macros from bp-asm.h.
25131         (SIGMSK): Likewise.
25132         (_setjmp): Likewise.  Do not use BP_SYM.
25133         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
25134         "bp-asm.h".
25135         (PARMS): Do not use macros from bp-asm.h.
25136         (SIGMSK): Likewise.
25137         (setjmp): Likewise.  Do not use BP_SYM.
25138         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
25139         "bp-asm.h".
25140         (PARMS): Do not use macros from bp-asm.h.
25141         (__frexp): Do not use BP_SYM.
25142         (frexp): Likewise.
25143         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
25144         "bp-asm.h".
25145         (PARMS): Do not use macros from bp-asm.h.
25146         (__frexpf): Do not use BP_SYM.
25147         (frexpf): Likewise.
25148         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
25149         "bp-asm.h".
25150         (PARMS): Do not use macros from bp-asm.h.
25151         (__frexpl): Do not use BP_SYM.
25152         (frexpl): Likewise.
25153         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
25154         "bp-asm.h".
25155         (PARMS): Do not use macros from bp-asm.h.
25156         (__remquo): Do not use BP_SYM.
25157         (remquo): Likewise.
25158         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
25159         "bp-asm.h".
25160         (PARMS): Do not use macros from bp-asm.h.
25161         (__remquof): Do not use BP_SYM.
25162         (remquof): Likewise.
25163         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
25164         "bp-asm.h".
25165         (PARMS): Do not use macros from bp-asm.h.
25166         (__remquol): Do not use BP_SYM.
25167         (remquol): Likewise.
25168         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
25169         "bp-asm.h".
25170         (PARMS): Do not use macros from bp-asm.h.
25171         (DEST): Likewise.
25172         (SRC): Likewise.
25173         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
25174         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
25175         "bp-asm.h".
25176         (PARMS): Do not use macros from bp-asm.h.
25177         (strlen): Do not use BP_SYM.
25178         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
25179         "bp-asm.h".
25180         (PARMS): Do not use macros from bp-asm.h.
25181         (S1): Likewise.
25182         (S2): Likewise.
25183         (SIZE): Likewise.
25184         (__mpn_add_n): Do not use BP_SYM.
25185         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
25186         "bp-asm.h".
25187         (PARMS): Do not use macros from bp-asm.h.
25188         (S1): Likewise.
25189         (SIZE): Likewise.
25190         (__mpn_addmul_1): Do not use BP_SYM.
25191         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
25192         weak_alias.
25193         (bzero): Likewise.
25194         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
25195         "bp-asm.h".
25196         (PARMS): Do not use macros from bp-asm.h.
25197         (S): Likewise.
25198         (SIZE): Likewise.
25199         (__mpn_lshift): Do not use BP_SYM.
25200         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
25201         "bp-asm.h".
25202         (PARMS): Do not use macros from bp-asm.h.
25203         (DEST): Likewise.
25204         (SRC): Likewise.
25205         (LEN): Likewise.
25206         (memcpy): Likewise.  Do not use BP_SYM.
25207         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25208         libc_hidden_def and weak_alias.
25209         (mempcpy): Do not use BP_SYM in weak_alias.
25210         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25211         "bp-asm.h".
25212         (PARMS): Do not use macros from bp-asm.h.
25213         (DEST): Likewise.
25214         (LEN): Likewise.
25215         [!BZERO_P] (CHR): Likewise.
25216         (memset): Likewise.  Do not use BP_SYM.
25217         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25218         "bp-asm.h".
25219         (PARMS): Do not use macros from bp-asm.h.
25220         (S1): Likewise.
25221         (SIZE): Likewise.
25222         (__mpn_mul_1): Do not use BP_SYM.
25223         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25224         "bp-asm.h".
25225         (PARMS): Do not use macros from bp-asm.h.
25226         (S): Likewise.
25227         (SIZE): Likewise.
25228         (__mpn_rshift): Do not use BP_SYM.
25229         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25230         "bp-asm.h".
25231         (PARMS): Do not use macros from bp-asm.h.
25232         (STR): Likewise.
25233         (CHR): Likewise.
25234         (strchr): Likewise.  Do not use BP_SYM.
25235         (index): Do not use BP_SYM in weak_alias.
25236         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25237         "bp-asm.h".
25238         (PARMS): Do not use macros from bp-asm.h.
25239         (DEST): Likewise.
25240         (SRC): Likewise.
25241         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
25242         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25243         "bp-asm.h".
25244         (PARMS): Do not use macros from bp-asm.h.
25245         (strlen): Do not use BP_SYM.
25246         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25247         "bp-asm.h".
25248         (PARMS): Do not use macros from bp-asm.h.
25249         (S1): Likewise.
25250         (S2): Likewise.
25251         (SIZE): Likewise.
25252         (__mpn_sub_n): Do not use BP_SYM.
25253         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25254         "bp-asm.h".
25255         (PARMS): Do not use macros from bp-asm.h.
25256         (S1): Likewise.
25257         (SIZE): Likewise.
25258         (__mpn_submul_1): Do not use BP_SYM.
25259         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25260         "bp-asm.h".
25261         (PARMS): Do not use macros from bp-asm.h.
25262         (S1): Likewise.
25263         (S2): Likewise.
25264         (SIZE): Likewise.
25265         (__mpn_add_n): Do not use BP_SYM.
25266         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25267         weak_alias.
25268         (bzero): Likewise.
25269         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25270         "bp-asm.h".
25271         (PARMS): Do not use macros from bp-asm.h.
25272         (BLK2): Likewise.
25273         (LEN): Likewise.
25274         (memcmp): Do not use BP_SYM.
25275         (bcmp): Do not use BP_SYM in weak_alias.
25276         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25277         "bp-asm.h".
25278         (PARMS): Do not use macros from bp-asm.h.
25279         (DEST): Likewise.
25280         (SRC): Likewise.
25281         (LEN): Likewise.
25282         (memcpy): Likewise.  Do not use BP_SYM.
25283         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25284         "bp-asm.h".
25285         (PARMS): Do not use macros from bp-asm.h.
25286         (DEST): Likewise.
25287         (SRC): Likewise.
25288         (LEN): Likewise.
25289         (memmove): Likewise.  Do not use BP_SYM.
25290         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25291         "bp-asm.h".
25292         (PARMS): Do not use macros from bp-asm.h.
25293         (DEST): Likewise.
25294         (SRC): Likewise.
25295         (LEN): Likewise.
25296         (__mempcpy): Likewise.  Do not use BP_SYM.
25297         (mempcpy): Do not use BP_SYM in weak_alias.
25298         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25299         "bp-asm.h".
25300         (PARMS): Do not use macros from bp-asm.h.
25301         (DEST): Likewise.
25302         (LEN): Likewise.
25303         [!BZERO_P] (CHR): Likewise.
25304         (memset): Likewise.  Do not use BP_SYM.
25305         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25306         "bp-asm.h".
25307         (PARMS): Do not use macros from bp-asm.h.
25308         (STR2): Likewise.
25309         (strcmp): Do not use BP_SYM.
25310         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25311         "bp-asm.h".
25312         (PARMS): Do not use macros from bp-asm.h.
25313         (STR): Likewise.
25314         (DELIM): Likewise.
25315         [USE_AS_STRTOK_R] (SAVE): Likewise.
25316         (FUNCTION): Likewise.  Do not use BP_SYM.
25317         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25318         aliases.
25319         (strtok_r): Likewise.
25320         (__GI___strtok_r): Likewise.
25321         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25322         (PARMS): Do not use macros from bp-asm.h.
25323         (S): Likewise.
25324         (SIZE): Likewise.
25325         (__mpn_lshift): Do not use BP_SYM.
25326         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25327         (PARMS): Do not use macros from bp-asm.h.
25328         (STR): Likewise.
25329         (CHR): Likewise.
25330         (__memchr): Do not use BP_SYM.
25331         (memchr): Do not use BP_SYM in weak_alias.
25332         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25333         (PARMS): Do not use macros from bp-asm.h.
25334         (BLK2): Likewise.
25335         (LEN): Likewise.
25336         (memcmp): Do not use BP_SYM.
25337         (bcmp): Do not use BP_SYM in weak_alias.
25338         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25339         (PARMS): Do not use macros from bp-asm.h.
25340         (S1): Likewise.
25341         (SIZE): Likewise.
25342         (__mpn_mul_1): Do not use BP_SYM.
25343         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25344         "bp-asm.h".
25345         (PARMS): Do not use macros from bp-asm.h.
25346         (STR): Likewise.
25347         (CHR): Likewise.
25348         (__rawmemchr): Do not use BP_SYM.
25349         (rawmemchr): Do not use BP_SYM in weak_alias.
25350         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25351         (PARMS): Do not use macros from bp-asm.h.
25352         (S): Likewise.
25353         (SIZE): Likewise.
25354         (__mpn_rshift): Do not use BP_SYM.
25355         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25356         (PARMS): Do not use macros from bp-asm.h.
25357         (SIGMSK): Likewise.
25358         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25359         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25360         (_start): Do not use BP_SYM.
25361         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25362         (PARMS): Do not use macros from bp-asm.h.
25363         (DEST): Likewise.
25364         (SRC): Likewise.
25365         (__stpcpy): Likewise.  Do not use BP_SYM.
25366         (stpcpy): Do not use BP_SYM in weak_alias.
25367         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25368         "bp-asm.h".
25369         (PARMS): Do not use macros from bp-asm.h.
25370         (DEST): Likewise.
25371         (SRC): Likewise.
25372         (LEN): Likewise.
25373         (__stpncpy): Likewise.  Do not use BP_SYM.
25374         (stpncpy): Do not use BP_SYM in weak_alias.
25375         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25376         (PARMS): Do not use macros from bp-asm.h.
25377         (STR): Likewise.
25378         (CHR): Likewise.
25379         (strchr): Likewise.  Do not use BP_SYM.
25380         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25381         "bp-asm.h".
25382         (PARMS): Do not use macros from bp-asm.h.
25383         (STR): Likewise.
25384         (CHR): Likewise.
25385         (__strchrnul): Likewise.  Do not use BP_SYM.
25386         (strchrnul): Do not use BP_SYM in weak_alias.
25387         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25388         "bp-asm.h".
25389         (PARMS): Do not use macros from bp-asm.h.
25390         (STOP): Likewise.
25391         (strcspn): Do not use BP_SYM.
25392         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25393         "bp-asm.h".
25394         (PARMS): Do not use macros from bp-asm.h.
25395         (STR): Likewise.
25396         (STOP): Likewise.
25397         (strpbrk): Likewise.  Do not use BP_SYM.
25398         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25399         "bp-asm.h".
25400         (PARMS): Do not use macros from bp-asm.h.
25401         (STR): Likewise.
25402         (CHR): Likewise.
25403         (strrchr): Likewise.  Do not use BP_SYM.
25404         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25405         (PARMS): Do not use macros from bp-asm.h.
25406         (SKIP): Likewise.
25407         (strspn): Do not use BP_SYM.
25408         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25409         (PARMS): Do not use macros from bp-asm.h.
25410         (STR): Likewise.
25411         (DELIM): Likewise.
25412         (SAVE): Likewise.
25413         (FUNCTION): Likewise.  Do not use BP_SYM.
25414         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25415         aliases.
25416         (strtok_r): Likewise.
25417         (__GI___strtok_r): Likewise.
25418         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25419         (PARMS): Do not use macros from bp-asm.h.
25420         (S1): Likewise.
25421         (S2): Likewise.
25422         (SIZE): Likewise.
25423         (__mpn_sub_n): Do not use BP_SYM.
25424         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25425         "bp-asm.h".
25426         (PARMS): Do not use macros from bp-asm.h.
25427         (S1): Likewise.
25428         (SIZE): Likewise.
25429         (__mpn_submul_1): Do not use BP_SYM.
25430         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25431         <bp-sym.h>.
25432         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25433         and <bp-asm.h>.
25434         (PARMS): Do not use macros from bp-asm.h.
25435         (FLAGS): Likewise.
25436         (PTID): Likewise.
25437         (TLS): Likewise.
25438         (CTID): Likewise.
25439         (__clone): Do not use BP_SYM.
25440         (clone): Do not use BP_SYM in weak_alias.
25441         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25442         and <bp-asm.h>.
25443         (PARMS): Do not use macros from bp-asm.h.
25444         (LEN): Likewise.
25445         (__mmap64): Do not use BP_SYM.
25446         (mmap64): Do not use BP_SYM in weak_alias.
25447         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25448         <bp-sym.h> and <bp-asm.h>.
25449         (PARMS): Do not use macros from bp-asm.h.
25450         (__posix_fadvise64_l64): Do not use BP_SYM.
25451         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25452         (PARMS): Do not use macros from bp-asm.h.
25453         (NSOPS): Likewise.
25454         (semtimedop): Do not use BP_SYM.
25455         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25456         and <bp-asm.h>.
25457
25458 2013-02-21  Allan McRae  <allan@archlinux.org>
25459
25460         * manual/message.texi (Charset conversion in gettext):
25461         Move @end statement to beginning of line.
25462
25463 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25464
25465         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25466         static.
25467         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25468         Likewise.
25469
25470         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25471         (denorm): Likewise.
25472         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25473         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25474
25475 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25476
25477         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25478         tail-call to the resolved function if pltexit isn't needed.
25479
25480 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25481
25482         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25483         or Y being zero as being unlikely.
25484         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25485         Likewise.
25486
25487 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25488
25489         * manual/nss.texi (System Databases and Name Service Switch):
25490         Remove frobnicate @pxref.
25491
25492 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25493
25494         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25495         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25496
25497 2013-02-20  Petr Machata  <pmachata@redhat.com>
25498
25499         * elf/elf.h (R_ARM_TARGET1): New macro.
25500         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25501         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25502         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25503         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25504         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25505         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25506         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25507         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25508         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25509         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25510         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25511         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25512         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25513         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25514         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25515         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25516         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25517         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25518         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25519         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25520         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25521         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25522         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25523         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25524         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25525         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25526         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25527         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25528         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25529         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25530         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25531         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25532         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25533         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25534         (R_ARM_THM_GOT_BREL12): Likewise.
25535         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25536         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25537         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25538         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25539         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25540         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25541         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25542         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25543         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25544
25545 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25546
25547         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25548         __attribute_used__ to __attribute__ ((unused)).
25549
25550 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25551
25552         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25553         powerpc mpa.c.
25554         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25555         comment formatting.
25556         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25557
25558 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25559
25560         [BZ #13550]
25561         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25562         Remove macro.
25563         (ENTER): Remove both macro definitions.
25564         (LEAVE): Likewise.
25565         (CHECK_BOUNDS_LOW): Likewise.
25566         (CHECK_BOUNDS_HIGH): Likewise.
25567         (CHECK_BOUNDS_BOTH): Likewise.
25568         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25569         (RETURN_BOUNDED_POINTER): Likewise.
25570         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25571         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25572         (POP_ERRNO_LOCATION_RETURN): Likewise.
25573         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25574         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25575         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25576         macros.
25577         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25578         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25579         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25580         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25581         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25582         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25583         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25584         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25585         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25586         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25587         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25588         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25589         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25590         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25591         removed macros.
25592         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25593         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25594         macros.
25595         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25596         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25597         * sysdeps/i386/i586/memset.S (memset): Likewise.
25598         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25599         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25600         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25601         macros.
25602         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25603         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25604         Change uses of L(2) to L(out).
25605         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25606         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25607         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25608         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25609         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25610         removed macros.
25611         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25612         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25613         macros.
25614         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25615         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25616         (RETURN): Do not use macro LEAVE.
25617         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25618         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25619         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25620         * sysdeps/i386/i686/memset.S (memset): Likewise.
25621         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25622         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25623         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25624         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25625         Likewise.
25626         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25627         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25628         L(1_2) and L(1_3) into L(1).
25629         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25630         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25631         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25632         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25633         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25634         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25635         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25636         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25637         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25638         macros.
25639         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25640         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25641         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25642         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25643         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25644         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25645         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25646         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25647         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25648         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25649         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25650         * sysdeps/i386/strspn.S (strspn): Likewise.
25651         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25652         conditional code.
25653         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25654         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25655         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25656         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25657         L(1_3) into L(1_1).
25658         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25659         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25660         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25661         macros.
25662         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25663
25664 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25665
25666         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25667         macro.
25668
25669 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25670
25671         * math/atest-exp.c (exp_mpn): Remove ROUND.
25672         * math/atest-exp2.c (exp_mpn): Likewise.
25673         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25674
25675         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25676         * stdlib/tst-tls-atexit-lib.c: Likewise.
25677         * stdlib/tst-tls-atexit.c: Likewise.
25678
25679 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25680
25681         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25682         and __attribute_alloc_size__.
25683
25684 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25685
25686         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25687         __attribute_alloc_size__.
25688         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25689         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25690
25691 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25692
25693         * include/programs/xmalloc.h: New file.
25694         * catgets/gencat.c: Include it.
25695         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25696         * elf/pldd.c: Likewise.
25697         * iconv/iconv_charmap.c: Likewise.
25698         * iconv/iconvconfig.c: Likewise.
25699         * iconv/strtab.c: Likewise.
25700         * locale/programs/locale.c: Likewise.
25701         * locale/programs/localedef.h: Likewise.
25702         * locale/programs/simple-hash.c: Likewise.
25703         * nscd/nscd.h: Likewise.
25704         * nss/makedb.c: Likewise.
25705         * sysdeps/generic/ldconfig.h: Likewise.
25706
25707 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25708
25709         * Versions.def: Add GLIBC_2.18.
25710         * include/link.h (struct link_map): New member l_tls_dtor_count.
25711         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25712         (__call_tls_dtors): Likewise.
25713         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25714         __cxa_thread_atexit_impl.
25715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25716         Likewise.
25717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25718         Likewise.
25719         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25720         Likewise.
25721         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25722         Likewise.
25723         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25724         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25725         Likewise.
25726         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25727         Likewise.
25728         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25729         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25730         Likewise.
25731         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25732         (tests): Add test case tst-tls-atexit.
25733         (modules-names): Add shared library for tst-tls-atexit.
25734         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25735         (GLIBC_PRIVATE): Add __call_tls_dtors.
25736         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25737         for libstdc++.
25738         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25739         * stdlib/tst-tls-atexit.c: New test case.
25740         * stdlib/tst-tls-atexit-lib.c: New test case.
25741
25742         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25743
25744         * elf/Versions (ld): Add _dl_find_dso_for_object.
25745         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25746         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25747         (dl_open_worker): Use _dl_find_dso_for_object.
25748         * elf/dl-sym.c (do_sym): Likewise.
25749         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25750
25751 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25752
25753         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25754         Syntactic changes only.
25755         (_dl_runtime_profile): Do a tail-call to the resolved function.
25756
25757 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25758
25759         [BZ #13550]
25760         * sysdeps/x86_64/bp-asm.h: Remove file.
25761         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25762         <bp-sym.h> and <bp-asm.h>.
25763         (__clone): Do not use BP_SYM.
25764         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25765         <bp-sym.h> and <bp-asm.h>.
25766         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25767         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25768         "bp-asm.h".
25769         (_setjmp): Do not use BP_SYM.
25770         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25771         "bp-asm.h".
25772         (setjmp): Do not use BP_SYM.
25773         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25774         libc_hidden_def.
25775         (mempcpy): Do not use BP_SYM in weak_alias.
25776         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25777         "bp-asm.h".
25778         (strchr): Do not use BP_SYM.
25779         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25780         "bp-asm.h".
25781         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25782         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25783         (_start): Do not use BP_SYM.
25784         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25785         "bp-asm.h".
25786         (strcat): Do not use BP_SYM.
25787         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25788         "bp-asm.h".
25789         (STRCMP): Do not use BP_SYM.
25790         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25791         "bp-asm.h".
25792         (STRCPY): Do not use BP_SYM.
25793         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25794         "bp-asm.h".
25795         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25796         "bp-asm.h".
25797         (FUNCTION): Do not use BP_SYM.
25798         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25799         weak_alias.
25800         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25801
25802 2013-02-17  Andreas Jaeger  <aj@suse.de>
25803
25804         * time/Versions: Sort entries.
25805         * string/Versions: Likewise.
25806         * resolv/Versions: Likewise.
25807         * posix/Versions: Likewise.
25808         * iconv/Versions: Likewise.
25809         * elf/Versions: Likewise.
25810         * wcsmbs/Versions: Likewise.
25811
25812 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25813
25814         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25815         loop termination condition.
25816
25817         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25818         variable to calculate EZ.
25819         (__sqr): Likewise.
25820
25821         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25822         the lower precision input.
25823
25824 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25825
25826         [BZ #13550]
25827         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25828         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25829         (run-via-rtld-prefix): Do not handle %-bp tests.
25830         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25831         (all-object-suffixes): Remove .ob.
25832         (bppfx): Remove variable.
25833         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25834         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25835         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25836         [$(build-bounded) = yes] (libtype.ob): Likewise.
25837         * Makerules (elide-routines.ob): Remove variable.
25838         (do-tests-clean): Do not handle *-bp.out.
25839         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25840         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25841         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25842         (tests): Do not include $(tests-bp.out).
25843         (xtests): Do not include $(xtests-bp.out).
25844         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25845         [$(build-bounded) = yes] ($(addprefix
25846         $(objpfx),$(binaries-bounded))): Remove rule.
25847         ($(objpfx)%-bp.out): Remove rule.
25848         * config.make.in (build-bounded): Remove variable.
25849         * crypt/Makefile [$(build-bounded) = yes]
25850         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25851         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25852         append to variable.
25853         [$(build-bounded) = yes] (install-lib): Likewise.
25854         [$(build-bounded) = yes] (generated): Likewise.
25855         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25856         Remove rule.
25857         * intl/Makefile [$(build-bounded) = yes]
25858         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25859         * math/Makefile [$(build-bounded) = yes]
25860         ($(tests:%=$(objpfx)%-bp): Likewise.
25861         * misc/Makefile [$(build-bounded) = yes]
25862         ($(objpfx)tst-tsearch-bp): Likewise.
25863         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25864         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25865         Remove dependency.
25866         * string/Makefile (o-objects.ob): Remove variable.
25867         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25868         (CFLAGS-.ob): Remove variable.
25869         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25870         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25871         both definitions of variable.
25872         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25873         (ASFLAGS-.ob): Remove variable.
25874
25875 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25876
25877         [BZ #13550]
25878         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25879         Remove __BOUNDED_POINTERS__ from condition.
25880         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25881         * string/bits/string2.h [!__NO_STRING_INLINES &&
25882         !__BOUNDED_POINTERS__]: Likewise.
25883         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25884         Likewise.
25885         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25886         Remove conditional code.
25887         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25888         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25889         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25890         condition.
25891
25892         [BZ #13550]
25893         * csu/libc-start.c: Do not include <bp-sym.h>.
25894         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25895         * elf/dl-open.c: Do not include <bp-sym.h>.
25896         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25897         * math/fegetenv.c: Do not include <bp-sym.h>.
25898         (fegetenv): Do not use BP_SYM in versioned symbols.
25899         * nptl/sysdeps/pthread/bits/libc-lockP.h
25900         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25901         <bp-sym.h>.
25902         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25903         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25904         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25905         (__pthread_mutex_destroy): Likewise.
25906         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25907         (__pthread_mutex_lock): Likewise.
25908         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25909         (__pthread_mutex_trylock): Likewise.
25910         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25911         (__pthread_mutex_unlock): Likewise.
25912         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25913         (__pthread_mutexattr_init): Likewise.
25914         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25915         (__pthread_mutexattr_destroy): Likewise.
25916         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25917         (__pthread_mutexattr_settype): Likewise.
25918         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25919         (__pthread_rwlock_init): Likewise.
25920         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25921         (__pthread_rwlock_destroy): Likewise.
25922         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25923         (__pthread_rwlock_rdlock): Likewise.
25924         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25925         (__pthread_rwlock_tryrdlock): Likewise.
25926         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25927         (__pthread_rwlock_wrlock): Likewise.
25928         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25929         (__pthread_rwlock_trywrlock): Likewise.
25930         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25931         (__pthread_rwlock_unlock): Likewise.
25932         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25933         (__pthread_key_create): Likewise.
25934         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25935         (__pthread_setspecific): Likewise.
25936         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25937         (__pthread_getspecific): Likewise.
25938         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25939         Likewise.
25940         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25941         (_pthread_cleanup_push_defer): Likewise.
25942         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25943         (_pthread_cleanup_pop_restore): Likewise.
25944         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25945         (pthread_setcancelstate): Likewise.
25946         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25947         <bp-sym.h>.
25948         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25949         (memchr): Do not use BP_SYM in weak_alias.
25950         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25951         (fegetenv): Do not use BP_SYM in versioned symbols.
25952         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25953         (fesetenv): Do not use BP_SYM in versioned symbols.
25954         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25955         (feupdateenv): Do not use BP_SYM in versioned symbols.
25956         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25957         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25958         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25959         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25960         (open64): Do not use BP_SYM in weak_alias.
25961         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25962         (fegetenv): Do not use BP_SYM in versioned symbols.
25963         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25964         (fesetenv): Do not use BP_SYM in versioned symbols.
25965         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25966         (feupdateenv): Do not use BP_SYM in versioned symbols.
25967         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25968         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25969         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25970         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25971         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25972         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25973         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25974         <bp-sym.h>.
25975         (__libc_start_main): Do not use BP_SYM.
25976
25977 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25978
25979         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25980         redundant return line.
25981         (norm): Likewise.
25982         (denorm): Likewise.
25983         (dbl_mp): Likewise.
25984         (sub_magnitudes): Likewise.
25985         (__add): Likewise.
25986         (__sub): Likewise.
25987         (__mul): Likewise.
25988         (__inv): Likewise.
25989         (__dvd): Likewise.
25990         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25991         (norm): Likewise.
25992         (denorm): Likewise.
25993         (dbl_mp): Likewise.
25994         (sub_magnitudes): Likewise.
25995         (__add): Likewise.
25996         (__sub): Likewise.
25997         (__mul): Likewise.
25998         (__inv): Likewise.
25999         (__dvd): Likewise.
26000
26001         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
26002         instead of __mul.
26003         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
26004         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
26005         (cc32): Likewise.
26006
26007         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
26008         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
26009         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
26010         of __mul for squares.
26011         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
26012         function
26013         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
26014         Likewise.
26015         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
26016         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26017
26018 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
26019
26020         [BZ #13550]
26021         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
26022         code.
26023         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
26024         prototype or function definition.  Rename ubp_* variables and
26025         parameters.  Remove argv definitions conditional on
26026         [__BOUNDED_POINTERS__].
26027         * debug/backtrace.c (__backtrace): Do not use __unbounded.
26028         * elf/dl-runtime.c (_dl_fixup): Likewise.
26029         * include/set-hooks.h (RUN_HOOK): Likewise.
26030         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
26031         definition.
26032         * string/strcpy.c (strcpy): Do not use __unbounded.
26033         * sysdeps/generic/frame.h (struct layout): Likewise.
26034         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
26035         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
26036         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
26037         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
26038         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
26039         (__backtrace): Likewise.
26040         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
26041         use __ptrvalue.
26042         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
26043         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
26044         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
26045         Likewise.
26046         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
26047         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
26048         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
26049         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26050         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
26051         Do not use __unbounded.
26052         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
26053         Rename __unboundedrlimits parameter to rlimits in prototype.
26054         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
26055         Do not use __unbounded.
26056         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
26057         not use __ptrvalue.
26058         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26059         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
26060         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26061         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
26062         __ptrvalue or __unbounded.
26063         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
26064         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
26065         use __unbounded.
26066         (__new_msgctl): Do not use __ptrvalue.
26067         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
26068         __unbounded.
26069         (__libc_msgrcv): Do not use __ptrvalue.
26070         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
26071         startup_info): Do not use __unbounded.
26072         (__libc_start_main): Likewise.  Rename ubp_* variables and
26073         parameters.  Remove argv definitions conditional on
26074         [__BOUNDED_POINTERS__].
26075         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
26076         __ptrvalue.
26077         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
26078         use __unbounded.
26079         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
26080         or __ptrvalue.
26081         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
26082         use __unbounded.
26083         (__new_shmctl): Do not use __ptrvalue.
26084         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
26085         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
26086         Likewise.
26087         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
26088         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
26089         (__libc_sigaction): Likewise.
26090         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
26091         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
26092         Likewise.
26093         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26094
26095 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
26096
26097         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
26098
26099         * string/mempcpy.c: Implement by calling memcpy.
26100
26101 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26102
26103         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
26104
26105         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
26106         evaluation.
26107
26108         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
26109         values in the mantissa.
26110
26111         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
26112         minimize writes to Z.
26113         (sub_magnitudes): Simplify code a bit.
26114
26115 2013-02-12  Roland McGrath  <roland@hack.frob.com>
26116
26117         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
26118         from the message.  The linker prefixes all warnings with that already.
26119
26120 2013-02-12  Andreas Schwab  <schwab@suse.de>
26121
26122         [BZ #15078]
26123         * posix/regexec.c (extend_buffers): Add parameter min_len.
26124         (check_matching): Pass minimum needed length.
26125         (clean_state_log_if_needed): Likewise.
26126         (get_subexp): Likewise.
26127         * posix/Makefile (tests): Add bug-regex34.
26128         (bug-regex34-ENV): Define.
26129         * posix/bug-regex34.c: New file.
26130
26131         [BZ #11561]
26132         * posix/regcomp.c (parse_bracket_exp): When looking up collating
26133         elements compare against the byte sequence of it, not its name.
26134         * posix/Makefile (tests): Add bug-regex35.
26135         (bug-regex35-ENV): Define.
26136         * posix/bug-regex35.c: New file.
26137
26138 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26139
26140         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
26141         comment.
26142         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
26143         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
26144         (CHECK_EOL): Add undef.
26145
26146 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
26147
26148         * bits/stdlib-bsearch.h: New file.
26149         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
26150         * stdlib/stdlib.h: Likewise.
26151
26152 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26153
26154         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
26155         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
26156         declaration.
26157         * manual/search.texi (Array Search Function): Add missing const in
26158         lfind prototype.
26159         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
26160         declaration to use rlim_t.
26161         (Basic Scheduling Functions): Remove erroneous const from
26162         sched_getparam prototype.  Remove erroneous * from
26163         sched_get_priority_max and sched_get_priority_min prototypes.
26164         (Resource Usage): Fix summary @comment on vtimes to refer to
26165         sys/vtimes.h rather than vtimes.h.
26166         Add missing *s in vtimes prototype.
26167         (Limits on Resources): Fix ulimit prototype to return long int.
26168         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
26169         prototypes to use long int rather than double.
26170         (BSD Random): Fix initstate and setstate to use char *, not void *.
26171         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
26172         prototype to make second argument 'struct aiocb64 *const[]'.
26173         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
26174         (Status of AIO Operations): Remove erroneous const in aio_return and
26175         aio_return64 prototypes.
26176         (Synchronizing I/O): Fix sync prototype to return void.
26177         * manual/startup.texi (Suboptions): Remove an erroneous const in
26178         getsubopt prototype.
26179         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
26180         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
26181         use size_t rather than int.
26182         (Scanning All Users): Likewise for getpwent_r.
26183         (Setting Groups): Add missing const to setgroups prototype.
26184         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
26185         * manual/socket.texi (Host Names): Fix gethostbyaddr and
26186         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
26187         'const void *' rather than 'const char *'.
26188         (Host Address Functions): Likewise for inet_ntop.
26189         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
26190         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
26191         ssize_t for return value.
26192         (Sending Data): Likewise for send, sendto, sendmsg.
26193         (Socket Option Functions): Add a missing const in setsockopt prototype.
26194         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
26195         use wchar_t for the argument.
26196         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
26197         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
26198         take no arguments.
26199         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
26200         double/float/long double for second argument.
26201         Fix return types of significand, significandf, significandl.
26202         * manual/filesys.texi (Setting Permissions): Use mode_t for second
26203         argument in fchmod prototype.
26204         (File Owner): Use uid_t and gid_t in fchown prototype.
26205         (File Times): Add const to utimes, futimes, and lutimes prototypes.
26206         (Making Special Files): Use mode_t and dev_t in mknod prototype.
26207         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26208         use 'const struct dirent **' as argument types to CMP function pointer
26209         argument.
26210         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26211         (File Times): Fix summary magic @comment for struct utimbuf and utime
26212         to refer to utime.h, not time.h.
26213         * manual/string.texi (Argz Functions): Add missing const in
26214         argz_extract and argz_next prototypes.
26215         (Finding Tokens in a String): Likewise for basename.
26216         (String/Array Comparison): Fix typo in wcscasecmp prototype.
26217         (Copying and Concatenation): Fix typo in wmemmove prototype.
26218         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26219         (Signal Stack): Remove erroneous const in sigstack prototype.
26220         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26221         prototype.
26222         (Simple Calendar Time): Likewise for stime.
26223         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26224         prototype.
26225         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26226         say sys/sysctl.h instead.
26227         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26228         and vsyslog prototypes.
26229
26230 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26231
26232         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26233         Remove.
26234
26235 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26236
26237         * misc/sys/mman.h: Fix typo in mremap comment.
26238
26239 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26240
26241         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26242         the '\0' terminator.
26243
26244 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26245
26246         [BZ #13550]
26247         * debug/segfault.c: Don't include <bp-checks.h>.
26248         * sysdeps/generic/bp-checks.h: Remove file.
26249         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26250         (__GETDENTS): Don't use CHECK_N.
26251         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26252         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26253         (__getgroups): Don't use CHECK_N.
26254         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26255         (setgroups): Don't use CHECK_N.
26256         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26257         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26258         (__libc_msgrcv): Don't use CHECK_N.
26259         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26260         (__libc_msgsnd): Don't use CHECK_N.
26261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26262         <bp-checks.h>.
26263         (__libc_pread): Don't use CHECK_N.
26264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26265         include <bp-checks.h>.
26266         (__libc_pread64): Don't use CHECK_N.
26267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26268         include <bp-checks.h>.
26269         (__libc_pwrite): Don't use CHECK_N.
26270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26271         include <bp-checks.h>.
26272         (__libc_pwrite64): Don't use CHECK_N.
26273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26274         <bp-checks.h>.
26275         (__libc_pread): Don't use CHECK_N.
26276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26277         include <bp-checks.h>.
26278         (__libc_pread64): Don't use CHECK_N.
26279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26280         include <bp-checks.h>.
26281         (__libc_pwrite): Don't use CHECK_N.
26282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26283         include <bp-checks.h>.
26284         (__libc_pwrite64): Don't use CHECK_N.
26285         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26286         (do_pread): Don't use CHECK_N.
26287         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26288         (do_pread64): Don't use CHECK_N.
26289         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26290         (do_pwrite): Don't use CHECK_N.
26291         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26292         (do_pwrite64): Don't use CHECK_N.
26293         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26294         (__libc_readv): Don't use CHECK_N.
26295         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26296         (semop): Don't use CHECK_N.
26297         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26298         <bp-checks.h>.
26299         (semtimedop): Don't use CHECK_N.
26300         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26301         (__libc_pread): Don't use CHECK_N.
26302         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26303         <bp-checks.h>.
26304         (__libc_pread64): Don't use CHECK_N.
26305         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26306         <bp-checks.h>.
26307         (__libc_pwrite): Don't use CHECK_N.
26308         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26309         <bp-checks.h>.
26310         (__libc_pwrite64): Don't use CHECK_N.
26311         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26312         <bp-checks.h>.
26313         (__libc_msgrcv): Don't use CHECK_N.
26314         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26315         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26316         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26317         (__libc_writev): Don't use CHECK_N.
26318
26319 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26320
26321         * string/strcpy.c: Removed unused variable.
26322
26323         * Makeconfig (+sysdep-includes): Define with := rather than =.
26324         Use an existing include/ subdir of each sysdeps dir before it.
26325
26326 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26327
26328         * nscd/connection.c (register_traced_file): Comment function.
26329         [HAVE_INOTIFY] (union __inev): Define.
26330         [HAVE_INOTIFY] (inotify_check_files): New function.
26331         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26332         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26333         clear_db_cache.
26334         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26335
26336 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26337
26338         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26339         loaded if not already and that a failure is permanent.
26340
26341 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26342
26343         [BZ #15006]
26344         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26345         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26346
26347 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26348
26349         [BZ #13550]
26350         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26351         (CHECK_1_NULL_OK): Likewise.
26352         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26353         (__fxstat): Do not use CHECK_1.
26354         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26355         <bp-checks.h>.
26356         (___fxstat64): Do not use CHECK_1.
26357         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26358         <bp-checks.h>.
26359         (__fxstatat): Do not use CHECK_1.
26360         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26361         <bp-checks.h>.
26362         (__fxstatat64): Do not use CHECK_1.
26363         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26364         <bp-checks.h>.
26365         (__fxstat): Do not use CHECK_1.
26366         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26367         <bp-checks.h>.
26368         (__fxstatat): Do not use CHECK_1.
26369         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26370         <bp-checks.h>.
26371         (__getresgid): Do not use CHECK_1.
26372         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26373         <bp-checks.h>.
26374         (__getresuid): Do not use CHECK_1.
26375         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26376         <bp-checks.h>.
26377         (__lxstat): Do not use CHECK_1.
26378         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26379         <bp-checks.h>.
26380         (__old_msgctl): Do not use CHECK_1.
26381         (__new_msgctl): Likewise.
26382         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26383         <bp-checks.h>.
26384         (__new_setrlimit): Do not use CHECK_1.
26385         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26386         <bp-checks.h>.
26387         (__old_shmctl): Do not use CHECK_1.
26388         (__new_shmctl): Likewise.
26389         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26390         <bp-checks.h>.
26391         (__xstat): Do not use CHECK_1.
26392         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26393         (__lxstat): Do not use CHECK_1.
26394         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26395         <bp-checks.h>.
26396         (___lxstat64): Do not use CHECK_1.
26397         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26398         (__old_msgctl): Do not use CHECK_1.
26399         (__new_msgctl): Likewise.
26400         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26401         <bp-checks.h>.
26402         (__gettimeofday): Do not use CHECK_1.
26403         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26404         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26405         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26406         <bp-checks.h>.
26407         (__gettimeofday): Do not use CHECK_1.
26408         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26409         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26410         (__new_shmctl): Do not use CHECK_1.
26411         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26412         <bp-checks.h>.
26413         (do_sigtimedwait): Do not use CHECK_1.
26414         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26415         <bp-checks.h>.
26416         (do_sigwaitinfo): Do not use CHECK_1.
26417         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26418         <bp-checks.h>.
26419         (msgctl): Do not use CHECK_1.
26420         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26421         <bp-checks.h>.
26422         (shmctl): Do not use CHECK_1.
26423         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26424         (ustat): Do not use CHECK_1.
26425         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26426         <bp-checks.h>.
26427         (__fxstat): Do not use CHECK_1.
26428         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26429         <bp-checks.h>.
26430         (__fxstatat): Do not use CHECK_1.
26431         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26432         <bp-checks.h>.
26433         (__lxstat): Do not use CHECK_1.
26434         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26435         <bp-checks.h>.
26436         (__xstat): Do not use CHECK_1.
26437         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26438         (__xstat): Do not use CHECK_1.
26439         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26440         (___xstat64): Do not use CHECK_1.
26441
26442         [BZ #13550]
26443         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26444         definitions.
26445         (CHECK_BOUNDS_HIGH): Likewise.
26446         * string/strcpy.c: Do not include <bp-checks.h>.
26447         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26448
26449 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26450
26451         * nscd/nscd-client.h (__nscd_drop_map_ref):
26452         Add __attribute__ ((unused)).
26453         * nis/nss-nisplus.h (niserr2nss): Likewise.
26454
26455         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26456         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26457
26458         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26459         Remove inline keyword.
26460         * include/rounding-mode.h (round_away): Likewise.
26461         * libio/wfileops.c (adjust_wide_data): Likewise.
26462         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26463         (__m128i_strloadu_tolower): Likewise.
26464         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26465         (__m128i_strloadu_tolower): Likewise.
26466         * time/mktime.c (ydhms_diff): Likewise.
26467         * locale/elem-hash.h (elem_hash): Likewise.
26468         * locale/setlocale.c (setdata): Likewise.
26469         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26470         (re_string_wchar_at): Likewise.
26471         (bitset_not, bitset_merge, bitset_mask): Likewise.
26472         [!(__GNUC__ > 3)] (inline): Remove macro.
26473         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26474         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26475         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26476         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26477         * string/memcmp.c (memcmp_bytes): Likewise.
26478         * locale/programs/locarchive.c (compute_hashval): Likewise.
26479         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26480         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26481         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26482         * nss/getent.c (print_rpc, print_protocols): Likewise.
26483         (print_passwd, print_group, print_aliases): Likewise.
26484         * nis/nss-nisplus.h (niserr2nss): Likewise.
26485         * nscd/connections.c (restart_p): Likewise.
26486         Change return type to bool.
26487
26488 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26489
26490         * Makeconfig (all-Depend-files): Add existing
26491         $(sorted-subdirs:=/Depend) files.
26492         (all-subdirs): Remove nss.
26493         * sysdeps/unix/inet/Subdirs: Add it here instead.
26494         * hesiod/Depend: New file.
26495
26496         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26497         instead of calling alloca.
26498
26499         * io/lseek.c (__lseek): Rename to __libc_lseek.
26500         Define __lseek as an alias.
26501
26502         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26503
26504 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26505
26506         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26507         else clause and remove check for non-standard endianness.
26508
26509 2013-02-04  David S. Miller  <davem@davemloft.net>
26510
26511         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26512
26513 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26514
26515         [BZ #13550]
26516         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26517         (__ubp_memchr): Remove prototype.
26518         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26519         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26520         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26521         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26522         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26523         Remove alias.
26524         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26525         (__ubp_memchr): Likewise.
26526         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26527         (__ubp_memchr): Likewise.
26528         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26529         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26530         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26531         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26532         CHECK_STRING.
26533         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26534         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26535         (__getcwd): Do not use CHECK_STRING.
26536         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26537         <bp-checks.h>.
26538         (__real_chown): Do not use CHECK_STRING.
26539         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26540         <bp-checks.h>.
26541         (fchownat): Do not use CHECK_STRING.
26542         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26543         CHECK_STRING.
26544         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26545         <bp-checks.h>.
26546         (__lchown): Do not use CHECK_STRING.
26547         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26548         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26549         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26550         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26552         include <bp-checks.h>.
26553         (truncate64): Do not use CHECK_STRING.
26554         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26555         <bp-checks.h>.
26556         (__real_chown): Do not use CHECK_STRING.
26557         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26558         <bp-checks.h>.
26559         (__lchown): Do not use CHECK_STRING.
26560         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26561         <bp-checks.h>.
26562         (__chown): Do not use CHECK_STRING.
26563         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26564         <bp-checks.h>.
26565         (truncate64): Do not use CHECK_STRING.
26566         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26567         Likewise.
26568         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26569         (__xmknod): Do not use CHECK_STRING.
26570         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26571         <bp-checks.h>.
26572         (__xmknodat): Do not use CHECK_STRING.
26573         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26574         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26575
26576 2013-02-04  Andreas Schwab  <schwab@suse.de>
26577
26578         [BZ #14142]
26579         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26580         * include/netdb.h: Likewise for h_errno.
26581         * elf/tst-stackguard1.c: Include <tls.h>.
26582
26583 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26584
26585         * elf/link.h (struct link_map): Extend the l_addr comment.
26586         * include/link.h (struct link_map): Likewise.
26587
26588 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26589
26590         [BZ #13550]
26591         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26592         (BOUNDED_1): Remove macro.
26593         * debug/backtrace.c: Don't include <bp-checks.h>.
26594         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26595         (__backtrace): Likewise.
26596         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26597         <bp-checks.h>.
26598         (__backtrace): Don't use BOUNDED_1.
26599         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26600         <bp-checks.h>.
26601         (__backtrace): Don't use BOUNDED_1.
26602         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26603         (__backtrace): Don't use BOUNDED_1.
26604         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26605         (shmat): Don't use BOUNDED_N.
26606
26607 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26608
26609         [BZ #13550]
26610         * sysdeps/generic/bp-start.h: Remove file.
26611         * csu/libc-start.c: Don't include <bp-start.h>.
26612         (LIBC_START_MAIN): Set up __environ directly instead of using
26613         INIT_ARGV_and_ENVIRON.
26614         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26615         <bp-start.h>.
26616
26617         [BZ #13550]
26618         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26619         definitions.
26620         (CHECK_FCNTL): Likewise.
26621         (CHECK_N_PAGES): Likewise.
26622
26623         [BZ #13550]
26624         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26625         definitions.
26626         (CHECK_SIGSET_NULL_OK): Likewise.
26627         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26628         <bp-checks.h>.
26629         (sigpending): Don't use CHECK_SIGSET.
26630         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26631         <bp-checks.h>.
26632         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26633         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26634         <bp-checks.h>.
26635         (do_sigsuspend): Don't use CHECK_SIGSET.
26636         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26637         use CHECK_SIGSET.
26638         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26639         (do_sigwait): Don't use CHECK_SIGSET.
26640         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26641         use CHECK_SIGSET.
26642         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26643         include <bp-checks.h>.
26644         (sigpending): Don't use CHECK_SIGSET.
26645         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26646         include <bp-checks.h>.
26647         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26648         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26649         <bp-checks.h>.
26650         (sigpending): Don't use CHECK_SIGSET.
26651         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26652         <bp-checks.h>.
26653         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26654
26655         [BZ #13550]
26656         * sysdeps/generic/bp-semctl.h: Remove file.
26657         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26658         <bp-checks.h> and <bp-semctl.h>.
26659         (__old_semctl): Don't use CHECK_SEMCTL.
26660         (__new_semctl): Likewise.
26661         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26662         and <bp-semctl.h>.
26663         (__old_semctl): Don't use CHECK_SEMCTL.
26664         (__new_semctl): Likewise.
26665         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26666         <bp-checks.h> and <bp-semctl.h>.
26667         (__old_semctl): Don't use CHECK_SEMCTL.
26668         (__new_semctl): Likewise.
26669         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26670         <bp-checks.h> and <bp-semctl.h>.
26671         (semctl): Don't use CHECK_SEMCTL.
26672
26673         [BZ #13550]
26674         * Makerules (elide-bp-thunks): Remove variable.
26675         (elide-routines.oS): Don't use $(elide-bp-thunks).
26676         (elide-routines.os): Likewise.
26677         (elide-routines.o): Likewise.
26678         (elide-routines.op): Likewise.
26679         (elide-routines.og): Likewise.
26680         (objects): Don't use $(bp-thunks).
26681         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26682         include.
26683         (common-generated): Do not add s-proto-bp.d.
26684         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26685         (int): Likewise.
26686         (typ): Likewise.
26687         Do not generate makefile rules for bounded-pointer thunks.
26688         * sysdeps/generic/bp-thunks.h: Remove file.
26689         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26690         * sysdeps/unix/s-proto-bp.S: Likewise.
26691
26692         [BZ #15062]
26693         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26694         parts of result separately when argument is not close to line from
26695         -i to i and one part of argument is small.
26696         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26697         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26698         * math/libm-test.inc (cacos_test): Add more tests.
26699         (casin_test): Likewise.
26700         (casinh_test): Likewise.
26701         * sysdeps/i386/fpu/libm-test-ulps: Update.
26702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26703
26704 2013-01-31  David S. Miller  <davem@davemloft.net>
26705
26706         * po/de.po: Update from translation team.
26707
26708 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26709
26710         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26711
26712 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26713
26714         * configure.in (_AC_PROG_CC_C89): New definition.
26715         * configure: Regenerate.
26716
26717         * configure.in (AC_PROG_CPP): New definition.
26718         * configure: Regenerate.
26719
26720 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26721
26722         * debug/tst-backtrace.h: New file.
26723         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26724         (ret): Remove variable.
26725         (x): Likewise.
26726         (FAIL): Remove macro.
26727         (NO_INLINE): Likewise.
26728         (fn1): Use match function instead of strstr.
26729         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26730         (ret): Remove variable.
26731         (x): Likewise.
26732         (FAIL): Remove macro.
26733         (NO_INLINE): Likewise.
26734         (fn): Use match function instead of strstr.
26735         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26736         (ret): Remove variable.
26737         (x): Likewise.
26738         (FAIL): Remove macro.
26739         (NO_INLINE): Likewise.
26740         (handle_signal): Use match function instead of strstr.
26741         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26742         (ret): Remove variable.
26743         (x): Likewise.
26744         (FAIL): Remove macro.
26745         (NO_INLINE): Likewise.
26746         (handle_signal): Use match function instead of strstr.
26747
26748 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26749
26750         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26751
26752 2013-01-23  David S. Miller  <davem@davemloft.net>
26753
26754         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26755         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26756         argument of CAS if possible.
26757         * sysdeps/sparc/sparc64/bits/atomic.h
26758         (__arch_compare_and_exchange_val_32_acq): Likewise.
26759         (__arch_compare_and_exchange_val_64_acq): Likewise.
26760
26761 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26762
26763         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26764         * sysdeps/posix/ulimit.c: ... this.
26765         Include <limits.h>.
26766         * sysdeps/unix/bsd/ulimit.c: Remove file.
26767
26768 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26769
26770         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26771         (LDFLAGS-tst-array5): Likewise.
26772
26773 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26774
26775         [BZ #15036]
26776         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26777         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26778         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26779         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26780
26781 2013-01-21  David S. Miller  <davem@davemloft.net>
26782
26783         * sysdeps/sparc/backtrace.c: New file.
26784         * sysdeps/sparc/sparc32/backtrace.h: New file.
26785         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26786         * sysdeps/sparc/sparc64/backtrace.h: New file.
26787         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26788         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26789         -funwind-tables.
26790
26791 2013-01-21  Andreas Schwab  <schwab@suse.de>
26792
26793         [BZ #15020]
26794         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26795         closed its stdout.
26796
26797 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26798
26799         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26800         "mpa2.h".
26801         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26802
26803 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26804             Mark Mitchell  <mark@codesourcery.com>
26805             Tom de Vries  <tom@codesourcery.com>
26806             Paul Pluzhnikov  <ppluzhnikov@google.com>
26807
26808         * debug/tst-backtrace2.c: New file.
26809         * debug/tst-backtrace3.c: Likewise.
26810         * debug/tst-backtrace4.c: Likewise.
26811         * debug/tst-backtrace5.c: Likewise.
26812         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26813         (CFLAGS-tst-backtrace3.c): Likewise.
26814         (CFLAGS-tst-backtrace4.c): Likewise.
26815         (CFLAGS-tst-backtrace5.c): Likewise.
26816         (LDFLAGS-tst-backtrace2): Likewise.
26817         (LDFLAGS-tst-backtrace3): Likewise.
26818         (LDFLAGS-tst-backtrace4): Likewise.
26819         (LDFLAGS-tst-backtrace5): Likewise.
26820         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26821         tst-backtrace4 and tst-backtrace5.
26822
26823 2013-01-18  Anton Blanchard  <anton@samba.org>
26824             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26825
26826         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26827         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26828         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26829         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26831         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26832         "+r" and remove output regs list as redundant.  Add explicit inline
26833         asm to specify register of return val to work around compiler codegen
26834         bug.  Remove (int) cast on return value.  Add return type parameter to
26835         use in macro so that this macro does not truncate return value for
26836         64-bit values.
26837         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26838         pass to INTERNAL_VSYSCALL_NCS.
26839         (INLINE_VSYSCALL): Add 'long int' as return type to
26840         INTERNAL_VSYSCALL_NCS macro invocation.
26841         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26842         INTERNAL_VSYSCALL_NCS macro invocation.
26843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26844
26845 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26846
26847         [BZ #14496]
26848         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26849         Fix application of SIMD FP exception mask.
26850
26851         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26852         mp_no from a power of two.
26853         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26854         __mpexp_twomm1.  Use __pow_mp.
26855
26856         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26857         multiplication.
26858
26859 2013-01-17  David S. Miller  <davem@davemloft.net>
26860
26861         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26862
26863 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26864
26865         [BZ #15023]
26866         * include/complex.h: Condition contents on [!_COMPLEX_H].
26867         (__kernel_casinhf): New prototype.
26868         (__kernel_casinh): Likewise.
26869         (__kernel_casinhl): Likewise.
26870         * math/Makefile (libm_calls): Add k_casinh.
26871         * math/k_casinh.c: New file.
26872         * math/k_casinhf.c: Likewise.
26873         * math/k_casinhl.c: Likewise.
26874         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26875         finite nonzero arguments.
26876         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26877         finite nonzero arguments.
26878         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26879         finite nonzero arguments.
26880         * math/s_casinh.c: Do not include <float.h>.
26881         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26882         * math/s_casinhf.c: Do not include <float.h>.
26883         (__casinhf): Move code for finite nonzero arguments to
26884         k_casinhf.c.
26885         * math/s_casinhl.c: Do not include <float.h>.
26886         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26887         redefine.
26888         (__casinhl): Move code for finite nonzero arguments to
26889         k_casinhl.c.
26890         * math/libm-test.inc (cacos_test): Add more tests.
26891         * sysdeps/i386/fpu/libm-test-ulps: Update.
26892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26893
26894 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26895
26896         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26897         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26898         [!HAVE_MREMAP]: Remove [defined linux] case.
26899         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26900
26901 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26902
26903         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26904
26905 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26906
26907         * elf/elf.h (R_386_SIZE32): New relocation.
26908         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26909         R_386_SIZE32.
26910         (elf_machine_rela): Likewise.
26911         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26912         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26913
26914 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26915
26916         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26917         (FP_FAST_FMA): Do not define.
26918         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26919         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26920         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26921         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26922         !_SOFT_FLOAT]: Likewise.
26923         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26924         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26925         value.
26926         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26927         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26928         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26929         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26930         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26931         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26932         file.
26933
26934 2013-01-16  Andreas Schwab  <schwab@suse.de>
26935
26936         [BZ #14327]
26937         * include/stdlib.h (__mktemp): Add declaration.
26938         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26939         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26940
26941 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26942
26943         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26944         definitions.
26945         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26946         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26947         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26948         definitions here.
26949         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26950         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26951         definitions.
26952         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26953         and ONE.
26954         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26955         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26956         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26957         definitions.
26958         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26959         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26960         definitions.
26961         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26962
26963         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26964
26965 2013-01-15  David S. Miller  <davem@davemloft.net>
26966
26967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26968         trunc{,f} to libm-sysdep_routes.
26969         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26971         file.
26972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26973         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26974         file.
26975         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26976         file.
26977         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26978         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26979         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26980         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26981         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26982         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26983         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26984         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26985
26986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26987         nearbyint{,f} to libm-sysdep_routes.
26988         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26990         New file.
26991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26992         file.
26993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26994         New file.
26995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26996         file.
26997         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26998         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26999         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
27000         file.
27001         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
27002         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
27003         file.
27004         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
27005         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
27006         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
27007
27008         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27009         libc_feholdexcept and libc_fesetenv.
27010
27011 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
27012
27013         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
27014
27015 2013-01-14  David S. Miller  <davem@davemloft.net>
27016
27017         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
27018         (SPARC_ASM_VIS2_IFUNC): Likewise.
27019         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
27020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
27021         use of 'siam' instruction.
27022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
27023         Likewise.
27024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
27025         Likewise.
27026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
27027         Likewise.
27028         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
27029         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
27030         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
27031         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
27032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
27033         file.
27034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
27035         file.
27036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
27037         file.
27038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
27039         file.
27040         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
27041         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
27042         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
27043         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
27044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
27045         new VIS2 routines.
27046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
27047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
27048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
27049         Likewise.
27050         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
27051         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
27052         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
27053         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
27054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
27055         routines to libm-sysdep_routines.
27056         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27057
27058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27059         fdim/fdimf to libm-sysdep_routines.
27060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
27061         file.
27062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
27063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
27064         file.
27065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
27066         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
27067         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
27068         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
27069         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
27070         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
27071         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
27072
27073 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27074
27075         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
27076         to optimize copies.
27077
27078         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
27079         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27080         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27081
27082         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
27083         local variable MPTWO.
27084         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27085         Likewise.
27086
27087 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27088
27089         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
27090         GLOB_NOESCAPE.
27091
27092 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27093
27094         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
27095
27096 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
27097
27098         * manual/pattern.texi (glob_t): Document gl_flags.
27099         (glob64_t): Likewise.
27100
27101 2013-01-11  David S. Miller  <davem@davemloft.net>
27102
27103         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
27104         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
27105         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
27106         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
27107         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
27108         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
27109         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
27110         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
27111         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
27112         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
27113         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
27114         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
27115         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
27116
27117         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27118         sparc V9 rather than using V8 code.
27119         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27120         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27121
27122         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
27123         Move to...
27124         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
27125         Here.
27126
27127 2013-01-11  Roland McGrath  <roland@hack.frob.com>
27128
27129         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
27130         not in the main loop.
27131         * configure: Regenerated.
27132
27133 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
27134
27135         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
27136         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
27137         to just #else.
27138         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
27139         [!__GLIBC_HAVE_LONG_LONG] case.
27140         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
27141         condition to just #else.
27142         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
27143         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
27144         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
27145         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
27146         unconditional.
27147         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
27148         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27149         #elif condition to just #else.
27150         * sysdeps/unix/sysv/linux/sys/sysmacros.h
27151         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
27152         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27153         #elif condition to just #else.
27154
27155 2013-01-11  Steve Ellcey  <sellcey@mips.com>
27156
27157         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
27158         (EF_MIPS_ARCH_64): Fix value.
27159         (EF_MIPS_ARCH_32R2): New.
27160         (EF_MIPS_ARCH_64R2): New.
27161
27162 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
27163
27164         * Makeconfig (+link-pie-before-libc): New.
27165         (+link-pie-after-libc): Likewise.
27166         (+link-pie-tests): Likewise.
27167         (+link-pie): Rewritten.
27168         (link-before-libc): Remove $(config-LDFLAGS).
27169         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
27170         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
27171         (config-LDFLAGS): Renamed to ...
27172         (rtld-LDFLAGS): This.
27173         (rtld-tests-LDFLAGS): New macro.
27174         (link-libc-rpath-link): Likewise.
27175         (link-libc-tests-rpath-link): Likewise.
27176         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
27177         (link-libc): Prepand $(link-libc-rpath-link).
27178         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
27179         (test-program-prefix): New macro.
27180         (test-via-rtld-prefix): Likewise.
27181         (test-program-cmd): Likewise.
27182         (host-test-program-cmd): Likewise.
27183         * Makefile ($(common-objpfx)testrun.sh): Replace
27184         $(run-program-prefix) with $(test-program-prefix).
27185         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
27186         $(rtld-LDFLAGS).
27187         ($(common-objpfx)shlib.lds): Likewise.
27188         (build-module-helper): Likewise.
27189         ($(common-objpfx)format.lds): Likewise.
27190         * Rules (binaries-pie-tests): New.
27191         (binaries-pie-notests): Likewise.
27192         (binaries-pie): Rewritten.
27193         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
27194         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
27195         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
27196         (make-test-out): Replace $(host-built-program-cmd) with
27197         $(host-test-program-cmd).
27198         * config.make.in (build-hardcoded-path-in-tests): New variable.
27199         * configure.in (--enable-hardcoded-path-in-tests): New configure
27200         option.
27201         (hardcoded_path_in_tests): New AC_SUBST.
27202         * configure: Regenerated.
27203         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27204         $(built-program-cmd) with $(test-program-cmd).
27205         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27206         (test_program_cmd): This.
27207         * elf/Makefile ($(objpfx)order.out): Run test with
27208         $(test-program-prefix).
27209         ($(objpfx)order2.out): Likewise.
27210         ($(objpfx)tst-initorder.out): Likewise.
27211         ($(objpfx)tst-initorder2.out): Likewise.
27212         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27213         $(test-program-cmd).
27214         ($(objpfx)tst-array1-static.out): Likewise.
27215         ($(objpfx)tst-array2.out): Likewise.
27216         ($(objpfx)tst-array3.out): Likewise.
27217         ($(objpfx)tst-array4.out): Likewise.
27218         ($(objpfx)tst-array5.out): Likewise.
27219         ($(objpfx)tst-array5-static.out): Likewise.
27220         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27221         $(test-program-cmd).
27222         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27223         $(run-program-prefix) with $(test-program-prefix).
27224         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27225         (test_program_prefix): This.
27226         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27227         $(run-program-prefix) with $(test-program-prefix).
27228         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27229         (test_program_prefix): This.
27230         * iconvdata/tst-tables.sh: Likewise.
27231         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27232         $(run-program-prefix) with $(test-program-prefix).
27233         ($(objpfx)tst-translit.out): Likewise.
27234         ($(objpfx)tst-gettext2.out): Likewise.
27235         ($(objpfx)tst-gettext4.out): Likewise.
27236         ($(objpfx)tst-gettext6.out): Likewise.
27237         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27238         (test_program_prefix): This.
27239         * intl/tst-gettext2.sh: Likewise.
27240         * intl/tst-gettext4.sh  Likewise.
27241         * intl/tst-gettext6.sh: Likewise.
27242         * intl/tst-translit.sh: Likewise.
27243         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27244         with $(test-program-cmd).
27245         * libio/Makefile ($(objpfx)test-freopen.out): Replace
27246         $(run-program-prefix) with $(test-program-prefix).
27247         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27248         (test_program_prefix): This.
27249         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27250         $(run-program-prefix) with $(test-program-prefix).
27251         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27252         (test_program_prefix): This.
27253         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27254         * posix/Makefile ($(objpfx)globtest.out): Replace
27255         $(run-via-rtld-prefix) and $(test-wrapper) with
27256         $(test-program-prefix) and $(test-via-rtld-prefix).
27257         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27258         $(test-program-prefix).
27259         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27260         $(host-test-program-cmd).
27261         (tst-spawn-ARGS): Likewise.
27262         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27263         $(test-program-prefix).
27264         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27265         (test_via_rtld_prefix): This.
27266         (test_wrapper): Renamed to ...
27267         (test_program_prefix): This.
27268         (run_program_prefix): Replaced by test_program_prefix.
27269         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27270         (test_program_prefix): This.
27271         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27272         with $(host-test-program-cmd).
27273         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27274         $(run-program-prefix) with $(test-program-prefix).
27275         ($(objpfx)tst-printf.out): Likewise.
27276         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27277         $(test-program-cmd).
27278         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27279         (test_program_prefix): This.
27280         * stdio-common/tst-unbputc.sh: Likewise.
27281         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27282         $(run-program-prefix) with $(test-program-prefix).
27283         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27284         (test_program_prefix): This.
27285         * string/Makefile ($(objpfx)tst-svc.out):  Replace
27286         $(built-program-cmd) with $(test-program-cmd).
27287
27288 2013-01-11  Andreas Jaeger  <aj@suse.de>
27289
27290         [BZ #15003]
27291         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27292         value. Sync with Linux 3.7.
27293
27294 2013-01-10  David S. Miller  <davem@davemloft.net>
27295
27296         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27297         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27298         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27299
27300 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27301
27302         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27303         never set.
27304         * configure: Regenerated.
27305
27306 2013-01-10  David S. Miller  <davem@davemloft.net>
27307
27308         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27309         sparc V9 rather than using V8 code.
27310         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27311         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27312
27313 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27314
27315         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27316         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27317         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27318         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27319         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27320         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27321         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27322         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27323         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27324         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27325         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27326         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27327         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27328         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27329         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27330         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27331         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27332         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27333         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27334         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27335         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27336         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27337         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27338         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27339         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27340         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27341         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27342
27343 2013-01-10  David S. Miller  <davem@davemloft.net>
27344
27345         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27346
27347 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27348
27349         * posix/Makefile (tests-static): New variable.
27350         (tests): Add $(tests-static).
27351         (tst-exec-static-ARGS): New variable.
27352         (tst-spawn-static-ARGS): Likewise.
27353         * posix/tst-exec-static.c: New file.
27354         * posix/tst-spawn-static.c: Likewise.
27355         * posix/tst-exec.c: Support run directly.
27356         * posix/tst-spawn.c: Likewise.
27357
27358 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27359
27360         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27361         long.
27362         * math/bits/mathcalls.h (llrint): Likewise.
27363         (llround): Likewise.
27364         * stdlib/stdlib.h (struct drand48_data): Likewise.
27365         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27366         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27367         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27368         Likewise.
27369         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27370         Likewise.
27371         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27372         (elf_greg_t): Likewise.
27373         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27374         (__jmp_buf): Likewise.
27375         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27376         definitions.
27377         (llrint): Likewise, for all definitions.
27378         (llrintl): Likewise.
27379
27380         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27381         Remove [__GNUC__] condition.
27382         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27383         condition to just [__USE_ISOC99].
27384         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27385
27386 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27387
27388         [BZ #14200]
27389         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27390         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27391         defined.
27392         (_POSIX_V6_ILP32_OFF32): Likewise.
27393         (_XBS5_ILP32_OFF32): Likewise.
27394         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27395         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27396
27397 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27398
27399         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27400
27401         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27402         doubles __mpexp_twomm1.  Adjust usage.
27403         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27404         Remove.
27405
27406 2013-01-10  Andreas Schwab  <schwab@suse.de>
27407
27408         [BZ #14964]
27409         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27410         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27411
27412 2013-01-09  David S. Miller  <davem@davemloft.net>
27413
27414         [BZ #15003]
27415         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27416         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27417         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27418         (TCP_FASTOPEN): Define.
27419         (tcp_repair_opt): New structure.
27420         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27421         enum values.
27422         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27423         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27424         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27425         (tcp_cookie_transactions): New structure.
27426
27427 2013-01-09  Anton Blanchard  <anton@samba.org>
27428
27429         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27430         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27431         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27432         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27433
27434 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27435
27436         * include/features.h (__USE_ANSI): Remove.
27437
27438 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27439
27440         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27441
27442         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27443
27444 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27445
27446         * sysdeps/s390/fpu/libm-test-ulps: Update.
27447
27448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27449
27450         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27451         (__acr): Likewise.
27452         (__cpy): Likewise.
27453         (norm): Likewise.
27454         (denorm): Likewise.
27455         (__mp_dbl): Likewise.
27456         (__dbl_mp): Likewise.
27457         (add_magnitudes): Likewise.
27458         (sub_magnitudes): Likewise.
27459         (__add): Likewise.
27460         (__sub): Likewise.
27461         (__mul): Likewise.
27462         (__inv): Likewise.
27463         (__dvd): Likewise.
27464         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27465         (__acr): Likewise.
27466         (__cpy): Likewise.
27467         (norm): Likewise.
27468         (denorm): Likewise.
27469         (__mp_dbl): Likewise.
27470         (__dbl_mp): Likewise.
27471         (add_magnitudes): Likewise.
27472         (sub_magnitudes): Likewise.
27473         (__add): Likewise.
27474         (__sub): Likewise.
27475         (__mul): Likewise.
27476         (__inv): Likewise.
27477         (__dvd): Likewise.
27478         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27479         (__acr): Likewise.
27480         (__cpy): Likewise.
27481         (norm): Likewise.
27482         (denorm): Likewise.
27483         (__mp_dbl): Likewise.
27484         (__dbl_mp): Likewise.
27485         (add_magnitudes): Likewise.
27486         (sub_magnitudes): Likewise.
27487         (__add): Likewise.
27488         (__sub): Likewise.
27489         (__mul): Likewise.
27490         (__inv): Likewise.
27491         (__dvd): Likewise.
27492
27493 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27494
27495         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27496         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27497         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27498         2 && __USE_EXTERN_INLINES]: Likewise.
27499
27500 2013-01-08  Andreas Jaeger  <aj@suse.de>
27501
27502         [BZ# 14985]
27503         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27504         Remove.
27505         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27506         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27507
27508 2013-01-07  Anton Blanchard  <anton@samba.org>
27509
27510         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27511         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27512         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27513         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27514         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27515         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27516         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27517         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27518         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27519         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27520         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27521         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27522         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27523         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27524         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27525         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27526         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27527         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27528         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27529         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27530         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27531         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27532         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27533         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27534         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27535         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27536         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27537         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27538         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27539         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27540         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27541         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27542         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27543         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27544         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27545         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27546         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27547         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27548         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27549         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27550         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27551         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27552         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27553
27554 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27555
27556         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27557         (__MALLOC_PMT): Likewise.
27558         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27559         [__GNUC__], only on [_LIBC].
27560         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27561         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27562         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27563         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27564         forward declaration.
27565         (realloc_hook_ini): Likewise.
27566         (memalign_hook_ini): Likewise.
27567         (__libc_memalign): Do not use __MALLOC_PMT in variable
27568         declaration.
27569         (__libc_valloc): Likewise.
27570         (__libc_pvalloc): Likewise.
27571         (__libc_calloc): Likewise.
27572         (__posix_memalign): Likewise.
27573
27574         [BZ #14996]
27575         * math/s_casinh.c: Include <float.h>.
27576         (__casinh): Do not do computation with squaring and square root
27577         for large arguments.
27578         * math/s_casinhf.c: Include <float.h>.
27579         (__casinhf): Do not do computation with squaring and square root
27580         for large arguments.
27581         * math/s_casinhl.c: Include <float.h>.
27582         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27583         (__casinhl): Do not do computation with squaring and square root
27584         for large arguments.
27585         * math/libm-test.inc (casin_test): Add more tests.
27586         (casinh_test): Likewise.
27587         * sysdeps/i386/fpu/libm-test-ulps: Update.
27588         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27589
27590 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27591
27592         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27593         (__x86_64_raw_data_cache_size): Likewise.
27594         (__x86_64_data_cache_size_half): Likewise.
27595         (__x86_64_raw_data_cache_size_half): Likewise.
27596         (__x86_64_shared_cache_size): Likewise.
27597         (__x86_64_raw_shared_cache_size): Likewise.
27598         (__x86_64_shared_cache_size_half): Likewise.
27599         (__x86_64_raw_shared_cache_size_half): Likewise.
27600         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27601         to ...
27602         (__x86_data_cache_size): This.
27603         (__x86_64_raw_data_cache_size): Renamed to ...
27604         (__x86_raw_data_cache_size): This.
27605         (__x86_64_data_cache_size_half): Renamed to ...
27606         (__x86_data_cache_size_half): This.
27607         (__x86_64_raw_data_cache_size_half): Renamed to ...
27608         (__x86_raw_data_cache_size_half): This.
27609         (__x86_64_shared_cache_size): Renamed to ...
27610         (__x86_shared_cache_size): This.
27611         (__x86_64_raw_shared_cache_size): Renamed to ...
27612         (__x86_raw_shared_cache_size): This.
27613         (__x86_64_shared_cache_size_half): Renamed to ...
27614         (__x86_shared_cache_size_half): This.
27615         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27616         (__x86_raw_shared_cache_size_half): This.
27617         * sysdeps/x86_64/memcpy.S: Updated.
27618         * sysdeps/x86_64/memset.S: Likewise.
27619         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27620         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27621         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27622
27623 2013-01-04  David S. Miller  <davem@davemloft.net>
27624
27625         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27626
27627 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27628
27629         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27630         1 to avoid redefinition warning.
27631         (__USE_GNU): Don't define.
27632         (init_signaling_nan): Protoize.
27633
27634         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27635
27636 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27637
27638         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27639         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27640         (__cpymn): Likewise.
27641         (norm): Remove commented code.
27642         (denorm): Likewise.
27643         (__mp_dbl): Likewise.
27644         (__inv): Likewise.
27645         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27646         (__cpymn): Likewise.
27647         (norm): Remove commented code.
27648         (denorm): Likewise.
27649         (__mp_dbl): Likewise.
27650         (__inv): Likewise.
27651
27652         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27653         mp_no value for 1.0 and 2.0.
27654         (norm): Use RADIXI instead of radixi.d.
27655         (denorm): Likewise.
27656         (__mul): Use 0.0 instead of zero.d.
27657         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27658         mp_no value for 1.0 and 2.0.
27659         (norm): Use RADIXI instead of radixi.d.
27660         (denorm): Likewise.
27661         (__mul): Use 0.0 instead of zero.d.
27662
27663 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27664
27665         [BZ #14994]
27666         * math/s_casinh.c (__casinh): Reduce finite argument to first
27667         quadrant then set signs of results at the end.
27668         * math/s_casinhf.c (__casinhf): Likewise.
27669         * math/s_casinhl.c (__casinhl): Likewise.
27670         * math/libm-test.inc (casin_test): Add more tests.
27671         (casinh_test): Likewise.
27672         * sysdeps/i386/fpu/libm-test-ulps: Update.
27673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27674
27675 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27676
27677         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27678
27679         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27680
27681         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27682         declarations.
27683         (denorm): Likewise.
27684         (__mp_dbl): Likewise.
27685         (__inv): Likewise.
27686
27687         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27688         and adjust the header comment.
27689
27690         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27691         variable name from declaration.
27692
27693 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27694
27695         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27696         Initialize COMMON_CPUID_INDEX_7 element.
27697         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27698         (CPUID_RTM): Likewise.
27699         (HAS_RTM): Likewise.
27700         (COMMON_CPUID_INDEX_7): New enum.
27701
27702 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27703
27704         [BZ #14981]
27705         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27706         size is zero, record memory as freed.
27707
27708 2013-01-03  Andreas Jaeger  <aj@suse.de>
27709
27710         * po/ia.po: Add new Interlingua translation.
27711
27712 2012-01-03  Allan McRae  <allan@archlinux.org>
27713
27714         * locale/programs/localedef.c: Fix description of '--posix' flag.
27715
27716 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27717
27718         * NEWS: Update dates in second copyright notice.
27719         * README: Update copyright dates in example.
27720         * manual/libc.texinfo: Update copyright dates.
27721         * scripts/test-installation.pl: Update copyright date in --version
27722         output.
27723
27724         * hurd/ctty-input.c: Fix copyright notice formatting.
27725         * hurd/ctty-output.c: Likewise.
27726         * hurd/dtable.c: Likewise.
27727         * hurd/hurd-raise.c: Likewise.
27728         * hurd/hurdprio.c: Likewise.
27729         * hurd/msgportdemux.c: Likewise.
27730         * misc/sys/file.h: Likewise.
27731         * misc/sys/ioctl.h: Likewise.
27732         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27733         * sysdeps/mach/hurd/chdir.c: Likewise.
27734         * sysdeps/mach/hurd/fchdir.c: Likewise.
27735         * sysdeps/mach/hurd/rename.c: Likewise.
27736         * sysdeps/mach/hurd/rmdir.c: Likewise.
27737         * sysdeps/mach/hurd/seekdir.c: Likewise.
27738         * sysdeps/mach/hurd/setsid.c: Likewise.
27739         * sysdeps/posix/wait3.c: Likewise.
27740
27741         * All files with FSF copyright notices: Update copyright dates
27742         using scripts/update-copyrights.
27743         * intl/plural.c: Regenerated.
27744         * locale/programs/charmap-kw.h: Likewise.
27745         * locale/programs/locfile-kw.h: Likewise.
27746
27747 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27748
27749         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27750         four values.
27751
27752         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27753         calculation loop and add branch prediction.
27754
27755         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27756         check access beyond bounds of m1np.
27757
27758         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27759         MPTWO.
27760         (__inv): Remove local variable MPTWO to use the global
27761         constant.
27762         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27763         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27764         variable MPTWO.
27765         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27766         MP3HALFS static const.
27767
27768 2013-01-01  David S. Miller  <davem@davemloft.net>
27769
27770         * po/ca.po: Update from translation team.
27771
27772 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27773
27774         * scripts/update-copyrights: New file.
27775         * Makeconfig: Reformat copyright notice.
27776         * ctype/ctype.h: Likewise.
27777         * debug/swprintf_chk.c: Likewise.
27778         * elf/dl-cache.c: Likewise.
27779         * elf/dl-debug.c: Likewise.
27780         * elf/dl-object.c: Likewise.
27781         * grp/initgroups.c: Likewise.
27782         * hurd/Makefile: Likewise.
27783         * hurd/hurd/signal.h: Likewise.
27784         * hurd/hurdfault.c: Likewise.
27785         * hurd/hurdioctl.c: Likewise.
27786         * hurd/hurdlookup.c: Likewise.
27787         * hurd/intr-msg.c: Likewise.
27788         * iconv/gconv_open.c: Likewise.
27789         * libio/swprintf.c: Likewise.
27790         * locale/lc-ctype.c: Likewise.
27791         * locale/nl_langinfo.c: Likewise.
27792         * mach/Machrules: Likewise.
27793         * mach/Makefile: Likewise.
27794         * malloc/obstack.h: Likewise.
27795         * manual/Makefile: Likewise.
27796         * manual/tsort.awk: Likewise.
27797         * misc/bits/stab.def: Likewise.
27798         * nis/nis_print_group_entry.c: Likewise.
27799         * nis/nis_table.c: Likewise.
27800         * nis/nss_compat/compat-pwd.c: Likewise.
27801         * nis/nss_compat/compat-spwd.c: Likewise.
27802         * po/Makefile: Likewise.
27803         * posix/fnmatch.c: Likewise.
27804         * posix/regex.h: Likewise.
27805         * resolv/Makefile: Likewise.
27806         * resolv/nss_dns/dns-network.c: Likewise.
27807         * resolv/res_hconf.c: Likewise.
27808         * scripts/gen-sorted.awk: Likewise.
27809         * soft-fp/soft-fp.h: Likewise.
27810         * stdio-common/printf.h: Likewise.
27811         * stdlib/monetary.h: Likewise.
27812         * stdlib/random.c: Likewise.
27813         * stdlib/random_r.c: Likewise.
27814         * sysdeps/generic/Makefile: Likewise.
27815         * sysdeps/gnu/Makefile: Likewise.
27816         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27817         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27818         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27819         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27820         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27821         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27822         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27823         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27824         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27825         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27826         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27827         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27828         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27829         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27830         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27831         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27832         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27833         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27834         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27835         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27836         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27837         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27838         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27839         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27840         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27841         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27842         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27843         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27844         * sysdeps/mach/hurd/errnos.awk: Likewise.
27845         * sysdeps/mach/hurd/fork.c: Likewise.
27846         * sysdeps/mach/hurd/getcwd.c: Likewise.
27847         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27848         * sysdeps/mach/hurd/mmap.c: Likewise.
27849         * sysdeps/mach/hurd/utimes.c: Likewise.
27850         * sysdeps/mach/hurd/xmknod.c: Likewise.
27851         * sysdeps/posix/profil.c: Likewise.
27852         * sysdeps/posix/readdir_r.c: Likewise.
27853         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27854         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27855         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27856         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27857         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27858         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27859         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27860         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27861         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27862         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27863         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27864         * sysdeps/pthread/lio_listio.c: Likewise.
27865         * sysdeps/sparc/dl-procinfo.h: Likewise.
27866         * sysdeps/unix/i386/sysdep.S: Likewise.
27867         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27868         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27869         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27870         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27872         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27873         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27874         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27875         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27876         * sysdeps/wordsize-32/divdi3.c: Likewise.
27877         * time/sys/time.h: Likewise.
27878         * wcsmbs/Makefile: Likewise.
27879
27880 2013-01-01  David S. Miller  <davem@davemloft.net>
27881
27882         * po/fr.po: Update from translation team.
27883
27884         * catgets/gencat.c: Update copyright year.
27885         * csu/version.c: Likewise.
27886         * debug/catchsegv.sh: Likewise.
27887         * debug/pcprofiledump.c: Likewise.
27888         * debug/xtrace.sh: Likewise.
27889         * elf/ldconfig.c: Likewise.
27890         * elf/ldd.bash.in: Likewise.
27891         * elf/pldd.c: Likewise.
27892         * elf/sotruss.ksh: Likewise.
27893         * elf/sprof.c: Likewise.
27894         * iconv/iconv_prog.c: Likewise.
27895         * iconv/iconvconfig.c: Likewise.
27896         * locale/programs/locale.c: Likewise.
27897         * locale/programs/localedef.c: Likewise.
27898         * login/programs/pt_chown.c: Likewise.
27899         * malloc/memusage.sh: Likewise.
27900         * malloc/memusagestat.c: Likewise.
27901         * malloc/mtrace.pl: Likewise.
27902         * nscd/nscd.c: Likewise.
27903         * nss/getent.c: Likewise.
27904         * nss/makedb.c: Likewise.
27905         * posix/getconf.c: Likewise.
27906
27907 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27908
27909         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27910         numbers.
27911
27912 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27913
27914         * math/bits/mathcalls.h (modf): Use __nonnull.
27915
27916 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27917
27918         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27919         (split): Use macro CN instead of the bare value.
27920         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27921         could be used.
27922         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27923         instead of the bare value.
27924         (power1): Likewise.
27925
27926 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27927
27928         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27929         __ATAN_TWOM.
27930         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27931
27932         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27933         their values.
27934         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27935         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27936         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27937         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27938
27939 2012-12-28  Andreas Jaeger  <aj@suse.de>
27940
27941         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27942         values are from Linux 3.7.
27943
27944         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27945         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27946
27947 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27948
27949         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27950         TRUE case.
27951
27952         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27953         (norm): Likewise.
27954         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27955         variables with preprocessor constants.
27956         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27957         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27958         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27959
27960 2012-12-27  Bruno Haible  <bruno@clisp.org>
27961
27962         [BZ #14317]
27963         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27964         only if needed.
27965
27966 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27967
27968         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27969         and use variable directly.
27970         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27971
27972         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27973         MPONE.
27974         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27975         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27976         variable MPONE.
27977         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27978         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27979         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27980         include directive.  Remove local variable MPONE.
27981         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27982         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27983         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27984
27985 2012-12-25  David S. Miller  <davem@davemloft.net>
27986
27987         * version.h (RELEASE): Set to "development".
27988         (VERSION): Set to "2.17.90".
27989         * NEWS: Add 2.18 section.
27990
27991 2012-12-21  David S. Miller  <davem@davemloft.net>
27992
27993         * po/hr.po: Update from translation team.
27994
27995 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27996
27997         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27998
27999 2012-12-19  Steve Ellcey  <sellcey@mips.com>
28000
28001         * NEWS:  Mention new memcpy for MIPS.
28002
28003 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28004
28005         * manual/contrib.texi (Contributors): Spelling correction.
28006
28007 2012-12-15  David S. Miller  <davem@davemloft.net>
28008
28009         * po/ru.po: Update from translation team.
28010
28011 2012-12-13  David S. Miller  <davem@davemloft.net>
28012
28013         * NEWS: Mention IFUNC testsuite enhancements.
28014
28015         * po/pl.po: Update from translation team.
28016         * po/bg.po: Likewise.
28017
28018         * manual/contrib.texi (Contributors): Update entries for Hongjiu
28019         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
28020
28021 2012-12-11  David S. Miller  <davem@davemloft.net>
28022
28023         * po/sv.po: Update from translation team.
28024
28025         * po/vi.po: Update from translation team.
28026
28027         * po/cs.po: Update from translation team.
28028
28029         * po/de.po: Update from translation team.
28030         * po/eo.po: Likewise.
28031         * po/nl.po: Likewise.
28032
28033 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28034
28035         [BZ #14246]
28036         * manual/argp.texi (Argp Helper Functions): Move node to follow
28037         Argp Parsing State.
28038
28039         [BZ #14872]
28040         * manual/conf.texi (Limits on File System Capacity): Mention if
28041         terminating null is included in the max size.
28042
28043 2012-12-10  Andreas Jaeger  <aj@suse.de>
28044
28045         * po/cs.po: Update from translation team.
28046
28047 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
28048
28049         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
28050         void pointer and cast to uintptr_t.
28051         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
28052         path.
28053         * sysdeps/s390/s390-64/memcpy.S: Likewise.
28054         * sysdeps/s390/s390-64/memset.S: Likewise.
28055
28056 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
28057
28058         [BZ #14833]
28059         * menual/message.texi (Message Translation): Fix typos.
28060         (Helper programs for gettext): Likewise.
28061
28062 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
28063
28064         [BZ #14898]
28065         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
28066         Change to -1.
28067
28068 2012-12-07  David S. Miller  <davem@davemloft.net>
28069
28070         * po/libc.pot: Update.
28071
28072 2012-12-07  Richard Henderson  <rth@redhat.com>
28073
28074         [BZ #10114]
28075         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
28076         normal/normal case to before the switch.
28077         (_FP_DIV): Likewise.
28078
28079 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
28080             Mike Frysinger  <vapier@gentoo.org>
28081
28082         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
28083         check for __NR_fadvise64_64.
28084
28085 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
28086
28087         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
28088         0, not just to plain "0" as a statement.
28089         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
28090         with cw.
28091
28092 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
28093
28094         * NEWS: Use sourceware.org in Bugzilla URL.
28095
28096 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
28097
28098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
28099         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28100
28101         * stdio-common/tst-put-error.c (do_test): Add newline to the
28102         padded test to ensure flush.
28103
28104 2012-12-05  Jeff Law  <law@redhat.com>
28105
28106         * sunrpc/etc.rpc (fedfs_admin): Add entry.
28107
28108 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
28109
28110         * README: Don't refer to ports add-on as distributed separately.
28111         Mention AArch64 in list of systems supported in the ports add-on.
28112
28113         * LICENSES: Add more non-FSF copyright and license notices.
28114
28115         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
28116         ((unused)).
28117
28118         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
28119
28120         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
28121         10000 as width of padded output.
28122
28123 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
28124
28125         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
28126
28127         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
28128         variable LX with __attribute__ ((unused)).
28129         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
28130         Likewise.
28131         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
28132         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
28133         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
28134         with __attribute__ ((unused)).
28135
28136 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
28137
28138         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
28139
28140 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
28141
28142         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
28143         (CFLAGS-nldbl-acos.c): New variable.
28144         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
28145         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
28146         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
28147         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
28148         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
28149         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
28150         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
28151         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
28152         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
28153         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
28154         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
28155         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
28156         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
28157         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
28158         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
28159         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
28160         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
28161         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
28162         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
28163         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
28164         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
28165         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
28166         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
28167         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
28168         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
28169         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
28170         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
28171         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
28172         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
28173         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
28174         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
28175         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
28176         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
28177         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
28178         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
28179         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
28180         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
28181         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
28182         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
28183         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
28184         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
28185         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
28186         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
28187         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
28188         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
28189         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
28190         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
28191         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
28192         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
28193         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
28194         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
28195         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
28196         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
28197         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
28198         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
28199         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
28200         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
28201         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28202         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28203         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28204         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28205         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28206         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28207         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28208         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28209         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28210         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28211         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28212         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28213         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28214         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28215         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28216         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28217         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28218         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28219         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28220         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28221         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28222         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28223         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28224         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28225         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28226         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28227         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28228         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28229         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28230         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28231         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28232         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28233         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28234         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28235         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28236         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28237         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28238         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28239         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28240         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28241
28242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28243         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28244
28245         [BZ #14914]
28246         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28247         whole low double instead of just low 47 bits when splitting values
28248         into two parts.
28249
28250 2012-12-03  Allan McRae  <allan@archlinux.org>
28251
28252         * manual/stdio.texi (Predefined Printf Handlers): Remove
28253         @hsep and @vsep usage.
28254
28255 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
28256
28257         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28258         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28259
28260 2012-12-03  Jeff Law  <law@redhat.com>
28261
28262         * time/sys/time.h (settimeofday): Do not mark TV argument
28263         as __nonnull.
28264
28265 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
28266
28267         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28268         when currently writing and seek to current position when not.
28269         * libio/Makefile (tests): Remove bug-fclose1.
28270         * libio/bug-fclose1.c: Delete.
28271
28272 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
28273
28274         * manual/arith.texi (feenableexcept): Fix typo.
28275         (fedisableexcept): Likewise.
28276
28277 2012-11-30  Roland McGrath  <roland@hack.frob.com>
28278
28279         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28280         second, differently-typed declaration, rather than a cast.
28281
28282 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28283
28284         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28285         * include/rpc/svc.h: ... here.
28286
28287 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
28288
28289         [BZ #13013]
28290         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28291         depending n and resplen2 to catch cases where answer
28292         equals answerp2.
28293
28294 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28295
28296         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28297         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28298
28299 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28300
28301         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28302
28303 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28304
28305         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28306
28307 2012-11-28  Jeff Law  <law@redhat.com>
28308
28309         [BZ #13761]
28310         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28311         dataset_temporary.  Track alloca usage into alloca_used.
28312         If dataset is large allocate and release it via malloc/free.
28313
28314 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28315
28316         [BZ #14197]
28317         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28318
28319 2012-11-28  David S. Miller  <davem@davemloft.net>
28320
28321         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28322
28323 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28324
28325         [BZ #14803]
28326         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28327         of pi/2 rounded to nearest to 64 bits.
28328         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28329         nearest to 64 bits.
28330         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28331         bits.
28332
28333 2012-11-28  Jeff Law <law@redhat.com>
28334             Martin Osvald <mosvald@redhat.com>
28335
28336         [BZ #14889]
28337         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28338         * sunrpc/svc.c: Include time.h.
28339         (__svc_accept_failed): New function.
28340         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28341         any reason other than EINTR, call __svc_accept_failed.
28342         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28343         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28344
28345 2012-11-28  Andreas Schwab  <schwab@suse.de>
28346
28347         * scripts/abilist.awk: Also handle indirect functions in .opd
28348         section.
28349
28350 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28351
28352         [BZ #13881]
28353         * sysdeps/x86/fpu/powl_helper.c: New file.
28354         * sysdeps/x86/fpu/Makefile: Likewise.
28355         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28356         (p3): New object.
28357         (__ieee754_powl): Use __powl_helper for finite arguments except
28358         integer exponents below 8.
28359         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28360         (p3): New object.
28361         (__ieee754_powl): Use __powl_helper for finite arguments except
28362         integer exponents below 8.
28363         * math/libm-test.inc (pow_test): Add more tests and enable some
28364         previously disabled tests.
28365         * sysdeps/i386/fpu/libm-test-ulps: Update.
28366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28367
28368 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28369             Carlos O'Donell  <carlos_odonell@mentor.com>
28370
28371         * nss/makedb.c (is_prime): Assert that input is odd and greater
28372         than 4.  Note that fact in a comment too.
28373         (next_prime): Add 4 to input.
28374
28375 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28376
28377         [BZ #11741]
28378         * libio/Makefile (tests): Add test case tst-fwrite-error.
28379         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28380         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28381         * libio/tst-fwrite-error.c: New test case.
28382
28383 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28384
28385         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28386         before casting to void *.
28387         * include/libc-internal.h (__pointer_type): New macro.
28388         (__integer_if_pointer_type_sub): Likewise.
28389         (__integer_if_pointer_type): Likewise.
28390         (cast_to_integer): Likewise.
28391         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28392         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28393         before casting to atomic64_t.
28394         (atomic_exchange_acq): Likewise.
28395         (__arch_exchange_and_add_body): Likewise.
28396         (__arch_add_body): Likewise.
28397         (atomic_add_negative): Likewise.
28398         (atomic_add_zero): Likewise.
28399
28400 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28401
28402         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28403         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28404         (add_fdes): Likewise.
28405         (linear_search_fdes): Likewise.
28406         (binary_search_unencoded_fdes): Likewise.
28407
28408 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28409
28410         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28411
28412 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28413
28414         * configure.in: Autodetect C++ header directories.
28415         * configure: Regenerated.
28416
28417 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28418
28419         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28420
28421 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28422
28423         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28424
28425 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28426
28427         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28428         LDBL_MANT_DIG == 106]: Disable some tests.
28429         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28430         Likewise.
28431         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28432         Likewise.
28433
28434         [BZ #14871]
28435         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28436         input for small inputs.  Return +/- pi/2 for large inputs.
28437         * math/libm-test.inc (atan_test): Add more tests.
28438
28439         * sysdeps/generic/unwind-dw2-fde-glibc.c
28440         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28441         __attribute__ ((unused)).
28442
28443         [BZ #14645]
28444         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28445         x * y if x and y are nonzero and z is zero.
28446
28447         [BZ #14811]
28448         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28449         nonzero exponents with absolute value below 0x1p-117 to +/-
28450         0x1p-117.
28451
28452         [BZ #14869]
28453         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28454         up arguments below 2**-450, not just those below 2**-500.
28455         * math/libm-test.inc (hypot_test): Add another test.
28456
28457         [BZ #14868]
28458         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28459         Return a+b for ratio over 2**120, not 2**60.
28460         * math/libm-test.inc (hypot_test): Add another test.
28461
28462         * math/libm-test.inc (clog_test): Use
28463         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28464         (clog10_test): Likewise.
28465
28466         [BZ #6778]
28467         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28468
28469 2012-11-22  Andreas Schwab  <schwab@suse.de>
28470
28471         * sysdeps/i386/fpu/libm-test-ulps: Update.
28472
28473 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28474
28475         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28476         printf output with newline.
28477
28478 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28479
28480         [BZ #14865]
28481         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28482         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28483         -z nodlopen, -z initfirst and -z execstack support.
28484         * configure: Regenerated.
28485
28486         * elf/elf.h (DF_1_NODIRECT): New macro.
28487         (DF_1_IGNMULDEF): Likewise.
28488         (DF_1_NOKSYMS): Likewise.
28489         (DF_1_NOHDR): Likewise.
28490         (DF_1_EDITED): Likewise.
28491         (DF_1_NORELOC): Likewise.
28492         (DF_1_SYMINTPOSE): Likewise.
28493         (DF_1_GLOBAUDIT): Likewise.
28494         (DF_1_SINGLETON): Likewise.
28495         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28496         DT_1_SUPPORTED_MASK bits.
28497         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28498
28499 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28500
28501         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28502
28503 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28504
28505         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28506         macro.
28507
28508         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28509         (sendmmsg): Move declarations...
28510         * socket/sys/socket.h: ... here.
28511         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28512         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28513         include it from...
28514         * socket/recvmmsg.c: ... this new file.
28515         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28516         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28517         definition of __sendmmsg hidden.
28518         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28519         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28520         Move ENOSYS stub into and include it from...
28521         * socket/sendmmsg.c: ... this new file.
28522         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28523         (sysdep_routines): Move recvmmsg and sendmmsg...
28524         * socket/Makefile (routines): ... here.
28525         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28526         (GLIBC_PRIVATE): Add __sendmmsg.
28527         * include/sys/socket.h (__sendmmsg): Add declarations.
28528         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28529         sendmmsg.
28530
28531 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28532
28533         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28534         variable I1 with __attribute__ ((unused)).
28535         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28536
28537 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28538
28539         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28540         DUMMY variables with __attribute__ ((unused)).
28541
28542         * bits/byteswap.h: Include <bits/types.h>.
28543         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28544
28545 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28546
28547         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28548         string_t.  Do not manually set errno.
28549         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28550         length with __strnlen.  Make sure to both set errno and return it on
28551         failure.
28552
28553 2012-11-19  David S. Miller  <davem@davemloft.net>
28554
28555         With help from Joseph Myers.
28556         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28557         very large arguments properly.
28558         * math/libm-test.inc (atan_test): New tests.
28559         (atan2_test): New tests.
28560         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28561         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28562
28563 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28564
28565         [BZ #14856]
28566         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28567         Define to 3.
28568
28569         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28570         [POSIX] (EADDRNOTAVAIL): Likewise.
28571         [POSIX] (EAFNOSUPPORT): Likewise.
28572         [POSIX] (EALREADY): Likewise.
28573         [POSIX] (ECONNABORTED): Likewise.
28574         [POSIX] (ECONNREFUSED): Likewise.
28575         [POSIX] (ECONNRESET): Likewise.
28576         [POSIX] (EDESTADDRREQ): Likewise.
28577         [POSIX] (EDQUOT): Likewise.
28578         [POSIX] (EHOSTUNREACH): Likewise.
28579         [POSIX] (EIDRM): Likewise.
28580         [POSIX] (EISCONN): Likewise.
28581         [POSIX] (ELOOP): Likewise.
28582         [POSIX] (EMULTIHOP): Likewise.
28583         [POSIX] (ENETDOWN): Likewise.
28584         [POSIX] (ENETUNREACH): Likewise.
28585         [POSIX] (ENOBUFS): Likewise.
28586         [POSIX] (ENODATA): Likewise.
28587         [POSIX] (ENOLINK): Likewise.
28588         [POSIX] (ENOMSG): Likewise.
28589         [POSIX] (ENOPROTOOPT): Likewise.
28590         [POSIX] (ENOSR): Likewise.
28591         [POSIX] (ENOSTR): Likewise.
28592         [POSIX] (ENOTCONN): Likewise.
28593         [POSIX] (ENOTSOCK): Likewise.
28594         [POSIX] (EOPNOTSUPP): Likewise.
28595         [POSIX] (EOVERFLOW): Likewise.
28596         [POSIX] (EPROTO): Likewise.
28597         [POSIX] (EPROTONOSUPPORT): Likewise.
28598         [POSIX] (EPROTOTYPE): Likewise.
28599         [POSIX] (ESTALE): Likewise.
28600         [POSIX] (ETIME): Likewise.
28601         [POSIX] (ETXTBSY): Likewise.
28602         [POSIX] (EWOULDBLOCK): Likewise.
28603         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28604         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28605         [POSIX] (SEEK_CUR): Likewise.
28606         [POSIX] (SEEK_END): Likewise.
28607         [POSIX || UNIX98] (mode_t): Do not require.
28608         [POSIX] (off_t): Likewise.
28609         [POSIX] (pid_t): Likewise.
28610         [POSIX] (sys/stat.h): Do not allow header.
28611         [POSIX] (unistd.h): Likewise.
28612         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28613         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28614         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28615         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28616         require.
28617         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28618         sigevent): Specify elements.
28619         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28620         entry.
28621         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28622         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28623
28624         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28625         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28626         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28627         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28628         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28629         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28630         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28631         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28632         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28633         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28634         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28635         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28636         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28637         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28638         Likewise.
28639         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28640         Likewise.
28641         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28642         Likewise.
28643         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28644         Likewise.
28645         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28646         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28647         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28648         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28649         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28650         Specify lower bound on value.
28651         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28652         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28653         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28654         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28655         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28656         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28657         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28658         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28659         value.
28660         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28661         as optional.
28662         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28663         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28664         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28665         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28666         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28667         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28668         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28669         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28670         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28671         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28672         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28673         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28674         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28675         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28676         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28677         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28678         entry.
28679         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28680         optional.
28681         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28682         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28683         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28684         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28685         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28686         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28687         Likewise.
28688         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28689         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28690         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28691         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28692         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28693         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28694         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28695         as optional.
28696         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28697         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28698         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28699         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28700         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28701         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28702         specify as optional.
28703         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28704         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28705         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28706         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28707         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28708         [XPG3] (NL_LANGMAX): Likewise.
28709         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28710         [POSIX || XPG3] (NL_NMAX): Likewise.
28711         [POSIX || XPG3] (NL_SETMAX): Likewise.
28712         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28713         [XPG3] (NZERO): Likewise.
28714         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28715         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28716         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28717         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28718         (REG_ERANGE): Expect.
28719         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28720         optional-constant.
28721         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28722         Use (void) in prototype.
28723         [POSIX] (*_t): Allow.
28724         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28725         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28726         (WRDE_BADVAL): Expect.
28727
28728         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28729         expect.
28730         [XPG3 || XPG4] (O_RSYNC): Likewise.
28731         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28732         Likewise.
28733         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28734         [XPG3 || XPG4] (sigqueue): Likewise.
28735         [XPG3 || XPG4] (sigtimedwait): Likewise.
28736         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28737         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28738         [XPG3 || XPG4] (vsnprintf): Likewise.
28739         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28740         Likewise.
28741         [XPG3 || XPG4] (blksize_t): Likewise.
28742         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28743         Likewise.
28744         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28745         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28746         [XPG3 || XPG4] (struct itimerspec): Likewise.
28747         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28748         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28749         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28750         [XPG3 || XPG4] (clockid_t): Likewise.
28751         [XPG3 || XPG4] (timer_t): Likewise.
28752         [XPG3 || XPG4] (clock_getres): Likewise.
28753         [XPG3 || XPG4] (clock_gettime): Likewise.
28754         [XPG3 || XPG4] (clock_settime): Likewise.
28755         [XPG3 || XPG4] (nanosleep): Likewise.
28756         [XPG3 || XPG4] (timer_create): Likewise.
28757         [XPG3 || XPG4] (timer_delete): Likewise.
28758         [XPG3 || XPG4] (timer_gettime): Likewise.
28759         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28760         [XPG3 || XPG4] (timer_settime): Likewise.
28761         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28762         [XPG3 || XPG4] (getlogin_r): Likewise.
28763         [XPG3 || XPG4] (pread): Likewise.
28764         [XPG3 || XPG4] (pthread_atfork): Likewise.
28765         [XPG3 || XPG4] (pwrite): Likewise.
28766
28767         [BZ #14835]
28768         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28769         <bits/siginfo.h>.
28770
28771 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28772
28773         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28774         finalizing MALLSTREAM.
28775
28776         * sysdeps/mach/hurd/syncfs.c: New file.
28777
28778 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28779
28780         [BZ #14719]
28781         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28782         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28783         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28784         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28785         (_nss_dns_gethostbyname4_r): Likewise.
28786         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28787         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28788
28789 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28790
28791         [BZ #13763]
28792         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28793
28794 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28795
28796         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28797         * elf/cache.c (print_entry): Print ",AArch64" for
28798         FLAG_AARCH64_LIB64
28799
28800         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28801         * elf/cache.c (print_entry): Print ",hard-float" for
28802         FLAG_ARM_LIBHF.
28803
28804 2012-11-18  David S. Miller  <davem@davemloft.net>
28805
28806         With help from Joseph Myers.
28807         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28808         cutoff to 2**-13.
28809         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28810         cutoff to 2**-25.
28811         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28812         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28813         small.
28814         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28815         * math/libm-test.inc (y0_test): New tests.
28816         (y1_test): New tests.
28817         * sysdeps/i386/fpu/libm-test-ulps: Update.
28818         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28819         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28820
28821 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28822
28823         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28824         64-bit targets.
28825         * configure: Regenerated.
28826
28827 2012-11-17  David S. Miller  <davem@davemloft.net>
28828
28829         [BZ #14811]
28830         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28831         nonzero exponents with absolute value below 0x1p-128 to +/-
28832         0x1p-128.
28833
28834 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28835
28836         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28837
28838         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28839
28840         * posix/getconf-speclist.c: New file.
28841         * posix/posix-envs.def: Likewise.
28842         * posix/confstr.c (START_ENV_GROUP): New macro.
28843         (END_ENV_GROUP): Likewise.
28844         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28845         (KNOWN_PRESENT_ENV_STRING): Likewise.
28846         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28847         (UNKNOWN_ENVIRONMENT): Likewise.
28848         (confstr): Include posix-envs.def instead of handling
28849         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28850         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28851         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28852         (END_ENV_GROUP): Likewise.
28853         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28854         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28855         (UNKNOWN_ENVIRONMENT): Likewise.
28856         (__sysconf): Include posix-envs.def instead of handling associated
28857         cases directly here.
28858         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28859         preprocessing getconf-speclist.c rather than running getconf or
28860         generating empty file.
28861
28862 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28863
28864         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28865
28866 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28867
28868         [BZ #14672]
28869         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28870
28871 2012-11-16  David S. Miller  <davem@davemloft.net>
28872
28873         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28874         smaller than LDBL_EPSILON/2.0L, just return xm1.
28875
28876 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28877
28878         * elf/tst-array1.c (init): Set constructor priority to 1000.
28879         (fini): Set destructor priority to 1000.
28880         * elf/tst-array2dep.c: Likewise.
28881
28882 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28883
28884         [BZ #11741]
28885         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28886         (_IO_new_file_xsputn): Also return EOF if none of the input
28887         data was written when overflow failed.
28888         * libio/iopadn.c (_IO_padn): Likewise.
28889         * libio/iowpadn.c (_IO_wpadn): Likewise.
28890         * stdio-common/tst-put-error.c: Add copyright notice.
28891         (do_test): Add case for printing padded string.
28892         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28893         _IO_padn returned error.
28894         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28895         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28896         return EOF.
28897
28898 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28899
28900         * libio/libioP.h: Add comment note that the references to C++
28901         bits are now obsolete.
28902
28903 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28904
28905         * math/libm-test.inc (check_complex): Use asprintf.
28906
28907 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28908
28909         * debug/pcprofiledump.c (print_version): Update copyright year.
28910         * malloc/memusagestat.c (print_version): Likewise.
28911
28912 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28913
28914         [BZ #14831]
28915         * elf/Makefile (tests): Add tst-audit8.
28916         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28917         ($(objpfx)tst-audit8.out): New target.
28918         (tst-audit8-ENV): New variable.
28919         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28920         audit if l_reloc_result is NULL.
28921         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28922         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28923         * elf/tst-audit8.c: New file.
28924
28925 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28926
28927         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28928         * misc/Makefile (CFLAGS-select.c): Define.
28929         * posix/Makefile (CFLAGS-pause.c): Define.
28930
28931 2012-11-13  David S. Miller  <davem@davemloft.net>
28932
28933         * crypt/Makefile: Move test targets after toplevel Rules
28934         inclusion.  Grab any necessary sysdep routines when linking.
28935         * crypt/md5.c (md5_process_block): Remove define, we will always
28936         name it __md5_process_block.
28937         (md5_finish_ctx): Update md5_process_block call.
28938         (md5_stream): Likewise.
28939         (md5_process_bytes): Likewise.
28940         (md5_process_block): Rename to __md5_process_block and move to ...
28941         * crypt/md5-block.c: ... here.
28942         * crypt/sha256.c (sha256_process_block): Move to ...
28943         * crypt/sha256-block.c: ... here.
28944         * crypt/sha512.c (sha512_process_block): Move to ...
28945         * crypt/sha512-block.c: ... here.
28946         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28947         path.
28948         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28949         * sysdeps/sparc/sparc64/multiarch/Makefile
28950         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28951         crypt subdir.
28952         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28953         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28954         multiarch changes.
28955         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28956         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28957         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28958         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28959         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28960         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28961         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28962         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28963         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28964         file.
28965         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28966         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28967         file.
28968         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28969
28970 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28971
28972         * timezone/tzselect.ksh: Update from tzcode git revision
28973         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28974         * timezone/zdump.c: Likewise.
28975         * timezone/zic.c: Likewise.
28976         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28977         in TZVERSION setting, not $(PKGVERSION).
28978         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28979         REPORT_BUGS_TO settings.
28980
28981         [BZ #14838]
28982         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28983         macro.
28984
28985 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28986
28987         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28988         detection to immediately after _FP_ROUND().
28989         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28990         bits are 0.
28991
28992 2012-11-11  David S. Miller  <davem@davemloft.net>
28993
28994         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28995         inttypes.h
28996         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28997         __close rather than their public counterparts.
28998
28999 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
29000
29001         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
29002         file.
29003         [UNIX98] (sem_timedwait): Do not expect.
29004         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
29005         [XPG4 || UNIX98] (sockatmark): Do not expect.
29006         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
29007         (clock_getcpuclockid): Do not expect.
29008         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
29009         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
29010         Do not expect.
29011         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
29012         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
29013         [UNIX98] (vwscanf): Likewise.
29014         [UNIX98] (vswscanf): Likewise.
29015
29016 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
29017
29018         * timezone/version.h: Remove file.
29019         * timezone/README: Do not refer to version.h.
29020         * timezone/Makefile ($(objpfx)zic.o): New dependency on
29021         $(objpfx)version.h.
29022         ($(objpfx)zdump.o): Likewise.
29023         ($(objpfx)version.h): New target.
29024
29025         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
29026         2012i.
29027         * timezone/README: Don't mention modification to tzselect.ksh.
29028         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
29029         work on unmodified tzselect.ksh.  Substitute version numbers in
29030         tzselect.ksh.
29031
29032         * Makefile (format-me): Remove.
29033         (INSTALL): Adjust indentation.  Use commands directly instead of
29034         using $(format-me).
29035
29036         * aclocal.m4 (ACX_PKGVERSION): New macro.
29037         (ACX_BUGURL): Likewise.
29038         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
29039         (PKGVERSION): New AC_DEFINE_UNQUOTED.
29040         (REPORT_BUGS_TO): Likewise.
29041         * configure: Regenerated.
29042         * config.h.in (PKGVERSION): New macro.
29043         (REPORT_BUGS_TO): Likewise.
29044         * config.make.in (PKGVERSION): New variable.
29045         (PKGVERSION_TEXI): Likewise.
29046         (REPORT_BUGS_TO): Likewise.
29047         (REPORT_BUGS_TEXI): Likewise.
29048         * Makefile (format-me): Use -I$(common-objpfx)manual.
29049         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
29050         ($(common-objpfx)manual/%): New target.
29051         (manual/%): Remove target.
29052         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
29053         (print_version): Use PKGVERSION.
29054         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
29055         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
29056         and REPORT_BUGS_TO.
29057         ($(objpfx)xtrace): Likewise.
29058         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
29059         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
29060         (print_version): Use PKGVERSION.
29061         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
29062         (do_version): Use PKGVERSION.
29063         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
29064         REPORT_BUGS_TO.
29065         (common-ldd-rewrite): Likewise.
29066         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
29067         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
29068         (print_version): Use PKGVERSION.
29069         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
29070         * elf/pldd.c (argp_program_bug_address): Remove variable.
29071         (more_help): New function.
29072         (argp): Use more_help.
29073         (print_version): Use PKGVERSION.
29074         * elf/sln.c (main): Use PKGVERSION.
29075         (usage): Use REPORT_BUGS_TO.
29076         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
29077         (top level): Use PKGVERSION.
29078         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
29079         (print_version): Use PKGVERSION.
29080         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
29081         (print_version): Use PKGVERSION.
29082         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
29083         (print_version): Use PKGVERSION.
29084         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
29085         (print_version): Use PKGVERSION.
29086         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
29087         (print_version): Use PKGVERSION.
29088         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
29089         (print_version): Use PKGVERSION.
29090         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
29091         and BUGURL.
29092         ($(objpfx)memusage): Likewise.
29093         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
29094         (do_version): Use PKGVERSION.
29095         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
29096         (print_version): Use PKGVERSION.
29097         * malloc/mtrace.pl ($PACKAGE): Remove variable.
29098         ($PKGVERSION): New variable.
29099         ($REPORT_BUGS_TO): Likewise.
29100         (usage): Use $REPORT_BUGS_TO.
29101         (top level): Use $PKGVERSION.
29102         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
29103         ($(objpfx)pkgvers.texi): New rule.
29104         ($(objpfx)stamp-pkgvers): Likewise.
29105         * manual/install.texi: Include pkgvers.texi.
29106         (--with-pkgversion): Document new configure option.
29107         (--with-bugurl): Likewise.
29108         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
29109         than necessarily for this particular distribution.  Use
29110         REPORT_BUGS_TO for where to report bugs.
29111         * INSTALL: Regenerated.
29112         * manual/libc.texinfo: Include pkgvers.texi.
29113         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
29114         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
29115         (print_version): Use PKGVERSION.
29116         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
29117         (print_version): Use PKGVERSION.
29118         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
29119         (print_version): Use PKGVERSION.
29120         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
29121         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
29122         macro.
29123         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
29124         (print_version): Use PKGVERSION.
29125         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
29126         (print_version): Use PKGVERSION.
29127         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
29128         and PKGVERSION.
29129
29130         * timezone/checktab.awk: Update from tzcode 2012i.
29131         * timezone/ialloc.c: Likewise.
29132         * timezone/private.h: Likewise.
29133         * timezone/scheck.c: Likewise.
29134         * timezone/tzfile.h: Likewise.
29135         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
29136         (TZVERSION): Hardcode tzcode version number.
29137         * timezone/zdump.c: Update from tzcode 2012i.
29138         * timezone/zic.c: Likewise.
29139         * timezone/version.h: New file.
29140         * timezone/README: Describe version.h.  Update upstream location.
29141
29142         [BZ #14824]
29143         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
29144         (mktemp): Enable declaration.
29145         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
29146         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
29147         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
29148         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
29149         Likewise.
29150         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
29151         Likewise.
29152         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
29153         Likewise.
29154         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
29155         Likewise.
29156         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
29157         Likewise.
29158         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
29159         Likewise.
29160
29161         [BZ #14821]
29162         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
29163         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
29164         for copies of such integer values.
29165         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
29166         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
29167
29168 2012-11-09  Andreas Jaeger  <aj@suse.de>
29169
29170         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
29171         definitions and declarations that are provided by
29172         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29173
29174 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29175
29176         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
29177         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
29178         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
29179         definition.
29180
29181 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29182
29183         * elf/elf.h: Update comment before AArch64 relocations.
29184
29185 2012-11-07  David S. Miller  <davem@davemloft.net>
29186
29187         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
29188         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
29189         (__start_context): Declare.
29190         (__makecontext_ret): Delete.
29191         (__makecontext): Hook up __start_context instead of
29192         __makecontext_ret.
29193         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
29194         (sysdep_routines): Add __start_context when in stdlib.
29195
29196 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29197
29198         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
29199         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
29200         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
29201         hardcoded "nm".
29202         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
29203         (READELF): New variable.  Use it instead of hardcoded "readelf".
29204
29205 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
29206
29207         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29208         * sysdeps/x86/Makefile: Here.
29209         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29210         * sysdeps/x86/tst-xmmymm.sh: This.
29211
29212 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29213
29214         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29215         expectations.
29216         [UNIX98] (pthread_barrier_t): Do not expect.
29217         [UNIX98] (pthread_barrierattr_t): Likewise.
29218         [UNIX98] (pthread_spinlock_t): Likewise.
29219         [UNIX98] (pthread_barrier_destroy): Likewise.
29220         [UNIX98] (pthread_barrier_init): Likewise.
29221         [UNIX98] (pthread_barrier_wait): Likewise.
29222         [UNIX98] (pthread_barrierattr_destroy): Likewise.
29223         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29224         [UNIX98] (pthread_barrierattr_init): Likewise.
29225         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29226         [UNIX98] (pthread_getcpuclockid): Likewise.
29227         [UNIX98] (pthread_mutex_timedlock): Likewise.
29228         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29229         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29230         [UNIX98] (pthread_sigmask): Likewise.
29231         [UNIX98] (pthread_spin_destroy): Likewise.
29232         [UNIX98] (pthread_spin_init): Likewise.
29233         [UNIX98] (pthread_spin_lock): Likewise.
29234         [UNIX98] (pthread_spin_trylock): Likewise.
29235         [UNIX98] (pthread_spin_unlock): Likewise.
29236         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29237         Do not expect.
29238         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29239         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29240         [XPG3 || XPG4] (pthread_cond_t): Likewise.
29241         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29242         [XPG3 || XPG4] (pthread_key_t): Likewise.
29243         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29244         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29245         [XPG3 || XPG4] (pthread_once_t): Likewise.
29246         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29247         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29248         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29249         [XPG3 || XPG4] (pthread_t): Likewise.
29250
29251         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29252         not expect.
29253         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29254
29255         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29256         Change function return type to int.
29257
29258         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29259         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29260         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29261         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29262         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29263         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29264         [!POSIX] (posix_madvise): Likewise.
29265         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29266         && !UNIX98].
29267         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29268         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29269         (mode_t): Likewise.
29270         (posix_mem_offset): Likewise.
29271         (posix_typed_mem_get_info): Likewise.
29272         (posix_typed_mem_open): Likewise.
29273
29274         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29275         Change condition to [XOPEN2K8].
29276
29277         * conform/conformtest.pl: Preprocess allow-header data with -x c
29278         instead of from stdin.
29279         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29280         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29281         [C99-based standards] (cerfc): Likewise.
29282         [C99-based standards] (cexp2): Likewise.
29283         [C99-based standards] (cexpm1): Likewise.
29284         [C99-based standards] (clog10): Likewise.
29285         [C99-based standards] (clog1p): Likewise.
29286         [C99-based standards] (clog2): Likewise.
29287         [C99-based standards] (clgamma): Likewise.
29288         [C99-based standards] (ctgamma): Likewise.
29289         [C99-based standards] (cerff): Likewise.
29290         [C99-based standards] (cerfcf): Likewise.
29291         [C99-based standards] (cexp2f): Likewise.
29292         [C99-based standards] (cexpm1f): Likewise.
29293         [C99-based standards] (clog10f): Likewise.
29294         [C99-based standards] (clog1pf): Likewise.
29295         [C99-based standards] (clog2f): Likewise.
29296         [C99-based standards] (clgammaf): Likewise.
29297         [C99-based standards] (ctgammaf): Likewise.
29298         [C99-based standards] (cerfl): Likewise.
29299         [C99-based standards] (cerfcl): Likewise.
29300         [C99-based standards] (cexp2l): Likewise.
29301         [C99-based standards] (cexpm1l): Likewise.
29302         [C99-based standards] (clog10l): Likewise.
29303         [C99-based standards] (clog1pl): Likewise.
29304         [C99-based standards] (clog2l): Likewise.
29305         [C99-based standards] (clgammal): Likewise.
29306         [C99-based standards] (ctgammal): Likewise.
29307         * conform/data/inttypes.h-data [C99-based standards]: Include
29308         stdint.h-data.  Remove all expectations for stdint.h contents.
29309         [C99-based standards] (PRI*): Do not allow.
29310         [C99-based standards] (SCN*): Likewise.
29311         [C99-based standards] (*_t): Likewise.
29312         [C99-based-standards] (PRId8): Expect macro.
29313         [C99-based-standards] (PRIi8): Likewise.
29314         [C99-based-standards] (PRIo8): Likewise.
29315         [C99-based-standards] (PRIu8): Likewise.
29316         [C99-based-standards] (PRIx8): Likewise.
29317         [C99-based-standards] (PRIX8): Likewise.
29318         [C99-based-standards] (SCNd8): Likewise.
29319         [C99-based-standards] (SCNi8): Likewise.
29320         [C99-based-standards] (SCNo8): Likewise.
29321         [C99-based-standards] (SCNu8): Likewise.
29322         [C99-based-standards] (SCNx8): Likewise.
29323         [C99-based-standards] (PRIdLEAST8): Likewise.
29324         [C99-based-standards] (PRIiLEAST8): Likewise.
29325         [C99-based-standards] (PRIoLEAST8): Likewise.
29326         [C99-based-standards] (PRIuLEAST8): Likewise.
29327         [C99-based-standards] (PRIxLEAST8): Likewise.
29328         [C99-based-standards] (PRIXLEAST8): Likewise.
29329         [C99-based-standards] (SCNdLEAST8): Likewise.
29330         [C99-based-standards] (SCNiLEAST8): Likewise.
29331         [C99-based-standards] (SCNoLEAST8): Likewise.
29332         [C99-based-standards] (SCNuLEAST8): Likewise.
29333         [C99-based-standards] (SCNxLEAST8): Likewise.
29334         [C99-based-standards] (PRIdFAST8): Likewise.
29335         [C99-based-standards] (PRIiFAST8): Likewise.
29336         [C99-based-standards] (PRIoFAST8): Likewise.
29337         [C99-based-standards] (PRIuFAST8): Likewise.
29338         [C99-based-standards] (PRIxFAST8): Likewise.
29339         [C99-based-standards] (PRIXFAST8): Likewise.
29340         [C99-based-standards] (SCNdFAST8): Likewise.
29341         [C99-based-standards] (SCNiFAST8): Likewise.
29342         [C99-based-standards] (SCNoFAST8): Likewise.
29343         [C99-based-standards] (SCNuFAST8): Likewise.
29344         [C99-based-standards] (SCNxFAST8): Likewise.
29345         [C99-based-standards] (PRId16): Likewise.
29346         [C99-based-standards] (PRIi16): Likewise.
29347         [C99-based-standards] (PRIo16): Likewise.
29348         [C99-based-standards] (PRIu16): Likewise.
29349         [C99-based-standards] (PRIx16): Likewise.
29350         [C99-based-standards] (PRIX16): Likewise.
29351         [C99-based-standards] (SCNd16): Likewise.
29352         [C99-based-standards] (SCNi16): Likewise.
29353         [C99-based-standards] (SCNo16): Likewise.
29354         [C99-based-standards] (SCNu16): Likewise.
29355         [C99-based-standards] (SCNx16): Likewise.
29356         [C99-based-standards] (PRIdLEAST16): Likewise.
29357         [C99-based-standards] (PRIiLEAST16): Likewise.
29358         [C99-based-standards] (PRIoLEAST16): Likewise.
29359         [C99-based-standards] (PRIuLEAST16): Likewise.
29360         [C99-based-standards] (PRIxLEAST16): Likewise.
29361         [C99-based-standards] (PRIXLEAST16): Likewise.
29362         [C99-based-standards] (SCNdLEAST16): Likewise.
29363         [C99-based-standards] (SCNiLEAST16): Likewise.
29364         [C99-based-standards] (SCNoLEAST16): Likewise.
29365         [C99-based-standards] (SCNuLEAST16): Likewise.
29366         [C99-based-standards] (SCNxLEAST16): Likewise.
29367         [C99-based-standards] (PRIdFAST16): Likewise.
29368         [C99-based-standards] (PRIiFAST16): Likewise.
29369         [C99-based-standards] (PRIoFAST16): Likewise.
29370         [C99-based-standards] (PRIuFAST16): Likewise.
29371         [C99-based-standards] (PRIxFAST16): Likewise.
29372         [C99-based-standards] (PRIXFAST16): Likewise.
29373         [C99-based-standards] (SCNdFAST16): Likewise.
29374         [C99-based-standards] (SCNiFAST16): Likewise.
29375         [C99-based-standards] (SCNoFAST16): Likewise.
29376         [C99-based-standards] (SCNuFAST16): Likewise.
29377         [C99-based-standards] (SCNxFAST16): Likewise.
29378         [C99-based-standards] (PRId32): Likewise.
29379         [C99-based-standards] (PRIi32): Likewise.
29380         [C99-based-standards] (PRIo32): Likewise.
29381         [C99-based-standards] (PRIu32): Likewise.
29382         [C99-based-standards] (PRIx32): Likewise.
29383         [C99-based-standards] (PRIX32): Likewise.
29384         [C99-based-standards] (SCNd32): Likewise.
29385         [C99-based-standards] (SCNi32): Likewise.
29386         [C99-based-standards] (SCNo32): Likewise.
29387         [C99-based-standards] (SCNu32): Likewise.
29388         [C99-based-standards] (SCNx32): Likewise.
29389         [C99-based-standards] (PRIdLEAST32): Likewise.
29390         [C99-based-standards] (PRIiLEAST32): Likewise.
29391         [C99-based-standards] (PRIoLEAST32): Likewise.
29392         [C99-based-standards] (PRIuLEAST32): Likewise.
29393         [C99-based-standards] (PRIxLEAST32): Likewise.
29394         [C99-based-standards] (PRIXLEAST32): Likewise.
29395         [C99-based-standards] (SCNdLEAST32): Likewise.
29396         [C99-based-standards] (SCNiLEAST32): Likewise.
29397         [C99-based-standards] (SCNoLEAST32): Likewise.
29398         [C99-based-standards] (SCNuLEAST32): Likewise.
29399         [C99-based-standards] (SCNxLEAST32): Likewise.
29400         [C99-based-standards] (PRIdFAST32): Likewise.
29401         [C99-based-standards] (PRIiFAST32): Likewise.
29402         [C99-based-standards] (PRIoFAST32): Likewise.
29403         [C99-based-standards] (PRIuFAST32): Likewise.
29404         [C99-based-standards] (PRIxFAST32): Likewise.
29405         [C99-based-standards] (PRIXFAST32): Likewise.
29406         [C99-based-standards] (SCNdFAST32): Likewise.
29407         [C99-based-standards] (SCNiFAST32): Likewise.
29408         [C99-based-standards] (SCNoFAST32): Likewise.
29409         [C99-based-standards] (SCNuFAST32): Likewise.
29410         [C99-based-standards] (SCNxFAST32): Likewise.
29411         [C99-based-standards] (PRId64): Likewise.
29412         [C99-based-standards] (PRIi64): Likewise.
29413         [C99-based-standards] (PRIo64): Likewise.
29414         [C99-based-standards] (PRIu64): Likewise.
29415         [C99-based-standards] (PRIx64): Likewise.
29416         [C99-based-standards] (PRIX64): Likewise.
29417         [C99-based-standards] (SCNd64): Likewise.
29418         [C99-based-standards] (SCNi64): Likewise.
29419         [C99-based-standards] (SCNo64): Likewise.
29420         [C99-based-standards] (SCNu64): Likewise.
29421         [C99-based-standards] (SCNx64): Likewise.
29422         [C99-based-standards] (PRIdLEAST64): Likewise.
29423         [C99-based-standards] (PRIiLEAST64): Likewise.
29424         [C99-based-standards] (PRIoLEAST64): Likewise.
29425         [C99-based-standards] (PRIuLEAST64): Likewise.
29426         [C99-based-standards] (PRIxLEAST64): Likewise.
29427         [C99-based-standards] (PRIXLEAST64): Likewise.
29428         [C99-based-standards] (SCNdLEAST64): Likewise.
29429         [C99-based-standards] (SCNiLEAST64): Likewise.
29430         [C99-based-standards] (SCNoLEAST64): Likewise.
29431         [C99-based-standards] (SCNuLEAST64): Likewise.
29432         [C99-based-standards] (SCNxLEAST64): Likewise.
29433         [C99-based-standards] (PRIdFAST64): Likewise.
29434         [C99-based-standards] (PRIiFAST64): Likewise.
29435         [C99-based-standards] (PRIoFAST64): Likewise.
29436         [C99-based-standards] (PRIuFAST64): Likewise.
29437         [C99-based-standards] (PRIxFAST64): Likewise.
29438         [C99-based-standards] (PRIXFAST64): Likewise.
29439         [C99-based-standards] (SCNdFAST64): Likewise.
29440         [C99-based-standards] (SCNiFAST64): Likewise.
29441         [C99-based-standards] (SCNoFAST64): Likewise.
29442         [C99-based-standards] (SCNuFAST64): Likewise.
29443         [C99-based-standards] (SCNxFAST64): Likewise.
29444         [C99-based-standards] (PRIdMAX): Likewise.
29445         [C99-based-standards] (PRIiMAX): Likewise.
29446         [C99-based-standards] (PRIoMAX): Likewise.
29447         [C99-based-standards] (PRIuMAX): Likewise.
29448         [C99-based-standards] (PRIxMAX): Likewise.
29449         [C99-based-standards] (PRIXMAX): Likewise.
29450         [C99-based-standards] (SCNdMAX): Likewise.
29451         [C99-based-standards] (SCNiMAX): Likewise.
29452         [C99-based-standards] (SCNoMAX): Likewise.
29453         [C99-based-standards] (SCNuMAX): Likewise.
29454         [C99-based-standards] (SCNxMAX): Likewise.
29455         [C99-based-standards] (PRIdPTR): Likewise.
29456         [C99-based-standards] (PRIiPTR): Likewise.
29457         [C99-based-standards] (PRIoPTR): Likewise.
29458         [C99-based-standards] (PRIuPTR): Likewise.
29459         [C99-based-standards] (PRIxPTR): Likewise.
29460         [C99-based-standards] (PRIXPTR): Likewise.
29461         [C99-based-standards] (SCNdPTR): Likewise.
29462         [C99-based-standards] (SCNiPTR): Likewise.
29463         [C99-based-standards] (SCNoPTR): Likewise.
29464         [C99-based-standards] (SCNuPTR): Likewise.
29465         [C99-based-standards] (SCNxPTR): Likewise.
29466         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29467         allow.
29468         * conform/data/stdint.h-data: Update comments to clarify
29469         requirements.
29470         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29471         type.
29472         [C99-based standards] (INT8_MAX): Likewise.
29473         [C99-based standards] (INT16_MIN): Likewise.
29474         [C99-based standards] (INT16_MAX): Likewise.
29475         [C99-based standards] (INT32_MIN): Likewise.
29476         [C99-based standards] (INT32_MAX): Likewise.
29477         [C99-based standards] (INT64_MIN): Likewise.
29478         [C99-based standards] (INT64_MAX): Likewise.
29479         [C99-based standards] (UINT8_MAX): Likewise.
29480         [C99-based standards] (UINT16_MAX): Likewise.
29481         [C99-based standards] (UINT32_MAX): Likewise.
29482         [C99-based standards] (UINT64_MAX): Likewise.
29483         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29484         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29485         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29486         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29487         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29488         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29489         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29490         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29491         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29492         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29493         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29494         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29495         [C99-based standards] (INT_FAST8_MIN): Likewise.
29496         [C99-based standards] (INT_FAST8_MAX): Likewise.
29497         [C99-based standards] (INT_FAST16_MIN): Likewise.
29498         [C99-based standards] (INT_FAST16_MAX): Likewise.
29499         [C99-based standards] (INT_FAST32_MIN): Likewise.
29500         [C99-based standards] (INT_FAST32_MAX): Likewise.
29501         [C99-based standards] (INT_FAST64_MIN): Likewise.
29502         [C99-based standards] (INT_FAST64_MAX): Likewise.
29503         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29504         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29505         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29506         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29507         [C99-based standards] (INTPTR_MIN): Likewise.
29508         [C99-based standards] (INTPTR_MAX): Likewise.
29509         [C99-based standards] (UINTPTR_MAX): Likewise.
29510         [C99-based standards] (INTMAX_MIN): Likewise.
29511         [C99-based standards] (INTMAX_MAX): Likewise.
29512         [C99-based standards] (UINTMAX_MAX): Likewise.
29513         [C99-based standards] (PTRDIFF_MIN): Likewise.
29514         [C99-based standards] (PTRDIFF_MAX): Likewise.
29515         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29516         [C99-based standards] (SIZE_MAX): Likewise.
29517         [C99-based standards] (WCHAR_MAX): Likewise.
29518         [C99-based standards] (WINT_MAX): Likewise.
29519         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29520         constraint on value.
29521         [C99-based standards] (WCHAR_MIN): Likewise.
29522         [C99-based standards] (WINT_MIN): Likewise.
29523         [C99-based standards] (*_t): Allow.
29524         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29525         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29526         Include math.h-data and complex.h-data.  Remove all expectations
29527         of math.h and complex.h contents.
29528         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29529         at end of line.
29530         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29531         (struct tm): Expect tag.
29532         [C99-based-standards] (wcstof): Expect function.
29533         [C99-based-standards] (wcstold): Likewise.
29534         [C99-based-standards] (wcstoll): Likewise.
29535         [C99-based-standards] (wcstoull): Likewise.
29536         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29537         macro-int-constant.  Specify type.
29538         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29539         constraint on value.
29540         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29541         Specify type.
29542         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29543         Specify value.
29544         [ISO C standards]: Do not allow headers.
29545         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29546         wcs[abcdefghijklmnopqrstuvwxyz]*.
29547         [ISO C standards] (*_t): Do not allow.
29548         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29549         Expect function.
29550         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29551         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29552         Specify type.
29553         [ISO C standards]: Do not allow headers.
29554         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29555         is[abcdefghijklmnopqrstuvwxyz]*.
29556         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29557         to[abcdefghijklmnopqrstuvwxyz]*.
29558         [ISO C standards] (*_t): Do not allow.
29559         * conform/data/stdalign.h-data: New file.
29560         * conform/data/stdbool.h-data: Likewise.
29561         * conform/data/stdnoreturn.h-data: Likewise.
29562
29563 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29564
29565         [BZ #14815]
29566         * manual/filesys.texi (Directory Entries): Typo fix.
29567         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29568
29569 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29570
29571         * elf/elf.h (EM_AARCH64): New macro.
29572         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29573         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29574         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29575         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29576         (R_AARCH64_TLSDESC): Likewise.
29577         (NT_ARM_TLS): Likewise.
29578         (NT_ARM_HW_BREAK): Likewise.
29579         (NT_ARM_HW_WATCH): Likewise.
29580
29581 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29582
29583         [BZ #14811]
29584         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29585         (__ieee754_powl): Saturate nonzero exponents with absolute value
29586         below 0x1p-79 to +/- 0x1p-79.
29587         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29588         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29589         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29590         nonzero exponents with absolute value below 0x1p-32 to +/-
29591         0x1p-32.
29592         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29593         (__ieee754_powl): Saturate nonzero exponents with absolute value
29594         below 0x1p-79 to +/- 0x1p-79.
29595         * math/libm-test.inc (pow_test): Add more tests.
29596
29597 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29598
29599         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29600         _dl_s390_cap_flags with kernel. Increase string length.
29601         (_dl_s390_platforms): Add z196 and zEC12.
29602
29603 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29604
29605         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29606         Change XOPEN21K to XOPEN2K.
29607
29608 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29609
29610         * string/memmove.c: Use memcpy when possible.
29611
29612 2012-11-06  Andreas Jaeger  <aj@suse.de>
29613
29614         * po/eo.po: Update from translation team.
29615
29616 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29617
29618         [BZ #14793]
29619         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29620         exponent and small x and y exponents, scale x or y up.  Increase
29621         by 2 the exponent used in scaling up.
29622         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29623         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29624         * math/libm-test.inc (fma_test): Add more tests.
29625         (fma_test_towardzero): Likewise.
29626         (fma_test_downward): Likewise.
29627         (fma_test_upward): Likewise.
29628
29629 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29630
29631         [BZ #14805]
29632         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29633         fenv_t *.
29634
29635         [BZ #14801]
29636         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29637         namespace for names of struct fields.
29638         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29639         fenv_t fields.
29640         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29641         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29642
29643 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29644
29645         [BZ #3665]
29646         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29647
29648 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29649
29650         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29651         PTR_DEMANGLE.
29652
29653         [BZ #5246]
29654         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29655         PTR_DEMANGLE.
29656
29657 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29658
29659         [BZ #14797]
29660         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29661         definitely overflow as x * y not x * y + z.
29662         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29663         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29664         * math/libm-test.inc (fma_test): Add more tests.
29665         (fma_test_towardzero): Likewise.
29666         (fma_test_downward): Likewise.
29667         (fma_test_upward): Likewise.
29668
29669 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29670
29671         [BZ #157]
29672
29673         * include/stub-tag.h: Remove file.
29674         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29675         '#include' of it.
29676         * manual/maint.texi (Porting): Don't reference it.
29677         * Makerules ($(objpfx)stubs): Likewise.
29678         * dirent/closedir.c: Don't include <stub-tag.h>.
29679         * dirent/dirfd.c: Likewise.
29680         * dirent/fdopendir.c: Likewise.
29681         * dirent/getdents.c: Likewise.
29682         * dirent/getdents64.c: Likewise.
29683         * dirent/opendir.c: Likewise.
29684         * dirent/readdir.c: Likewise.
29685         * dirent/readdir64.c: Likewise.
29686         * dirent/readdir64_r.c: Likewise.
29687         * dirent/readdir_r.c: Likewise.
29688         * dirent/rewinddir.c: Likewise.
29689         * dirent/seekdir.c: Likewise.
29690         * dirent/telldir.c: Likewise.
29691         * gmon/profil.c: Likewise.
29692         * grp/setgroups.c: Likewise.
29693         * inet/if_index.c: Likewise.
29694         * io/access.c: Likewise.
29695         * io/chdir.c: Likewise.
29696         * io/chmod.c: Likewise.
29697         * io/chown.c: Likewise.
29698         * io/close.c: Likewise.
29699         * io/dup.c: Likewise.
29700         * io/dup2.c: Likewise.
29701         * io/dup3.c: Likewise.
29702         * io/euidaccess.c: Likewise.
29703         * io/faccessat.c: Likewise.
29704         * io/fchdir.c: Likewise.
29705         * io/fchmod.c: Likewise.
29706         * io/fchmodat.c: Likewise.
29707         * io/fchown.c: Likewise.
29708         * io/fchownat.c: Likewise.
29709         * io/fcntl.c: Likewise.
29710         * io/flock.c: Likewise.
29711         * io/fstatfs.c: Likewise.
29712         * io/fstatfs64.c: Likewise.
29713         * io/fstatvfs.c: Likewise.
29714         * io/fstatvfs64.c: Likewise.
29715         * io/futimens.c: Likewise.
29716         * io/fxstat.c: Likewise.
29717         * io/fxstat64.c: Likewise.
29718         * io/fxstatat.c: Likewise.
29719         * io/fxstatat64.c: Likewise.
29720         * io/getcwd.c: Likewise.
29721         * io/isatty.c: Likewise.
29722         * io/lchmod.c: Likewise.
29723         * io/lchown.c: Likewise.
29724         * io/link.c: Likewise.
29725         * io/linkat.c: Likewise.
29726         * io/lseek.c: Likewise.
29727         * io/lseek64.c: Likewise.
29728         * io/lxstat64.c: Likewise.
29729         * io/mkdir.c: Likewise.
29730         * io/mkdirat.c: Likewise.
29731         * io/mkfifo.c: Likewise.
29732         * io/mkfifoat.c: Likewise.
29733         * io/open.c: Likewise.
29734         * io/open64.c: Likewise.
29735         * io/openat.c: Likewise.
29736         * io/openat64.c: Likewise.
29737         * io/pipe.c: Likewise.
29738         * io/pipe2.c: Likewise.
29739         * io/poll.c: Likewise.
29740         * io/posix_fadvise.c: Likewise.
29741         * io/posix_fadvise64.c: Likewise.
29742         * io/posix_fallocate.c: Likewise.
29743         * io/posix_fallocate64.c: Likewise.
29744         * io/read.c: Likewise.
29745         * io/readlink.c: Likewise.
29746         * io/readlinkat.c: Likewise.
29747         * io/rmdir.c: Likewise.
29748         * io/sendfile.c: Likewise.
29749         * io/sendfile64.c: Likewise.
29750         * io/statfs.c: Likewise.
29751         * io/statfs64.c: Likewise.
29752         * io/statvfs.c: Likewise.
29753         * io/statvfs64.c: Likewise.
29754         * io/symlink.c: Likewise.
29755         * io/symlinkat.c: Likewise.
29756         * io/ttyname.c: Likewise.
29757         * io/ttyname_r.c: Likewise.
29758         * io/umask.c: Likewise.
29759         * io/unlink.c: Likewise.
29760         * io/unlinkat.c: Likewise.
29761         * io/utime.c: Likewise.
29762         * io/utimensat.c: Likewise.
29763         * io/write.c: Likewise.
29764         * io/xmknod.c: Likewise.
29765         * io/xmknodat.c: Likewise.
29766         * io/xstat.c: Likewise.
29767         * io/xstat64.c: Likewise.
29768         * login/getpt.c: Likewise.
29769         * login/grantpt.c: Likewise.
29770         * login/unlockpt.c: Likewise.
29771         * math/e_acoshl.c: Likewise.
29772         * math/e_acosl.c: Likewise.
29773         * math/e_asinl.c: Likewise.
29774         * math/e_atan2l.c: Likewise.
29775         * math/e_atanhl.c: Likewise.
29776         * math/e_coshl.c: Likewise.
29777         * math/e_expl.c: Likewise.
29778         * math/e_fmodl.c: Likewise.
29779         * math/e_gammal_r.c: Likewise.
29780         * math/e_hypotl.c: Likewise.
29781         * math/e_j0l.c: Likewise.
29782         * math/e_j1l.c: Likewise.
29783         * math/e_jnl.c: Likewise.
29784         * math/e_lgammal_r.c: Likewise.
29785         * math/e_log10l.c: Likewise.
29786         * math/e_log2l.c: Likewise.
29787         * math/e_logl.c: Likewise.
29788         * math/e_powl.c: Likewise.
29789         * math/e_rem_pio2l.c: Likewise.
29790         * math/e_sinhl.c: Likewise.
29791         * math/e_sqrtl.c: Likewise.
29792         * math/fclrexcpt.c: Likewise.
29793         * math/fedisblxcpt.c: Likewise.
29794         * math/feenablxcpt.c: Likewise.
29795         * math/fegetenv.c: Likewise.
29796         * math/fegetexcept.c: Likewise.
29797         * math/fegetround.c: Likewise.
29798         * math/feholdexcpt.c: Likewise.
29799         * math/fesetenv.c: Likewise.
29800         * math/fesetround.c: Likewise.
29801         * math/feupdateenv.c: Likewise.
29802         * math/fgetexcptflg.c: Likewise.
29803         * math/fraiseexcpt.c: Likewise.
29804         * math/fsetexcptflg.c: Likewise.
29805         * math/ftestexcept.c: Likewise.
29806         * math/k_cosl.c: Likewise.
29807         * math/k_rem_pio2l.c: Likewise.
29808         * math/k_sinl.c: Likewise.
29809         * math/k_tanl.c: Likewise.
29810         * math/s_asinhl.c: Likewise.
29811         * math/s_atanl.c: Likewise.
29812         * math/s_cbrtl.c: Likewise.
29813         * math/s_erfl.c: Likewise.
29814         * math/s_expm1l.c: Likewise.
29815         * math/s_log1pl.c: Likewise.
29816         * math/s_tanhl.c: Likewise.
29817         * misc/acct.c: Likewise.
29818         * misc/brk.c: Likewise.
29819         * misc/chflags.c: Likewise.
29820         * misc/chroot.c: Likewise.
29821         * misc/fchflags.c: Likewise.
29822         * misc/fgetxattr.c: Likewise.
29823         * misc/flistxattr.c: Likewise.
29824         * misc/fremovexattr.c: Likewise.
29825         * misc/fsetxattr.c: Likewise.
29826         * misc/fsync.c: Likewise.
29827         * misc/ftruncate.c: Likewise.
29828         * misc/futimes.c: Likewise.
29829         * misc/futimesat.c: Likewise.
29830         * misc/getdomain.c: Likewise.
29831         * misc/getdtsz.c: Likewise.
29832         * misc/gethostid.c: Likewise.
29833         * misc/gethostname.c: Likewise.
29834         * misc/getloadavg.c: Likewise.
29835         * misc/getpagesize.c: Likewise.
29836         * misc/getsysstats.c: Likewise.
29837         * misc/getxattr.c: Likewise.
29838         * misc/gtty.c: Likewise.
29839         * misc/ioctl.c: Likewise.
29840         * misc/lgetxattr.c: Likewise.
29841         * misc/listxattr.c: Likewise.
29842         * misc/llistxattr.c: Likewise.
29843         * misc/lremovexattr.c: Likewise.
29844         * misc/lsetxattr.c: Likewise.
29845         * misc/lutimes.c: Likewise.
29846         * misc/madvise.c: Likewise.
29847         * misc/mincore.c: Likewise.
29848         * misc/mlock.c: Likewise.
29849         * misc/mlockall.c: Likewise.
29850         * misc/mmap.c: Likewise.
29851         * misc/mprotect.c: Likewise.
29852         * misc/msync.c: Likewise.
29853         * misc/munlock.c: Likewise.
29854         * misc/munlockall.c: Likewise.
29855         * misc/munmap.c: Likewise.
29856         * misc/preadv.c: Likewise.
29857         * misc/preadv64.c: Likewise.
29858         * misc/ptrace.c: Likewise.
29859         * misc/pwritev.c: Likewise.
29860         * misc/pwritev64.c: Likewise.
29861         * misc/readv.c: Likewise.
29862         * misc/reboot.c: Likewise.
29863         * misc/remap_file_pages.c: Likewise.
29864         * misc/removexattr.c: Likewise.
29865         * misc/revoke.c: Likewise.
29866         * misc/select.c: Likewise.
29867         * misc/setdomain.c: Likewise.
29868         * misc/setegid.c: Likewise.
29869         * misc/seteuid.c: Likewise.
29870         * misc/sethostid.c: Likewise.
29871         * misc/sethostname.c: Likewise.
29872         * misc/setregid.c: Likewise.
29873         * misc/setreuid.c: Likewise.
29874         * misc/setxattr.c: Likewise.
29875         * misc/sstk.c: Likewise.
29876         * misc/stty.c: Likewise.
29877         * misc/swapoff.c: Likewise.
29878         * misc/swapon.c: Likewise.
29879         * misc/sync.c: Likewise.
29880         * misc/syncfs.c: Likewise.
29881         * misc/syscall.c: Likewise.
29882         * misc/truncate.c: Likewise.
29883         * misc/ualarm.c: Likewise.
29884         * misc/usleep.c: Likewise.
29885         * misc/ustat.c: Likewise.
29886         * misc/utimes.c: Likewise.
29887         * misc/vhangup.c: Likewise.
29888         * misc/writev.c: Likewise.
29889         * posix/_exit.c: Likewise.
29890         * posix/alarm.c: Likewise.
29891         * posix/execve.c: Likewise.
29892         * posix/fexecve.c: Likewise.
29893         * posix/fork.c: Likewise.
29894         * posix/fpathconf.c: Likewise.
29895         * posix/getaddrinfo.c: Likewise.
29896         * posix/getegid.c: Likewise.
29897         * posix/geteuid.c: Likewise.
29898         * posix/getgid.c: Likewise.
29899         * posix/getgroups.c: Likewise.
29900         * posix/getlogin.c: Likewise.
29901         * posix/getlogin_r.c: Likewise.
29902         * posix/getpgid.c: Likewise.
29903         * posix/getpid.c: Likewise.
29904         * posix/getppid.c: Likewise.
29905         * posix/getresgid.c: Likewise.
29906         * posix/getresuid.c: Likewise.
29907         * posix/getsid.c: Likewise.
29908         * posix/getuid.c: Likewise.
29909         * posix/glob64.c: Likewise.
29910         * posix/nanosleep.c: Likewise.
29911         * posix/pathconf.c: Likewise.
29912         * posix/pause.c: Likewise.
29913         * posix/posix_madvise.c: Likewise.
29914         * posix/pread.c: Likewise.
29915         * posix/pread64.c: Likewise.
29916         * posix/pwrite.c: Likewise.
29917         * posix/pwrite64.c: Likewise.
29918         * posix/sched_getaffinity.c: Likewise.
29919         * posix/sched_getp.c: Likewise.
29920         * posix/sched_gets.c: Likewise.
29921         * posix/sched_primax.c: Likewise.
29922         * posix/sched_primin.c: Likewise.
29923         * posix/sched_rr_gi.c: Likewise.
29924         * posix/sched_setaffinity.c: Likewise.
29925         * posix/sched_setp.c: Likewise.
29926         * posix/sched_sets.c: Likewise.
29927         * posix/sched_yield.c: Likewise.
29928         * posix/setgid.c: Likewise.
29929         * posix/setlogin.c: Likewise.
29930         * posix/setpgid.c: Likewise.
29931         * posix/setresgid.c: Likewise.
29932         * posix/setresuid.c: Likewise.
29933         * posix/setsid.c: Likewise.
29934         * posix/setuid.c: Likewise.
29935         * posix/sleep.c: Likewise.
29936         * posix/spawni.c: Likewise.
29937         * posix/sysconf.c: Likewise.
29938         * posix/times.c: Likewise.
29939         * posix/wait.c: Likewise.
29940         * posix/wait3.c: Likewise.
29941         * posix/wait4.c: Likewise.
29942         * posix/waitpid.c: Likewise.
29943         * resolv/gai_sigqueue.c: Likewise.
29944         * resource/getpriority.c: Likewise.
29945         * resource/getrlimit.c: Likewise.
29946         * resource/getrusage.c: Likewise.
29947         * resource/nice.c: Likewise.
29948         * resource/setpriority.c: Likewise.
29949         * resource/setrlimit.c: Likewise.
29950         * resource/ulimit.c: Likewise.
29951         * rt/aio_cancel.c: Likewise.
29952         * rt/aio_fsync.c: Likewise.
29953         * rt/aio_read.c: Likewise.
29954         * rt/aio_sigqueue.c: Likewise.
29955         * rt/aio_suspend.c: Likewise.
29956         * rt/aio_write.c: Likewise.
29957         * rt/clock_getres.c: Likewise.
29958         * rt/clock_gettime.c: Likewise.
29959         * rt/clock_nanosleep.c: Likewise.
29960         * rt/clock_settime.c: Likewise.
29961         * rt/lio_listio.c: Likewise.
29962         * rt/mq_close.c: Likewise.
29963         * rt/mq_getattr.c: Likewise.
29964         * rt/mq_notify.c: Likewise.
29965         * rt/mq_open.c: Likewise.
29966         * rt/mq_receive.c: Likewise.
29967         * rt/mq_send.c: Likewise.
29968         * rt/mq_setattr.c: Likewise.
29969         * rt/mq_timedreceive.c: Likewise.
29970         * rt/mq_timedsend.c: Likewise.
29971         * rt/mq_unlink.c: Likewise.
29972         * rt/shm_open.c: Likewise.
29973         * rt/shm_unlink.c: Likewise.
29974         * rt/timer_create.c: Likewise.
29975         * rt/timer_delete.c: Likewise.
29976         * rt/timer_getoverr.c: Likewise.
29977         * rt/timer_gettime.c: Likewise.
29978         * rt/timer_settime.c: Likewise.
29979         * setjmp/__longjmp.c: Likewise.
29980         * setjmp/setjmp.c: Likewise.
29981         * signal/kill.c: Likewise.
29982         * signal/killpg.c: Likewise.
29983         * signal/raise.c: Likewise.
29984         * signal/sigaction.c: Likewise.
29985         * signal/sigaltstack.c: Likewise.
29986         * signal/sigblock.c: Likewise.
29987         * signal/sigignore.c: Likewise.
29988         * signal/sigintr.c: Likewise.
29989         * signal/signal.c: Likewise.
29990         * signal/sigpause.c: Likewise.
29991         * signal/sigpending.c: Likewise.
29992         * signal/sigqueue.c: Likewise.
29993         * signal/sigreturn.c: Likewise.
29994         * signal/sigset.c: Likewise.
29995         * signal/sigsetmask.c: Likewise.
29996         * signal/sigstack.c: Likewise.
29997         * signal/sigsuspend.c: Likewise.
29998         * signal/sigtimedwait.c: Likewise.
29999         * signal/sigvec.c: Likewise.
30000         * signal/sigwait.c: Likewise.
30001         * signal/sigwaitinfo.c: Likewise.
30002         * signal/sysv_signal.c: Likewise.
30003         * socket/accept.c: Likewise.
30004         * socket/accept4.c: Likewise.
30005         * socket/bind.c: Likewise.
30006         * socket/connect.c: Likewise.
30007         * socket/getpeername.c: Likewise.
30008         * socket/getsockname.c: Likewise.
30009         * socket/getsockopt.c: Likewise.
30010         * socket/isfdtype.c: Likewise.
30011         * socket/listen.c: Likewise.
30012         * socket/recv.c: Likewise.
30013         * socket/recvfrom.c: Likewise.
30014         * socket/recvmsg.c: Likewise.
30015         * socket/send.c: Likewise.
30016         * socket/sendmsg.c: Likewise.
30017         * socket/sendto.c: Likewise.
30018         * socket/setsockopt.c: Likewise.
30019         * socket/shutdown.c: Likewise.
30020         * socket/sockatmark.c: Likewise.
30021         * socket/socket.c: Likewise.
30022         * socket/socketpair.c: Likewise.
30023         * stdio-common/ctermid.c: Likewise.
30024         * stdio-common/cuserid.c: Likewise.
30025         * stdio-common/remove.c: Likewise.
30026         * stdio-common/rename.c: Likewise.
30027         * stdio-common/renameat.c: Likewise.
30028         * stdio-common/tempname.c: Likewise.
30029         * stdlib/getcontext.c: Likewise.
30030         * stdlib/makecontext.c: Likewise.
30031         * stdlib/setcontext.c: Likewise.
30032         * stdlib/swapcontext.c: Likewise.
30033         * stdlib/system.c: Likewise.
30034         * streams/fattach.c: Likewise.
30035         * streams/fdetach.c: Likewise.
30036         * streams/getmsg.c: Likewise.
30037         * streams/getpmsg.c: Likewise.
30038         * streams/putmsg.c: Likewise.
30039         * streams/putpmsg.c: Likewise.
30040         * sysdeps/unix/bsd/getpt.c: Likewise.
30041         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
30042         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
30043         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
30044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
30045         Likewise.
30046         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
30047         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
30048         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
30049         * sysvipc/msgctl.c: Likewise.
30050         * sysvipc/msgget.c: Likewise.
30051         * sysvipc/msgrcv.c: Likewise.
30052         * sysvipc/msgsnd.c: Likewise.
30053         * sysvipc/semctl.c: Likewise.
30054         * sysvipc/semget.c: Likewise.
30055         * sysvipc/semop.c: Likewise.
30056         * sysvipc/semtimedop.c: Likewise.
30057         * sysvipc/shmat.c: Likewise.
30058         * sysvipc/shmctl.c: Likewise.
30059         * sysvipc/shmdt.c: Likewise.
30060         * sysvipc/shmget.c: Likewise.
30061         * termios/tcdrain.c: Likewise.
30062         * termios/tcflow.c: Likewise.
30063         * termios/tcflush.c: Likewise.
30064         * termios/tcgetattr.c: Likewise.
30065         * termios/tcgetpgrp.c: Likewise.
30066         * termios/tcsendbrk.c: Likewise.
30067         * termios/tcsetattr.c: Likewise.
30068         * termios/tcsetpgrp.c: Likewise.
30069         * time/adjtime.c: Likewise.
30070         * time/clock.c: Likewise.
30071         * time/getitimer.c: Likewise.
30072         * time/gettimeofday.c: Likewise.
30073         * time/setitimer.c: Likewise.
30074         * time/settimeofday.c: Likewise.
30075         * time/stime.c: Likewise.
30076         * time/time.c: Likewise.
30077
30078 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
30079
30080         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
30081         /usr/old/bin.
30082
30083         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
30084         instead of spaces.
30085         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
30086
30087 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
30088
30089         [BZ #14796]
30090         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
30091         FE_TONEAREST before applying Dekker multiplication and Knuth
30092         addition.  Clear inexact exceptions and check for exact zero
30093         results afterwards.
30094         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30095         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30096         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30097         * math/libm-test.inc (fma_test): Add more tests.
30098         (fma_test_towardzero): Likewise.
30099         (fma_test_downward): Likewise.
30100         (fma_test_upward): Likewise.
30101         * sysdeps/generic/math_private.h (default_libc_fesetround): New
30102         function.
30103         (libc_fesetround): New macro.
30104         (libc_fesetroundf): Likewise.
30105         (libc_fesetroundl): Likewise.
30106         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
30107         function.
30108         (libc_fesetround_387): Likewise.
30109         (libc_fesetroundf): New macro.
30110         (libc_fesetround): Likewise.
30111         (libc_fesetroundl): Likewise.
30112         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
30113         function.
30114         (libc_fesetroundf): New macro.
30115         (libc_fesetround): Likewise.
30116         (libc_fesetroundl): Likewise.
30117         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
30118         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
30119         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
30120         libm_hidden_ver.
30121         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
30122         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
30123         libm_hidden_def.
30124         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
30125         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
30126         libm_hidden_ver.
30127         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
30128         libm_hidden_def.
30129
30130         [BZ #3439]
30131         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
30132         integer constant usable in #if and use that to give value to enum
30133         constant.
30134         (FE_DIVBYZERO): Likewise.
30135         (FE_UNDERFLOW): Likewise.
30136         (FE_OVERFLOW): Likewise.
30137         (FE_INVALID): Likewise.
30138         (FE_INVALID_SNAN): Likewise.
30139         (FE_INVALID_ISI): Likewise.
30140         (FE_INVALID_IDI): Likewise.
30141         (FE_INVALID_ZDZ): Likewise.
30142         (FE_INVALID_IMZ): Likewise.
30143         (FE_INVALID_COMPARE): Likewise.
30144         (FE_INVALID_SOFTWARE): Likewise.
30145         (FE_INVALID_SQRT): Likewise.
30146         (FE_INVALID_INTEGER_CONVERSION): Likewise.
30147         (FE_TONEAREST): Likewise.
30148         (FE_TOWARDZERO): Likewise.
30149         (FE_UPWARD): Likewise.
30150         (FE_DOWNWARD): Likewise.
30151         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
30152         (FE_DIVBYZERO): Likewise.
30153         (FE_OVERFLOW): Likewise.
30154         (FE_UNDERFLOW): Likewise.
30155         (FE_INEXACT): Likewise.
30156         (FE_TONEAREST): Likewise.
30157         (FE_DOWNWARD): Likewise.
30158         (FE_UPWARD): Likewise.
30159         (FE_TOWARDZERO): Likewise.
30160         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
30161         (FE_UNDERFLOW): Likewise.
30162         (FE_OVERFLOW): Likewise.
30163         (FE_DIVBYZERO): Likewise.
30164         (FE_INVALID): Likewise.
30165         (FE_TONEAREST): Likewise.
30166         (FE_TOWARDZERO): Likewise.
30167         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
30168         (FE_OVERFLOW): Likewise.
30169         (FE_UNDERFLOW): Likewise.
30170         (FE_DIVBYZERO): Likewise.
30171         (FE_INEXACT): Likewise.
30172         (FE_TONEAREST): Likewise.
30173         (FE_TOWARDZERO): Likewise.
30174         (FE_UPWARD): Likewise.
30175         (FE_DOWNWARD): Likewise.
30176         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
30177         (FE_DIVBYZERO): Likewise.
30178         (FE_OVERFLOW): Likewise.
30179         (FE_UNDERFLOW): Likewise.
30180         (FE_INEXACT): Likewise.
30181         (FE_TONEAREST): Likewise.
30182         (FE_DOWNWARD): Likewise.
30183         (FE_UPWARD): Likewise.
30184         (FE_TOWARDZERO): Likewise.
30185
30186 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
30187
30188         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
30189
30190 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
30191
30192         * scripts/cross-test-ssh.sh (command): Use newlines to separate
30193         commands.  Quote $PWD.
30194         (blacklist_exports): Don't use remove_newlines.  Replace "declare
30195         -x" by "export".
30196         (remove_newlines): Remove.
30197
30198 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
30199
30200         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
30201         * stdlib/stdlib.h (atof): Moved to ...
30202         * include/bits/stdlib-float.h: Here.  New file.
30203         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30204         * stdlib/bits/stdlib-float.h: New file.
30205         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30206         -mno-sse -mno-mmx.
30207         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30208         <xmmintrin.h>.
30209
30210 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30211
30212         * conform/conformtest.pl (@headers): Add fenv.h.
30213         * conform/data/fenv.h-data: New file.
30214         * include/fenv.h [_ISOMAC]: Disable all contents of file except
30215         include of <math/fenv.h>.
30216
30217         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30218         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30219         && !UNIX98].  Enables tests for XOPEN2K8.
30220         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30221         POSIX2008]: Likewise.
30222
30223         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30224         (struct rusage): Do not expect type or its members.
30225
30226         [BZ #3439]
30227         * math/math.h (FP_NAN): Define macro to integer constant usable in
30228         #if and use that to give value to enum constant.
30229         (FP_INFINITE): Likewise.
30230         (FP_ZERO): Likewise.
30231         (FP_SUBNORMAL): Likewise.
30232         (FP_NORMAL): Likewise.
30233
30234 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
30235
30236         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30237         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30238         arguments.
30239
30240 2012-11-02  Roland McGrath  <roland@hack.frob.com>
30241
30242         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30243         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30244         autoconf-time if not.
30245         * configure.in: Remove AC_PREREQ.
30246
30247 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30248
30249         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30250         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30251         of the internal implementation.
30252
30253 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30254
30255         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30256         except include of <misc/sys/syslog.h>.
30257
30258 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30259
30260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30261         function returns with a NULL context exit with zero.
30262
30263 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30264
30265         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30266
30267 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
30268
30269         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30270         (run_program_cmd): This.
30271         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30272         (tst_langinfo): New variable.  Use it.
30273
30274 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
30275
30276         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30277         floating point opcodes.
30278
30279 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30280
30281         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30282         variable.
30283
30284         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30285
30286         * sysdeps/mach/hurd/powerpc: Remove directory.
30287         * sysdeps/mach/powerpc: Likewise.
30288
30289 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30290
30291         * scripts/check-local-headers.sh: Ignore c++ headers.
30292
30293 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30294
30295         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30296         __libc_cleanup_region_start argument.
30297
30298 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30299
30300         [BZ #14784]
30301         [BZ #14785]
30302         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30303         x * y using scaling, not as x * y + z.
30304         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30305         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30306         * math/libm-test.inc (fma_test): Add more tests.
30307         (fma_test_towardzero): Likewise.
30308         (fma_test_downward): Likewise.
30309         (fma_test_upward): Likewise.
30310
30311 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30312
30313         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30314
30315 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30316
30317         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30318         New variable.
30319
30320 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30321
30322         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30323
30324 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30325
30326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30327         Fix sort order.
30328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30329         Likewise.
30330
30331 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30332
30333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30334         Fix the order of the list for glibc 2.17.
30335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30336         Likewise.
30337
30338 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30339
30340         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30341
30342 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30343
30344         [BZ #14610]
30345         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30346         for low part of x being zero before using __atanl (y).
30347         * math/libm-test.inc (atan2_test): Add another test.
30348
30349         * manual/install.texi (Configuring and compiling): Document
30350         general use of test-wrapper and test-wrapper-env.
30351         * INSTALL: Regenerated.
30352
30353         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30354         (__fma): Do not extract and scale down low bits on after-rounding
30355         systems when result rounded to normal precision would have normal
30356         exponent.
30357         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30358         (__fmal): Do not extract and scale down low bits on after-rounding
30359         systems when result rounded to normal precision would have normal
30360         exponent.
30361         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30362         (__fmal): Do not extract and scale down low bits on after-rounding
30363         systems when result rounded to normal precision would have normal
30364         exponent.
30365         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30366         macro.
30367         (fma_test): Add more tests.
30368         (fma_test_towardzero): Likewise.
30369         (fma_test_downward): Likewise.
30370         (fma_test_upward): Likewise.
30371
30372 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30373
30374         * sysdeps/i386/tininess.h: Renamed to ...
30375         * sysdeps/x86/tininess.h: This.
30376         * sysdeps/x86_64/tininess.h: Removed.
30377
30378 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30379
30380         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30381         input.  Use $(build-program-cmd).
30382         ($(objpfx)tst-array1-static.out): Likewise.
30383         ($(objpfx)tst-array2.out): Likewise.
30384         ($(objpfx)tst-array3.out): Likewise.
30385         ($(objpfx)tst-array4.out): Likewise.
30386         ($(objpfx)tst-array5.out): Likewise.
30387         ($(objpfx)tst-array5-static.out): Likewise.
30388
30389 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30390
30391         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30392         if defined.
30393
30394         * nss/nsswitch.h (nss_interface_function): Provide new
30395         macro for use with NSS functions.
30396         * grp/initgroups.c: Use new macro.
30397         * nss/getXXbyYY.c: Likewise.
30398         * nss/getXXbyYY_r.c: Likewise.
30399         * nss/getXXent.c: Likewise.
30400         * nss/getXXent_r.c: Likewise.
30401         * sysdeps/posix/getaddrinfo.c: Likewise.
30402
30403 2012-10-30  Andreas Jaeger  <aj@suse.de>
30404
30405         * po/ru.po: Update Russion translation from translation project.
30406
30407 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30408
30409         [BZ #14152]
30410         [BZ #14783]
30411         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30412         result and shift together with sticky bit instead of replicating
30413         round-to-nearest rounding.
30414         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30415         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30416         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30417         missing underflow exceptions.
30418         (fma_test_towardzero): Add more tests.
30419         (fma_test_downward): Likewise.
30420         (fma_test_upward): Likewise.
30421
30422         [BZ #14047]
30423         * sysdeps/generic/tininess.h: New file.
30424         * sysdeps/i386/tininess.h: Likewise.
30425         * sysdeps/sh/tininess.h: Likewise.
30426         * sysdeps/x86_64/tininess.h: Likewise.
30427         * stdlib/tst-strtod-underflow.c: Likewise.
30428         * stdlib/tst-tininess.c: Likewise.
30429         * stdlib/strtod_l.c: Include <tininess.h>.
30430         (round_and_return): Do not set errno for exact underflow cases.
30431         Force an underflow exception when setting errno for underflow.
30432         Determine underflow based on rounding to normal precision if
30433         TININESS_AFTER_ROUNDING.
30434         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30435         ERANGE for exact underflow cases.
30436         * stdlib/Makefile (tests): Add tst-tininess and
30437         tst-strtod-underflow.
30438         ($(objpfx)tst-tininess): Use $(link-libm).
30439         ($(objpfx)tst-strtod-underflow): Likewise.
30440
30441 2012-10-30  Andreas Jaeger  <aj@suse.de>
30442
30443         [BZ#14767]
30444         * elf/Makefile (tests): Remove conditional for have-initfini-array
30445         since this is now always required and the variable does not exist
30446         anymore.
30447         (tests-static): Likewise.
30448         (modules-names): Likewise.
30449
30450         * po/eo.po: Add Esperanto translation from translation project.
30451
30452         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30453         merged with constructor/destructor.
30454         (init_array): Likewise.
30455         * elf/tst-array2dep.c (fini_array): Likewise.
30456         (init_array): Likewise.
30457
30458 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30459
30460         * manual/message.texi: Delete @cartouche tags.
30461
30462 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30463
30464         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30465         EOPNOTSUPP.
30466         * sysdeps/mach/hurd/fsync.c: Likewise.
30467
30468         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30469         [_POSIX_REALTIME_SIGNALS]: Change condition to
30470         [_POSIX_REALTIME_SIGNALS > 0].
30471
30472 2012-10-27  Andreas Jaeger  <aj@suse.de>
30473
30474         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30475         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30476         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30477         [__WORDSIZE != 64]: Likewise.
30478
30479 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30480
30481         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30482         *  iconvdata/tst-tables.sh: Likewise.
30483
30484 2012-10-25  David S. Miller  <davem@davemloft.net>
30485
30486         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30487         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30488         of strtoull.
30489
30490         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30491         ifunc-impl-list.c
30492         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30493         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30494         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30495         file.
30496
30497 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30498
30499         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30500         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30501         __getdirentries.
30502
30503 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30504             Jim Blandy  <jimb@codesourcery.com>
30505
30506         * scripts/cross-test-ssh.sh: New file.
30507         * manual/install.texi (Configuring and compiling): Document use of
30508         cross-test-ssh.sh.
30509         * INSTALL: Regenerated.
30510
30511 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30512
30513         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30514         EOPNOTSUPP.
30515
30516 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30517
30518         * Makeconfig (run-program-prefix): Fix comment.
30519
30520 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30521             Jim Blandy  <jimb@codesourcery.com>
30522
30523         * Makeconfig (test-wrapper): New variable,
30524         (test-wrapper-env): Likewise.
30525         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30526         (run-built-tests): Define to yes.
30527         (run-program-prefix): Use $(test-wrapper).
30528         (built-program-cmd): Likewise.
30529         * Rules (make-test-out): Use $(test-wrapper-env) and
30530         $(host-built-program-cmd).
30531         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30532         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30533         tst-pathopt.sh.
30534         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30535         $(test-wrapper-env) to tst-rtld-load-self.sh.
30536         ($(objpfx)order2.out): Use $(test-wrapper).
30537         ($(objpfx)tst-initorder.out): Likewise.
30538         ($(objpfx)tst-initorder2.out): Likewise.
30539         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30540         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30541         (test_wrapper_env): New variable.  Use it to run ld.so.
30542         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30543         Use it to run ld.so.
30544         (test_wrapper_env): Likewise.
30545         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30546         $(test-wrapper) to run-iconv-test.sh.
30547         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30548         (ICONV): Use $test_wrapper.
30549         * posix/Makefile ($(objpfx)globtest.out): Pass
30550         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30551         globtest.sh, not $(run-program-prefix).
30552         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30553         (test_wrapper): Likewise.
30554         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30555         set together with run_via_rtld_prefix.
30556         (run_program_prefix): Define in terms of test_wrapper and
30557         run_via_rtld_prefix.
30558
30559 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30560
30561         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30562         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30563         Targets removed.
30564
30565         [BZ #14743]
30566         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30567         Declare __clock_getres, __clock_gettime, __clock_settime,
30568         __clock_nanosleep, and __clock_getcpuclockid.
30569         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30570         Remove librt_hidden_def (clock_gettime).
30571         * sysdeps/unix/clock_gettime.c: Likewise.
30572         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30573         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30574         * rt/clock_getres.c: Define __clock_getres as an alias.
30575         * sysdeps/posix/clock_getres.c: Likewise.
30576         * rt/clock_settime.c: Define __clock_settime as an alias.
30577         * sysdeps/unix/clock_settime.c: Likewise.
30578         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30579         * sysdeps/unix/clock_nanosleep.c: Likewise.
30580         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30581         * rt/clock-compat.c: New file.
30582         * rt/Makefile (librt-routines): Add clock-compat and move
30583         $(clock-routines) to ...
30584         (routines): ... here, new variable.
30585         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30586         Don't add get_clockfreq here.
30587         * rt/Versions (libc: GLIBC_2.17): New version set.
30588         Add clock_* symbols here.
30589         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30590         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30591         (GLIBC_2.17): Add clock_* symbols.
30592         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30593         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30594         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30596         Likewise.
30597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30598         Likewise.
30599         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30600         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30601         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30602         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30603         * NEWS: Mention the move.
30604
30605         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30606         Use __open, __read, __close rather than their public counterparts.
30607         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30608         (__get_clockfreq_via_cpuinfo): Likewise.
30609         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30610         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30611
30612         * config.h.in (HAVE_IFUNC): New #undef.
30613         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30614         was successful.
30615         * configure: Regenerated.
30616
30617 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30618
30619         * configure.in: Move READELF check to start of file.
30620         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30621         libc_cv_asm_gnu_indirect_function in the process.
30622         * configure: Regenerated.
30623
30624 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30625
30626         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30627         send the output to /dev/null.
30628         (libc_cv_cc_with_libunwind): Likewise.
30629         (libc_cv_as_noexecstack): Likewise.
30630         * configure: Regenerate.
30631
30632 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30633
30634         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30635
30636         * posix/globtest.sh (TMPDIR): Do not set.
30637         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30638         (testout): Likewise.
30639
30640 2012-10-24  Andreas Jaeger  <aj@suse.de>
30641
30642         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30643         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30644         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30645         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30646         posix_fadvise64, posix_fallocate64.
30647
30648         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30649         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30650         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30651         Likewise.
30652         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30653         Likewise.
30654         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30655
30656         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30657         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30658         <bits/fcntl-linux.h>.
30659         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30660
30661         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30662         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30663         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30664         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30665         [__WORDSIZE != 64]: Likewise.
30666
30667 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30668
30669         * Makeconfig (run-built-tests): New variable.
30670         * Rules [$(cross-compiling) = yes]: Change condition to
30671         [$(run-built-tests) = no].
30672         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30673         to [$(run-built-tests) = yes].
30674         * elf/Makefile [$(cross-compiling) = no]: Likewise
30675         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30676         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30677         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30678         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30679         * io/Makefile [$(cross-compiling) = no]: Likewise.
30680         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30681         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30682         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30683         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30684         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30685         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30686         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30687         * string/Makefile [$(cross-compiling) = no]: Likewise.
30688
30689         * posix/Makefile ($(objpfx)globtest.out): Pass
30690         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30691         $(rtld-installed-name).
30692         * posix/globtest.sh (elf_objpfx): Remove variable.
30693         (rtld_installed_name): Likewise.
30694         (library_path): Likewise.
30695         (run_program_prefix): New variable.  Use for running globtest
30696         binary.
30697
30698 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30699             Joseph Myers  <joseph@codesourcery.com>
30700
30701         * Makeconfig (host-built-program-cmd): New variable.
30702         * elf/Makefile (tst-stackguard1-ARGS): Use
30703         $(host-built-program-cmd).
30704         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30705         (tst-spawn-ARGS): Likewise.
30706         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30707
30708 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30709             Jim Blandy  <jimb@codesourcery.com>
30710
30711         * Makeconfig (run-via-rtld-prefix): New variable.
30712         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30713         (built-program-cmd): Likewise.
30714
30715 2012-10-22  Andreas Jaeger  <aj@suse.de>
30716
30717         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30718         __O_RSYNC if it exists, otherwise to O_SYNC.
30719
30720 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30721             Joseph Myers  <joseph@codesourcery.com>
30722
30723         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30724         /dev/null.
30725         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30726         from /dev/null
30727         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30728         /dev/null.
30729
30730 2012-10-22  Andreas Jaeger  <aj@suse.de>
30731
30732         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30733         Define always.
30734         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30735
30736         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30737         bits/fcntl-linux.h.
30738
30739         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30740         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30741
30742         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30743         to __O_LARGEFILE.
30744         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30745         to __O_LARGEFILE.
30746
30747 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30748             Joseph Myers  <joseph@codesourcery.com>
30749
30750         * config.make.in (NM): New variable.
30751
30752 2012-10-21  Andreas Jaeger  <aj@suse.de>
30753
30754         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30755         definitions and declarations that are provided by
30756         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30757
30758 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30759
30760         [BZ #14683]
30761         * elf/Makefile (tests-static): Add tst-leaks1-static.
30762         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30763         ($(objpfx)tst-leaks1-static): New rule.
30764         ($(objpfx)tst-leaks1-static-mem): Likewise.
30765         (tst-leaks1-static-ENV): New macro.
30766         * elf/dl-open.c (dl_open_worker): Check the main application
30767         only if SHARED is defined.
30768         * elf/tst-leaks1-static.c: New file.
30769
30770 2012-10-20  Andreas Jaeger  <aj@suse.de>
30771
30772         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30773         generic values for Linux.
30774         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30775         and declarations that are provided by <bits/fcntl-linux.h> and
30776         include <bits/fcntl-linux.h>.
30777         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30778         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30779
30780 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30781
30782         * io/fcntl.h: Move include of <bits/types.h> to the top and
30783         include it unconditionally.
30784
30785 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30786
30787         * wcsmbs/Makefile (tests-ifunc): New variable.
30788         (tests): Add $(tests-ifunc).
30789         * wcsmbs/test-wcschr-ifunc.c: New file.
30790         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30791         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30792         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30793         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30794         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30795
30796         * string/Makefile (tests-ifunc): New variable.
30797         (tests): Add $(tests-ifunc).
30798         * string/test-memccpy.c (TEST_NAME): New macro.
30799         * string/test-memchr.c (TEST_NAME): Likewise.
30800         * string/test-memcmp.c (TEST_NAME): Likewise.
30801         * string/test-memcpy.c (TEST_NAME): Likewise.
30802         * string/test-memmem.c (TEST_NAME): Likewise.
30803         * string/test-memmove.c (TEST_NAME): Likewise.
30804         * string/test-memset.c (TEST_NAME): Likewise.
30805         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30806         * string/test-stpcpy.c (TEST_NAME): Likewise.
30807         * string/test-stpncpy.c (TEST_NAME): Likewise.
30808         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30809         * string/test-strcasestr.c (TEST_NAME): Likewise.
30810         * string/test-strcat.c (TEST_NAME): Likewise.
30811         * string/test-strchr.c (TEST_NAME): Likewise.
30812         * string/test-strcmp.c(TEST_NAME): Likewise.
30813         * string/test-strcpy.c (TEST_NAME): Likewise.
30814         * string/test-strcspn.c (TEST_NAME): Likewise.
30815         * string/test-strlen.c (TEST_NAME): Likewise.
30816         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30817         * string/test-strncmp.c (TEST_NAME): Likewise.
30818         * string/test-strncpy.c (TEST_NAME): Likewise.
30819         * string/test-strnlen.c (TEST_NAME): Likewise.
30820         * string/test-strpbrk.c (TEST_NAME): Likewise.
30821         * string/test-strrchr.c (TEST_NAME): Likewise.
30822         * string/test-strspn.c (TEST_NAME): Likewise.
30823         * string/test-strstr.c (TEST_NAME): Likewise.
30824         * string/test-bcopy-ifunc.c: New file.
30825         * string/test-bzero-ifunc.c: Likewise.
30826         * string/test-memccpy-ifunc.c: Likewise.
30827         * string/test-memchr-ifunc.c: Likewise.
30828         * string/test-memcmp-ifunc.c: Likewise.
30829         * string/test-memcpy-ifunc.c: Likewise.
30830         * string/test-memmem-ifunc.c: Likewise.
30831         * string/test-memmove-ifunc.c: Likewise.
30832         * string/test-mempcpy-ifunc.c: Likewise.
30833         * string/test-memset-ifunc.c: Likewise.
30834         * string/test-rawmemchr-ifunc.c: Likewise.
30835         * string/test-stpcpy-ifunc.c: Likewise.
30836         * string/test-stpncpy-ifunc.c: Likewise.
30837         * string/test-strcasecmp-ifunc.c: Likewise.
30838         * string/test-strcasestr-ifunc.c: Likewise.
30839         * string/test-strcat-ifunc.c: Likewise.
30840         * string/test-strchr-ifunc.c: Likewise.
30841         * string/test-strchrnul-ifunc.c: Likewise.
30842         * string/test-strcmp-ifunc.c: Likewise.
30843         * string/test-strcpy-ifunc.c: Likewise.
30844         * string/test-strcspn-ifunc.c: Likewise.
30845         * string/test-strlen-ifunc.c: Likewise.
30846         * string/test-strncasecmp-ifunc.c: Likewise.
30847         * string/test-strncat-ifunc.c: Likewise.
30848         * string/test-strncmp-ifunc.c: Likewise.
30849         * string/test-strncpy-ifunc.c: Likewise.
30850         * string/test-strnlen-ifunc.c: Likewise.
30851         * string/test-strpbrk-ifunc.c: Likewise.
30852         * string/test-strrchr-ifunc.c: Likewise.
30853         * string/test-strspn-ifunc.c: Likewise.
30854         * string/test-strstr-ifunc.c: Likewise.
30855
30856         * debug/Makefile (tests-ifunc): New variable.
30857         (tests): Add $(tests-ifunc).
30858         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30859         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30860         * debug/test-stpcpy_chk-ifunc.c: New file.
30861         * debug/test-strcpy_chk-ifunc.c: Likewise.
30862
30863 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30864
30865         [BZ #13601]
30866         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30867         header is not read in.
30868
30869 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30870
30871         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30872         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30873         directly.  Pass built executable to script as
30874         $(built-program-cmd).
30875         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30876         $testprogram without using LD_LIBRARY_PATH and $ldso.
30877
30878         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30879         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30880         $(rtld-installed-name).
30881         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30882         (rtld_installed_name): Likewise.
30883         (library_path): Likewise.
30884         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30885         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30886         $(run-program-prefix) to tst-tables.sh.
30887         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30888         it to run tst-table-from and tst-table-to.
30889         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30890         Pass it to tst-table.sh.
30891         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30892         $(run-program-prefix) to tst-gettext.sh.
30893         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30894         tst-translit.sh.
30895         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30896         tst-gettext2.sh.
30897         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30898         to run tst-gettext.
30899         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30900         to run tst-gettext2.
30901         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30902         to run tst-translit.
30903         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30904         $(run-program-prefix) to tst-mtrace.sh.
30905         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30906         to run tst-mtrace.
30907         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30908         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30909         $(rtld-installed-name).
30910         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30911         (rtld_installed_name): Likewise.
30912         (run_program_prefix): New variable.  Use it to run wordexp-test.
30913
30914         * Makeconfig (ARCH): Remove all definitions.
30915         (machine): Likewise.
30916         [ARCH]: Remove conditional code.
30917         [!objdir]: Give error.
30918         [!objdir] (objpfx): Remove.
30919         [!objdir] (common-objpfx): Likewise.
30920         [!objdir] (common-objdir): Likewise.
30921         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30922         AC_CONFIG_FILES call.
30923         * configure: Regenerated.
30924
30925         [BZ #13888]
30926         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30927         or TMPDIR.
30928         (testout): Likewise.
30929
30930         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30931         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30932         $(rtld-installed-name).
30933         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30934         (rtld_installed_name): Likwise.
30935         (runit): Remove function.
30936         (run_getconf): New variable,  Use it for running getconf binary.
30937
30938 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30939
30940         [BZ #14716]
30941         * string/test-memmem.c (check_result): New function.
30942         (do_one_test): Use it.
30943         (check1): New function.
30944         (test_main): Use it.
30945
30946 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30947
30948         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30949
30950 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30951
30952         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30953         (_G_LSEEK64): Likewise.
30954         (_G_MMAP64): Likewise.
30955         (_G_FSTAT64): Likewise.
30956         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30957         (_G_LSEEK64): Likewise.
30958         (_G_MMAP64): Likewise.
30959         (_G_FSTAT64): Likewise.
30960         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30961         unconditional.  Call __mmap64 directly.
30962         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30963         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30964         __lseek64 directly.
30965         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30966         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30967         __mmap64 directly.
30968         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30969         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30970         __lseek64 directly.
30971         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30972         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30973         __lseek64 directly.
30974         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30975         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30976         __lseek64 directly.
30977         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30978         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30979         __fxstat64 directly.
30980         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30981         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30982         unconditional.
30983         (freopen64) [!_G_OPEN64]: Remove conditional code.
30984         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30985         unconditional.
30986         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30987         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30988         unconditional.
30989         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30990         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30991         unconditional.
30992         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30993         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30994         unconditional.
30995         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30996         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30997         unconditional.
30998         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30999         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
31000         unconditional.
31001         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31002         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
31003         unconditional.
31004         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31005
31006 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31007
31008         [BZ #12140]
31009         * manual/memory.texi (Malloc Tunable Parameters): Add note
31010         about free list pointers overwriting some perturb bytes.
31011         Wording suggested by Roland McGrath.
31012
31013 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
31014
31015         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
31016         (lgamma_test): Likewise.
31017         (tgamma_test): Likewise.
31018
31019 2012-10-16  Florian Weimer  <fweimer@redhat.com>
31020
31021         [BZ #14700]
31022         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
31023         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
31024
31025 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
31026
31027         * NEWS: Mention BZ #14716.
31028         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
31029         when removing AVAILABLE1_USES_J macro.
31030
31031 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
31032
31033         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
31034         (__bswap_64): __uint64_t for unsigned 64-bit int.
31035
31036 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
31037
31038         * include/string.h (memmem): Declare libc hidden alias.
31039         * string/memmem.c (memmem): Define libc hidden alias.
31040         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
31041         __read, __close instead of open, read, close.
31042
31043 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
31044
31045         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
31046         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
31047         global and hidden.
31048         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
31049         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
31050         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
31051         Likewise.
31052         (__rawmemchr_sse2): Likewise.
31053         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
31054         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
31055         (__strchr_sse2): Likewise.
31056         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
31057         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
31058         (__strcasecmp_sse2): Likewise.
31059         (__strncasecmp_sse2): Likewise.
31060         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
31061         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
31062         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
31063         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
31064         (__strrchr_sse2): Likewise.
31065         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
31066         ifunc-impl-list.c.
31067         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
31068         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
31069         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
31070         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
31071         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
31072         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
31073         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31074         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31075         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
31076         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
31077         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
31078         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
31079         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
31080         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
31081         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
31082         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
31083         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
31084         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
31085         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
31086         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
31087         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
31088         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
31089         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
31090         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31091         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
31092         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31093         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
31094         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31095         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
31096         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
31097
31098         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
31099         global and hidden.
31100         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
31101         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
31102         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
31103         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
31104         Likewise.
31105         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
31106         Likewise.
31107         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
31108         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
31109         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
31110         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
31111         ifunc-impl-list.c.
31112         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
31113         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
31114         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
31115         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
31116         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
31117         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
31118         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
31119         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
31120         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
31121         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
31122         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
31123         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
31124         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
31125         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
31126         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
31127         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31128         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
31129         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
31130         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
31131         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
31132         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
31133         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
31134         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
31135         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
31136         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31137         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
31138         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
31139         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
31140         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
31141         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
31142         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
31143         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
31144         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
31145         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
31146         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
31147         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31148         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31149         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31150         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31151         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31152         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
31153
31154         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
31155         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
31156         * include/ifunc-impl-list.h: New file.
31157         * misc/ifunc-impl-list.c: Likewise.
31158         * misc/Makefile (routines): Add ifunc-impl-list.
31159         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
31160         * string/test-string.h: Include <ifunc-impl-list.h>.
31161         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
31162         TEST_NAME]: New variables.
31163         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
31164         are defined.
31165         (test_init): Call __libc_ifunc_impl_list to initialize
31166         func_list if TEST_IFUNC and TEST_NAME are defined.
31167
31168         * string/Makefile (strop-tests): Add bcopy and bzero.
31169         * string/test-bcopy.c: New file.
31170         * string/test-bzero.c: Likewise.
31171         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
31172         defined.
31173         * string/test-memset.c: Support bzero test if TEST_BZERO is
31174         defined.
31175         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
31176         __libc_memmove.
31177         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
31178         __libc_memset.
31179         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
31180         of memset.
31181
31182 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
31183
31184         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
31185         * configure: Regenerated.
31186
31187         * Makeconfig (+link-static-before-libc): Don't include
31188         $(link-static-libc).
31189
31190         * libio/libio.h (_IO_pos_t): Remove.
31191
31192 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31193
31194         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
31195         McGrath.
31196
31197 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31198
31199         * crypt/crypt-entry.c: Include fips-private.h.
31200         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
31201         * crypt/md5c-test.c (main): Tolerate disabled MD5.
31202         * sysdeps/unix/sysv/linux/fips-private.h: New file.
31203         * sysdeps/generic/fips-private.h: New file, dummy fallback.
31204
31205 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31206
31207         * crypt/crypt-private.h: Include stdbool.h.
31208         (_ufc_setup_salt_r): Return bool.
31209         * crypt/crypt-entry.c: Include errno.h.
31210         (__crypt_r): Return NULL with EINVAL for bad salt.
31211         * crypt/crypt_util.c (bad_for_salt): New.
31212         (_ufc_setup_salt_r): Check that salt is long enough and within
31213         the specified alphabet.
31214         * crypt/badsalttest.c: New file.
31215         * crypt/Makefile (tests): Add it.
31216         ($(objpfx)badsalttest): New.
31217
31218 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
31219
31220         * NEWS: Add entry for BZ #14602.
31221
31222 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31223
31224         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31225         type-generic.
31226         * math/libm-test.inc: Update comment listing what functions and
31227         macros are tested.
31228         (isgreater_test): New function.
31229         (isgreaterequal_test): Likewise.
31230         (isless_test): Likewise.
31231         (islessequal_test): Likewise.
31232         (islessgreater_test): Likewise.
31233         (isunordered_test): Likewise.
31234         (main): Call the new functions.
31235
31236 2012-10-09  Roland McGrath  <roland@hack.frob.com>
31237
31238         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31239         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31240         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31241         * sysdeps/i386/configure: Regenerated.
31242         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31243         * sysdeps/mach/configure: Regenerated.
31244         * sysdeps/mach/hurd/configure: Regenerated.
31245         * sysdeps/powerpc/configure: Regenerated.
31246         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31247         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31248         * sysdeps/s390/s390-32/configure: Regenerated.
31249         * sysdeps/s390/s390-64/configure: Regenerated.
31250         * sysdeps/sh/configure: Regenerated.
31251         * sysdeps/sparc/configure: Regenerated.
31252         * sysdeps/unix/sysv/linux/configure: Regenerated.
31253         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31254         * sysdeps/x86_64/configure: Regenerated.
31255
31256         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31257         defined.  Don't check if MAP is NULL.
31258
31259 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31260
31261         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31262         (_G_stat64): Likewise.
31263         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31264         (_G_stat64): Likewise.
31265         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31266         instead of struct _G_stat64.
31267         * libio/fileops.c (mmap_remap_check): Likewise.
31268         (decide_maybe_mmap): Likewise.
31269         (_IO_new_file_seekoff): Likewise.
31270         (_IO_file_stat): Likewise.
31271         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31272         _G_off64_t.
31273         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31274         instead of struct _G_stat64.
31275         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31276
31277 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
31278
31279         [BZ #14602]
31280         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31281         Replace with ...
31282         (CHECK_EOL): New macro.
31283         (two_way_short_needle): Check beginning of haystack for EOL.  Use
31284         CHECK_EOL.
31285         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31286         Replace with CHECK_EOL.
31287         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31288         Replace with CHECK_EOL.
31289
31290 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31291
31292         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31293         type-generic.
31294         * math/libm-test.inc: Update comment listing what functions and
31295         macros are tested.
31296         (finite_test): New function.
31297         (isinf_test): Likewise.
31298         (isnan_test): Likewise.
31299         (fpclassify_test): Test subnormal input.
31300         (isfinite_test): Likewise.
31301         (isnormal_test): Likewise.
31302         (main): Call the new functions.
31303
31304 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31305
31306         [BZ #14660]
31307         * Makerules (%.dynsym): Force C locale when running
31308         $(OBJDUMP) --dynamic-syms.
31309
31310 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31311
31312         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31313         <stdint.h>.
31314
31315 2012-10-06  David S. Miller  <davem@davemloft.net>
31316
31317         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31318         upper 32-bits of the length value in %o2 since we use branch-on-register
31319         tests which consider the entire 64-bit register.
31320
31321 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31322
31323         * string/test-strstr.c (check2): Add a test for page boundary.
31324
31325 2012-10-05  David S. Miller  <davem@davemloft.net>
31326
31327         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31328         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31329         file.
31330         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31331         sysdep_routines.
31332         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31333         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31334         and bzero when HWCAP_SPARC_CRYPTO is present.
31335
31336 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31337
31338         [BZ #14602]
31339         * string/test-strstr.c (check2): New function.
31340         (test_main): Call check2.
31341
31342         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31343         and bug-strchr1.
31344         * string/bug-strcasestr1.c (do_test): Moved to ...
31345         * string/test-strcasestr.c (check1): Here.  New function.
31346         (do_one_test): Break out result checking code into ...
31347         (check_result): This.  New function.
31348         (do_one_test): Call check_result.
31349         (test_main): Call check1.
31350         * string/bug-strchr1.c (do_test): Moved to ...
31351         * string/test-strchr.c (check1): Here.  New function.
31352         (do_one_test): Break out result checking code into ...
31353         (check_result): This.  New function.
31354         (do_one_test): Call check_result.
31355         (test_main): Call check1.
31356         * string/bug-strstr1.c (main): Moved to ...
31357         * string/test-strstr.c (check1): Here.  New function.
31358         (do_one_test): Break out result checking code into ...
31359         (check_result): This.  New function.
31360         (do_one_test): Call check_result.
31361         (test_main): Call check1.
31362         * string/bug-strcasestr1.c: Removed.
31363         * string/bug-strchr1.c: Likewise.
31364         * string/bug-strstr1.c: Likewise.
31365
31366         * elf/Makefile (dl-routines): Add hwcaps.
31367         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31368         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31369         (_dl_important_hwcaps): Moved to ...
31370         * elf/dl-hwcaps.c: Here.  New file.
31371         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31372
31373         [BZ #14557]
31374         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31375         if IS_IN_rtld isn't defined.
31376
31377         * elf/dl-support.c (_dl_sysinfo_map): New.
31378         Include "get-dynamic-info.h" and "setup-vdso.h".
31379         (_dl_non_dynamic_init): Call setup_vdso.
31380         * elf/dynamic-link.h: Don't include <assert.h>.
31381         (elf_get_dynamic_info): Moved to ...
31382         * elf/get-dynamic-info.h: Here.  New file.
31383         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31384         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31385         * elf/setup-vdso.h: Here.  New file.
31386         * elf/rtld.c: Include "setup-vdso.h".
31387         (dl_main): Call setup_vdso.
31388
31389 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31390
31391         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31392         creal in comment listing functions tested.  List finite, isinf,
31393         isnan, isless, islessequal, isgreater, isgreaterequal,
31394         islessgreater, isunordered, lgamma_r and pow10 as functions and
31395         macros not tested.  Mention which functions not tested are aliases
31396         for other functions.  Fix typo.  Note that signs of NaNs are not
31397         tested.
31398
31399         * scripts/config.guess: Update from config.git.
31400         * scripts/config.sub: Likewise.
31401
31402 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31403
31404         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31405         * misc/madvise.c (madvise): Renamed to __madvise.
31406         Make madvise a weak alias.
31407         * include/sys/mman.h: Declare __madvise.
31408         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31409         * sysdeps/unix/syscalls.list
31410         (madvise): Make __madvise the strong name, and madvise a weak alias.
31411         * sysdeps/unix/sysv/linux/syscalls.list
31412         (madvise, mmap): Remove redundant entries.
31413         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31414         * malloc/malloc.c (mtrim): Likewise.
31415         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31416
31417 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31418
31419         * sysdeps/mach/hurd/dl-cache.c: File removed.
31420         * config.h.in (USE_LDCONFIG): New #undef.
31421         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31422         * configure: Regenerated.
31423         * elf/Makefile (dl-routines): Add dl-cache only under
31424         [$(use-ldconfig) = yes].
31425         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31426         cache on [USE_LDCONFIG].
31427         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31428         [USE_LDCONFIG].
31429         * elf/rtld.c (dl_main): Likewise.
31430
31431 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31432
31433         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31434         _SC_LEVEL4_CACHE_LINESIZE.
31435
31436 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31437
31438         * sysdeps/unix/bsd/confstr.h: File removed.
31439
31440 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31441
31442         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31443         sys/sdt-config.h.
31444
31445 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31446
31447         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31448         Make 'mapoff' field ElfW(Off) rather than off_t.
31449
31450 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31451
31452         * nscd/Makefile: Remove nscd-cflags and all its users.
31453         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31454         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31455
31456         [BZ #10631]
31457         * malloc.c (malloc_printerr): Clarify error message.
31458
31459 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31460
31461         [BZ #14648]
31462         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31463         Set bit_FMA_Usable if FMA is supported.
31464         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31465         macro.
31466         (bit_FMA4_Usable): Updated.
31467         (index_FMA_Usable): New macro.
31468         (CPUID_FMA): Likewise
31469         (HAS_FMA): Defined with bit_FMA_Usable.
31470
31471 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31472
31473         * bits/types.h (__swblk_t): Type removed.
31474         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31475         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31476         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31477         (__SWBLK_T_TYPE): Likewise.
31478         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31479         (__SWBLK_T_TYPE): Likewise.
31480         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31481         (__SWBLK_T_TYPE): Likewise.
31482         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31483         (__SWBLK_T_TYPE): Likewise.
31484
31485 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31486             Honza Horak <hhorak@redhat.com>
31487
31488         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31489         (xdr_mapname): Use YPMAXMAP as maxsize.
31490         (xdr_peername): Use YPMAXPEER as maxsize.
31491         (xdr_keydat): Use YPAXRECORD as maxsize.
31492         (xdr_valdat): Use YPMAXRECORD as maxsize.
31493
31494 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31495
31496         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31497
31498         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31499         * csu/init-first.c: ... here.
31500         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31501         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31502         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31503         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31504         * sysdeps/i386/init-first.c: File removed.
31505         * sysdeps/sh/init-first.c: File removed.
31506
31507 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31508
31509         [BZ #14645]
31510         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31511         if x * y might underflow to zero and z is zero.
31512         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31513         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31514         * math/libm-test.inc (min_subnorm_value): New variable.
31515         (fma_test): Add more tests.
31516         (fma_test_towardzero): Likewise.
31517         (fma_test_downward): Likewise
31518         (fma_test_upward): Likewise.
31519         (initialize): Set min_subnorm_value.
31520
31521 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31522
31523         [BZ #14638]
31524         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31525         0 + 0.
31526         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31527         mode for addition resulting in exact zero.
31528         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31529         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31530         exact 0 + 0.
31531         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31532         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31533         * math/libm-test.inc (fma_test): Add more tests.
31534         (fma_test_towardzero): New function.
31535         (fma_test_downward): Likewise.
31536         (fma_test_upward): Likewise.
31537         (main): Call the new functions.
31538
31539 2012-09-28  David S. Miller  <davem@davemloft.net>
31540
31541         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31542
31543 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31544
31545         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31546         instead of SIGALRM.
31547
31548         * sysdeps/gnu/_G_config.h: Moved to ...
31549         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31550         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31551         * sysdeps/generic/_G_config.h: ... here.
31552
31553         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31554
31555         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31556
31557         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31558         Conditionalize target on [libnss_test1.so-version].
31559
31560         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31561
31562         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31563         (elfobjdir): Move out of conditionals.
31564
31565         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31566         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31567         (__nss_lookup_function): Conditionalize label remove_from_tree on
31568         [!DO_STATIC_NSS || SHARED], matching its only use.
31569
31570 2012-09-28  David S. Miller  <davem@davemloft.net>
31571
31572         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31573         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31574         file.
31575         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31576         sysdep_routines.
31577         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31578         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31579         when HWCAP_SPARC_CRYPTO is present.
31580
31581 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31582
31583         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31584
31585 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31586
31587         [BZ #6530]
31588         * stdio-common/vfprintf.c (process_string_arg): Revert
31589         2000-07-22 change.
31590
31591 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31592
31593         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31594         for testcase.
31595         * stdio-common/tst-sprintf.c: Include <locale.h>
31596         (main): Test sprintf's handling of incomplete multibyte
31597         characters.
31598
31599 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31600
31601         * elf/dl-runtime.c (VERSYMIDX): Removed.
31602         * elf/dl-version.c (VERSYMIDX): Likewise.
31603         * elf/do-rel.h (VERSYMIDX): Likewise.
31604         (VALIDX): Likewise.
31605         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31606         * elf/rtld.c (VALIDX): Likewise.
31607         (ADDRIDX): Likewise.
31608         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31609         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31610         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31611         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31612         (VALIDX): Likewise.
31613         (ADDRIDX): Likewise.
31614
31615 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31616
31617         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31618
31619 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31620
31621         [BZ #11438]
31622         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31623         to global scope.
31624         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31625         addresses are in the same scope as 192.0.2/24.
31626         * posix/gai.conf: Document new scope table defaults.
31627
31628 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31629
31630         [BZ #5298]
31631         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31632         for ftell.  Compute offsets from write pointers instead.
31633         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31634
31635 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31636
31637         [BZ #14543]
31638         * libio/Makefile (tests): New test case tst-fseek.
31639         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31640         combination works in wide mode.
31641         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31642         state when the external buffer state changes.
31643
31644 2012-09-27  David S. Miller  <davem@davemloft.net>
31645
31646         [BZ #14376]
31647         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31648         pass reloc->r_addend in as the 'high' argument to
31649         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31650
31651         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31652
31653 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31654
31655         * rt/tst-aio2.c: Include <pthread.h>.
31656         * rt/tst-aio3.c: Likewise.
31657
31658 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31659
31660         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31661
31662 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31663
31664         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31665         contents on [SHARED].
31666
31667 2012-09-26  Marek Polacek  <polacek@redhat.com>
31668
31669         [BZ #14530]
31670         [BZ #13741]
31671         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31672         for C++ and GCC <4.3 as well as for non GCC compilers.
31673
31674 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31675
31676         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31677
31678 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31679
31680         * Makefile.in (all, install): Declare with .PHONY.
31681         Reported by Michael Hope <michael.hope@linaro.org>.
31682
31683 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31684
31685         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31686         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31687         system header.
31688         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31689         Likewise.
31690         (sydep_routines): Add the new and the internal functions.
31691         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31692         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31694         (GLIBC_2.17): Add the new function.
31695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31696         (GLIBC_2.17): Likewise.
31697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31698         (GLIBC_2.17): Likewise.
31699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31700         (GLIBC_2.17): Likewise.
31701         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31702
31703 2012-09-25  Alan Modra  <amodra@gmail.com>
31704
31705         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31706         Add release barrier before setting once_control to say
31707         initialisation is done.  Add hints on lwarx.  Use macro in
31708         place of isync.
31709         (clear_once_control): Add release barrier.
31710
31711 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31712
31713         [BZ #13629]
31714         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31715         specially.
31716         * math/s_clog10.c (__clog10): Likewise.
31717         * math/s_clog10f.c (__clog10f): Likewise.
31718         * math/s_clog10l.c (__clog10l): Likewise.
31719         * math/s_clogf.c (__clogf): Likewise.
31720         * math/s_clogl.c (__clogl): Likewise.
31721         * math/Makefile (libm-calls): Add x2y2m1.
31722         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31723         (__x2y2m1): Likewise.
31724         (__x2y2m1l): Likewise.
31725         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31726         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31727         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31728         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31729         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31730         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31731         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31732         * sysdeps/i386/fpu/libm-test-ulps: Update.
31733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31734
31735         [BZ #14621]
31736         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31737         int as type of variable DEPTH.
31738         (glob): Use size_t instead of int as type of variables NEWCOUNT
31739         and OLD_PATHC.
31740
31741 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31742
31743         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31744         Add s_sincosf-sse2.
31745         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31746         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31747         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31748         macros for using routine as __sincosf_ia32.
31749         Use macro for function declaration and weak_alias.
31750         * sysdeps/i386/fpu/libm-test-ulps: Update.
31751
31752         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31753         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31754
31755         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31756         subnormal argument.
31757         * math/s_cexpf.c (__cexpf): Likewise.
31758         * math/s_csinf.c (__csinf): Likewise.
31759         * math/s_csinhf.c (__csinhf): Likewise.
31760         * math/s_ctanf.c (__ctanf): Likewise.
31761         * math/s_ctanhf.c (__ctanhf): Likewise.
31762         * math/s_ccosh.c (__ccoshf): Likewise.
31763         * math/s_cexp.c (__cexpl): Likewise.
31764         * math/s_csin.c (__csin): Likewise.
31765         * math/s_csinh.c (__csinh): Likewise.
31766         * math/s_ctan.c (__ctan): Likewise.
31767         * math/s_ctanh.c (ctanh): Likewise.
31768         * math/s_ccoshl.c (__ccoshl): Likewise.
31769         * math/s_cexpl.c (__cexpl): Likewise.
31770         * math/s_csinl.c (__csinl): Likewise.
31771         * math/s_csinhl.c (__csinhl): Likewise.
31772         * math/s_ctanl.c (__ctanl): Likewise.
31773         * math/s_ctanhl.c (__ctanhl): Likewise.
31774
31775 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31776
31777         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31778         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31779         (_IO_off_t): Define to __off_t, not _G_off_t.
31780         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31781         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31782         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31783         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31784         type of __dummy and __dummy2 fields.
31785         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31786         (_G_ssize_t): Likewise.
31787         (_G_off_t): Likewise.
31788         (_G_pid_t): Likewise.
31789         (_G_uid_t): Likewise.
31790         (_G_wchar_t): Likewise.
31791         (_G_wint_t): Likewise.
31792         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31793         (_G_ssize_t): Likewise.
31794         (_G_off_t): Likewise.
31795         (_G_pid_t): Likewise.
31796         (_G_uid_t): Likewise.
31797         (_G_wchar_t): Likewise.
31798         (_G_wint_t): Likewise.
31799         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31800         (_G_ssize_t): Likewise.
31801         (_G_off_t): Likewise.
31802         (_G_pid_t): Likewise.
31803         (_G_uid_t): Likewise.
31804         (_G_wchar_t): Likewise.
31805         (_G_wint_t): Likewise.
31806
31807 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31808
31809         * malloc/arena.c: Include malloc-sysdep.h.
31810         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31811         is sufficient to shrink the heap or an unmap is needed.
31812         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31813         new function check_may_shrink_heap.
31814         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31815         new function check_may_shrink_heap.
31816
31817 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31818
31819         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31820         comments.
31821
31822 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31823
31824         * catgets/test-gencat.sh: Add "set -e".
31825         * elf/tst-pathopt.sh: Likewise.
31826         * grp/tst_fgetgrent.sh: Likewise.
31827         * iconvdata/run-iconv-test.sh: Likewise.
31828         * intl/tst-gettext.sh: Likewise.
31829         * intl/tst-gettext2.sh: Likewise.
31830         * intl/tst-gettext4.sh: Likewise.
31831         * intl/tst-gettext6.sh: Likewise.
31832         * intl/tst-translit.sh: Likewise.
31833         * io/ftwtest-sh: Likewise.
31834         * libio/test-freopen.sh: Likewise.
31835         * malloc/tst-mtrace.sh: Likewise.
31836         * posix/globtest.sh: Likewise.
31837         * posix/tst-getconf.sh: Likewise.
31838         * posix/wordexp-tst.sh: Likewise.
31839         * stdio-common/tst-printf.sh: Likewise.
31840         * stdio-common/tst-unbputc.sh: Likewise.
31841         * stdlib/tst-fmtmsg.sh: Likewise.
31842         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31843         * catgets/Makefile: Do not specify -e option when running
31844         testsuite shell scripts.
31845         * elf/Makefile: Likewise.
31846         * grp/Makefile: Likewise.
31847         * iconvdata/Makefile: Likewise.
31848         * intl/Makefile: Likewise.
31849         * io/Makefile: Likewise.
31850         * libio/Makefile: Likewise.
31851         * malloc/Makefile: Likewise.
31852         * posix/Makefile: Likewise.
31853         * stdio-common/Makefile: Likewise.
31854         * stdlib/Makefile: Likewise.
31855         * sysdeps/x86_64/Makefile: Likewise.
31856
31857         * io/ftwtest-sh: Add copyright header.
31858         * posix/globtest.sh: Likewise.
31859         * posix/tst-getconf.sh: Likewise.
31860         * posix/wordexp-tst.sh: Likewise.
31861         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31862
31863 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31864
31865         [BZ #13679]
31866         * Makeconfig (+link): Defined as $(+link-static) if
31867         $(build-shared) isn't yes.
31868         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31869         isn't yes.
31870         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31871
31872         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31873
31874         [BZ #14562]
31875         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31876         new chunk size with MALLOC_ALIGN_MASK.
31877
31878 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31879
31880         [BZ #5044]
31881         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31882         <rounding-mode.h>.
31883         (__printf_fphex): Determine rounding using get_rounding_mode and
31884         round_away.
31885         * stdio-common/tst-printf-round.c (struct hex_test): New
31886         structure.
31887         (hex_tests): New variable.
31888         (test_hex_in_one_mode): New function.
31889         (do_test): Also run tests for hex float output.
31890
31891 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31892
31893         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31894         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31895         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31896         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31897         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31898         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31899         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31900         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31901
31902 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31903
31904         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31905         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31906         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31907         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31908
31909 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31910
31911         [BZ #14579]
31912         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31913         mode only.
31914         * elf/tst-rtld-load-self.sh: New test.
31915         * elf/Makefile: Run it.
31916
31917 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31918
31919         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31920         (tst-writev-ENV): Remove.
31921         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31922
31923 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31924
31925         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31926
31927 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31928
31929         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31930         unconditional.
31931         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31932         Likewise.
31933         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31934         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31935         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31936         Likewise.
31937
31938 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31939
31940         [BZ #14587]
31941         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31942         * config.make.in (have-cpp-asm-debuginfo): Removed.
31943         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31944         * configure: Regenerated.
31945
31946 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31947
31948         [BZ #5044]
31949         * stdio-common/printf_fp.c: Include <stdbool.h> and
31950         <rounding-mode.h>.
31951         (___printf_fp): Determine rounding using get_rounding_mode and
31952         round_away.
31953         * stdio-common/tst-printf-round.c: New file.
31954         * stdio-common/Makefile (tests): Add tst-printf-round.
31955         (link-libm): New variable.
31956         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31957
31958 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31959
31960         [BZ #14576]
31961         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31962         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31963         Likewise.
31964         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31965         Likewise.
31966
31967 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31968
31969         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31970         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31971         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31972         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31973
31974 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31975
31976         [BZ #14518]
31977         * include/rounding-mode.h: New file.
31978         * sysdeps/generic/get-rounding-mode.h: Likewise.
31979         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31980         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31981         (MAX_VALUE): New macro.
31982         (MIN_VALUE): Likewise.
31983         (overflow_value): New function.
31984         (underflow_value): Likewise.
31985         (round_and_return): Use overflow_value and underflow_value to
31986         determine return values in overflow and underflow cases.  Use
31987         round_away to determine rounding depending on rounding mode.
31988         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31989         determine return values in overflow and underflow cases.
31990         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31991         (struct test_results): New structure.
31992         (struct test): Use struct test_results to store expected results
31993         for all rounding modes.
31994         (TEST): Include expected results for all rounding modes.
31995         (test_in_one_mode): New function.
31996         (do_test): Use test_in_one_mode to compute and check results.
31997         Check results for all rounding modes.
31998         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31999         $(link-libm).
32000
32001 2012-12-09  Allan McRae  <allan@archlinux.org>
32002
32003         * sysdeps/i386/fpu/libm-test-ulps: Update
32004
32005 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
32006
32007         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
32008         (_G_int32_t): Likewise.
32009         (_G_uint16_t): Likewise.
32010         (_G_uint32_t): Likewise.
32011         (_G_HAVE_BOOL): Likewise.
32012         (_G_HAVE_ATEXIT): Likewise.
32013         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32014         (_G_HAVE_IO_FILE_OPEN): Likewise.
32015         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
32016         (_G_int32_t): Likewise.
32017         (_G_uint16_t): Likewise.
32018         (_G_uint32_t): Likewise.
32019         (_G_HAVE_BOOL): Likewise.
32020         (_G_HAVE_ATEXIT): Likewise.
32021         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32022         (_G_HAVE_IO_FILE_OPEN): Likewise.
32023         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
32024         (_G_int32_t): Likewise.
32025         (_G_uint16_t): Likewise.
32026         (_G_uint32_t): Likewise.
32027         (_G_HAVE_BOOL): Likewise.
32028         (_G_HAVE_ATEXIT): Likewise.
32029         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32030         (_G_HAVE_IO_FILE_OPEN): Likewise.
32031
32032 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
32033
32034         * csu/libc-tls.c: Update copyright years.
32035
32036 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
32037
32038         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
32039         [!_G_USING_THUNKS]: Remove conditional code.
32040         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
32041         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
32042
32043         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
32044         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
32045         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32046         (_G_VTABLE_LABEL_PREFIX): Likewise.
32047         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32048         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32049         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32050         (_G_VTABLE_LABEL_PREFIX): Likewise.
32051         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32052         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32053         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32054         (_G_VTABLE_LABEL_PREFIX): Likewise.
32055         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32056
32057 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
32058
32059         * libio/Makefile: Include ../Makeconfig before tests.
32060         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
32061         only if $(build-shared) is yes.
32062
32063         * iconv/gconv_db.c: Update copyright years.
32064
32065 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32066
32067         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
32068         unwind info if defined PIC. Fix special cases description.
32069         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
32070
32071         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
32072         DP_HI_MASK entry.
32073         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
32074
32075 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
32076
32077         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
32078
32079         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
32080         is NULL.
32081
32082         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
32083         (LDLIBS-tst-chk4): This.
32084         (LDFLAGS-tst-chk5): Renamed to ...
32085         (LDLIBS-tst-chk5): This.
32086         (LDFLAGS-tst-chk6): Renamed to ...
32087         (LDLIBS-tst-chk6): This.
32088         (LDFLAGS-tst-lfschk4): Renamed to ...
32089         (LDLIBS-tst-lfschk4): This.
32090         (LDFLAGS-tst-lfschk5): Renamed to ...
32091         (LDLIBS-tst-lfschk5): This.
32092         (LDFLAGS-tst-lfschk6): Renamed to ...
32093         (LDLIBS-tst-lfschk6): This.
32094
32095         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
32096         on $(common-objpfx)soversions.mk.
32097
32098 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
32099
32100         [BZ #10014]
32101         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
32102         example host name.
32103
32104 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
32105
32106         * malloc/arena.c (arena_get_retry): New function that gets
32107         another arena for the caller to try its request on.
32108         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
32109         current arena cannot fulfill the request.
32110         (__libc_memalign): Likewise.
32111         (__libc_memalign): Likewise.
32112         (__libc_pvalloc): Likewise.
32113         (__libc_calloc): Likewise.
32114
32115 2012-09-05  John Tobey  <john.tobey@gmail.com>
32116
32117         [BZ #13542]
32118         * manual/arith.texi (Operations on Complex): Fix description
32119         of carg branch cut.
32120
32121 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32122
32123         [BZ #10014]
32124         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
32125         host name.
32126
32127         [BZ #10038]
32128         * manual/memory.texi (Memory): Make order of menu items match
32129         order of sections.
32130
32131 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32132
32133         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
32134         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
32135         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
32136
32137 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32138
32139         * csu/libc-tls.c (static_dtv): Renamed to ...
32140         (_dl_static_dtv): This.  Make it global.
32141         (_dl_initial_dtv): Removed.
32142         (__libc_setup_tls): Updated.
32143         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
32144         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
32145         DL_INITIAL_DTV.
32146
32147 2012-09-06  Petr Machata  <pmachata@redhat.com>
32148
32149         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
32150         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
32151         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
32152         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
32153
32154 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32155
32156         [BZ #14545]
32157         * csu/libc-tls.c (_dl_initial_dtv): New variable.
32158         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
32159         freeing dtv[-1].
32160
32161 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
32162
32163         [BZ #14544]
32164         * Makeconfig (link-static-before-libc): Replace $(+prector)
32165         with $(+prectorT).
32166         (link-static-after-libc): Replace $(+postctor) with
32167         $(+postctorT).
32168         (link-bounded): Replace $(+prector)/$(+postctor) with
32169         $(+prectorT)/$(+postctorT).
32170         (+prectorT): New macro.
32171         (+postctorT): Likewise.
32172
32173 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
32174
32175         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
32176         (round_str): Handle values above the maximum for IBM long double
32177         as inexact.
32178         * stdlib/tst-strtod-round.c (tests): Regenerated.
32179
32180 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32181
32182         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
32183         assembler flag.
32184         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
32185         zarch_nohighgprs around the zarch optimized routines.
32186         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
32187         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
32188         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
32189         for zarch.
32190
32191 2012-09-05  David S. Miller  <davem@davemloft.net>
32192
32193         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32194
32195         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
32196         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
32197         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
32198         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32199         entries.
32200
32201 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32202
32203         * malloc/arena.c: Fold copyright years.
32204         * malloc/mcheck.c, malloc/memusage.c: Likewise.
32205
32206 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32207
32208         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32209
32210 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32211
32212         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
32213
32214 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32215
32216         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32217         change internal state upon failure.
32218
32219 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32220
32221         * malloc/mcheck.c (mcheck_check_all): Fix typo.
32222         * malloc/memusage.c (mmap): Likewise.
32223         (mmap64, mremap): Likewise.  Adjust name in comment.
32224
32225 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32226
32227         * libio/fileops.c: Fix typos in comments.
32228         * libio/oldfileops.c: Likewise.
32229         * libio/wfileops.c: Likewise.
32230
32231 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32232
32233         [BZ #1349]
32234         * malloc/Makefile (tests): Add tst-malloc-usable test case.
32235         (tst-malloc-usable-ENV): Set environment for test case.
32236         * malloc/hooks.c (malloc_check_get_size): New function to get
32237         requested size.
32238         * malloc/malloc.c (musable): Use malloc_check_get_size.
32239         * malloc/tst-malloc-usable.c: New test case.
32240
32241 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32242
32243         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32244
32245 2012-09-05  Allan McRae  <allan@archlinux.org>
32246
32247         [BZ #13966]
32248         * configure.in (CXX_SYSINCLUDES): Use compiler output to
32249         determine header location.
32250         * configure: Regenerated.
32251
32252 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32253
32254         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32255         float format.
32256         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
32257         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32258         format.
32259         (test): Regenerate.
32260
32261 2012-09-04  David S. Miller  <davem@davemloft.net>
32262
32263         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32264         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32265         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32266
32267 2012-09-04  Florian Weimer  <fweimer@redhat.com>
32268
32269         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32270         failures.
32271
32272         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32273
32274 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
32275
32276         [BZ #9914]
32277         * libio/iogetdelim.c: Include <limits.h>.
32278         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32279         + len + 1 would overflow.
32280
32281 2012-09-03  Andreas Jaeger  <aj@suse.de>
32282
32283         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32284         * sysdeps/i386/fpu/libm-test-ulps: Update.
32285
32286 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32287
32288         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32289         Add s_sinf-sse2, s_conf-sse2.
32290
32291         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32292         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32293         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32294         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32295
32296         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32297         for using routine as __sinf_ia32.
32298         Use macro for function declaration and weak_alias.
32299         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32300         for using routine as __cosf_ia32.
32301         Use macro for function declaration and weak_alias.
32302
32303         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32304         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32305
32306         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32307         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32308         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32309
32310         * math/libm-test.inc (cos_test): Add more test cases.
32311         (sin_test): Likewise.
32312         (sincos_test): Likewise.
32313
32314 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32315
32316         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32317         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32318         hidden.
32319         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32320
32321 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32322
32323         [BZ #14538]
32324         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32325         first element of the GOT.
32326         (elf_machine_load_address): Return the difference between
32327         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32328
32329 2012-09-01  Allan McRae  <allan@archlinux.org>
32330
32331         [BZ #13412]
32332         * configure.in (AWK): Require gawk version 3.0 or later.
32333         * configure: Regenerated.
32334
32335 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32336
32337         * sysdeps/unix/sysv/linux/kernel-features.h
32338         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32339         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32340         [__NR_clock_getres]: Make code unconditional.
32341         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32342         (clock_getcpuclockid): Remove code left unreachable by removal of
32343         conditionals.
32344         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32345         code unconditional.
32346         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32347         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32348         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32349         Make code unconditional.
32350         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32351         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32352         * sysdeps/unix/sysv/linux/clock_settime.c
32353         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32354         conditional code.
32355         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32356         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32357
32358 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32359
32360         [BZ #14476]
32361         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32362         scripts/test-installation.pl.
32363
32364         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32365         and $ld_so_version if it is set.
32366
32367 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32368
32369         [BZ #14516]
32370         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32371         failure if reading from procfs failed.
32372         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32373
32374 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32375
32376         * sysdeps/unix/sysv/linux/kernel-features.h
32377         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32378         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32379         Remove conditional code.
32380         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32381         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32382         Remove conditional code.
32383         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32384         * sysdeps/unix/sysv/linux/i386/fxstat.c
32385         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32386         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32387         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32388         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32389         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32390         * sysdeps/unix/sysv/linux/i386/lxstat.c
32391         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32392         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32393         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32394         Remove conditional code.
32395         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32396         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32397         Remove conditional code.
32398         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32399         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32400         <kernel-features.h>.
32401         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32402         Remove.
32403         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32404         Remove conditional code.
32405         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32406         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32407         Remove conditional.
32408
32409 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32410
32411         [BZ #5400]
32412         * NEWS: Add fixed bug number.
32413
32414 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32415
32416         [BZ #14519]
32417         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32418         underflowing exponent in case of negative sign.
32419         * stdlib/tst-strtod-round-data: Add more tests.
32420         * stdlib/tst-strtod-round.c (tests): Regenerated.
32421
32422         [BZ #3479]
32423         * stdlib/strtod_l.c (NDIG): Remove.
32424         (HEXNDIG): Likewise.
32425         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32426         smallest representable value.
32427         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32428         lie within an exact representation of 1/2 ulp of the result.
32429         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32430         unconditionally.
32431         (TENS_P9_IDX): Define unconditionally.
32432         (TENS_P9_SIZE): Likewise.
32433         (TENS_P10_IDX): Likewise.
32434         (TENS_P10_SIZE): Likewise.
32435         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32436         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32437         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32438         entries for 10^2^13 and 10^2^14.
32439         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32440         (TENS_P13_IDX): Define.
32441         (TENS_P13_SIZE): Likewise.
32442         (TENS_P14_IDX): Likewise.
32443         (TENS_P14_SIZE): Likewise.
32444         (_fpioconst_pow10): Change array size to
32445         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32446         unconditional.
32447         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32448         1024]: Add entries for 10^2^13 and 10^2^14.
32449         [LAST_POW10 > _LAST_POW10]: Remove #error.
32450         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32451         (_fpioconst_pow10): Change array size to
32452         FPIOCONST_POW10_ARRAY_SIZE.
32453         * stdlib/gen-fpioconst.c: New file.
32454         * stdlib/gen-tst-strtod-round.c: Likewise.
32455         * stdlib/tst-strtod-round-data: Likewise.
32456         * stdlib/tst-strtod-round.c: Likewise.
32457         * stdlib/Makefile (tests): Add tst-strtod-round.
32458
32459         [BZ #14459]
32460         * stdlib/strtod_l.c: Include <stdint.h>.
32461         (NDEBUG): Do not define.
32462         (round_and_return): Change EXPONENT parameter to type intmax_t.
32463         Rearrange calculations to avoid internal overflow possibilities.
32464         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32465         Rearrange calculations to avoid internal overflow possibilities.
32466         Assert that number fits inside MPNSIZE limbs.
32467         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32468         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32469         calculations and add assertions to avoid internal overflow
32470         possibilities.  Add casts to avoid signed/unsigned operations.
32471         * stdlib/tst-strtod-overflow.c: New file.
32472         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32473
32474 2012-08-25  Marek Polacek  <polacek@redhat.com>
32475
32476         * time/time.h: Fix some typos in comments.
32477
32478 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32479
32480         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32481         * posix/tst-rfc3484-2.c: Likewise.
32482         * posix/tst-rfc3484-3.c: Likewise.
32483
32484 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32485
32486         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32487         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32488
32489 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32490
32491         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32492         #include of fxstatat64.c.
32493
32494 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32495
32496         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32497         * shadow/getspent_r.c: Likewise.
32498         * shadow/getspnam.c: Likewise.
32499         * shadow/getspnam_r.c: Likewise.
32500         * gshadow/getsgent.c: Likewise.
32501         * gshadow/getsgent_r.c: Likewise.
32502         * gshadow/getsgnam.c: Likewise.
32503         * gshadow/getsgnam_r.c: Likewise.
32504         * inet/getnetbyad.c: Likewise.
32505         * inet/getnetbyad_r.c: Likewise.
32506         * inet/getnetbynm.c: Likewise.
32507         * inet/getnetbynm_r.c: Likewise.
32508         * inet/getnetent.c: Likewise.
32509         * inet/getnetent_r.c: Likewise.
32510         * inet/getproto.c: Likewise.
32511         * inet/getproto_r.c: Likewise.
32512         * inet/getprtent.c: Likewise.
32513         * inet/getprtent_r.c: Likewise.
32514         * inet/getprtname.c: Likewise.
32515         * inet/getprtname_r.c: Likewise.
32516         * inet/getrpcbyname.c: Likewise.
32517         * inet/getrpcbyname_r.c: Likewise.
32518         * inet/getrpcbynumber.c: Likewise.
32519         * inet/getrpcbynumber_r.c: Likewise.
32520         * inet/getrpcent.c: Likewise.
32521         * inet/getrpcent_r.c: Likewise.
32522         * inet/getaliasent.c: Likewise.
32523         * inet/getaliasent_r.c: Likewise.
32524         * inet/getaliasname.c: Likewise.
32525         * inet/getaliasname_r.c: Likewise.
32526         * nscd/getgrgid_r.c: Likewise.
32527         * nscd/getgrnam_r.c: Likewise.
32528         * nscd/gethstbyad_r.c: Likewise.
32529         * nscd/gethstbynm3_r.c: Likewise.
32530         * nscd/getpwnam_r.c: Likewise.
32531         * nscd/getpwuid_r.c: Likewise.
32532         * nscd/getsrvbynm_r.c: Likewise.
32533         * nscd/getsrvbypt_r.c: Likewise.
32534         * nscd/gai.c: Likewise.
32535
32536         * configure.in (build_nscd): New substituted variable, set
32537         by --disable-build-nscd and defaults to $use_nscd.
32538         * configure: Regenerated.
32539         * config.make.in (build-nscd): New substituted variable.
32540         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32541         Change conditional to require [$(build-nscd) = yes] as well.
32542         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32543
32544         [BZ# 13696]
32545         * configure.in (use_nscd): New substituted variable, set by
32546         --disable-nscd.  If enabled, define USE_NSCD.
32547         * configure: Regenerated.
32548         * config.h.in: Add USE_NSCD.
32549         * config.make.in (use-nscd): New substituted variable.
32550         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32551         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32552         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32553         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32554         (CFLAGS-getgrnam_r.c): Likewise.
32555         (CFLAGS-initgroups.c): Likewise.
32556         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32557         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32558         Variables removed.
32559         * inet/getnetgrent_r.c
32560         (nscd_setnetgrent): New function, broken out of ...
32561         (setnetgrent): ... here.  Call it.
32562         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32563         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32564         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32565         * nscd/Makefile (routines, aux): Move definitions after include of
32566         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32567         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32568         Conditionalize on [USE_NSCD].
32569         (is_nscd, nscd_init_cb): Likewise.
32570         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32571         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32572         * nss/nss_db/db-init.c: Likewise.
32573         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32574         [USE_NSCD].
32575         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32576         (make_request): Use it.
32577         (cache_valid_p): New function.
32578         (__check_pf): Use it.
32579         * NEWS: Add item for --disable-nscd.
32580
32581 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32582
32583         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32584         to support sed >= 4.2.1-20-ga9bf076.
32585         * configure: Regenerated.
32586
32587 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32588
32589         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32590         Conditionalize whole body on [IREL].
32591
32592 2012-08-22  Jeff Law <law@redhat.com>
32593
32594         [BZ #14505]
32595         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32596         if the family is PF_UNSPEC.
32597
32598 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32599
32600         * Makerules (lib-version): Rename from V.
32601         (install-lib-nosubdir): Change V to lib-version.
32602
32603 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32604
32605         [BZ #14252]
32606         * powerpc32/power6/wcschr.c: New file.
32607         * powerpc32/power6/wcscpy.c: New file.
32608         * powerpc32/power6/wcsrchr.c: New file.
32609         * powerpc64/power6/wcschr.c: New file.
32610         * powerpc64/power6/wcscpy.c: New file.
32611         * powerpc64/power6/wcsrchr.c: New file.
32612
32613 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32614
32615         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32616         (two_way_short_needle): Use it.
32617         * string/strstr.c (AVAILABLE1_USES_J): Define.
32618         * string/strcasestr.c: Likewise.
32619
32620         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32621         array references.
32622         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32623
32624         [BZ #11607]
32625         * NEWS: Add an entry.
32626         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32627         define their defaults.
32628         (two_way_short_needle): Detect end-of-string on-the-fly.
32629         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32630         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32631         * string/bug-strcasestr1.c: New test.
32632         * string/Makefile: Run it.
32633
32634 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32635
32636         [BZ #11607]
32637         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32638         the first character.
32639
32640 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32641
32642         * csu/elf-init.c (__libc_csu_irel): Function removed.
32643         * csu/libc-start.c (apply_irel): New function.
32644         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32645
32646 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32647
32648         * sysdeps/unix/sysv/linux/kernel-features.h
32649         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32650         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32651         <kernel-features.h>.
32652         [__NR_fadvise64_64]: Make code unconditional.
32653         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32654         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32655         !__NR_fadvise64_64)]: Likewise.
32656         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32657         !__NR_fadvise64_64))]: Likewise.
32658         [__NR_fadvise64]: Make code unconditional.
32659         [!__NR_fadvise64]: Remove conditional code.
32660         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32661         <kernel-features.h>.
32662         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32663         unconditional.
32664         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32665         conditional code.
32666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32667         not include <kernel-features.h>.
32668         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32669         unconditional.
32670         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32671         conditional code.
32672         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32673         include <kernel-features.h>.
32674         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32675         unconditional.
32676         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32677         conditional code.
32678
32679 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32680
32681         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32682         slight instruction rearrangements per scrollpipe analysis.
32683         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32684
32685 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32686
32687         * manual/syslog.texi (syslog; vsyslog, closelog):
32688         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32689         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32690
32691         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32692         DSOCAPS to match condition on defining it.
32693
32694 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32695
32696         * sysdeps/unix/sysv/linux/kernel-features.h
32697         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32699         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32700         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32702         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32703         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32705         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32706         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32707
32708         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32709         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32710
32711         * sysdeps/unix/sysv/linux/kernel-features.h
32712         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32713         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32714         unconditional.
32715         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32716         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32717         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32718         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32719         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32720         Make code unconditional.
32721         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32722         (__mmap64) [!__NR_mmap2]: Likewise.
32723         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32724         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32725         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32726         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32727         [__NR_mmap2]: Make code unconditional.
32728         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32729         (__mmap64) [!__NR_mmap2]: Likewise.
32730
32731 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32732
32733         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32734
32735 2012-08-18  Andreas Jaeger  <aj@suse.de>
32736
32737         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32738
32739 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32740
32741         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32742         * include/unistd.h (__have_sock_cloexec): Likewise.
32743         (__have_pipe2): Likewise.
32744         (__have_dup3): Likewise.
32745
32746 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32747
32748         [BZ #9685]
32749         * include/unistd.h (__have_pipe2): Change define into an extern int.
32750         (__have_dup3): Likewise.
32751         * socket/have_sock_cloexec.c: Include fcntl.h.
32752         (__have_pipe2): New variable.
32753         (__have_dup3): Likewise.
32754
32755 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32756
32757         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32758
32759 2012-08-17  Marek Polacek  <polacek@redhat.com>
32760
32761         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32762         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32763
32764 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32765
32766         * configure.in: Add AC_SUBST for sysheaders.
32767         * configure: Regenerated.
32768         * config.make.in (sysheaders): New substituted variable.
32769
32770         * sysdeps/unix/mkfifo.c: Moved ...
32771         * sysdeps/posix/mkfifo.c: ... here.
32772         * sysdeps/unix/mkfifoat.c: Moved ...
32773         * sysdeps/posix/mkfifoat.c: ... here.
32774
32775         * sysdeps/unix/utime.c: Moved ...
32776         * sysdeps/posix/utime.c: ... here.
32777
32778         * sysdeps/unix/time.c: Moved ...
32779         * sysdeps/posix/time.c: ... here.
32780         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32781         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32782
32783         * sysdeps/unix/nice.c: Moved ...
32784         * sysdeps/posix/nice.c: ... here.
32785
32786         * sysdeps/unix/alarm.c: Moved ...
32787         * sysdeps/posix/alarm.c: ... here.
32788
32789         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32790
32791 2012-08-17  Jeff Law <law@redhat.com>
32792
32793         * intl/Makefile (codeset_mo): New variable.
32794         ($(codeset_mo)): New target.
32795         (tst-codeset.out): Depend on that.  Remove explicit rule.
32796         (tst-gettext3.out, tst-gettext5.out): Likewise.
32797         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32798         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32799         * intl/tst-codeset.sh: Remove.
32800         * intl/tst-gettext3.sh: Likewise.
32801         * intl/tst-gettext5.sh: Likewise.
32802
32803 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32804
32805         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32806         * sysdeps/unix/syscalls.list: ... here.
32807
32808         * sysdeps/posix/getaddrinfo.c
32809         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32810         (gaiconf_init, gaiconf_reload): Use them.
32811         [!_STATBUF_ST_NSEC]
32812         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32813         Define using time_t rather than struct timespec.
32814
32815         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32816         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32817         Macros removed.
32818         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32819         [!NO_THREADS].
32820         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32821         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32822         Likewise.
32823
32824         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32825         __libc_cleanup_push argument.
32826
32827         * bits/param.h: New file.
32828         * misc/sys/param.h: New file.
32829         * include/sys/param.h: New file.
32830         * misc/Makefile (headers): Add bits/param.h.
32831         * sysdeps/generic/sys/param.h: File removed.
32832         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32833         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32834         * sysdeps/mach/hurd/bits/param.h: New file.
32835         * sysdeps/mach/hurd/sys/param.h: File removed.
32836
32837         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32838         last change.
32839
32840         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32841         [_IO_MTSAFE_IO].
32842         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32843         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32844         New macros.
32845
32846         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32847         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32848         rather than -D_IO_MTSAFE_IO conditionally.
32849         * stdio-common/Makefile (CPPFLAGS): Likewise.
32850         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32851         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32852         Use $(libio-mtsafe).
32853         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32854         of -D_IO_MTSAFE_IO.
32855         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32856         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32857         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32858         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32859         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32860         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32861         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32862         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32863         (CFLAGS-fread_u_chk.c): Likewise.
32864         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32865         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32866         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32867         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32868         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32869         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32870         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32871         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32872         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32873
32874         * libio/Makefile: Test [$(libc-reentrant) = yes]
32875         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32876
32877         * Makeconfig
32878         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32879         * sysdeps/pthread/configure: File removed.
32880         * sysdeps/pthread/Makeconfig: New file.
32881         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32882         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32883
32884 2012-08-16  Gary Benson  <gbenson@redhat.com>
32885
32886         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32887         unmapping the first object in a namespace.
32888
32889 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32890
32891         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32892         (__internal_setnetgrent): ... this.  Add internal_function to
32893         definition.  Add libc_hidden_def.
32894         (setnetgrent): Update caller.
32895         (internal_endnetgrent): Renamed to ...
32896         (__internal_endnetgrent): ... this.  Add internal_function to
32897         definition.  Add libc_hidden_def.
32898         (endnetgrent): Update caller.
32899         (internal_getnetgrent_r): Renamed to ...
32900         (__internal_getnetgrent_r): ... this.  Add internal_function to
32901         definition.  Add libc_hidden_def.
32902         (__getnetgrent_r): Update caller.
32903         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32904
32905 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32906
32907         * stdlib/longlong.h: Update from GCC.
32908
32909 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32910
32911         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32912         on _QL, which is set by umul_ppmm but never used.
32913         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32914         variables, which are set by GMP macros but never used.
32915         * stdio-common/_itowa.c (_itowa): Likewise.
32916         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32917         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32918
32919 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32920
32921         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32922         struct La_sh_regs is not constant.
32923         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32924         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32925         and struct La_sparc64_regs are not constant.
32926
32927 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32928
32929         * sysdeps/unix/sysv/linux/kernel-features.h
32930         (__ASSUME_POSIX_TIMERS): Remove.
32931         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32932         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32933         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32934         Make code unconditional.
32935         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32936         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32937         Make code unconditional.
32938         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32939         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32940         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32941         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32942         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32943         Make code unconditional.
32944         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32945         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32946         (__libc_missing_posix_timers): Remove.
32947
32948 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32949
32950         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32951         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32952
32953         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32954
32955         * elf/dl-sym.c: Include <stdlib.h>.
32956
32957         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32958         constants, which avoids warnings in 32-bit builds.
32959
32960         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32961         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32962
32963         * misc/lseek.c: File moved to ...
32964         * io/lseek.c: ... here.
32965
32966         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32967
32968         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32969         shifting LEN more than 31 bits at once.
32970
32971 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32972
32973         [BZ #14195]
32974         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32975         segmentation fault for a case of two empty input strings.
32976         * string/test-strncasecmp.c (check1): Renamed to...
32977         (bz12205): ...this.
32978         (bz14195): Add new testcase for two empty input strings and N > 0.
32979         (test_main): Call new testcase, adapt for renamed function.
32980
32981 2012-08-15  Andreas Jaeger  <aj@suse.de>
32982
32983         [BZ #14090]
32984         * crypt/md5test2.c: New test, based on test supplied by Serge
32985         Belyshev <belyshev@depni.sinp.msu.ru>.
32986         * crypt/Makefile (xtests): Add md5test-giant..
32987         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32988
32989 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32990
32991         [BZ #14090]
32992         * crypt/md5.c (md5_process_block): Don't assume the buffer
32993         length is less than 2**32.
32994         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32995         length is less than 2**64.
32996
32997 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32998
32999         * string/str-two-way.h: Include <sys/param.h>.
33000         (MAX): Macro removed.
33001
33002         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
33003         Move #define and #undef of memmove to just before and after
33004         including <string.h>.
33005
33006         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
33007         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
33008         and after including <string.h>.  Move declarations of
33009         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
33010         to before #include "string/memmove.c".
33011
33012         * include/dirent.h: Declare __getdirentries.
33013
33014         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
33015         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
33016
33017 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
33018
33019         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
33020         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
33021         * sysdeps/i386/configure: Regenerated.
33022         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
33023         STABS_CURRENT_FILE, and STABS_FUN.
33024         (END): Remove call to STABS_FUN_END.
33025         (STABS_CURRENT_FILE1): Delete.
33026         (STABS_CURRENT_FILE): Likewise.
33027         (STABS_FUN): Likewise.
33028         (STABS_FUN_END): Likewise.
33029         (STABS_FUN2): Likewise.
33030         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
33031         * sysdeps/x86_64/configure: Regenerated.
33032
33033 2012-08-14  Roland McGrath  <roland@hack.frob.com>
33034
33035         * elf/dl-open.c: Include <atomic.h>.
33036         * elf/dl-lookup.c: Likewise.
33037
33038 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
33039
33040         * sysdeps/unix/sysv/linux/kernel-features.h
33041         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
33042         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
33043         unconditionally.
33044         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
33045         unconditionally.
33046         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
33047         condition on __ASSUME_CLONE_THREAD_FLAGS.
33048
33049 2012-08-14  Andreas Jaeger  <aj@suse.de>
33050
33051         * sysdeps/i386/fpu/libm-test-ulps: Update.
33052
33053 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
33054
33055         * include/atomic.h (atomic_exchange_and_add): Split into ...
33056         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
33057         New atomic macros.
33058
33059 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
33060
33061         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33062
33063 2012-08-13  Jeff Law <law@redhat.com>
33064
33065         * manual/stdio.texi (snprintf): Clarify handling of the trailing
33066         null byte in the output string.
33067
33068 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
33069
33070         * sysdeps/unix/sysv/linux/kernel-features.h
33071         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
33072         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
33073         (__ASSUME_ARG_MAX_STACK_BASED): Define.
33074         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
33075         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
33076         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
33077         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
33078
33079 2012-08-09  Jeff Law <law@redhat.com>
33080
33081         [BZ #13939]
33082         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
33083         When avoid_arena is set, don't retry in the that arena.  Pick the
33084         next one, whatever it might be.
33085         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
33086         (arena_lock): Pass in new parameter to arena_get2.
33087         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
33088         arena_get2.
33089         (__libc_malloc): Unify retrying after main arena failure with
33090         __libc_memalign version.
33091         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
33092
33093 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
33094
33095         [BZ #14166]
33096         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
33097         to __redirect_strstr.
33098         (__strstr_sse42): Use typeof __redirect_strstr.
33099         (__strstr_ia32): Likewise.
33100         (__libc_strstr): New prototype.
33101         (strstr): Renamed to ...
33102         (__libc_strstr): This.
33103         (strstr): New strong alias of __libc_strstr.
33104         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33105         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
33106         __redirect_time.
33107         Include <time.h>.
33108         (__libc_time): New prototype.
33109         (time_ifunc): Replace time with __libc_time.
33110         (time): New strong alias and hidden definition of __libc_time.
33111         (__GI_time): Remove strong alias.
33112         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
33113         Include <stddef.h>.
33114         (memmove): Redefined to __redirect_memmove.
33115         (__memmove_sse2): Use typeof __redirect_memmove.
33116         (__memmove_ssse3): Likewise.
33117         (__memmove_ssse3_back): Likewise.
33118         (__libc_memmove): New prototype.
33119         (memmove): Renamed to ...
33120         (__libc_memmove): This.
33121         (memmove): New strong alias of __libc_memmove.
33122
33123 2012-08-08  Mark Salter  <msalter@redhat.com>
33124
33125         * elf/elf.h
33126         (R_MN10300_TLS_GD): Define.
33127         (R_MN10300_TLS_LD): Likewise.
33128         (R_MN10300_TLS_LDO): Likewise.
33129         (R_MN10300_TLS_GOTIE): Likewise.
33130         (R_MN10300_TLS_IE): Likewise.
33131         (R_MN10300_TLS_LE): Likewise.
33132         (R_MN10300_TLS_DTPMOD): Likewise.
33133         (R_MN10300_TLS_DTPOFF): Likewise.
33134         (R_MN10300_TLS_TPOFF): Likewise.
33135         (R_MN10300_SYM_DIFF): Likewise.
33136         (R_MN10300_ALIGN): Likewise.
33137         (R_MN10300_NUM): Update.
33138
33139 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
33140
33141         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
33142         Remove.
33143
33144 2012-08-08  Roland McGrath  <roland@hack.frob.com>
33145
33146         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
33147
33148         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
33149         sysdeps/unix -> sysdeps/posix move.
33150         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
33151
33152 2012-08-07      Allan McRae     <allan@archlinux.org>
33153
33154         [BZ #14303]
33155         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
33156         (SUNOS_CPP): Likewise.
33157         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
33158         not found.
33159         (open_input): Call CPP using execvp.
33160
33161 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33162
33163         * sysdeps/unix/sysv/linux/kernel-features.h
33164         (__ASSUME_PROT_GROWSUPDOWN): Remove.
33165         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33166         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33167         (__ASSUME_WAITID_SYSCALL): Likewise.
33168         * sysdeps/unix/sysv/linux/dl-execstack.c
33169         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
33170         code unconditional.
33171         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
33172         conditional code.
33173         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
33174         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
33175         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
33176         code.
33177         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
33178         unconditional.
33179         [__ASSUME_WAITID_SYSCALL]: Likewise.
33180         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
33181
33182 2012-08-07  Roland McGrath  <roland@hack.frob.com>
33183
33184         * sysdeps/unix/closedir.c: Renamed to ...
33185         * sysdeps/posix/closedir.c: ... here.
33186         * sysdeps/unix/dirfd.c: Renamed to ...
33187         * sysdeps/posix/dirfd.c: ... here.
33188         * sysdeps/unix/dirstream.h: Renamed to ...
33189         * sysdeps/posix/dirstream.h: ... here.
33190         * sysdeps/unix/fdopendir.c: Renamed to ...
33191         * sysdeps/posix/fdopendir.c: ... here.
33192         * sysdeps/unix/opendir.c: Renamed to ...
33193         * sysdeps/posix/opendir.c: ... here.
33194         * sysdeps/unix/readdir.c: Renamed to ...
33195         * sysdeps/posix/readdir.c: ... here.
33196         * sysdeps/unix/readdir_r.c: Renamed to ...
33197         * sysdeps/posix/readdir_r.c: ... here.
33198         * sysdeps/unix/rewinddir.c: Renamed to ...
33199         * sysdeps/posix/rewinddir.c: ... here.
33200         * sysdeps/unix/seekdir.c: Renamed to ...
33201         * sysdeps/posix/seekdir.c: ... here.
33202         * sysdeps/unix/telldir.c: Renamed to ...
33203         * sysdeps/posix/telldir.c: ... here.
33204         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33205         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33206         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33207         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33208
33209         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33210         * bits/fcntl.h: ... here.
33211
33212         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33213         not 0.
33214         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33215         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33216         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33217         (struct flock): Move l_start, l_len to the beginning.
33218         Use __pid_t for l_pid.
33219         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33220         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33221         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33222         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33223         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33224         [__USE_LARGEFILE64] (struct flock64): New type.
33225         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33226
33227         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33228         * bits/dirent.h: ... here.
33229
33230         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33231         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33232
33233 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33234
33235         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33236         Change from 2.6.0 to 2.6.16.
33237         * sysdeps/unix/sysv/linux/configure: Regenerated.
33238         * sysdeps/unix/sysv/linux/kernel-features.h
33239         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33240         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33241         version.
33242         (__ASSUME_UTIMES): Likewise.
33243         (__ASSUME_CLONE_STOPPED): Remove.
33244         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33245         architectures, not kernel version.
33246         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33247         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33248         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33249         (__ASSUME_WAITID_SYSCALL): Likewise.
33250         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33251         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33252         * README: State 2.6.16 as minimum Linux kernel version.  Do not
33253         refer to older versions.
33254
33255 2012-08-06  Roland McGrath  <roland@hack.frob.com>
33256
33257         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33258         Define alphasort64 as an alias.
33259         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33260         Define versionsort64 as an alias.
33261         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33262         Define scandir64 as an alias.
33263         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33264         Define scandirat64 as an alias.
33265         * dirent/alphasort64.c (alphasort64):
33266         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33267         * dirent/versionsort64.c: Likewise.
33268         * dirent/scandir64.c: Likewise.
33269         * dirent/scandirat64.c: Likewise.
33270         * sysdeps/wordsize-64/alphasort.c: File removed.
33271         * sysdeps/wordsize-64/alphasort64.c: File removed.
33272         * sysdeps/wordsize-64/scandir.c: File removed.
33273         * sysdeps/wordsize-64/scandir64.c: File removed.
33274         * sysdeps/wordsize-64/scandirat.c: File removed.
33275         * sysdeps/wordsize-64/scandirat64.c: File removed.
33276         * sysdeps/wordsize-64/versionsort.c: File removed.
33277         * sysdeps/wordsize-64/versionsort64.c: File removed.
33278         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33279         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33280         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33281         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33282         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33283         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33284         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33285         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33286
33287         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33288         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33289         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33290         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33291         [defined __arch64__ || defined __sparcv9]
33292         (__INO_T_MATCHES_INO64_T): New macro.
33293         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33294         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33295         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33296         * sysdeps/unix/sysv/linux/bits/dirent.h
33297         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33298         (_DIRENT_MATCHES_DIRENT64): New macro.
33299
33300         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33301         Define lockf64 as an alias.
33302         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33303         Define fseeko64 as an alias.
33304         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33305         Define ftello64 as an alias.
33306         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33307         Define _IO_fgetpos64 and fgetpos64 as aliases.
33308         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33309         Define _IO_fsetpos64 and fsetpos64 as aliases.
33310         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33311         Conditionalize body on this.
33312         * libio/fseeko64.c: Likewise.
33313         * libio/ftello64.c: Likewise.
33314         * libio/iofgetpos64.c: Likewise.
33315         * libio/iofsetpos64.c: Likewise.
33316         * sysdeps/wordsize-64/lockf.c: File removed.
33317         * sysdeps/wordsize-64/lockf64.c: File removed.
33318         * sysdeps/wordsize-64/fseeko.c: File removed.
33319         * sysdeps/wordsize-64/fseeko64.c: File removed.
33320         * sysdeps/wordsize-64/ftello.c: File removed.
33321         * sysdeps/wordsize-64/ftello64.c: File removed.
33322         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33323         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33324         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33325         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33326         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33327         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33328         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33329         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33330         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33331         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33332         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33333         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33334         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33335         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33336
33337         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33338         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33339         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33340         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33341         [defined __arch64__ || defined __sparcv9]
33342         (__OFF_T_MATCHES_OFF64_T): New macro.
33343         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33344         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33345         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33346         (__OFF_T_MATCHES_OFF64_T): New macro.
33347
33348 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33349
33350         * stdlib/secure-getenv.c (__secure_getenv): Replace
33351         GLIBC_2_16 with GLIBC_2_17.
33352
33353 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33354
33355         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33356         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33357
33358 2012-08-03  David S. Miller  <davem@davemloft.net>
33359
33360         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33361
33362 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33363
33364         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33365         Remove.
33366         (__ASSUME_CORRECT_SI_PID): Likewise.
33367         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33368         (__ASSUME_TMPFS_NAME): Likewise.
33369         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33370         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33371         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33372         (HAVE_AUX_SECURE): Make definition unconditional.
33373         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33374         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33375
33376 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33377
33378         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33379         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33380         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33381         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33382         __eloop_threshold instead of SYMLOOP_MAX.
33383
33384         * sysdeps/generic/eloop-threshold.h: New file.
33385         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33386         of MAXSYMLINKS.
33387         * elf/chroot_canon.c (chroot_canon): Likewise.
33388
33389 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33390
33391         [BZ #13717]
33392         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33393         Change to 2.6.0 everywhere.
33394         * sysdeps/unix/sysv/linux/configure: Regenerated.
33395         * sysdeps/unix/sysv/linux/kernel-features.h
33396         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33397         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33398         kernel versions.
33399         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33400         (__ASSUME_FUTEX_REQUEUE): Remove.
33401         (__ASSUME_STATFS64): Define unconditionally.
33402         (__ASSUME_AT_SECURE): Likewise.
33403         (__ASSUME_CORRECT_SI_PID): Likewise.
33404         (__ASSUME_TGKILL): Define without depending on kernel version for
33405         i386.
33406         (__ASSUME_UTIMES): Likewise.
33407         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33408         kernel version.
33409         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33410         (__ASSUME_TMPFS_NAME): Likewise.
33411         * README: Update reference to Linux kernel versions.
33412
33413 2012-08-02  Marek Polacek  <polacek@redhat.com>
33414
33415         [BZ# 14150]
33416         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33417         libc_cv_asm_type_prefix with %.
33418         * configure: Regenerated.
33419         * include/libc-symbols.h: Remove comment about
33420         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33421         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33422         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33423         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33424         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33425         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33426         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33427         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33428         * elf/tst-unique2mod1.c: Likewise.
33429         * elf/tst-unique1mod2.c: Likewise.
33430         * elf/tst-unique1mod1.c: Likewise.
33431         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33432         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33433         Replace ASM_TYPE_DIRECTIVE with .type.
33434         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33435         * sysdeps/i386/sysdep.h: Likewise.
33436         * sysdeps/x86_64/sysdep.h: Likewise.
33437         * sysdeps/sh/sysdep.h: Likewise.
33438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33439         Do not define ASM_TYPE_DIRECTIVE.
33440         * sysdeps/powerpc/sysdep.h: Likewise.
33441         * sysdeps/powerpc/powerpc32/sysdep.h:
33442         Replace ASM_TYPE_DIRECTIVE with .type.
33443         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33444         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33445         * sysdeps/i386/fpu/e_powf.S: Likewise.
33446         * sysdeps/i386/fpu/e_expl.S: Likewise.
33447         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33448         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33449         * sysdeps/i386/fpu/e_pow.S: Likewise.
33450         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33451         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33452         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33453         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33454         * sysdeps/i386/fpu/e_log2.S: Likewise.
33455         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33456         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33457         * sysdeps/i386/fpu/e_powl.S: Likewise.
33458         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33459         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33460         * sysdeps/i386/fpu/e_logl.S: Likewise.
33461         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33462         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33463         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33464         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33465         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33466         * sysdeps/i386/fpu/e_log.S: Likewise.
33467         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33468         * sysdeps/i386/fpu/e_logf.S: Likewise.
33469         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33470         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33471         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33472         * sysdeps/i386/fpu/e_log10.S: Likewise.
33473         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33474         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33475         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33476         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33477         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33478         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33479         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33480         * sysdeps/i386/i686/strtok.S: Likewise.
33481         * sysdeps/i386/i386-mcount.S: Likewise.
33482         * sysdeps/i386/strtok.S: Likewise.
33483         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33484         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33485         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33486         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33487         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33488         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33489         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33490         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33491         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33492         * sysdeps/x86_64/_mcount.S: Likewise.
33493         * sysdeps/x86_64/strtok.S: Likewise.
33494         * sysdeps/sh/_mcount.S: Likewise.
33495
33496 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33497
33498         * libio/iofopen.c: Include <fcntl.h>.
33499         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33500         (_IO_fopen64, fopen64): Define as aliases.
33501         * libio/iofopen64.c: Include <fcntl.h>.
33502         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33503         Conditionalize body on this.
33504         * sysdeps/wordsize-64/iofopen.c: File removed.
33505         * sysdeps/wordsize-64/iofopen64.c: File removed.
33506
33507 2012-08-01  Marek Polacek  <polacek@redhat.com>
33508
33509         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33510         Use dlfcn directly instead of a variable.
33511         (binfmt-subdir): Do not define.
33512         (dlfcn): Likewise.
33513
33514 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33515
33516         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33517         Remove all definitions.
33518         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33519         <kernel-features.h>.
33520         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33521         (miss_F_GETOWN_EX): Remove all definitions.
33522         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33523         macro definition.
33524         [!__ASSUME_FCNTL64]: Remove conditional code.
33525         [__ASSUME_FCNTL64]: Make code unconditional.
33526         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33527         <kernel-features.h>.
33528         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33529         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33530         (lockf64) [__NR_fcntl64]: Make code unconditional.
33531         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33532
33533         * sysdeps/unix/sysv/linux/kernel-features.h
33534         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33535         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33536         Make code unconditional.
33537         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33538         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33540         [__NR_vfork]: Make code unconditional.
33541         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33542         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33544         [__NR_vfork]: Make code unconditional.
33545         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33546         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33547
33548 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33549
33550         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33551         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33552
33553         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33554         Define mkstemp64 as an alias.
33555         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33556         Define mkstemps64 as an alias.
33557         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33558         Define mkostemp64 as an alias.
33559         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33560         Define mkostemps64 as an alias.
33561         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33562         Conditionalize body on this.
33563         * misc/mkostemp64.c: Likewise.
33564         * misc/mkostemps64.c: Likewise.
33565         * misc/mkstemps64.c: Likewise.
33566         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33567         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33568         * sysdeps/wordsize-64/mkostemp.c: File removed.
33569         * sysdeps/wordsize-64/mkstemp.c: File removed.
33570         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33571         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33572         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33573         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33574
33575         [BZ #14138]
33576         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33577         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33578         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33579         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33580
33581         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33582         compat_symbol macros from <shlib-compat.h> rather than the underlying
33583         default_symbol_version and symbol_version macros, so that DEFAULT
33584         lines in shlib-versions are respected.
33585         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33586
33587 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33588
33589         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33590         Declare with warn_unused_result.
33591         (setgid, setregid, setegid, setresgid): Likewise.
33592         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33593         Likewise.
33594         * WUR-REPORT: Remove set*id functions.
33595
33596 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33597
33598         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33599
33600 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33601
33602         [BZ #10191]
33603         * include/sys/socket.h (__libc_accept, __libc_accept4):
33604         Add attribute_hidden.
33605         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33606
33607         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33608         use of PTR_MANGLE.
33609         * inet/getnetgrent_r.c (setup): Likewise.
33610
33611         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33612
33613 2012-07-31  David S. Miller  <davem@davemloft.net>
33614
33615         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33616
33617 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33618
33619         [BZ #13629]
33620         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33621         value between 1.0 and 2.0 and smaller part has absolute value less
33622         than 1.0.
33623         * math/s_clog10.c (__clog10): Likewise.
33624         * math/s_clog10f.c (__clog10f): Likewise.
33625         * math/s_clog10l.c (__clog10l): Likewise.
33626         * math/s_clogf.c (__clogf): Likewise.
33627         * math/s_clogl.c (__clogl): Likewise.
33628         * math/libm-test.inc (clog_test): Add more tests.
33629         (clog10_test): Likewise.
33630         * sysdeps/i386/fpu/libm-test-ulps: Update.
33631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33632
33633 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33634
33635         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33636         Exit with zero in case no suitable GID is found, and write a
33637         message to standard error.
33638
33639 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33640
33641         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33642         rather than to 1.
33643         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33644         (MAXPATHLEN): Removed.
33645         (NOGROUP, NODEV): New macros.
33646         (setbit, clrbit, isset, isclr): New macros.
33647         (howmany, roundup, powerof2): New macros.
33648         (DEV_BSIZE): New macro.
33649
33650         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33651         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33652
33653         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33654         definition on [!__NO_LONG_DOUBLE_MATH].
33655
33656         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33657         PTR_MANGLE and PTR_DEMANGLE.
33658
33659         * socket/accept4.c (accept4): Rename to __libc_accept4.
33660         Define accept4 as a weak alias.
33661
33662         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33663         on [_DIRENT_HAVE_D_TYPE].
33664         * io/ftw.c (ftw_dir): Likewise.
33665
33666         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33667
33668         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33669
33670         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33671         Use the BSD numbers rather than the arbitrary ones we had.
33672         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33673         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33674         (SIGXCPU, SIGXFSZ): New macros.
33675         (_NSIG): Now 32.
33676
33677         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33678         initializer on [_LIBC_REENTRANT].
33679
33680         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33681         definitions inside [_POSIX_MAPPED_FILES].
33682
33683         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33684
33685         * dirent/opendir.c: Include <fcntl.h>.
33686
33687         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33688         (__libc_getspecific): Likewise.
33689         (__libc_key_create): Likewise.
33690
33691         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33692         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33693         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33694         (tmpfile64): Define as alias.
33695         * sysdeps/wordsize-64/tmpfile.c: File removed.
33696         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33697         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33698         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33699
33700         * stdio-common/vfscanf.c: Include <stdbool.h>.
33701         * nss/makedb.c: Likewise.
33702         * stdio-common/_i18n_number.h: Likewise.
33703         * argp/argp-help.c: Likewise.
33704         * posix/wordexp.c: Likewise.
33705         * sysdeps/posix/spawni.c: Likewise.
33706         * nss/nss_files/files-initgroups.c: Likewise.
33707         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33708         * nss/nss_files/files-initgroups.c: Likewise.
33709         * nss/nss_db/db-netgrp.c: Likewise.
33710         * nss/nss_db/db-initgroups.c: Likewise.
33711         * io/fchmodat.c: Include <sys/stat.h>.
33712
33713         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33714         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33715
33716         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33717         [HAVE_MMAP].
33718
33719         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33720         Add multiple inclusion protection.
33721
33722 2012-07-27  David S. Miller  <davem@davemloft.net>
33723
33724         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33725
33726 2012-07-27  Gary Benson  <gbenson@redhat.com>
33727
33728         [BZ #14298]
33729         * elf/rtld.c: Include <stap-probe.h>.
33730         (dl_main): Added static probes "init_start" and "init_complete".
33731         * elf/dl-load.c: Include <stap-probe.h>.
33732         (lose): Take new parameter "nsid".
33733         Added static probe "map_failed".
33734         (_dl_map_object_from_fd): Pass namespace id to lose.
33735         Added static probe "map_start".
33736         (open_verify): Pass namespace id to lose.
33737         * elf/dl-open.c: Include <stap-probe.h>.
33738         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33739         and "reloc_complete".
33740         * elf/dl-close.c: Include <stap-probe.h>.
33741         (_dl_close_worker): Added static probes "unmap_start" and
33742         "unmap_complete".
33743         * elf/rtld-debugger-interface.txt: New file documenting the above.
33744
33745 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33746
33747         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33748         rather than a string variable.
33749         * sunrpc/rpc_main.c (h_output): Likewise.
33750         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33751
33752 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33753
33754         * inet/check_native.c: New file.
33755
33756 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33757
33758         [BZ #13629]
33759         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33760         if larger part has absolute value 1.0.
33761         * math/s_clog10.c (__clog10): Likewise.
33762         * math/s_clog10f.c (__clog10f): Likewise.
33763         * math/s_clog10l.c (__clog10l): Likewise.
33764         * math/s_clogf.c (__clogf): Likewise.
33765         * math/s_clogl.c (__clogl): Likewise.
33766         * math/libm-test.inc (clog_test): Add more tests.
33767         (clog10_test): Likewise.
33768         * sysdeps/i386/fpu/libm-test-ulps: Update.
33769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33770
33771         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33772         (pltexit): Likewise.
33773         (La_regs): Likewise.
33774         (La_retval): Likewise.
33775         (int_retval): Likewise.
33776         Update #error for removed macros to refer only to definitions in
33777         tst-audit.h.
33778         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33779         macro.
33780         (pltexit): Likewise.
33781         (La_regs): Likewise.
33782         (La_retval): Likewise.
33783         (int_retval): Likewise.
33784         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33785         macro.
33786         (pltexit): Likewise.
33787         (La_regs): Likewise.
33788         (La_retval): Likewise.
33789         (int_retval): Likewise.
33790         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33791         macro.
33792         (pltexit): Likewise.
33793         (La_regs): Likewise.
33794         (La_retval): Likewise.
33795         (int_retval): Likewise.
33796         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33797         macro.
33798         (pltexit): Likewise.
33799         (La_regs): Likewise.
33800         (La_retval): Likewise.
33801         (int_retval): Likewise.
33802         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33803         macro.
33804         (pltexit): Likewise.
33805         (La_regs): Likewise.
33806         (La_retval): Likewise.
33807         (int_retval): Likewise.
33808         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33809         macro.
33810         (pltexit): Likewise.
33811         (La_regs): Likewise.
33812         (La_retval): Likewise.
33813         (int_retval): Likewise.
33814         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33815         macro definitions in tst-audit.h.
33816         * sysdeps/i386/tst-audit.h: New file.
33817         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33818         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33819         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33820         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33821         * sysdeps/sh/tst-audit.h: Likewise.
33822         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33823         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33824         * sysdeps/x86_64/tst-audit.h: Likewise.
33825
33826 2012-07-26  Andreas Jaeger  <aj@suse.de>
33827
33828         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33829         ptrace.
33830
33831         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33832         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33833         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33834         PTRACE_O_MASK.
33835         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33836         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33837         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33838
33839         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33840         value.
33841
33842         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33843         _sigsys.
33844         (si_call_addr, si_syscall, si_arch): Define new macro.
33845         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33846         _sigsys.
33847         (si_call_addr, si_syscall, si_arch): Define new marcro.
33848         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33849         _sigsys.
33850         (si_call_addr, si_syscall, si_arch): Define new macro.
33851         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33852         _sigsys.
33853         (si_call_addr, si_syscall, si_arch): Define new macro.
33854
33855 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33856
33857         [BZ #13717]
33858         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33859         Change to 2.4.21 where previously 2.4.1.
33860         * sysdeps/unix/sysv/linux/configure: Regenerated.
33861         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33862         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33863         Linux kernel version.
33864         (__ASSUME_STD_AUXV): Remove.
33865         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33866         kernel version.
33867         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33868         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33869         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33870         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33871         (__ASSUME_NETLINK_SUPPORT): Likewise.
33872         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33873         (__no_netlink_support): Remove conditional definition.
33874         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33875         Remove.
33876         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33877         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33878         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33879         (if_nameindex_ioctl): Remove.
33880         (if_nameindex_netlink): Do not handle __no_netlink_support.
33881         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33882         code.
33883         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33884         Remove conditional code.
33885         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33886         code.
33887         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33888         unconditional.
33889         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33890         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33891         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33892         Remove.
33893         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33894         [!__ASSUME_STD_AUXV]: Remove conditional code.
33895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33896         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33897         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33899         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33900         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33901         code.
33902         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33904         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33905         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33906         conditional code.
33907         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33909         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33910         code.
33911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33912         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33913         conditional code.
33914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33915         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33916         code unconditional.
33917         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33918         conditional code.
33919         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33920         unconditional.
33921         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33922         conditional code.
33923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33924         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33925         unconditional.
33926         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33927         conditional code.
33928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33929         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33930         code unconditional.
33931         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33932         conditional code.
33933         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33934         unconditional.
33935         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33936         conditional code.
33937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33938         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33939         code unconditional.
33940         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33941         conditional code.
33942         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33943         unconditional.
33944         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33945         conditional code.
33946
33947 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33948
33949         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33950         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33951         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33952         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33953         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33954         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33955         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33956         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33957         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33958         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33959         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33960         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33961         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33962         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33963         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33964         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33965         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33966         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33967         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33968         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33969         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33970         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33971         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33972
33973 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33974
33975         * Versions.def: Add GLIBC_2.17.
33976         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33977         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33978         Introduce __libc_secure_getenv.
33979         * stdlib/Versions (2.17): Add secure_getenv
33980         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33981         * stdlib/secure-getenv.c: Rename __secure_getenv to
33982         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33983         symbol __secure_getenv for GLIBC_2.0.
33984         * stdlib/tst-secure-getenv.c: New.
33985         * stdlib/Makefile (tests): Add testcase.
33986         * manual/startup.texi (Environment Access): Document
33987         secure_getenv.
33988         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33989         __libc_secure_getenv.
33990         * inet/ruserpass.c (ruserpass): Likewise.
33991         * malloc/mtrace.c (mtrace): Likewise.
33992         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33993         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33994         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33995         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33996         HAVE_SECURE_GETENV.
33997         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33998         __secure_getenv to __libc_secure_getenv.
33999         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
34000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34001         Likewise.
34002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34003         Likewise.
34004         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34005         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34006         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34007         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34008         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34009         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34010         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
34011
34012 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
34013
34014         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
34015         (struct La_i86_retval): Likewise.
34016         (struct La_x86_64_regs): Likewise.
34017         (struct La_x86_64_retval): Likewise.
34018         (struct La_x32_regs): Likewise.
34019         (struct La_x32_retval): Likewise.
34020         (struct La_ppc32_regs): Likewise.
34021         (struct La_ppc32_retval): Likewise.
34022         (struct La_ppc64_regs): Likewise.
34023         (struct La_ppc64_retval): Likewise.
34024         (struct La_sh_regs): Likewise.
34025         (struct La_sh_retval): Likewise.
34026         (struct La_s390_32_regs): Likewise.
34027         (struct La_s390_32_retval): Likewise.
34028         (struct La_s390_64_regs): Likewise.
34029         (struct La_s390_64_retval): Likewise.
34030         (struct La_sparc32_regs): Likewise.
34031         (struct La_sparc32_retval): Likewise.
34032         (struct La_sparc64_regs): Likewise.
34033         (struct La_sparc64_retval): Likewise.
34034         (struct audit_ifaces): Remove architecture-specific pltenter and
34035         pltexit members.
34036         * sysdeps/i386/ldsodefs.h: New file.
34037         * sysdeps/powerpc/ldsodefs.h: Likewise.
34038         * sysdeps/s390/ldsodefs.h: Likewise.
34039         * sysdeps/sh/ldsodefs.h: Likewise.
34040         * sysdeps/sparc/ldsodefs.h: Likewise.
34041         * sysdeps/x86_64/ldsodefs.h: Likewise.
34042
34043 2012-07-25  Marek Polacek  <polacek@redhat.com>
34044
34045         [BZ #6808]
34046         * math/libm-test.inc (yn_test): Add another test.
34047         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
34048         to ERANGE when the result is +-Inf.
34049         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
34050         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
34051         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
34052         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
34053
34054 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
34055
34056         * conform/data/time.h-data (NULL): Use macro-constant.  Require
34057         equal to 0.
34058         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
34059         clock_t.
34060         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
34061
34062 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
34063
34064         * configure.in <sysdeps resolving>: Correct printing
34065         Implies_before.
34066         * configure: Regenerate.
34067
34068 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
34069
34070         * math/w_ilogb.c: Include <limits.h>.
34071         * math/w_ilogbl.c: Likewise.
34072
34073 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
34074
34075         * manual/lang.texi (__va_copy): Document primarily as ISO C99
34076         va_copy.  Document allowing for unavailable va_copy only as
34077         pre-C99 compatibility.
34078         * manual/string.texi (Copying and Concatenation): Use va_copy
34079         instead of __va_copy in concat example.
34080
34081 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
34082
34083         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
34084         (__sendto): Use create_address_port.  Initialize APORT and deallocate
34085         it if not null.
34086
34087         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
34088         with O_NOLINK passed to __file_name_lookup.
34089
34090         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
34091         with O_NOLINK passed to __file_name_lookup.
34092
34093         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
34094         negative N or less than NGIDS.
34095
34096         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
34097         type to string_t.  Set ERANGE as errno and return it if NAME is not big
34098         enough.  Use memcpy instead of strncpy.
34099
34100 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
34101
34102         * elf/Makefile (check-data): Remove.
34103         (localplt.data): New vpath directive.
34104         ($(objpfx)check-localplt.out): Use localplt.data from vpath
34105         instead of $(check-data).
34106         * scripts/data/localplt-generic.data: Move to ...
34107         * sysdeps/generic/localplt.data: ... here.
34108         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
34109         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
34110         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
34111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
34112         ... here.
34113         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
34114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
34115         ... here.
34116         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
34117         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
34118         ... here.
34119         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
34120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
34121         ... here.
34122         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
34123         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
34124         ... here.
34125         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
34126         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
34127         ... here.
34128
34129 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34130
34131         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
34132         PPC32 and PPC64 files.
34133         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
34134         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
34135
34136 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34137
34138         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
34139         __makecontext_ret to ...
34140         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
34141         ... here and call exit if uc_link is NULL.  New file.
34142         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
34143         __makecontext_ret.S.
34144         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
34145         __makecontext_ret to ...
34146         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
34147         ... here and call exit if uc_link is NULL.  New file.
34148         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
34149         __makecontext_ret.S.
34150
34151 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34152
34153         * elf/elf.h (R_390_IRELATIVE): New definition.
34154         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
34155         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
34156         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
34157         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
34158         (elf_machine_lazy_rel): Likewise.
34159         * sysdeps/s390/dl-irel.h: New file.
34160         * sysdeps/s390/s390-64/memcpy.S: New asm code.
34161         * sysdeps/s390/s390-64/memset.S: New asm code.
34162         * sysdeps/s390/s390-64/memcmp.S: New asm code.
34163         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
34164         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
34165         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
34166         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
34167         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
34168         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
34169         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
34170         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
34171         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
34172         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
34173         * sysdeps/s390/s390-32/memcpy.S: New asm code.
34174         * sysdeps/s390/s390-32/memset.S: New asm code.
34175         * sysdeps/s390/s390-32/memcmp.S: New asm code.
34176
34177 2012-07-17  Marek Polacek  <polacek@redhat.com>
34178
34179         [BZ #14349]
34180         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
34181         * sysdeps/s390/s390-64/configure.in: Likewise.
34182         * sysdeps/sparc/configure.in: Likewise.
34183         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
34184         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
34185         * sysdeps/i386/configure.in: Likewise.
34186         * sysdeps/x86_64/configure.in: Likewise.
34187         * sysdeps/sh/configure.in: Likewise.
34188         * sysdeps/s390/s390-32/configure: Regenerated.
34189         * sysdeps/s390/s390-64/configure: Likewise.
34190         * sysdeps/x86_64/configure: Likewise.
34191         * sysdeps/sh/configure: Likewise.
34192         * sysdeps/powerpc/powerpc64/configure: Likewise.
34193         * sysdeps/powerpc/powerpc32/configure: Likewise.
34194         * sysdeps/sparc/configure: Likwise.
34195         * sysdeps/i386/configure: Likewise.
34196
34197         * elf/dl-open.c: Comment fixes.
34198
34199 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
34200
34201         * Makefile [CXX] (check-data): Remove.
34202         [CXX] (c++-types.data): New vpath directive.
34203         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34204         vpath.  Do not allow for C++ type data being missing.
34205         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34206         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34207         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34208         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34209         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34210         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34211         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34213         ... here.
34214         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34216         ... here.
34217         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34218         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34219         ... here.
34220         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34221         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34222         ... here.
34223         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34224         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34225         ... here.
34226         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34227         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34228         ... here.
34229         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34230         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34231         ... here.
34232         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34233         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34234
34235         * elf/tls-macros.h (TLS_LE): Move architecture-specific
34236         definitions to architecture-specific files.
34237         (TLS_IE): Likewise.
34238         (TLS_LD): Likewise.
34239         (TLS_GD): Likewise.
34240         * sysdeps/i386/tls-macros.h: New file.
34241         * sysdeps/powerpc/tls-macros.h: Likewise.
34242         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34243         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34244         * sysdeps/sh/tls-macros.h: Likewise.
34245         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34246         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34247         * sysdeps/x86_64/tls-macros.h: Likewise.
34248
34249 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34250
34251         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34252         zero value for regular exit case.
34253
34254         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34255         (__start_context): Preserve zero value for regular exit case.
34256
34257 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34258             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34259
34260         * manual/setjmp.texi (setcontext): Clarify normal process
34261         termination when uc_link is the null pointer.
34262         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34263         exit call.
34264
34265 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
34266
34267         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34268         preprocessor.  Test for each exception mask separately.
34269
34270 2012-07-16  Andreas Jaeger  <aj@suse.de>
34271
34272         * po/ru.po: Update from translation team.
34273
34274 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
34275
34276         * conform/data/string.h-data (NULL): Use macro-constant.  Require
34277         equal to 0.
34278         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34279         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34280         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34281         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34282         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34283
34284 2012-07-13  Andreas Jaeger  <aj@suse.de>
34285
34286         * po/fr.po: Update from translation team.
34287
34288 2012-07-12  Marek Polacek  <polacek@redhat.com>
34289
34290         [BZ #14173]
34291         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34292         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34293         loop condition.
34294
34295 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34296
34297         [BZ #13717]
34298         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34299         Change to 2.4.1 where previously 2.4.0.
34300         * sysdeps/unix/sysv/linux/configure: Regenerated.
34301         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34302         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34303         version.
34304         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34305         (__ASSUME_AT_CLKTCK): Remove.
34306         (__ASSUME_AT_PAGESIZE): Likewise.
34307         (__ASSUME_AT_XID): Likewise.
34308         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34309         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34310         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34311         unconditionally.
34312         (HAVE_AUX_PAGESIZE): Likewise.
34313         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34314         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34315         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34316
34317 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34318
34319         [BZ #14307]
34320         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34321         the temporary buffer used to invoke __gethostbyname2_r,
34322         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34323         host_data / struct gaih_addrtuple.
34324         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34325         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34326         header file nss/nsswitch.h.
34327         * nss/nsswitch.h (global scope): Add definition of implementation
34328         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34329         resolv/nss_dns/dns-host.c).
34330
34331 2012-07-11  Andreas Jaeger  <aj@suse.de>
34332
34333         * po/fr.po: Update from translation team.
34334
34335         * po/sv.po: Update from translation team
34336         * po/fr.po: Another update from translation team.
34337
34338 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34339
34340         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34341         for subnormals or multiply small sinh result by itself.
34342         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34343         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34344
34345 2012-07-11  David S. Miller  <davem@davemloft.net>
34346
34347         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34348
34349 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34350
34351         [BZ #14347]
34352         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34353         (INTERNAL_MARK): Shift it here.
34354
34355 2012-07-10  Marek Polacek  <polacek@redhat.com>
34356
34357         [BZ #14151]
34358         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34359         libc_cv_asm_global_directive with .globl.
34360         * configure: Regenerated.
34361         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34362         with .globl.
34363         * sysdeps/i386/configure: Regenerated.
34364         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34365         with .globl.
34366         * sysdeps/x86_64/configure: Regenerated.
34367         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34368         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34369         * elf/tst-unique2mod2.c: Likewise.
34370         * elf/tst-unique2mod1.c: Likewise.
34371         * elf/tst-unique1mod2.c: Likewise.
34372         * elf/tst-unique1mod1.c: Likewise.
34373         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34374         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34375         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34376         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34377         * sysdeps/mach/sysdep.h: Likewise.
34378         * sysdeps/i386/sysdep.h: Likewise.
34379         * sysdeps/i386/i386-mcount.S: Likewise.
34380         * sysdeps/x86_64/_mcount.S: Likewise.
34381         * sysdeps/x86_64/sysdep.h: Likewise.
34382         * sysdeps/sh/_mcount.S: Likewise.
34383         * sysdeps/sh/sysdep.h: Likewise.
34384         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34385         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34386         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34387         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34388         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34389         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34390         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34391         * locale/localeinfo.h: Likewise.
34392         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34393         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34394
34395 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34396
34397         [BZ #14336]
34398         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34399         system".
34400         * manual/message.texi (The Uniforum approach): Likewise.
34401         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34402         (glibc iconv Implementation): Likewise.
34403
34404 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34405
34406         [BZ #14337]
34407         * math/s_clog.c (__clog): Avoid scaling a value down where that
34408         could result in underflow.
34409         * math/s_clog10.c (__clog10): Likewise.
34410         * math/s_clog10f.c (__clog10f): Likewise.
34411         * math/s_clog10l.c (__clog10l): Likewise.
34412         * math/s_clogf.c (__clogf): Likewise.
34413         * math/s_clogl.c (__clogl): Likewise.
34414         * math/libm-test.inc (clog_test): Add more tests.
34415         (clog10_test): Likewise.
34416         * sysdeps/i386/fpu/libm-test-ulps: Update.
34417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34418
34419 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34420
34421         [BZ #14283]
34422         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34423         by 7 not 8 to examine high bit of fractional part.
34424
34425         [BZ #14042]
34426         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34427         for call to __mcount_internal.
34428         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34429         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34430         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34431
34432 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34433
34434         [BZ #14154]
34435         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34436         approximation for values within 0x1p-13f of an odd multiple of
34437         pi/4.
34438         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34439         exception.  Add more tests.
34440         * sysdeps/i386/fpu/libm-test-ulps: Update.
34441
34442         [BZ #6778]
34443         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34444         inputs and return -1 for them.  Do not check for +Inf in case not
34445         reachable for +Inf.
34446         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34447         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34448         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34449         and return -1 for them.  Do not check for +Inf in case not
34450         reachable for +Inf.
34451         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34452         define.
34453         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34454         and return -1 for them.  Do not check for +Inf in case not
34455         reachable for +Inf.
34456         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34457         spurious underflow.
34458         * sysdeps/i386/fpu/libm-test-ulps: Update.
34459         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34460
34461 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34462
34463         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34464
34465 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34466
34467         [BZ #14157]
34468         [BZ #14331]
34469         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34470         could result in spurious underflow.  Scale down values above
34471         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34472         * math/s_csqrtf.c (__csqrtf): Likewise.
34473         * math/s_csqrtl.c (__csqrtl): Likewise.
34474         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34475         spurious underflow.
34476         * sysdeps/i386/fpu/libm-test-ulps: Update.
34477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34478
34479 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34480
34481         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34482         xopen-msg.sed.
34483         * catgets/xopen-msg.awk: New file.
34484         * catgets/xopen-msg.sed: Removed.
34485
34486         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34487         po2text.sed.
34488         * intl/po2test.awk: New file.
34489         * intl/po2test.sed: Removed.
34490
34491 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34492
34493         [BZ #14328]
34494         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34495         or multiply small sinh result by itself.
34496         * math/s_ctanf.c (__ctanf): Likewise.
34497         * math/s_ctanh.c (__ctanh): Likewise.
34498         * math/s_ctanhf.c (__ctanhf): Likewise.
34499         * math/s_ctanhl.c (__ctanhl): Likewise.
34500         * math/s_ctanl.c (__ctanl): Likewise.
34501         * math/libm-test.inc (ctan_test_tonearest): New function.
34502         (ctan_test_towardzero): Likewise.
34503         (ctan_test_downward): Likewise.
34504         (ctan_test_upward): Likewise.
34505         (ctanh_test_tonearest): Likewise.
34506         (ctanh_test_towardzero): Likewise.
34507         (ctanh_test_downward): Likewise.
34508         (ctanh_test_upward): Likewise.
34509         (main): Call these new functions.
34510         * sysdeps/i386/fpu/libm-test-ulps: Update.
34511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34512
34513 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34514
34515         * .gitignore: Delete /ports entry.
34516
34517 2012-07-03  Andreas Jaeger  <aj@suse.de>
34518
34519         * po/bg.po: Update from translation team.
34520         * po/cs.po: Likewise.
34521         * po/de.po: Likewise.
34522         * po/hr.po: Likewise.
34523         * po/nl.pl: Likewise.
34524         * po/pl.po: Likewise.
34525         * po/vi.po: Likewise.
34526
34527 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34528
34529         * Makeconfig [!+link] (+link-before-libc): New variable.
34530         [!+link] (+link-after-libc): Likewise.
34531         [!+link] (+link-tests): Likewise.
34532         [!+link] (+link): Define in terms of $(+link-before-libc) and
34533         $(+link-after-libc).
34534         [!+link-static] (+link-static-before-libc): New variable.
34535         [!+link-static] (+link-static-after-libc): Likewise.
34536         [!+link-static] (+link-static-tests): Likewise.
34537         [!+link-static] (+link-static): Define in terms of
34538         $(+link-static-before-libc) and $(+link-static-after-libc).
34539         [build-shared] (link-libc-before-gnulib): New variable.
34540         [build-shared] (link-libc-tests): Likewise.
34541         [build-shared] (link-libc): Define in terms of
34542         $(link-libc-before-gnulib).
34543         [!build-shared] (link-libc-tests): New variable.
34544         (link-libc-static-tests): New variable.
34545         [!gnulib] (gnulib-arch): New variable.
34546         [!gnulib] (gnulib-tests): Likewise.
34547         [!gnulib] (static-gnulib-arch): Likewise.
34548         [!gnulib] (static-gnulib-tests): Likewise.
34549         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34550         Define with "=" instead of ":=".
34551         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34552         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34553         * Rules (binaries-all-notests): New variable.
34554         (binaries-all-tests): Likewise.
34555         (binaries-static-notests): Likewise.
34556         (binaries-static-tests): Likewise.
34557         (binaries-all): Define using $(binaries-all-notests) and
34558         $(binaries-all-tests).
34559         (binaries-static): Define using $(binaries-static-notests) and
34560         $(binaries-static-tests).
34561         (binaries-shared-tests): New variable.
34562         (binaries-shared-notests): Likewise.
34563         (binaries-shared): Remove variable.
34564         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34565         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34566         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34567         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34568         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34569         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34570         * elf/Makefile (sln-modules): New variable.
34571         (extra-objs): Add $(sln-modules:=.o).
34572         (ldconfig-modules): Add static-stubs.
34573         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34574         * elf/static-stubs.c: New file.
34575
34576         [BZ #14283]
34577         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34578         by 7 not 8 to examine high bit of fractional part.  Use volatile
34579         variables when splitting into final array of floats if
34580         __FLT_EVAL_METHOD__ != 0.
34581         * math/libm-test.inc (cos_test): Add another test.
34582         (sin_test): Likewise.
34583         * sysdeps/i386/fpu/libm-test-ulps: Update.
34584
34585         [BZ #14273]
34586         * math/libm-test.inc (cosh_test): Add more tests.
34587
34588         * version.h (RELEASE): Set to "development".
34589         (VERSION): Set to "2.16.90".
34590
34591 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34592
34593         * NEWS: Update copyright. Remove last-updated date.
34594         Mention math library bug fixes and timezone data changes.
34595         * README: Mention GNU/Hurd, x32, and HPPA support status.
34596
34597 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34598
34599         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34600
34601 2012-06-27  Andreas Jaeger  <aj@suse.de>
34602
34603         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34604
34605 2012-06-25  Andreas Jaeger  <aj@suse.de>
34606
34607         * sysdeps/s390/fpu/libm-test-ulps: Update.
34608
34609 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34610             Thomas Schwinge  <thomas@codesourcery.com>
34611
34612         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34613         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34614         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34615         fanotify_mark.
34616
34617 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34618
34619         * sysdeps/mach/start.c: Remove file.
34620         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34621         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34622         * sysdeps/sh/init-first.c: Likewise.
34623
34624         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34625         registers for frame unwinding purposes, add CFI directives.
34626         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34627         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34628         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34629         Likewise.
34630
34631         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34632         __fortify_fail returning.
34633         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34634
34635         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34636         sysdeps/sh/____longjmp_chk.S.
34637         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34638         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34639         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34640         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34641
34642         * sysdeps/sh/abort-instr.h: New file.
34643         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34644         process in case exit returns.
34645
34646         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34647         initialize the GOT register before use.
34648
34649         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34650         calculation of ARGC > 4.
34651
34652         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34653         meaningful names to some local labels.
34654
34655 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34656             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34657
34658         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34659         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34660         (__arch_compare_and_exchange_val_16_acq): Likewise.
34661         (__arch_compare_and_exchange_val_32_acq): Likewise.
34662         (atomic_exchange_and_add): Fix gUSA sequence.
34663         (atomic_add): Likewise.
34664         (atomic_add_negative): Likewise.
34665         (atomic_add_zero): Likewise.
34666         (atomic_bit_test_set): Likewise.
34667
34668 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34669
34670         [BZ #13579]
34671         * include/link.h (struct link_map): Add l_free_initfini.
34672         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34673         l_initfini.
34674         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34675         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34676         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34677         set.
34678
34679 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34680
34681         * configure.in: Use AC_LANG_SOURCE.
34682         * configure: Regenerate.
34683
34684 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34685
34686         * configure.in (libc_cv_localstatedir): New substituted variable.
34687         * configure: Regenerated.
34688         * config.make.in (localstatedir): New variable, substituted from
34689         libc_cv_localstatedir.
34690         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34691         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34692         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34693         * sysdeps/gnu/configure: Regenerated.
34694
34695 2012-06-21  Jeff Law  <law@redhat.com>
34696
34697         [BZ #14277]
34698         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34699         free.  Simplify list management for _LIBC case.
34700
34701 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34702
34703         [BZ #14273]
34704         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34705         Clear sign bit of 64-bit integer value before comparing against
34706         overflow value.
34707
34708         * sysdeps/mach/configure: Regenerated.
34709
34710 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34711
34712         [BZ #14278]
34713         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34714
34715 2012-06-21  Jeff Law  <law@redhat.com>
34716
34717         [BZ #13882]
34718         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34719         uint16_t for elements in the "seen" array to avoid char overflows.
34720         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34721         * elf/dl-open.c (dl_open_worker): Likewise.
34722
34723 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34724
34725         * scripts/list-sources.sh: Scan PORTS for translations.
34726         * po/libc.pot: Regenerated.
34727
34728 2012-06-21  Andreas Jaeger  <aj@suse.de>
34729
34730         [BZ #12194]
34731         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34732         warning.
34733         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34734         * bits/byteswap-16.h (__bswap_16): Likewise.
34735         * bits/byteswap.h (__bswap_constant_16): Likewise.
34736
34737 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34738
34739         [BZ #14117]
34740         * sysdeps/i386/fpu_control.h: Removed.
34741         * sysdeps/x86_64/fpu_control.h: Moved to ...
34742         * sysdeps/x86/fpu_control.h: Here.
34743
34744         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34745         (_FPU_SETCW): Likewise.
34746
34747 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34748
34749         [BZ #14117]
34750         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34751         * sysdeps/x86/fpu/bits/mathinline.h: This.
34752         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34753
34754         [BZ #14050]
34755         [BZ #14117]
34756         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34757         functions if __x86_64__ is defined.
34758
34759 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34760
34761         * string/endian.h: Add !__ASSEMBLER__ condition for including
34762         conversion interfaces.
34763
34764 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34765
34766         [BZ #14241]
34767         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34768         of ABS(x) in calculating zero to negative powers other than odd
34769         integers.
34770         * math/libm-test.inc (pow_test): Add more tests.
34771
34772 2012-06-15  Andreas Jaeger  <aj@suse.de>
34773
34774         * manual/contrib.texi (Contributors): Update entry of Liubov
34775         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34776         Machado Filho.
34777
34778 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34779
34780         * string/string.h: Add __wur to GNU version of strerror_r.
34781
34782 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34783
34784         [BZ #14229]
34785         * string/Makefile (tests): Add tst-strtok_r.
34786         * string/tst-strtok_r.c: New file.
34787         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34788         RAX_LP/RDX_LP on SAVE_PTR.
34789
34790 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34791
34792         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34793
34794 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34795
34796         * libm_test.inc (csqrt_test): Allow more spurious underflow
34797         exceptions.
34798         (j0_test): Likewise.
34799         (j1_test): Likewise.
34800         (y0_test): Likewise.
34801         (y1_test): Likewise.
34802
34803 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34804
34805         * po/Makefile (libc.pot): Use UTF-8 charset.
34806
34807 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34808
34809         [BZ #14210]
34810         Suppress sign-conversion warning from FD_SET.
34811         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34812         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34813         not unsigned long int.
34814         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34815
34816 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34817
34818         [BZ #14050]
34819         [BZ #14117]
34820         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34821         __extern_always_inline instead of __extern_inline.
34822         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34823         (__signbit): Likewise.
34824         (__signbitl): Support C++ namespace.
34825         (lrintf): New inline function.
34826         (lrint): Likewise.
34827         (llrintf): Likewise.
34828         (llrint): Likewise.
34829         (fmaxf): Likewise.
34830         (fmax): Likewise.
34831         (fminf): Likewise.
34832         (fmin): Likewise.
34833         (rint): Likewise.
34834         (rintf): Likewise.
34835         (ceil): Likewise.
34836         (ceilf): Likewise.
34837         (floor): Likewise.
34838         (floorf): Likewise.
34839         (nearbyint): Likewise.
34840         (nearbyintf): Likewise.
34841
34842 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34843
34844         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34845         non-default versions.
34846
34847 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34848
34849         [BZ #14218]
34850         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34851
34852 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34853
34854         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34855         (FE_UPWARD, FE_DOWNWARD): Don't define.
34856         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34857         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34858
34859         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34860         reading it.
34861         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34862         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34863
34864 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34865
34866         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34867         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34868         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34869         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34870
34871 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34872
34873         [BZ #14117]
34874         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34875         * sysdeps/i386/fpu/Implies: New file.
34876         * sysdeps/x86_64/fpu/Implies: Likewise.
34877         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34878         * sysdeps/x86/fpu/bits/fenv.h: This.
34879
34880         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34881         __SSE_MATH__.
34882
34883 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34884
34885         [BZ #14134]
34886         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34887         character 0xffff that matches the last element of the
34888         conversion table.
34889
34890 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34891
34892         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34893         fmodl commit.
34894
34895 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34896
34897         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34898         values higher than 25.6283.
34899
34900 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34901
34902         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34903         subnormal exponent extraction and add some __builtin_expect.
34904         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34905         Fix for subnormal mantissa calculation.
34906
34907 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34908
34909         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34910         cpu2 is -1 and errno is not ENOSYS.
34911
34912 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34913
34914         [BZ #14117]
34915         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34916         * sysdeps/x86/bits/string.h: This.
34917         * sysdeps/x86_64/bits/string.h: Removed.
34918
34919         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34920         if not compiling for x86-64, but compiling for >= i486.
34921
34922         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34923         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34924
34925         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34926         New macro from Linux kernel 3.4.0.
34927         (FP_XSTATE_MAGIC2): Likewise.
34928         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34929         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34930         (struct _fpx_sw_bytes): New struct.
34931         (struct _xsave_hdr): Likewise.
34932         (struct _ymmh_state): Likewise.
34933         (struct _xstate): Likewise.
34934
34935         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34936         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34937         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34938         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34939         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34940         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34941
34942         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34943         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34944         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34945         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34946         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34947         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34948
34949 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34950
34951         [BZ #13743]
34952         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34953         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34954         (sysdep_headers): Include sys/platform/ppc.h.
34955         * sysdeps/powerpc/test-gettimebase.c: Test for
34956         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34957         * manual/Makefile (appendices): Include platform.texi.
34958         * manual/contrib.texi (Contributors): Update @node pointers.
34959         * manual/maint.texi (Maintenance): Likewise.
34960         (Platform): New node.
34961         * manual/platform.texi: New file.  Document the new features.
34962
34963 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34964             Jakub Jelinek  <jakub@redhat.com>
34965
34966         [BZ #14188]
34967         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34968         where __builtin_expect is unavailable.
34969
34970 2012-06-03  David S. Miller  <davem@davemloft.net>
34971
34972         * stdlib/longlong.h: Updated from GCC.
34973
34974 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34975
34976         [BZ #14042]
34977         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34978         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34979         __mcount_internal.
34980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34981         (GLIBC_2.16): Likewise.
34982
34983 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34984
34985         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34986
34987 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34988
34989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34990         (default-abi): New variable.
34991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34992         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34993         variable.
34994         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34995         Likewise.
34996         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34997         Likewise.
34998         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34999         Likewise.
35000
35001         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
35002         definition.  Document in comment.
35003
35004 2012-06-01  David S. Miller  <davem@davemloft.net>
35005
35006         * stdlib/longlong.h: Updated from GCC.
35007
35008 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35009
35010         [BZ #14117]
35011         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
35012         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
35013         sys/debugreg.h sys/io.h here.
35014         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
35015         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
35016         sys/io.h.
35017         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
35018         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
35019         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
35020         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
35021         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
35022         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
35023
35024         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
35025         Define only if __x86_64__ is defined.
35026
35027 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
35028
35029         [BZ #14048]
35030         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
35031         Use int64_t for variable i.
35032         * math/libm-test.inc (fmod_test): Add more tests.
35033
35034         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
35035         z computation is not scheduled after fetestexcept.
35036         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
35037         Use math_force_eval instead of asm to ensure calculation scheduled
35038         before exception test.
35039         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
35040         Ensure a1 + u.d computation is not scheduled after fetestexcept.
35041
35042 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
35043
35044         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
35045         computation is not scheduled after fetestexcept.
35046
35047 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
35048
35049         [BZ #14117]
35050         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
35051         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
35052
35053 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35054
35055         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
35056         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
35057
35058 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
35059
35060         [BZ #14117]
35061         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
35062         <bits/wordsize.h>.
35063         (__WCHAR_MIN): Support __WORDSIZE == 64.
35064         (__WCHAR_MAX): Likewise.
35065
35066         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
35067         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
35068
35069         [BZ #14183]
35070         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
35071         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
35072
35073         [BZ #14117]
35074         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
35075         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
35076
35077         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
35078         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
35079
35080         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
35081         Defined to 1 if __x86_64__ isn't defined.
35082         (_STAT_VER_LINUX_OLD): New.
35083         (st_atime): Remove duplicate.
35084         (st_mtime): Likewise.
35085         (st_ctime): Likewise.
35086
35087 2012-05-31  David S. Miller  <davem@davemloft.net>
35088
35089         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
35090         entries.
35091
35092 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
35093
35094         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
35095         gen-libm-test.pl.
35096
35097         [BZ #14132]
35098         * elf/dl-reloc.c: Include <_itoa.h>.
35099         (_dl_reloc_bad_type): Remove use of INTUSE.
35100         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
35101         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
35102         * stdio-common/psiginfo.c (psiginfo): Likewise.
35103         * stdio-common/psignal.c (psignal): Likewise.
35104         * string/strsignal.c (strsignal): Likewise.
35105         * include/signal.h (_sys_siglist): Declare hidden proto.
35106         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
35107         INTVARDEF with libc_hidden_data_def.
35108         * stdio-common/itoa-udigits.c: Likewise.
35109         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
35110         (_itoa_lower_digits_internal): Remove declaration.
35111         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
35112         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
35113         (_sys_sigabbrev_internal): Remove aliases.
35114         (_sys_siglist): Define hidden alias.
35115
35116 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
35117
35118         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35119         bits/sysctl.h.
35120
35121 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
35122
35123         [BZ #14117]
35124         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
35125         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
35126
35127         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
35128         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
35129         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
35130         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
35131         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
35132         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
35133
35134         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
35135         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
35136         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
35137
35138         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
35139         with __addr.
35140         (insw): Likewise.
35141         (insl): Likewise.
35142         (outsb): Likewise.
35143         (outsw): Likewise.
35144         (outsl): Likewise.
35145
35146         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
35147         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
35148         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
35149
35150         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
35151         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
35152         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
35153         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
35154         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
35155         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
35156
35157         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
35158         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
35159
35160         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
35161         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
35162
35163         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
35164         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
35165         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
35166
35167         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
35168         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
35169         to ...
35170         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
35171
35172         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
35173         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
35174         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
35175
35176         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
35177         for x86-64.
35178         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
35179
35180 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
35181
35182         * math/math.h (M_El): Use two more decimal places.
35183         (M_LOG2El): Likewise.
35184         (M_LOG10El): Likewise.
35185         (M_LN2l): Likewise.
35186         (M_LN10l): Likewise.
35187         (M_PIl): Likewise.
35188         (M_PI_2l): Likewise.
35189         (M_PI_4l): Likewise.
35190         (M_1_PIl): Likewise.
35191         (M_2_PIl): Likewise.
35192         (M_2_SQRTPIl): Likewise.
35193         (M_SQRT2l): Likewise.
35194         (M_SQRT1_2l): Likewise.
35195
35196 2012-05-31  David S. Miller  <davem@davemloft.net>
35197
35198         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
35199         values between float registers.
35200         * sysdeps/sparc/sparc64/memset.S: Likewise.
35201         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35202
35203 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
35204
35205         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35206         -D_FORTIFY_SOURCE=1.
35207         (CPPFLAGS-tst-longjmp_chk.c): Define.
35208         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35209         (CPPFLAGS-tst-longjmp_chk2.c): Define.
35210         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35211         CFLAGS-tst-wchar-h.c.
35212
35213 2012-05-31  Marek Polacek  <polacek@redhat.com>
35214
35215         [BZ #14132]
35216         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35217         __endmntent_internal): Remove declaration.
35218         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35219         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35220         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35221
35222 2012-05-30  David S. Miller  <davem@davemloft.net>
35223
35224         * sysdeps/sparc/sparc32/soft-fp/q_util.c
35225         (___Q_simulate_exceptions): Use real FP ops rather than writing
35226         into the %fsr.
35227         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35228         Likewise.
35229
35230 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35231
35232         [BZ #14117]
35233         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35234         * sysdeps/x86/bits/xtitypes.h: This.
35235
35236         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35237         * sysdeps/x86/bits/wordsize.h: This.
35238
35239         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35240         * sysdeps/x86/bits/huge_vall.h: This.
35241
35242         * sysdeps/i386/bits/select.h: Removed.
35243         * sysdeps/x86_64/bits/select.h: Renamed to ...
35244         * sysdeps/x86/bits/select.h: This.
35245
35246         * sysdeps/i386/bits/setjmp.h: Removed.
35247         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35248         * sysdeps/x86/bits/setjmp.h: This.
35249
35250         * sysdeps/i386/bits/mathdef.h: Removed.
35251         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35252         * sysdeps/x86/bits/mathdef.h: This.
35253
35254 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
35255
35256         [BZ #14132]
35257         * include/sys/socket.h (__connect_internal)
35258         (__libc_sa_len_internal): Remove declaration.
35259         (__connect, __libc_sa_len): Declare hidden_proto.
35260         (SA_LEN): Remove use of INTUSE.
35261         * socket/connect.c: Add libc_hidden_def.
35262         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35263         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35264         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35265         alias.
35266         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35267         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35268         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35269         of adding _internal alias.
35270
35271 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35272
35273         [BZ #14117]
35274         * sysdeps/i386/bits/link.h: Removed.
35275         * sysdeps/i386/bits/linkmap.h: Likewise.
35276         * sysdeps/x86_64/bits/link.h: Renamed to ...
35277         * sysdeps/x86/bits/link.h: This.
35278         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35279         * sysdeps/x86/bits/linkmap.h: This.
35280
35281         * sysdeps/i386/bits/endian.h: Removed.
35282         * sysdeps/x86_64/bits/endian.h: Renamed to ...
35283         * sysdeps/x86/bits/endian.h: This.
35284
35285         * sysdeps/i386/bits/byteswap.h: Removed.
35286         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35287         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35288         * sysdeps/x86/bits/byteswap.h: This.
35289         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35290         * sysdeps/x86/bits/byteswap-16.h: This.
35291         * sysdeps/i386/Implies: Add x86.
35292         * sysdeps/x86_64/Implies: Likewise.
35293
35294 2012-05-30  David S. Miller  <davem@davemloft.net>
35295
35296         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35297         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35298         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35299         (FP_TRAPPING_EXCEPTIONS): Define.
35300         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35301         (FP_TRAPPING_EXCEPTIONS): Define.
35302         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35303         subnormals only when inexact has been signalled or underflow
35304         exceptions are enabled.
35305         (_FP_PACK_CANONICAL): Likewise.
35306
35307 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35308
35309         [BZ #14183]
35310         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35311         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35312
35313 2012-05-30  Richard Henderson  <rth@twiddle.net>
35314
35315         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35316         with #ifndef NOT_IN_libc.
35317
35318         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35319         marked to avoid plt entry.
35320
35321 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35322
35323         [BZ #14112]
35324         * Makeconfig (default-abi): New macro.
35325         (abi-includes): Likewise.
35326         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35327         $(abi-$(default-abi)-lib-soname) for soname if defined.
35328         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35329         abi-variants.
35330         * Makefile (installed-stubs): Likewise.
35331         * include/stubs-biarch.h: Removed.
35332         * scripts/lib-names.awk: Only handle one library at a time.
35333         * scripts/soversions.awk: Remove WORDSIZE support.
35334         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35335         entries.
35336         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35337         Removed.
35338         (syscall-list-default-condition): Likewise.
35339         (syscall-list-default-condition): Likewise.
35340         (syscall-list-includes): Likewise.
35341         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35342         syscall-list-* with abi-*.  Handle undefined abi-variants.
35343         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35344         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35345         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35346         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35347         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35348         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35349         Removed.
35350         (syscall-list-32-options): Likewise.
35351         (syscall-list-32-condition): Likewise.
35352         (syscall-list-64-options): Likewise.
35353         (syscall-list-64-condition): Likewise.
35354         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35355         macro.
35356         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35357         Renamed to ...
35358         (abi-*): This.
35359         (abi-64-ld-soname): New macro.
35360         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35361         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35362         Renamed to ...
35363         (abi-*): This.
35364         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35365         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35366
35367 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35368
35369         * sysdeps/unix/sysv/linux/kernel-features.h
35370         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35371         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35372         include <kernel-features.h>.
35373         [!__NR_ftruncate64]: Remove conditional code.
35374         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35375         [__NR_ftruncate64]: Make code unconditional.
35376         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35377         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35378         include <kernel-features.h>.
35379         [!__NR_ftruncate64]: Remove conditional code.
35380         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35381         [__NR_ftruncate64]: Make code unconditional.
35382         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35384         include <kernel-features.h>.
35385         [!__NR_ftruncate64]: Remove conditional code.
35386         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35387         [__NR_ftruncate64]: Make code unconditional.
35388         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35390         include <kernel-features.h>.
35391         [!__NR_ftruncate64]: Remove conditional code.
35392         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35393         [__NR_ftruncate64]: Make code unconditional.
35394         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35395
35396         * configure.in (libc_cv_fpie): Weaken to a compile test using
35397         LIBC_TRY_CC_OPTION.
35398         * configure: Regenerated.
35399
35400 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35401
35402         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35404         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35406         Refreshed.
35407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35408         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35409         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35410         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35411         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35412         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35413         Refreshed.
35414
35415 2012-05-27  David S. Miller  <davem@davemloft.net>
35416
35417         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35418         (___Q_zero): New.
35419         (__Q_simulate_exceptions): Return void.  Change to simulate
35420         exceptions by writing into the %fsr.
35421         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35422         (__Qp_handle_exceptions): Likewise.
35423         (numbers): Delete.
35424         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35425         __Qp_handle_exceptions.
35426         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35427         __Qp_handle_exceptions.
35428         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35429         as unused and give dummy FP_RND_NEAREST initializer.
35430         (FP_INHIBIT_RESULTS): Define.
35431         (___Q_simulate_exceptions): Update declaration.
35432         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35433         formatting.
35434         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35435         as unused and give dummy FP_RND_NEAREST initializer.
35436         (__Qp_handle_exceptions): Update declaration.
35437         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35438         formatting.
35439
35440 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35441
35442         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35443         the temporary FPU control word.
35444         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35445         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35446         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35447         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35448         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35449         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35450         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35451         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35452         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35453         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35454         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35455
35456 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35457
35458         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35459         fields.
35460
35461 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35462
35463         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35464         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35465         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35466         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35467         Likewise.
35468         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35469         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35470         Likewise.
35471
35472 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35473
35474         * po/h.po: Update from translation team.
35475
35476 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35477
35478         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35479
35480         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35481         handling of denormals.
35482         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35483         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35484         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35485         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35486         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35487         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35488         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35489         Likewise.
35490
35491 2012-05-26  Marek Polacek  <polacek@redhat.com>
35492
35493         [BZ #14152]
35494         * math/libm-test.inc (fma_test): Don't always expect underflow
35495         exception.
35496
35497 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35498
35499         [BZ #12416]
35500         * elf/tst-execstack.c: Include stackinfo.h.
35501         (do_test): Adjust test case to ensure that pthread_getattr_np
35502         behaviour remains the same after marking stack executable.
35503
35504 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35505
35506         * sysdeps/unix/sysv/linux/kernel-features.h
35507         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35508         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35509         kernel-features.h.
35510         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35511         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35512         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35513         kernel-features.h.
35514         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35515         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35516
35517 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35518
35519         * configure.in: Define the default includes to being none.
35520         * configure: Regenerated.
35521
35522 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35523
35524         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35525         * sysdeps/x86_64/setjmp.S: Likewise.
35526         * sysdeps/i386/bsd-setjmp.S: Likewise.
35527         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35528         * sysdeps/i386/setjmp.S: Likewise.
35529         * sysdeps/i386/__longjmp.S: Likewise.
35530         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35531         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35532
35533         * include/stap-probe.h: New file.
35534         * configure.in: Handle --enable-systemtap.
35535         * configure: Regenerated.
35536         * config.h.in (USE_STAP_PROBE): New #undef.
35537         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35538         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35539         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35540
35541 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35542
35543         [BZ #13717]
35544         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35545         to 2.4.0 where earlier.
35546         * sysdeps/unix/sysv/linux/configure: Regenerated.
35547         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35548         <kernel-features.h>.
35549         [__ASSUME_32BITUIDS]: Make code unconditional.
35550         [!__ASSUME_32BITUIDS]: Remove conditional code.
35551         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35552         <kernel-features.h>.
35553         [__ASSUME_32BITUIDS]: Make code unconditional.
35554         [!__ASSUME_32BITUIDS]: Remove conditional code.
35555         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35556         [__ASSUME_32BITUIDS]: Make code unconditional.
35557         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35558         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35559         <kernel-features.h>.
35560         [__ASSUME_32BITUIDS]: Make code unconditional.
35561         [!__ASSUME_32BITUIDS]: Remove conditional code.
35562         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35563         <kernel-features.h>.
35564         [__ASSUME_32BITUIDS]: Make code unconditional.
35565         [!__ASSUME_32BITUIDS]: Remove conditional code.
35566         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35567         <kernel-features.h>.
35568         [__ASSUME_32BITUIDS]: Make code unconditional.
35569         [!__ASSUME_32BITUIDS]: Remove conditional code.
35570         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35571         <kernel-features.h>.
35572         [__ASSUME_32BITUIDS]: Make code unconditional.
35573         [!__ASSUME_32BITUIDS]: Remove conditional code.
35574         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35575         <kernel-features.h>.
35576         [__ASSUME_32BITUIDS]: Make code unconditional.
35577         [!__ASSUME_32BITUIDS]: Remove conditional code.
35578         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35579         <kernel-features.h>.
35580         [__ASSUME_32BITUIDS]: Make code unconditional.
35581         [!__ASSUME_32BITUIDS]: Remove conditional code.
35582         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35583         <kernel-features.h>.
35584         [__ASSUME_32BITUIDS]: Make code unconditional.
35585         [!__ASSUME_32BITUIDS]: Remove conditional code.
35586         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35587         <kernel-features.h>.
35588         [__ASSUME_32BITUIDS]: Make code unconditional.
35589         [!__ASSUME_32BITUIDS]: Remove conditional code.
35590         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35591         <kernel-features.h>.
35592         [__ASSUME_32BITUIDS]: Make code unconditional.
35593         [!__ASSUME_32BITUIDS]: Remove conditional code.
35594         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35595         <kernel-features.h>.
35596         [__ASSUME_32BITUIDS]: Make code unconditional.
35597         [!__ASSUME_32BITUIDS]: Remove conditional code.
35598         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35599         <kernel-features.h>.
35600         [__NR_setresgid] (__setresgid): Do not declare.
35601         [__ASSUME_32BITUIDS]: Make code unconditional.
35602         [!__ASSUME_32BITUIDS]: Remove conditional code.
35603         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35604         <kernel-features.h>.
35605         [__NR_setresuid] (__setresuid): Do not declare.
35606         [__ASSUME_32BITUIDS]: Make code unconditional.
35607         [!__ASSUME_32BITUIDS]: Remove conditional code.
35608         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35609         <kernel-features.h>.
35610         [__ASSUME_32BITUIDS]: Make code unconditional.
35611         [!__ASSUME_32BITUIDS]: Remove conditional code.
35612         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35613         <kernel-features.h>.
35614         [__ASSUME_32BITUIDS]: Make code unconditional.
35615         [!__ASSUME_32BITUIDS]: Remove conditional code.
35616         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35617         <kernel-features.h>.
35618         [__ASSUME_32BITUIDS]: Make code unconditional.
35619         [!__ASSUME_32BITUIDS]: Remove conditional code.
35620         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35621         <kernel-features.h>.
35622         [__ASSUME_32BITUIDS]: Make code unconditional.
35623         [!__ASSUME_32BITUIDS]: Remove conditional code.
35624         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35625         <kernel-features.h>.
35626         [__ASSUME_32BITUIDS]: Make code unconditional.
35627         [!__ASSUME_32BITUIDS]: Remove conditional code.
35628         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35629         <kernel-features.h>.
35630         [__ASSUME_32BITUIDS]: Make code unconditional.
35631         [!__ASSUME_32BITUIDS]: Remove conditional code.
35632         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35633         <kernel-features.h>.
35634         [__ASSUME_32BITUIDS]: Make code unconditional.
35635         [!__ASSUME_32BITUIDS]: Remove conditional code.
35636         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35637         <kernel-features.h>.
35638         [__ASSUME_32BITUIDS]: Make code unconditional.
35639         [!__ASSUME_32BITUIDS]: Remove conditional code.
35640         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35641         <kernel-features.h>.
35642         [__ASSUME_32BITUIDS]: Make code unconditional.
35643         [!__ASSUME_32BITUIDS]: Remove conditional code.
35644         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35645         <kernel-features.h>.
35646         [__ASSUME_32BITUIDS]: Make code unconditional.
35647         [!__ASSUME_32BITUIDS]: Remove conditional code.
35648         * sysdeps/unix/sysv/linux/kernel-features.h
35649         (__ASSUME_SETRESUID_SYSCALL): Remove.
35650         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35651         (__ASSUME_32BITUIDS): Likewise.
35652         (__ASSUME_LDT_WORKS): Likewise.
35653         (__ASSUME_O_DIRECTORY): Likewise.
35654         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35655         architecture but not kernel version.
35656         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35657         (__ASSUME_MMAP2_SYSCALL): Likewise.
35658         (__ASSUME_STAT64_SYSCALL): Likewise.
35659         (__ASSUME_IPC64): Likewise.
35660         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35661         <kernel-features.h>.
35662         [__ASSUME_32BITUIDS]: Make code unconditional.
35663         [!__ASSUME_32BITUIDS]: Remove conditional code.
35664         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35665         <kernel-features.h>.
35666         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35667         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35668         132096]: Remove conditional code.
35669         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35670         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35671         <kernel-features.h>.
35672         [__ASSUME_32BITUIDS]: Make code unconditional.
35673         [!__ASSUME_32BITUIDS]: Remove conditional code.
35674         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35675         <kernel-features.h>.
35676         [__ASSUME_32BITUIDS]: Make code unconditional.
35677         [!__ASSUME_32BITUIDS]: Remove conditional code.
35678         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35679         <kernel-features.h>.
35680         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35681         unconditional.
35682         (__setresgid): Do not declare.
35683         [__ASSUME_32BITUIDS]: Make code unconditional.
35684         [!__ASSUME_32BITUIDS]: Remove conditional code.
35685         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35686         <kernel-features.h>.
35687         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35688         unconditional.
35689         (__setresuid): Do not declare.
35690         [__ASSUME_32BITUIDS]: Make code unconditional.
35691         [!__ASSUME_32BITUIDS]: Remove conditional code.
35692         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35693         <kernel-features.h>.
35694         [__ASSUME_32BITUIDS]: Make code unconditional.
35695         [!__ASSUME_32BITUIDS]: Remove conditional code.
35696         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35697         <kernel-features.h>.
35698         [__ASSUME_32BITUIDS]: Make code unconditional.
35699         [!__ASSUME_32BITUIDS]: Remove conditional code.
35700
35701 2012-05-25  Richard Henderson  <rth@twiddle.net>
35702
35703         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35704         dl_hwcap to ifunc resolver.
35705         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35706         elf_ifunc_invoke.
35707         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35708         dl_hwcap to ifunc resolver.
35709         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35710
35711 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35712
35713         [BZ #14153]
35714         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35715         for |x| <= 2**-26, not 2**-57.
35716         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35717         exception.
35718
35719 2012-05-24  Jeff Law  <law@redhat.com>
35720
35721         * stdio-common/Makefile (tests): Add bug25.
35722         * stdio-common/bug25.c: New test.
35723
35724 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35725
35726         [BZ #13576]
35727         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35728         multiple of MALLOC_ALIGNMENT in size.
35729         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35730
35731 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35732
35733         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35734         Require >= 256.
35735         (FILENAME_MAX): Use macro-int-constant.
35736         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35737         (_IOFBF): Use macro-int-constant.
35738         (_IOLBF): Likewise.
35739         (_IONBF): Likewise.
35740         (SEEK_CUR): Likewise.
35741         (SEEK_END): Likewise.
35742         (SEEK_SET): Likewise.
35743         (TMP_MAX): Likewise.
35744         (EOF): Use macro-int-constant.  Require < 0.
35745         (NULL): Use macro-constant.  Require == 0.
35746         (stdin): Require type to be FILE *.
35747         (stdout): Likewise.
35748         (stderr): Likewise.
35749         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35750         macro-int-constant.
35751         (EXIT_SUCCESS): Likewise.
35752         (NULL): Use macro-constant.  Require == 0.
35753         (RAND_MAX): Use macro-int-constant.
35754         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35755         [C99-based standards] (strtof): Require function.
35756         [C99-based standards] (strtold): Likewise.
35757         [C99-based standards] (strtoll): Likewise.
35758         [C99-based standards] (strtoull): Likewise.
35759         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35760         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35761         [ISO || ISO99 || ISO11] (math.h): Likewise.
35762         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35763         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35764         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35765
35766 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35767
35768         [BZ #14132]
35769         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35770         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35771         * intl/dgettext.c (DCGETTEXT): Likewise.
35772         * intl/gettext.c (DCGETTEXT): Likewise.
35773         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35774         * posix/regex_internal.h (gettext): Likewise.
35775         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35776         Remove declaration.
35777         * include/argz.h (__argz_count_internal)
35778         (__argz_stringify_internal): Remove declaration.
35779         (__argz_count, __argz_stringify): Declare hidden proto.
35780         * intl/dcgettext.c: Remove use of INTDEF.
35781         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35782         * string/argz-stringify.c: Likewise.
35783         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35784         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35785         Declare hidden proto.
35786         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35787         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35788         Declare hidden proto.
35789         * include/stdio.h (__asprintf_internal): Don't declare.
35790         (__asprintf): Don't define as macro.  Declare hidden proto.
35791         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35792         (__fsetlocking): Declare hidden proto.
35793         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35794         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35795         hidden proto.
35796         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35797         (_IO_setlinebuf): Remove use of INTUSE.
35798         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35799         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35800         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35801         Remove declaration.
35802         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35803         (_IO_do_flush): Remove use of INTUSE.
35804         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35805         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35806         (_IO_adjust_column, _IO_least_wmarker)
35807         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35808         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35809         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35810         (_IO_default_doallocate, _IO_wdefault_doallocate)
35811         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35812         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35813         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35814         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35815         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35816         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35817         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35818         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35819         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35820         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35821         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35822         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35823         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35824         proto.
35825         (_IO_flush_all_internal, _IO_adjust_column_internal)
35826         (_IO_default_uflow_internal, _IO_default_finish_internal)
35827         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35828         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35829         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35830         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35831         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35832         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35833         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35834         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35835         (_IO_file_close_internal, _IO_file_close_it_internal)
35836         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35837         (_IO_file_init_internal, _IO_file_attach_internal)
35838         (_IO_file_fopen_internal, _IO_file_read_internal)
35839         (_IO_file_sync_internal, _IO_file_seek_internal)
35840         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35841         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35842         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35843         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35844         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35845         (_IO_list_all_internal, _IO_link_in_internal)
35846         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35847         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35848         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35849         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35850         (_IO_do_write_internal, _IO_padn_internal)
35851         (_IO_getline_info_internal, _IO_getline_internal)
35852         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35853         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35854         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35855         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35856         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35857         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35858         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35859         with libc_hidden_ver, remove use of INTUSE.
35860         * libio/genops.c: Likewise.
35861         * libio/freopen.c: Likewise.
35862         * libio/freopen64.c: Likewise.
35863         * libio/iofclose.c: Likewise.
35864         * libio/iofdopen.c: Likewise.
35865         * libio/iofflush.c: Likewise.
35866         * libio/iofflush_u.c: Likewise.
35867         * libio/iofgets.c: Likewise.
35868         * libio/iofgets_u.c: Likewise.
35869         * libio/iofopen.c: Likewise.
35870         * libio/iofopncook.c: Likewise.
35871         * libio/iofread.c: Likewise.
35872         * libio/iofread_u.c: Likewise.
35873         * libio/ioftell.c: Likewise.
35874         * libio/iofwrite.c: Likewise.
35875         * libio/iogetline.c: Likewise.
35876         * libio/iogets.c: Likewise.
35877         * libio/iogetwline.c: Likewise.
35878         * libio/iopadn.c: Likewise.
35879         * libio/iopopen.c: Likewise.
35880         * libio/ioseekoff.c: Likewise.
35881         * libio/ioseekpos.c: Likewise.
35882         * libio/iosetbuffer.c: Likewise.
35883         * libio/iosetvbuf.c: Likewise.
35884         * libio/ioungetc.c: Likewise.
35885         * libio/ioungetwc.c: Likewise.
35886         * libio/iovdprintf.c: Likewise.
35887         * libio/iovsprintf.c: Likewise.
35888         * libio/iovsscanf.c: Likewise.
35889         * libio/memstream.c: Likewise.
35890         * libio/obprintf.c: Likewise.
35891         * libio/oldfileops.c: Likewise.
35892         * libio/oldiofclose.c: Likewise.
35893         * libio/oldiofdopen.c: Likewise.
35894         * libio/oldiofopen.c: Likewise.
35895         * libio/oldiopopen.c: Likewise.
35896         * libio/oldstdfiles.c: Likewise.
35897         * libio/putc.c: Likewise.
35898         * libio/setbuf.c: Likewise.
35899         * libio/setlinebuf.c: Likewise.
35900         * libio/stdfiles.c: Likewise.
35901         * libio/strops.c: Likewise.
35902         * libio/vasprintf.c: Likewise.
35903         * libio/vscanf.c: Likewise.
35904         * libio/vsnprintf.c: Likewise.
35905         * libio/vswprintf.c: Likewise.
35906         * libio/wfiledoalloc.c: Likewise.
35907         * libio/wfileops.c: Likewise.
35908         * libio/wgenops.c: Likewise.
35909         * libio/wmemstream.c: Likewise.
35910         * libio/wstrops.c: Likewise.
35911         * libio/__fpurge.c: Likewise.
35912         * libio/__fsetlocking.c: Likewise.
35913         * assert/assert.c: Likewise.
35914         * debug/fgets_chk.c: Likewise.
35915         * debug/fgets_u_chk.c: Likewise.
35916         * debug/fread_chk.c: Likewise.
35917         * debug/fread_u_chk.c: Likewise.
35918         * debug/gets_chk.c: Likewise.
35919         * debug/obprintf_chk.c: Likewise.
35920         * debug/vasprintf_chk.c: Likewise.
35921         * debug/vdprintf_chk.c: Likewise.
35922         * debug/vsnprintf_chk.c: Likewise.
35923         * debug/vsprintf_chk.c: Likewise.
35924         * malloc/mtrace.c: Likewise.
35925         * misc/error.c: Likewise.
35926         * misc/syslog.c: Likewise.
35927         * stdio-common/asprintf.c: Likewise.
35928         * stdio-common/fxprintf.c: Likewise.
35929         * stdio-common/getw.c: Likewise.
35930         * stdio-common/isoc99_fscanf.c: Likewise.
35931         * stdio-common/isoc99_scanf.c: Likewise.
35932         * stdio-common/isoc99_vfscanf.c: Likewise.
35933         * stdio-common/isoc99_vscanf.c: Likewise.
35934         * stdio-common/isoc99_vsscanf.c: Likewise.
35935         * stdio-common/printf-prs.c: Likewise.
35936         * stdio-common/printf_fp.c: Likewise.
35937         * stdio-common/printf_fphex.c: Likewise.
35938         * stdio-common/printf_size.c: Likewise.
35939         * stdio-common/putw.c: Likewise.
35940         * stdio-common/scanf.c: Likewise.
35941         * stdio-common/sprintf.c: Likewise.
35942         * stdio-common/tmpfile.c: Likewise.
35943         * stdio-common/vfprintf.c: Likewise.
35944         * stdio-common/vfscanf.c: Likewise.
35945         * stdlib/strfmon_l.c: Likewise.
35946         * sunrpc/openchild.c: Likewise.
35947         * sunrpc/xdr_stdio.c: Likewise.
35948         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35949         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35950
35951 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35952
35953         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35954
35955         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35956         in the third column, to generate for the shared library an IFUNC
35957         that uses _dl_vdso_vsym.
35958         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35959         * Makeconfig (object-suffixes-noshared): New variable.
35960
35961         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35962         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35963         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35964         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35965
35966         [BZ #14132]
35967         * include/sys/time.h (__gettimeofday): Remove macro.
35968         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35969         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35970         Remove INTDEF.
35971         (__gettimeofday): Add libc_hidden_def.
35972         (gettimeofday): Add libc_hidden_weak.
35973         * sysdeps/mach/gettimeofday.c: Likewise.
35974         * sysdeps/posix/gettimeofday.c: Likewise.
35975         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35976         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35977         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35978         (__gettimeofday_internal): Remove strong_alias.
35979         (__gettimeofday): Add libc_hidden_def.
35980         (gettimeofday): Add libc_hidden_weak.
35981         * sysdeps/unix/syscalls.list (gettimeofday):
35982         Remove __gettimeofday_internal alias.
35983
35984 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35985             H.J. Lu  <hongjiu.lu@intel.com>
35986
35987         [BZ #12495]
35988         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35989         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35990         (largebin_index_32_big): New.
35991         (largebin_index): Use it for 16-byte alignment.
35992         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35993         correction with front_misalign.
35994
35995 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35996
35997         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35998         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35999         Likewise.
36000         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
36001         Likewise.
36002         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
36003         Likewise.
36004         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
36005         Likewise.
36006         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
36007         Likewise.
36008         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
36009         Likewise.
36010         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
36011         Likewise.
36012         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
36013         Likewise.
36014         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
36015         Likewise.
36016         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
36017         Likewise.
36018         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
36019         Likewise.
36020         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
36021         Likewise.
36022
36023         * scripts/data/c++-types-x32-linux-gnu.data: New file.
36024         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
36025
36026 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
36027
36028         [BZ #10846]
36029         [BZ #14036]
36030         * math/libm-test.inc (exp_test): Add test from bug 14036.
36031         (pow_test): Add test from bug 10846.
36032
36033         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
36034         and other flags.
36035         (special_function): Do not include flags in test name.
36036         (parse_args): Likewise.
36037         * sysdeps/i386/fpu/libm-test-ulps: Update.
36038         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
36039         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
36040         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
36041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36042
36043         * math/gen-libm-test.pl (%beautify): Add entries for underflow
36044         exceptions.
36045         * math/libm-test.inc ("Philosophy"): Update comment about
36046         exception testing.
36047         (UNDERFLOW_EXCEPTION): New macro.
36048         (UNDERFLOW_EXCEPTION_OK): Likewise.
36049         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
36050         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
36051         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
36052         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
36053         (INVALID_EXCEPTION_OK): Update value.
36054         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
36055         (OVERFLOW_EXCEPTION_OK): Likewise.
36056         (IGNORE_ZERO_INF_SIGN): Likewise.
36057         (test_exceptions): Handle underflow exceptions.
36058         (acos_test): Update for underflow exception expectations.
36059         (cexp_test): Likewise.
36060         (clog_test): Likewise.
36061         (clog10_test): Likewise.
36062         (csqrt_test): Likewise.
36063         (ctan_test): Likewise.
36064         (ctanh_test): Likewise.
36065         (exp_test): Likewise.
36066         (exp10_test): Likewise.
36067         (exp2_test): Likewise.
36068         (expm1_test): Likewise.
36069         (fma_test): Likewise.
36070         (j0_test): Likewise.
36071         (jn_test): Likewise.
36072         (nexttoward_test): Likewise.
36073         (pow_test): Likewise.
36074         (scalbn_test): Likewise.
36075         (scalbln_test): Likewise.
36076         (tan_test): Likewise.
36077         (y1_test): Likewise.
36078         * sysdeps/i386/fpu/libm-test-ulps: Update.
36079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36080
36081 2012-05-23  David S. Miller  <davem@davemloft.net>
36082
36083         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36084         (__libc_sigaction): Remove unused local variables.
36085
36086 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36087
36088         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
36089
36090 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
36091
36092         mktime: avoid signed integer overflow
36093         * time/mktime.c (__mktime_internal): Do not mishandle the case
36094         where diff == INT_MIN.
36095
36096         mktime: simplify computation of average
36097         * time/mktime.c (ranged_convert): Use new time_t_avg function
36098         instead of rolling our own (probably-slower) code.
36099
36100         mktime: do not assume signed right shift propagates sign bit
36101         * time/mktime.c (isdst_differ): New static function.
36102         (__mktime_internal): No need to normalize tm_isdst now.
36103         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
36104         tm_isdst values.
36105
36106         mktime: merge another wrapv change from gnulib
36107         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
36108         from some compilers.
36109
36110         mktime: remove incorrect attempt at unusual arithmetics
36111         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
36112         The code didn't really work on such machines anyway.
36113         (TYPE_MINIMUM): Assume two's complement.
36114         (twos_complement_arithmetic): Verify that long_int and time_t
36115         are two's complement (or unsigned, in the latter case).
36116
36117         mktime: check signed shifts on long_int and time_t, too
36118         * time/mktime.c (SHR): Check that shifts work as desired
36119         on the types long_int and time_t too, as SHR is used on
36120         such types.
36121
36122         mktime: do not assume 'long' is wide enough
36123         * time/mktime.c (verify): Move decl up.
36124         (long_int): New type.
36125         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
36126         to remove assumption in the code that 'long' is wide enough to
36127         store year values.  This assumption is not true on x32 and on
36128         some non-glibc platforms.
36129
36130         mktime: merge wrapv change from gnulib
36131         * time/mktime.c (WRAPV): New macro.
36132         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
36133         (guess_time_tm, __mktime_internal): Do not assume that signed
36134         integer overflow wraps around; modern compilers generate code
36135         where this assumption is no longer valid.
36136
36137 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36138
36139         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36140         Replace "jmp L(pseudo_end)" with "ret".
36141         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
36142         Likewise.
36143
36144 2012-05-23  Andreas Jaeger  <aj@suse.de>
36145
36146         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
36147         * sysdeps/unix/sysv/linux/poll.c: Remove file.
36148
36149 2012-05-23  Andreas Jaeger  <aj@suse.de>
36150             Maximilian Attems  <max@stro.at>
36151
36152         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
36153         New macros.
36154
36155 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
36156
36157         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
36158         code so that pseudo_end is just ret and the stack pointer is
36159         correct also for static library in error case.
36160
36161 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
36162
36163         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
36164         move to syscalls.list.
36165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
36166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
36167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
36168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
36169
36170         * manual/install.texi (Running make install): Do not mention Linux
36171         kernel version for which pt_chown is not needed.
36172         (Linux): Do not mention problems with nscd with 2.0 kernels.
36173         * INSTALL: Regenerated.
36174
36175 2012-05-23  Andreas Jaeger  <aj@suse.de>
36176
36177         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
36178         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
36179         macro.
36180         * sysdeps/unix/sysv/linux/s390/bits/mman.h
36181         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36182         * sysdeps/unix/sysv/linux/sh/bits/mman.h
36183         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36184         * sysdeps/unix/sysv/linux/i386/bits/mman.h
36185         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36186         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
36187         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36188         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
36189         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36190         * sysdeps/unix/sysv/linux/bits/in.h
36191         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
36192
36193 2012-05-22  Roland McGrath  <roland@hack.frob.com>
36194
36195         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
36196         (PREPARE_VERSION): Just use assert instead, it will be elided
36197         under [NDEBUG] anyway.
36198
36199 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36200
36201         * sysdeps/unix/sysv/linux/Makefile: Include
36202         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
36203         (sysdep_routines): Remove sysctl.
36204         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36205         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36206         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36207         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36208         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36209
36210 2012-05-22  Andreas Jaeger  <aj@suse.de>
36211
36212         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36213         that pseudo_end is just ret and the stack pointer is correct also
36214         for static library in error case.
36215
36216 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
36217
36218         [BZ #14122]
36219         * nss/nsswitch.c (defconfig_entries): New variable.
36220         (__nss_database_lookup): Don't leak defconfig entries.
36221         (nss_parse_service_list): Don't leak on error paths.
36222         (free_database_entries): New function.
36223         (free_defconfig): New function.
36224         (free_mem): Move common code to free_database_entries.
36225
36226 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36227
36228         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36229         Add arch_prctl.
36230         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36231
36232         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36233         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36234         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36235         New macro.
36236         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36237         (INTERNAL_SYSCALL_TYPES): Likewise.
36238         (LOAD_ARGS_TYPES_[1-6]): Likewise.
36239         (LOAD_REGS_TYPES_[1-6]): Likewise.
36240         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36241         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36242
36243 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36244
36245         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36246         copysignl for GLIBC_2_0.
36247         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36248         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36249         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36250         logbl for GLIBC_2_0.
36251         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36252         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36253
36254 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36255
36256         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36257         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36258
36259         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36260         Use "neg %eax".
36261
36262         * time/mktime.c: Update copyright years.
36263
36264 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36265
36266         mktime: merge comment-quoting-style change from gnulib
36267         * time/mktime.c: Quote 'like this' in comments.
36268         The GNU coding standards suggest that we no longer quote `like this',
36269         as "`" and "'" are typically rendered asymmetrically nowadays.
36270         The typical gnulib style is to quote 'like this' when quoting
36271         code, and "like this" when quoting English.
36272
36273         * time/mktime.c (compile-command): Add "-I.".
36274
36275         mktime: merge mktime-internal.h change from gnulib
36276         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36277
36278         mktime: merge time_r change from gnulib
36279         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36280
36281         mktime: merge DEBUG change from gnulib
36282         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36283         case system <time.h> has a #define.
36284
36285         mktime: merge <sys/types.h> change from gnulib
36286         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36287         since <time.t> is now guaranteed to define time_t.
36288
36289         mktime: merge HAVE_CONFIG_H change from gnulib
36290         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36291
36292 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36293
36294         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36295         Use "neg %eax".
36296
36297         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36298         __rlim_t cast.
36299         (struct rusage): Use anonymous union to pad each field to
36300         __syscall_slong_t.
36301
36302 2012-05-21  David S. Miller  <davem@davemloft.net>
36303
36304         * Makefules (o-iterator): Remove .s cases.
36305         (compile-command.s): Delete.
36306         (COMPILE.s): Delete.
36307         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36308
36309 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36310
36311         * configure.in (libc_cv_predef_stack_protector): Only consider
36312         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36313         * configure: Regenerated.
36314
36315 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36316
36317         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36318         New macro.  Use R*LP on int and pointer.
36319         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36320         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36321         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36322         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36323
36324         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36325         [__WORDSIZE_TIME64_COMPAT32] instead of
36326         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36327         (struct utmp): Likewise.
36328         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36329         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36330         Renamed to ...
36331         (__WORDSIZE_TIME64_COMPAT32): This.
36332         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36333         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36334         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36335         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36336         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36337         (__WORDSIZE_TIME64_COMPAT32): New macro.
36338
36339 2012-05-21  Andreas Jaeger  <aj@suse.de>
36340
36341         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36342         only if [SHARED]. Add prototype for __wcschr_ia32.
36343
36344 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36345
36346         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36347         of %rbp unmolested in the jmp_buf while mangling the low bits.
36348         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36349         unmolested high bits of %rbp while demangling the low bits.
36350         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36351
36352 2012-05-21  Andreas Jaeger  <aj@suse.de>
36353
36354         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36355         * sunrpc/svc_simple.c: Use it for registerrpc.
36356         * sunrpc/xcrypt.c: Use it for passwd2des.
36357
36358         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36359
36360 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36361
36362         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36363         Don't define if [__SYSCALL_WORDSIZE != 32].
36364         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36365         New macro.
36366
36367 2012-05-21  Bruno Haible  <bruno@clisp.org>
36368             Andreas Jaeger  <aj@suse.de>
36369
36370         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36371         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36372         inptr and inend for must_buffer_ch.
36373         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36374         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36375         * stdio-common/Makefile (tests): Remove bug15.
36376         (bug15-ENV): Remove macro.
36377         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36378         anymore.
36379
36380 2012-05-19  Andreas Jaeger  <aj@suse.de>
36381             Roland McGrath  <roland@hack.frob.com>
36382
36383         * manual/contrib.texi: Completely rewritten. It contains now an
36384         alphabetical list of contributors and their contributions.
36385
36386 2012-05-21  Richard Henderson  <rth@twiddle.net>
36387
36388         * misc/getauxval.c (__getauxval): Use unsigned long int.
36389         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36390         (getauxval): Use unsigned long int.
36391
36392 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36393
36394         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36395
36396 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36397
36398         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36399         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36400         __alignof__ (long double).
36401
36402 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36403
36404         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36405
36406 2012-05-20  Richard Henderson  <rth@twiddle.net>
36407
36408         * misc/getauxval.c: New file.
36409         * misc/sys/auxv.h: New file.
36410         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36411         (routines): Add getauxval.
36412         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36413         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36414         * elf/dl-sysdep.c (_dl_auxv): Remove.
36415         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36416         * elf/dl-support.c (_dl_auxv): New variable.
36417         (_dl_aux_init): Initialize it.
36418         * manual/startup.texi (Auxiliary Vector): New node.
36419         * sysdeps/generic/bits/hwcap.h: New file.
36420         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36421         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36422         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36423         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36424         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36425         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36427         Update.
36428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36429         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36430         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36431         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36432         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36433         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36434         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36435         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36436
36437 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36438
36439         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36440
36441 2012-05-19  David S. Miller  <davem@davemloft.net>
36442
36443         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36444
36445 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36446
36447         [BZ #14123]
36448         * math/s_ccosh.c: Include <float.h>
36449         (__ccosh): Avoid internal overflow calculating sinh and cosh
36450         values before multiplying by sin and cos values.
36451         * math/s_ccoshf.c: Likewise.
36452         * math/s_ccoshl.c: Likewise.
36453         * math/s_csin.c: Likewise.
36454         * math/s_csinf.c: Likewise.
36455         * math/s_csinl.c: Likewise.
36456         * math/s_csinh.c: Likewise.
36457         * math/s_csinhf.c: Likewise.
36458         * math/s_csinhl.c: Likewise.
36459         * math/libm-test.inc (ccos_test): Add more tests.
36460         (ccosh_test): Likewise.
36461         (csin_test): Likewise.
36462         (csinh_test): Likewise.
36463         * sysdeps/i386/fpu/libm-test-ulps: Update.
36464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36465
36466 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36467
36468         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36469         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36470
36471         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36472
36473 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36474
36475         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36476         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36477         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36478         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36479         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36480         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36481         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36482         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36483         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36484         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36485         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36486         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36487         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36488         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36489         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36490         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36491         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36492         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36493         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36494         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36495         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36496         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36497         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36498         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36499         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36500         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36501         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36502         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36503         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36504         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36505         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36506
36507 2012-05-18  Andreas Jaeger  <aj@suse.de>
36508
36509         * csu/.gitignore: Delete.
36510
36511 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36512
36513         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36514         (timex): Use __syscall_slong_t.
36515
36516 2012-05-18  Andreas Jaeger  <aj@suse.de>
36517             Carlos O'Donell  <carlos_odonell@mentor.com>
36518
36519         * manual/install.texi (Configuring and compiling): Update
36520         description about files modified in the source directory.
36521         * INSTALL: Regenerated.
36522
36523 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36524
36525         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36526         value.  Use "or" to set return value to -1.
36527         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36528         negate return value.
36529
36530 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36531
36532         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36533         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36534         failure if the compiler has Graphite support disabled.
36535         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36536         Likewise.
36537         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36538         (CFLAGS-memmove.c): Likewise.
36539         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36540         Likewise.
36541
36542 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36543
36544         * sysdeps/x86_64/x32/_itoa.h: New file.
36545
36546         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36547         getdents system call only if kernel and user dirents have the
36548         same d_ino and d_off.
36549
36550         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36551         LLONG_MAX != LONG_MAX.
36552         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36553         (_fitoa_word): Likewise.
36554
36555         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36556         years.
36557         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36558         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36559         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36560
36561         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36562         include <bits/wordsize.h>.  Check __x86_64__ instead of
36563         __WORDSIZE.
36564         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36565         if __x86_64__ is defined.  Use anonymous union on fpstate.
36566
36567         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36568         anonymous union.
36569
36570 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36571
36572         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36573         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36574         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36575         Refer to _rtld_local_ro instead of _rtld_global_ro.
36576         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36577         Likewise.
36578         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36579         Likewise.
36580         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36581         Likewise.
36582         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36583         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36584         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36585
36586         * sysdeps/powerpc/powerpc32/dl-machine.c
36587         (__elf_machine_runtime_setup) [PROF]: Don't reference
36588         _dl_prof_resolve.
36589
36590 2012-05-18  Andreas Jaeger  <aj@suse.de>
36591
36592         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36593         function only available for GCCs before 3.4 since GCC 3.4
36594         introduced a builtin.
36595         (lrint): Likewise.
36596         (llrintf): Likewise.
36597         (llrint): Likewise.
36598         (fmaxf): Likewise.
36599         (fmax): Likewise.
36600         (fminf): Likewise.
36601         (fmin): Likewise.
36602         (rint): Likewise.
36603         (rintf): Likewise.
36604         (nearbyint): Likewise.
36605         (nearbyintf): Likewise.
36606         (ceil): Likewise.
36607         (ceilf): Likewise.
36608         (floor): Likewise.
36609         (floorf): Likewise.
36610
36611 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36612
36613         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36614         on both fields and cast pointer to __syscall_ulong_t.
36615
36616         * bits/types.h (__fsword_t): New type.
36617         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36618         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36619         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36620         (__FSWORD_T_TYPE): Likewise.
36621         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36622         (__FSWORD_T_TYPE): Likewise.
36623         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36624         (__FSWORD_T_TYPE): Likewise.
36625         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36626         (__FSWORD_T_TYPE): Likewise.
36627         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36628         __SWORD_TYPE with __fsword_t.
36629         (statfs64): Likewise.
36630
36631 2012-05-17  David S. Miller  <davem@davemloft.net>
36632
36633         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36634
36635 2012-05-17  Andreas Jaeger  <aj@suse.de>
36636
36637         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36638         warning.
36639
36640 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36641
36642         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36643
36644 2012-05-17  Andreas Jaeger  <aj@suse.de>
36645
36646         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36647         when it is used.
36648
36649 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36650
36651         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36652
36653 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36654
36655         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36656         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36657
36658 2012-05-17  Andreas Jaeger  <aj@suse.de>
36659             Carlos O'Donell  <carlos_odonell@mentor.com>
36660
36661         [BZ #14059]
36662         * sysdeps/x86_64/multiarch/init-arch.h
36663         (bit_YMM_Usable): Rename to...
36664         (bit_AVX_Usable): ... this.
36665         (bit_FMA4_Usable): New macro.
36666         (bit_XMM_state): New macro.
36667         (bit_YMM_state): New macro.
36668         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36669         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36670         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36671         (CPUID_OSXSAVE): New macro.
36672         (CPUID_AVX): New macro.
36673         (CPUID_FMA4): New macro.
36674         (index_YMM_Usable): Rename to...
36675         (index_AVX_Usable): ... this.
36676         (HAS_AVX): Use HAS_ARCH_FEATURE.
36677         (HAS_FMA4): Likewise.
36678         (HAS_YMM_USABLE): Remove.
36679         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36680         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36681         are present.
36682         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36683         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36684         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36685         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36686         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36687
36688 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36689
36690         * math/libm-test.c: Support platforms without multiple rounding modes.
36691         * math/bug-nextafter.c: Support platforms without FP exceptions.
36692         * math/bug-nexttoward.c: Likewise.
36693         * math/test-fenv.c: Likewise.
36694         * math/test-misc.c: Likewise.
36695         * stdlib/bug-getcontext.c: Likewise.
36696
36697 2012-05-17  Andreas Jaeger  <aj@suse.de>
36698
36699         * manual/examples/search.c (critter_cmp): Change signature to
36700         avoid warnings.
36701         * manual/string.texi (Collation Functions): Likewise.
36702
36703 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36704
36705         * bits/types.h: Fold copyright years.
36706         * bits/typesizes.h: Likewise.
36707         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36708         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36709         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36710         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36711         * time/time.h: Likewise.
36712
36713 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36714
36715         [BZ #208]
36716         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36717         in instead of returning them.  Return void.
36718         (__libc_mallinfo): Accumulate over all arenas.
36719         (__malloc_stats): Adjust for change in int_mallinfo interface.
36720
36721 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36722
36723         [BZ #10375]
36724         * configure.in (NM): Add AC_CHECK_TOOL for it.
36725         (libc_extra_cflags): New substituted variable.
36726         Check for -fstack-protector being used implicitly.
36727         * configure: Regenerated.
36728         * config.make.in (config-extra-cflags): New variable,
36729         gets @libc_extra_cflags@.
36730         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36731
36732         [BZ #10375]
36733         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36734         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36735         * configure: Regenerated.
36736         * config.make.in (CPPUNDEFS): New substituted variable.
36737         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36738         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36739         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36740
36741 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36742
36743         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36744         (mq_attr): Use __syscall_slong_t.
36745
36746 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36747
36748         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36749         Check __x86_64__ instead of __WORDSIZE.
36750         (_STAT_VER_LINUX): Likewise.
36751         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36752         __syscall_ulong_t and __syscall_slong_t.
36753         (stat64): Likewise.
36754
36755 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36756
36757         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36758
36759 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36760
36761         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36762
36763 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36764
36765         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36766         __syscall_ulong_t.
36767
36768         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36769         include <bits/wordsize.h>.  Check __x86_64__ instead of
36770         __WORDSIZE.
36771         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36772         defined.
36773         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36774
36775         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36776         include <bits/wordsize.h>.  Check __x86_64__ instead of
36777         __WORDSIZE.
36778         (user_regs_struct): Use "__extension__ unsigned long long"
36779         instead of "unsigned long" if __x86_64__ is defined.
36780         (user): Likewise.  Pad after pointer field if __ILP32__ is
36781         defined.
36782
36783 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36784
36785         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36786         versions 5 to 9.
36787         * configure: Regenerated.
36788         * manual/install.texi (texinfo): Increase version requirement to
36789         4.5 or later.
36790         * INSTALL: Regenerated.
36791
36792         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36793
36794 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36795
36796         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36797
36798         * sysdeps/x86_64/x32/ffs.c: New file.
36799
36800         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36801         __syscall_ulong_t.
36802         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36803         defined.  Use __syscall_ulong_t.
36804         (shminfo): Use __syscall_ulong_t.
36805         (shm_info): Likewise.
36806
36807         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36808         __syscall_ulong_t.
36809
36810         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36811         <bits/wordsize.h>.
36812         (msgqnum_t): Use __syscall_ulong_t.
36813         (msglen_t): Likewise.
36814         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36815         __syscall_ulong_t.
36816
36817         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36818         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36819
36820         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36821
36822         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36823         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36824
36825         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36826         __syscall_slong_t.
36827
36828         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36829         include <bits/wordsize.h>.  Check __x86_64__ instead of
36830         __WORDSIZE.
36831
36832         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36833         "unsigned long long int" if __x86_64__ is defined.
36834         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36835
36836         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36837         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36838         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36839
36840         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36841         <stdint.h>.
36842         (GET_PC): Cast to uintptr_t first.
36843         (GET_FRAME): Likewise.
36844         (GET_STACK): Likewise.
36845
36846         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36847         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36848         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36849         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36850         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36851         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36852         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36853         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36854         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36855         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36856         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36857         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36858         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36859         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36860         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36861         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36862         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36863         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36864         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36865         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36866         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36867         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36868         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36869         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36870         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36871         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36872         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36873         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36874         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36875
36876 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36877
36878         * Makerules (+depfiles): Also collect depfiles from .oS in
36879         $(extra-objs).
36880         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36881         .oS, $(libnldbl-routines)).
36882
36883         * Makerules (native-compile-mkdep-flags): Define.
36884         * sunrpc/Makefile (extra-objs): Add $(addprefix
36885         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36886         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36887         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36888         calling $(make-target-directory).
36889
36890 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36891
36892         * bits/types.h (__snseconds_t): Removed.
36893         * time/time.h (struct timespec): Replace __snseconds_t with
36894         __syscall_slong_t.
36895         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36896         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36897         Likewise.
36898         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36899         (__SNSECONDS_T_TYPE): Likewise.
36900         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36901         (__SNSECONDS_T_TYPE): Likewise.
36902         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36903         (__SNSECONDS_T_TYPE): Likewise.
36904
36905 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36906
36907         * sysdeps/mach/hurd/bits/typesizes.h
36908         (__SYSCALL_SLONG_TYPE): New macro.
36909         (__SYSCALL_ULONG_TYPE): Likewise.
36910
36911 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36912
36913         * bits/types.h (__syscall_slong_t): New type.
36914         (__syscall_ulong_t): Likewise.
36915
36916         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36917         (__SYSCALL_ULONG_TYPE): Likewise.
36918         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36919         (__SYSCALL_SLONG_TYPE): Likewise.
36920         (__SYSCALL_ULONG_TYPE): Likewise.
36921         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36922         (__SYSCALL_SLONG_TYPE): Likewise.
36923         (__SYSCALL_ULONG_TYPE): Likewise.
36924         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36925         (__SYSCALL_SLONG_TYPE): Likewise.
36926         (__SYSCALL_ULONG_TYPE): Likewise.
36927
36928 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36929
36930         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36931         Add sigaltstack-offsets.sym.
36932         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36933         <sigaltstack-offsets.h>.
36934         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36935         longjmp_msg pointer.
36936         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36937         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36938         signal stack.
36939         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36940
36941 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36942
36943         * elf/stackguard-macros.h: Remove file.
36944         * sysdeps/generic/stackguard-macros.h: New file.
36945         * sysdeps/i386/stackguard-macros.h: Likewise.
36946         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36947         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36948         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36949         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36950         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36951         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36952         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36953         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36954         <elf/stackguard-macros.h>.
36955
36956         [BZ #14109]
36957         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36958         __aligned__ in attribute.
36959         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36960         (gregset_t): Likewise.
36961
36962 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36963
36964         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36965         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36966         * sysdeps/x86_64/x32/Implies-after: New file.
36967
36968 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36969
36970         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36971         and access return value for _dl_profile_fixup.  Use R10_LP to
36972         load frame size.
36973
36974 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36975
36976         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36977
36978 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36979
36980         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36981         * sysdeps/x86_64/x32/sysdep.h: New file.
36982
36983 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36984
36985         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36986         * sysdeps/x86_64/setjmp.S: Likewise.
36987
36988 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36989
36990         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36991         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36992         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36993         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36994         remove unused global constant.
36995
36996 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36997
36998         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36999         include of <not-cancel.h>.
37000
37001 2012-05-15  Roland McGrath  <roland@hack.frob.com>
37002
37003         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
37004
37005 2012-05-15  Jeff Law  <law@redhat.com>
37006             Andreas Jaeger  <aj@suse.de>
37007
37008         [BZ #13594]
37009         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
37010         out from...
37011         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
37012         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
37013         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
37014         code changing __hst_map_handle.map.
37015
37016 2012-05-15  Roland McGrath  <roland@hack.frob.com>
37017
37018         * configure.in (sysnames): Look for Implies-before and Implies-after
37019         files.
37020         * configure: Regenerated.
37021
37022 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37023
37024         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
37025         8-byte data alignment with LP_SIZE alignment.
37026
37027 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37028
37029         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
37030         into R10_LP.
37031
37032 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37033
37034         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
37035
37036 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37037
37038         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
37039         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
37040         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
37041         Likewise.
37042         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37043
37044 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37045
37046         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
37047         (stackinfo_sub_sp): Likewise.
37048
37049 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37050
37051         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
37052         RAX_LP.
37053
37054 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37055
37056         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
37057         into R*_LP.
37058
37059 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37060
37061         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
37062         sizes into R*_LP.
37063
37064 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37065
37066         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
37067
37068 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37069
37070         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
37071         into R11_LP and load __x86_64_shared_cache_size_half into
37072         R8_LP.
37073
37074 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
37075
37076         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
37077         R8_LP.
37078
37079 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37080
37081         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
37082         logb for POWER7.
37083         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
37084         logbf for POWER7.
37085         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
37086         logbl for POWER7.
37087         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
37088         powerpc32/power7/fpu/s_logb.c via #include.
37089         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
37090         powerpc32/power7/fpu/s_logbf.c via #include.
37091         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
37092         powerpc32/power7/fpu/s_logbl.c via #include.
37093
37094 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
37095
37096         * README.libm: Remove file.
37097
37098 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37099
37100         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
37101         count for x32.  Use R*_LP and omit operand-size suffix.
37102
37103 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37104
37105         * shlib-versions: Move x86_64-.*-linux.* entries to ...
37106         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
37107         * sysdeps/x86_64/x32/shlib-versions: New file.
37108
37109 2012-05-14  Roland McGrath  <roland@hack.frob.com>
37110
37111         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
37112         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
37113         Use _dl_fatal_printf instead.
37114
37115 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37116
37117         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
37118         set if not set by the user.  Do not allow for being unset.
37119         * sysdeps/unix/sysv/linux/configure: Regenerated.
37120
37121 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37122
37123         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
37124         the `q' suffix from lea and replace .quad with ASM_ADDR.
37125
37126 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37127
37128         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
37129         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
37130         instead of $17.
37131         (PTR_DEMANGLE): Likewise.
37132
37133 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37134
37135         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
37136         (LP_OP): Likewise.
37137         (ASM_ADDR): Likewise.
37138         (RAX_LP): Likewise.
37139         (RBP_LP): Likewise.
37140         (RBX_LP): Likewise.
37141         (RCX_LP): Likewise.
37142         (RDI_LP): Likewise.
37143         (RSI_LP): Likewise.
37144         (RSP_LP): Likewise.
37145         (R8_LP): Likewise.
37146         (R9_LP): Likewise.
37147         (R10_LP): Likewise.
37148         (R10_LP): Likewise.
37149         (R11_LP): Likewise.
37150         (R12_LP): Likewise.
37151         (R13_LP): Likewise.
37152         (R14_LP): Likewise.
37153         (R15_LP): Likewise.
37154
37155 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37156
37157         * sysdeps/x86_64/x32/dl-machine.h: New file.
37158
37159 2012-05-14  Andreas Jaeger  <aj@suse.de>
37160
37161         * manual/Makefile (subdir): Remove export of subdir.
37162         (all): Remove target.
37163         (.PHONY): Remove all from list.
37164         (mkinstalldirs): Remove.
37165         (.PHONY): Remove installdirs from list.
37166         ($(inst_infodir)/libc.info): Use make-target-directory.
37167         (installdirs): Remove.
37168         (subdir_%): Remove.
37169         (glibc-targets): Remove.
37170         (lib): Remove.
37171         (stubs): Remove.
37172         ($(objpfx)stubs ../po/manual.pot): Remove.
37173         ($(objpfx)stamp%): Remove.
37174         (make-target-directory): Remove.
37175         (subdir_install): Remove.
37176         (routines): Remove.
37177         (aux): Remove.
37178         (sources): Remove.
37179         (objects): Remove.
37180         (headers): Remove.
37181
37182         [BZ #13750]
37183         * manual/.gitignore: Remove, it's not needed anymore.
37184         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
37185         all files in it.
37186         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
37187         directory.
37188         (texis): Renamed to $(objpfx)texis.
37189         (texis-path): New, contains path to generated files.
37190         (chapters.%): Use texis-path for complete path, add extra argument
37191         libc-texinfo.sh.
37192         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
37193         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
37194         (summary,texi, stamp-summary): Use complete path of
37195         files. Generate files in build dir.
37196         (dir-add.texi): Build in build dir.
37197         (libm-err.texi,stamp-libm-err): Likewise.
37198         (version.texi, stamp-version): Likewise.
37199         (.%c.texi): Likewise.
37200         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
37201         (mostlyclean): Remove target.
37202         (realclean): Remove target.
37203         (generated): Add new variable with contents from mostlyclean and
37204         realclean, remove entries duplicated in common-mostlyclean, add
37205         stamp-libm-err and stamp-version.
37206         (generated-dirs): Add libc directory.
37207         ($(inst_infodir)/libc.info): Install files from build dir.
37208
37209         * manual/install.texi (Configuring and compiling): Adjust since
37210         the info files are not part of the tar ball anymore.
37211
37212 2012-05-14  Andreas Jaeger  <aj@suse.de>
37213
37214         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37215         variable.
37216
37217 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37218
37219         [BZ #13717]
37220         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37221         to 2.2.0 where earlier.
37222         * sysdeps/unix/sysv/linux/configure: Regenerated.
37223         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37224         Remove conditional code.
37225         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37226         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37227         Remove conditional code.
37228         [!__NR_lchown]: Likewise.
37229         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37230         [__NR_lchown]: Likewise.
37231         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37232         comment referencing __ASSUME_LCHOWN_SYSCALL.
37233         * sysdeps/unix/sysv/linux/i386/sigaction.c
37234         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37235         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37236         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37237         Remove conditional code.
37238         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37239         (__protocol_available): Remove #if 0 code.
37240         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37241         conditional code.
37242         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37243         * sysdeps/unix/sysv/linux/kernel-features.h
37244         (__ASSUME_GETCWD_SYSCALL): Don't define.
37245         (__ASSUME_REALTIME_SIGNALS): Likewise.
37246         (__ASSUME_PREAD_SYSCALL): Likewise.
37247         (__ASSUME_PWRITE_SYSCALL): Likewise.
37248         (__ASSUME_POLL_SYSCALL): Likewise.
37249         (__ASSUME_LCHOWN_SYSCALL): Likewise.
37250         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37251         non-SPARC.
37252         (__ASSUME_SIOCGIFNAME): Don't define.
37253         (__ASSUME_MSG_NOSIGNAL): Likewise.
37254         (__ASSUME_SENDFILE): Define unconditionally.
37255         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37256         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37257         conditional code.
37258         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37259         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37260         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37261         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37262         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37263         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37264         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37266         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37267         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37269         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37270         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37272         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37273         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37275         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37276         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37278         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37279         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37281         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37282         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37284         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37285         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37287         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37288         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37289         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37290         Remove conditional code.
37291         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37292         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37293         Remove conditional code.
37294         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37295         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37296         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37297         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37298         Remove conditional code.
37299         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37300         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37301         Remove conditional code.
37302         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37303         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37304         Remove conditional code.
37305         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37306         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37307         Remove conditional code.
37308         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37309         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37310         Remove conditional code.
37311         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37312         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37313         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37314         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37315         * sysdeps/unix/sysv/linux/sigaction.c
37316         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37317         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37318         * sysdeps/unix/sysv/linux/sigpending.c
37319         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37320         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37321         * sysdeps/unix/sysv/linux/sigprocmask.c
37322         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37323         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37324         * sysdeps/unix/sysv/linux/sigsuspend.c
37325         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37326         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37327         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37328         (__libc_missing_rt_sigs): Remove.
37329         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37330         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37331         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37332         Remove conditional code.
37333         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37334         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37335         return 1.
37336         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37337         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37338         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37339         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37340
37341 2012-05-14  Andreas Jaeger  <aj@suse.de>
37342
37343         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37344         it's not used in glibc.
37345         (__coshm1): Likewise.
37346         (__acosh1p): Likewise.
37347         (__sgn): Likewise.
37348
37349         * manual/string.texi (Copying and Concatenation): Add missing
37350         variable in concat example.
37351         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37352
37353 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37354
37355         [BZ #14103]
37356         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37357         __builtin_clzl with __builtin_clzll.
37358
37359 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37360
37361         [BZ #14104]
37362         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37363         libc_freeres_ptr.
37364
37365 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37366
37367         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37368         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37369         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37370         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37371
37372 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37373
37374         * NEWS: Update ia64 info.
37375
37376 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37377
37378         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37379         used as bcopy.
37380
37381 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37382
37383         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37384         * sysdeps/unix/syscalls.list (dup3): Likewise.
37385         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37386         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37387
37388 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37389
37390         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37391         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37392
37393 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37394
37395         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37396         thread pointer.
37397         (TLS_IE): Use mov/add instead of movq/addq to load thread
37398         pointer.
37399         (TLS_GD_PREFIX): New.
37400         (TLS_GD): Use it.
37401
37402 2012-05-11  David S. Miller  <davem@davemloft.net>
37403
37404         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37405         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37406         (_FPU_SETCW): Likewise.
37407
37408 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37409
37410         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37411         is 32-byte aligned.
37412
37413 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37414
37415         [BZ #11837]
37416         * iconvdata/gb18030.c: Update tables.
37417         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37418         characters specially.
37419         (BODY for TO_LOOP): Add encoding of missing ranges.
37420
37421 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37422
37423         [BZ #13673]
37424         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37425         * sysdeps/mach/hurd/dup3.c: Likewise.
37426         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37427         * sysdeps/powerpc/memmove.c:: Likewise.
37428
37429 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37430
37431         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37432         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37433
37434 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37435
37436         * elf/elf.h (R_X86_64_RELATIVE64): New.
37437         (R_X86_64_NUM): Updated.
37438         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37439         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37440         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37441         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37442         tst-quad1pie tst-quad2pie
37443         (modules-names): Add tst-quadmod1 tst-quadmod2.
37444         ($(objpfx)tst-quad1): New dependency.
37445         ($(objpfx)tst-quad2): Likewise.
37446         ($(objpfx)tst-quad1pie): Likewise.
37447         ($(objpfx)tst-quad2pie): Likewise.
37448         * sysdeps/x86_64/tst-quad1.c: New file.
37449         * sysdeps/x86_64/tst-quad1pie.c: New file.
37450         * sysdeps/x86_64/tst-quad2.c: Likewise.
37451         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37452         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37453         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37454         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37455         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37456
37457 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37458
37459         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37460         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37461         * streams/stropts.h (t_scalar_t): Define type.
37462
37463         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37464         (_PATH_PRESERVE): Set to "/var/lib".
37465         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37466
37467         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37468         instead of int.
37469
37470         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37471         if __dir_mkfile succeeded.
37472
37473         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37474         checking for _hurd_dtablesize.  Unlock it right after having
37475         finished _hurd_dtable allocation.
37476
37477 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37478
37479         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37480         * sysdeps/mach/hurd/configure: Regenerated.
37481         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37482         special-casing to...
37483         * sysdeps/gnu/configure.in: ... this new file.
37484         * sysdeps/unix/sysv/linux/configure: Regenerated.
37485         * sysdeps/gnu/configure: New generated file.
37486
37487         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37488         for Linux: use nsec instead of usec, as well as:
37489         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37490         members of type struct timespec.
37491         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37492         New macros.
37493         (struct stat64): Likewise.
37494         (_STATBUF_ST_NSEC): New macro.
37495         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37496
37497         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37498         __strtoul_internal rather than strtoul.
37499
37500 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37501
37502         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37503         and reject them.
37504
37505 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37506
37507         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37508         which preserves existing values.
37509         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37510
37511 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37512
37513         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37514         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37515         greater than FD_SETSIZE.
37516
37517 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37518
37519         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37520         allocated, call __vm_protect to finish enabling the existing space, and
37521         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37522         allocate the remainder.
37523
37524 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37525
37526         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37527         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37528
37529 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37530
37531         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37532         sysdeps/mach/hurd/readlink.c.
37533
37534         * posix/tst-sysconf.c (posix_options): Only use
37535         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37536         _POSIX_SYNCHRONIZED_IO when they are defined
37537         * sysdeps/mach/hurd/bits/posix_opt.h:
37538         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37539         (_XOPEN_REALTIME): Undefine macro.
37540         (_XOPEN_REALTIME_THREADS): Undefine macro.
37541         (_XOPEN_SHM): Undefine macro.
37542         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37543         macro to -1.
37544         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37545         macro to -1.
37546         (_POSIX_ASYNC_IO): Undefine macro.
37547         (_POSIX_PRIORITIZED_IO): Undefine macro.
37548         (_POSIX_SPIN_LOCKS): Define macro to -1.
37549
37550         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37551         SA_NODEFER, SA_RESETHAND.
37552         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37553         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37554         F_DUPFD_CLOEXEC.
37555
37556 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37557
37558         * elf/Makefile (pldd-modules): Define unconditionally.
37559
37560 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37561
37562         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37563
37564 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37565
37566         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37567         Return ENOENT when name is empty.
37568         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37569
37570 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37571
37572         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37573
37574         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37575
37576 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37577
37578         Fix mlock in all cases except non-readable pages.
37579         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37580         instead of VM_PROT_ALL as parameter to __vm_wire function.
37581
37582         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37583         (__mkdir): When path is `/', just fail with EEXIST.
37584         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37585
37586 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37587
37588         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37589         <sys/uio.h> (for writev).
37590         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37591         and <sys/param.h> (for MIN).
37592
37593 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37594
37595         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37596         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37597         if interrupted.
37598
37599 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37600
37601         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37602         Depend on against $(link-rpcuserlibs).
37603
37604 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37605
37606         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37607         (__libc_stack_end): Do not use attribute_relro.
37608         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37609         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37610         to libthread-provided value.
37611         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37612         attribute_relro.
37613
37614 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37615
37616         [BZ #3748]
37617         * bits/libc-lock.h (__libc_once_get): New macro.
37618         * sysdeps/mach/bits/libc-lock.h: Likewise.
37619         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37620         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37621         instead of using implementation details.
37622
37623         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37624         * libio/freopen.c: Likewise.
37625         * libio/freopen64.c: Likewise.
37626         * misc/syslog.c: Likewise.
37627         * nscd/connections.c: Likewise.
37628         * nscd/netgroupcache.c: Likewise.
37629         * sysdeps/posix/getcwd.c: Likewise.
37630
37631 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37632
37633         * math/w_ilogbf.c: Add #include <limits.h>.
37634
37635 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37636
37637         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37638         path instead of returning without unlocking.
37639
37640         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37641         immediate-write ioctls.
37642         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37643
37644 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37645
37646         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37647         __builtin_frame_address instead of making assumptions about the
37648         location of the return address relative to DATA.  Force early load of
37649         the return address.
37650         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37651         __builtin_frame_address.
37652
37653         dup3 for GNU Hurd.
37654         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37655         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37656         implement dup3 and do some further code clean-ups.
37657         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37658         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37659
37660 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37661
37662         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37663
37664         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37665         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37666         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37667         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37668         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37669         d->port.lock.
37670
37671         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37672         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37673         when handler == SIG_ERR, not when handler != SIG_ERR.
37674
37675 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37676
37677         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37678         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37679         definitions.
37680
37681         accept4 for GNU Hurd.
37682         * include/sys/socket.h (__libc_accept4): New prototype.
37683         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37684         to implement __libc_accept4.
37685         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37686         __libc_accept4.
37687         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37688
37689         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37690         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37691         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37692         signal-defines.sym.
37693
37694 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37695
37696         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37697
37698 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37699
37700         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37701         assertion on O_CLOEXEC flag.
37702         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37703         * hurd/intern-fd.c: Likewise.
37704         * hurd/port2fd.c: Likewise.
37705
37706 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37707
37708         [BZ #3906]
37709         * bits/in.h (IPV6_PKTINFO): Define new macro.
37710         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37711
37712 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37713
37714         [BZ #13954]
37715         [BZ #13955]
37716         [BZ #13956]
37717         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37718         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37719         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37720         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37721         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37722         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37723         * math/libm-test.inc (logb_test) : Additional logb tests.
37724
37725 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37726             Andreas Jaeger  <aj@suse.de>
37727
37728         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37729         * configure: Regenerated.
37730         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37731         * config.make.in (link-obsolete-rpc): New substituted variable.
37732         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37733         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37734         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37735         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37736         so that libc.a contains the symbols.
37737         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37738         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37739         * sunrpc/auth_none.c: Likewise.
37740         * sunrpc/auth_unix.c: Likewise.
37741         * sunrpc/authdes_prot.c: Likewise.
37742         * sunrpc/authuxprot.c: Likewise.
37743         * sunrpc/clnt_gen.c: Likewise.
37744         * sunrpc/clnt_perr.c: Likewise.
37745         * sunrpc/clnt_raw.c: Likewise.
37746         * sunrpc/clnt_simp.c: Likewise.
37747         * sunrpc/clnt_tcp.c: Likewise.
37748         * sunrpc/clnt_udp.c: Likewise.
37749         * sunrpc/clnt_unix.c: Likewise.
37750         * sunrpc/des_crypt.c: Likewise.
37751         * sunrpc/des_soft.c: Likewise.
37752         * sunrpc/get_myaddr.c: Likewise.
37753         * sunrpc/key_call.c: Likewise.
37754         * sunrpc/key_prot.c: Likewise.
37755         * sunrpc/netname.c: Likewise.
37756         * sunrpc/pm_getmaps.c: Likewise.
37757         * sunrpc/pm_getport.c: Likewise.
37758         * sunrpc/pmap_clnt.c: Likewise.
37759         * sunrpc/pmap_prot.c: Likewise.
37760         * sunrpc/pmap_prot2.c: Likewise.
37761         * sunrpc/pmap_rmt.c: Likewise.
37762         * sunrpc/publickey.c: Likewise.
37763         * sunrpc/rpc_cmsg.c: Likewise.
37764         * sunrpc/rpc_common.c: Likewise.
37765         * sunrpc/rpc_dtable.c: Likewise.
37766         * sunrpc/rpc_prot.c: Likewise.
37767         * sunrpc/rpc_thread.c: Likewise.
37768         * sunrpc/rtime.c: Likewise.
37769         * sunrpc/svc.c: Likewise.
37770         * sunrpc/svc_auth.c: Likewise.
37771         * sunrpc/svc_raw.c: Likewise.
37772         * sunrpc/svc_run.c: Likewise.
37773         * sunrpc/svc_tcp.c: Likewise.
37774         * sunrpc/svc_udp.c: Likewise.
37775         * sunrpc/svc_unix.c: Likewise.
37776         * sunrpc/svcauth_des.c: Likewise.
37777         * sunrpc/xcrypt.c: Likewise.
37778         * sunrpc/xdr.c: Likewise.
37779         * sunrpc/xdr_array.c: Likewise.
37780         * sunrpc/xdr_float.c: Likewise.
37781         * sunrpc/xdr_intXX_t.c: Likewise.
37782         * sunrpc/xdr_mem.c: Likewise.
37783         * sunrpc/xdr_rec.c: Likewise.
37784         * sunrpc/xdr_ref.c: Likewise.
37785         * sunrpc/xdr_sizeof.c: Likewise.
37786         * sunrpc/xdr_stdio.c: Likewise.
37787
37788 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37789
37790         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37791         change.  Update copyright years.
37792
37793 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37794
37795         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37796
37797 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37798             Joseph Myers  <joseph@codesourcery.com>
37799             Paul Pluzhnikov  <ppluzhnikov@google.com>
37800
37801         [BZ #14012]
37802         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37803         requiring rpcgen.
37804         [cross-compiling] (extra-libs): Likewise.
37805         [cross-compiling] (extra-libs-others): Likewise.
37806         [cross-compiling] (librpcsvc-routines): Likewise.
37807         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37808         [cross-compiling] (omit-deps): Likewise.
37809         (sunrpc-CPPFLAGS): New variable.
37810         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37811         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37812         (cross-rpcgen-objs): New variable.
37813         (extra-objs): Append $(cross-rpcgen-objs).
37814         ($(cross-rpcgen-objs)): New rule.
37815         ($(objpfx)cross-rpcgen): Likewise.
37816         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37817         comment.
37818         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37819         ($(objpfx)x%.stmp): Likewise.
37820         * sunrpc/proto.h [IS_IN_build] (_): Define.
37821         [IS_IN_build] (_libc_intl_domainname): Likewise.
37822
37823 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37824
37825         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37826         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37827         and R_X86_64_TPOFF64.
37828
37829 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37830
37831         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37832         sysdeps/unix/sysv/syscalls.list.
37833         (stime): Likewise.
37834         (utime): Likewise.
37835         * sysdeps/unix/sysv/syscalls.list: Remove file.
37836
37837 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37838
37839         [BZ #3440]
37840         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37841         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37842         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37843         (__LC_IDENTIFICATION): Make these macros useful in #if
37844         expressions, as required by C99.
37845
37846 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37847
37848         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37849         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37850         after this.
37851
37852 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37853
37854         * stdlib/longlong.h: Updated from GCC.
37855
37856 2012-05-09  Andreas Jaeger  <aj@suse.de>
37857
37858         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37859         default is first entry.
37860         (run_mode): Set type.
37861         (main): Remove informal message about syslog.
37862         (options): Fix typo.
37863
37864         [BZ #14053]
37865         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37866         to asm.
37867         (lrint): Likewise.
37868         (llrintf): Likewise.
37869         (llrint): Likewise.
37870         (rint): Likewise.
37871         (rintf): Likewise.
37872         (nearbyint): Likewise.
37873         (nearbyintf): Likewise.
37874
37875 2012-05-09  Andreas Jaeger  <aj@suse.de>
37876             Pedro Alves  <palves@redhat.com>
37877
37878         * nscd/nscd.c (run_mode): Use enum.
37879         (main): Cleanup coding style issue.
37880
37881 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37882             Andreas Jaeger  <aj@suse.de>
37883
37884         * nscd/nscd.c (go_background): Replaced with...
37885         (run_mode): ... this.
37886         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37887         (options): Add -F --foreground.
37888         (main): Implement it.
37889         (parse_opt): Parse it.
37890
37891 2012-05-09  Andreas Jaeger  <aj@suse.de>
37892
37893         [BZ #14083]
37894         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37895         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37896         -Wconversion warning.
37897         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37898         Likewise.
37899
37900 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37901
37902         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37903         == 0.
37904         (LC_ALL): Use macro-int-constant.
37905         (LC_COLLATE): Likewise.
37906         (LC_CTYPE): Likewise.
37907         (LC_MESSAGES): Likewise.
37908         (LC_MONETARY): Likewise.
37909         (LC_NUMERIC): Likewise.
37910         (LC_TIME): Likewise.
37911         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37912         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37913         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37914         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37915         Specify type.
37916         [C99-based standards] (float_t): Expect type.
37917         [C99-based standards] (double_t): Expect type.
37918         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37919         type.
37920         [C99-based standards] (HUGE_VALL): Likewise.
37921         [C99-based standards] (INFINITY): Likewise.
37922         [C99-based standards] (NAN): Likewise.
37923         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37924         [C99-based standards] (FP_NAN): Likewise.
37925         [C99-based standards] (FP_NORMAL): Likewise.
37926         [C99-based standards] (FP_SUBNORMAL): Likewise.
37927         [C99-based standards] (FP_ZERO): Likewise.
37928         [C99-based standards] (FP_FAST_FMA): Use
37929         optional-macro-int-constant.  Specify type.  Require == 1.
37930         [C99-based standards] (FP_FAST_FMAF): Likewise.
37931         [C99-based standards] (FP_FAST_FMAL): Likewise.
37932         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37933         [C99-based standards] (FP_ILOGBNAN): Likewise.
37934         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37935         Specify type.
37936         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37937         [C99-based standards] (math_errhandling): Specify type.
37938         [ISO99 || ISO11] (signgam): Do not allow.
37939         [non-C99-based standards] (copysignf): Do not allow.
37940         [non-C99-based standards] (exp2f): Likewise.
37941         [non-C99-based standards] (log2f): Likewise.
37942         [non-C99-based standards] (modff): Allow.
37943         [non-C99-based standards] (erff): Do not allow.
37944         [non-C99-based standards] (erfcf): Likewise.
37945         [non-C99-based standards] (gammaf): Likewise.
37946         [non-C99-based standards] (hypotf): Likewise.
37947         [non-C99-based standards] (j0f): Likewise.
37948         [non-C99-based standards] (j1f): Likewise.
37949         [non-C99-based standards] (jnf): Likewise.
37950         [non-C99-based standards] (lgammaf): Likewise.
37951         [non-C99-based standards] (tgammaf): Likewise.
37952         [non-C99-based standards] (y0f): Likewise.
37953         [non-C99-based standards] (y1f): Likewise.
37954         [non-C99-based standards] (ynf): Likewise.
37955         [non-C99-based standards] (isnanf): Likewise.
37956         [non-C99-based standards] (acoshf): Likewise.
37957         [non-C99-based standards] (asinhf): Likewise.
37958         [non-C99-based standards] (atanhf): Likewise.
37959         [non-C99-based standards] (cbrtf): Likewise.
37960         [non-C99-based standards] (expm1f): Likewise.
37961         [non-C99-based standards] (ilogbf): Likewise.
37962         [non-C99-based standards] (log1pf): Likewise.
37963         [non-C99-based standards] (logbf): Likewise.
37964         [non-C99-based standards] (nextafterf): Likewise.
37965         [non-C99-based standards] (remainderf): Likewise.
37966         [non-C99-based standards] (rintf): Likewise.
37967         [non-C99-based standards] (scalbf): Likewise.
37968         [non-C99-based standards] (copysignl): Likewise.
37969         [non-C99-based standards] (exp2l): Likewise.
37970         [non-C99-based standards] (log2l): Likewise.
37971         [non-C99-based standards] (modfl): Allow.
37972         [non-C99-based standards] (erfl): Do not allow.
37973         [non-C99-based standards] (erfcl): Likewise.
37974         [non-C99-based standards] (gammal): Likewise.
37975         [non-C99-based standards] (hypotl): Likewise.
37976         [non-C99-based standards] (j0l): Likewise.
37977         [non-C99-based standards] (j1l): Likewise.
37978         [non-C99-based standards] (jnl): Likewise.
37979         [non-C99-based standards] (lgammal): Likewise.
37980         [non-C99-based standards] (tgammal): Likewise.
37981         [non-C99-based standards] (y0l): Likewise.
37982         [non-C99-based standards] (y1l): Likewise.
37983         [non-C99-based standards] (ynl): Likewise.
37984         [non-C99-based standards] (isnanl): Likewise.
37985         [non-C99-based standards] (acoshl): Likewise.
37986         [non-C99-based standards] (asinhl): Likewise.
37987         [non-C99-based standards] (atanhl): Likewise.
37988         [non-C99-based standards] (cbrtl): Likewise.
37989         [non-C99-based standards] (expm1l): Likewise.
37990         [non-C99-based standards] (ilogbl): Likewise.
37991         [non-C99-based standards] (log1pl): Likewise.
37992         [non-C99-based standards] (logbl): Likewise.
37993         [non-C99-based standards] (nextafterl): Likewise.
37994         [non-C99-based standards] (remainderl): Likewise.
37995         [non-C99-based standards] (rintl): Likewise.
37996         [non-C99-based standards] (scalbl): Likewise.
37997         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37998         [non-C99-based standards] (FP_*): Do not allow.
37999         [C99-based standards] (FP_*): Change to
38000         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38001         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38002         allow.
38003         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
38004         (SIG_ERR): Likewise.
38005         [X/Open-based standards] (SIG_HOLD): Likewise.
38006         (SIG_IGN): Likewise.
38007         (SIGABRT): Use macro-int-constant.  Specify type.  Require
38008         positive value.
38009         (SIGFPE): Likewise.
38010         (SIGILL): Likewise.
38011         (SIGINT): Likewise.
38012         (SIGSEGV): Likewise.
38013         (SIGTER): Likewise.
38014         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
38015         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
38016         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
38017         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
38018         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
38019         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
38020         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
38021         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
38022         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
38023         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
38024         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
38025         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
38026         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
38027         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
38028         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
38029         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
38030         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
38031         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
38032         [X/Open-based standards] (SIGTRAP): Likewise.
38033         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
38034         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
38035         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
38036         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
38037         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38038         allow.
38039
38040 2012-05-08  Ian Wienand  <ianw@vmware.com>
38041
38042         [BZ #14080]
38043         * time/tzset.c (__tzset_parse_tz): Update default rules for
38044         daylight time changes in the Energy Policy Act of 2005.
38045
38046 2012-05-09  Andreas Jaeger  <aj@suse.de>
38047
38048         [BZ #13983]
38049         * elf/ldconfig.c (parse_conf): Change string to make clear that
38050         ldconfig only issued a warning if ld.so.conf does not exist.
38051
38052 2012-05-08  David S. Miller  <davem@davemloft.net>
38053
38054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
38055         movxtod instead of popping the value on the stack.
38056
38057         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38058
38059 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
38060
38061         * config.h.in: Add HAVE_ARM_PCS_VFP.
38062
38063 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
38064
38065         [BZ #13979]
38066         * include/features.h: Warn if user requests __FORTIFY_SOURCE
38067         checking but the checks are disabled for any reason.
38068
38069 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
38070
38071         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
38072         and ELF64_R_TYPE with ELFW(R_TYPE).
38073
38074 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
38075
38076         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
38077         (ulimit): Likewise.
38078
38079         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
38080         (settimeofday): Likewise.
38081
38082 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
38083
38084         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
38085         a struct th_u2 inside the union, and move tu_block/tu_code into
38086         a new th_u3 union of tu_block/tu_code inside of that.  Move
38087         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
38088         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
38089         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
38090         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
38091         (th_stuff): Change to th_u1.tu_stuff.
38092         (th_data): Define.
38093         (th_msg): Change to th_u1.th_u2.tu_data.
38094
38095 2012-05-07  David S. Miller  <davem@davemloft.net>
38096
38097         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38098
38099         [BZ #14074]
38100         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
38101         (SETUP_PIC_REG): Use it.
38102         (SETUP_PIC_REG_LEAF): Use it.
38103
38104 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
38105
38106         [BZ #13885]
38107         [BZ #13923]
38108         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38109         USE_AS_EXPM1L.
38110         (EXPL_FINITE): Likewise.
38111         (FLDLOG): Likewise.
38112         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38113         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38114         e_expl.S.
38115         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38116         USE_AS_EXPM1L.
38117         (EXPL_FINITE): Likewise.
38118         (FLDLOG): Likewise.
38119         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38120         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38121         e_expl.S.
38122         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
38123         test of -max_value argument for long double.
38124         * sysdeps/i386/fpu/libm-test-ulps: Update.
38125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38126
38127 2012-05-06  David S. Miller  <davem@davemloft.net>
38128
38129         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
38130         quad soft-float symbols whose references which are compiler
38131         generated.
38132         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
38133
38134 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
38135
38136         [BZ #13884]
38137         [BZ #13914]
38138         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38139         USE_AS_EXP10L.
38140         (EXPL_FINITE): Likewise.
38141         (FLDLOG): Likewise.
38142         (c0): Likewise.
38143         (c1): Likewise.
38144         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38145         Adjust comments for base varying.
38146         (__expl_finite): Change alias to EXPL_FINITE.
38147         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
38148         e_expl.S.
38149         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
38150         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
38151         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38152         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
38153         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38154         USE_AS_EXP10L.
38155         (EXPL_FINITE): Likewise.
38156         (FLDLOG): Likewise.
38157         (c0): Likewise.
38158         (c1): Likewise.
38159         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
38160         Adjust comments for base varying.
38161         (__expl_finite): Change alias to EXPL_FINITE.
38162         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
38163         tests for bugs.
38164         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38165
38166         [BZ #14064]
38167         * math/libm-test.inc (check_float_internal): Correct ulp
38168         calculation for subnormal expected results.
38169
38170 2012-05-06  Andreas Jaeger  <aj@suse.de>
38171
38172         * Makeconfig (+math-flags): New, set to -frounding-math.
38173         (+cflags): Add +math-flags so that all of glibc gets compiled with
38174         it.
38175
38176         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
38177
38178 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
38179
38180         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
38181         Disable one test.
38182
38183         [BZ #13787]
38184         [BZ #13922]
38185         [BZ #14036]
38186         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
38187         (__ieee754_expl): Allow for and saturate large arguments.
38188         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
38189         (u_threshold): Likewise.
38190         (__exp): Call __ieee754_exp before checking for overflow and
38191         underflow.
38192         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
38193         (u_threshold): Likewise.
38194         (__expf): Call __ieee754_expf before checking for overflow and
38195         underflow.
38196         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
38197         (u_threshold): Likewise.
38198         (__expl): Call __ieee754_expl before checking for overflow and
38199         underflow.
38200         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
38201         (__ieee754_expl): Allow for and saturate large arguments.
38202         * math/libm-test.inc (exp_test): Add another test.  Do not allow
38203         missing overflow exception on overflow.
38204         (expm1_test): Do not allow missing overflow exception on overflow.
38205
38206         * sysdeps/i386/fpu/e_expl.c: Move to ...
38207         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
38208         rather than using inline asm.
38209         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38210         * sysdeps/x86_64/fpu/e_expl.S: Copy from
38211         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38212
38213         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38214         (nice): Likewise.
38215         (poll): Likewise.
38216         (signal): Likewise.
38217         (time): Likewise.
38218         (times): Likewise.
38219
38220 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38221
38222         * sysdeps/unix/syscalls.list (adjtime): Add entry from
38223         sysdeps/unix/common/syscalls.list.
38224         (fchmod): Likewise.
38225         (fchown): Likewise.
38226         (ftruncate): Likewise.
38227         (getrusage): Likewise.
38228         (gettimeofday): Likewise.
38229         (setpgid): Likewise.
38230         (setregid): Likewise.
38231         (setreuid): Likewise.
38232         (sigaction): Likewise.
38233         (truncate): Likewise.
38234         (vhangup): Likewise.
38235         * sysdeps/unix/common/syscalls.list: Remove file.
38236         * sysdeps/unix/bsd/Implies: Don't include unix/common.
38237         * sysdeps/unix/sysv/linux/Implies: Likewise.
38238
38239 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
38240
38241         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38242         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38243         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38244         Moved to ...
38245         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38246         Here.
38247         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38248         to ...
38249         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38250         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38251         to ...
38252         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38253         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38254         to ...
38255         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38256         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38257         to ...
38258         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38259         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38260         to ...
38261         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38262         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38263         to ...
38264         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38265         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38266         to ...
38267         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38268         Here.
38269         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38270         to ...
38271         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38272         Here.
38273         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38274         to ...
38275         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38276         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38277         Moved to ...
38278         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38279         Here.
38280         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38281         to ...
38282         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38283
38284 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38285
38286         * sysdeps/unix/common/bits/dirent.h: Remove file.
38287         * sysdeps/unix/common/bits/fcntl.h: Likewise.
38288
38289         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38290         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38291         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38292         * sysdeps/unix/bsd/isatty.c: Likewise.
38293         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38294         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38295         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38296
38297 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38298
38299         [BZ #13563]
38300         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38301         long double comparison inaccuracies.
38302         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38303         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38304
38305 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38306
38307         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38308         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38309
38310 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38311
38312         [BZ #14049]
38313         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38314         nonzero digits before rounding a hex value.
38315         * stdlib/tst-strtod.c (tests): Add another test.
38316
38317 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38318
38319         * sysdeps/s390/fpu/libm-test-ulps: Update.
38320
38321 2012-05-03  Andreas Jaeger  <aj@suse.de>
38322
38323         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38324         does not get optimized out.
38325         (malloc_opt_barrier): New.
38326
38327 2012-05-03  Andreas Jaeger  <aj@suse.de>
38328             Roland McGrath  <roland@hack.frob.com>
38329
38330         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38331         intermediate file deletion.
38332         (generated): Add .symlist files.
38333
38334 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38335
38336         [BZ #13775]
38337         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38338         Redirect under this condition.
38339         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38340         [__USE_GNU] (__dprintf_chk): Not under this condition.
38341         [__USE_GNU] (__vdprintf_chk): Likewise.
38342         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38343         under this condition.
38344         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38345         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38346         [__USE_XOPEN2K8] (vdprintf): Likewise.
38347         [__USE_GNU] (__dprintf_chk): Not under this condition.
38348         [__USE_GNU] (__vdprintf_chk): Likewise.
38349         [__USE_GNU] (dprintf): Likewise.
38350         [__USE_GNU] (vdprintf): Likewise.
38351
38352 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38353
38354         * elf/Makefile (common-generated): Set this instead of generated for
38355         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38356         $(all-built-dso)-derived lists.
38357
38358 2012-05-03  Andreas Jaeger  <aj@suse.de>
38359
38360         * sysdeps/i386/fpu/libm-test-ulps: Update.
38361
38362         * FAQ: Removed.
38363         * FAQ.in: Likewise.
38364         * scripts/gen-FAQ.pl: Likewise.
38365         * manual/install.texi (Installation): Point to online location of
38366         FAQ.
38367         * Makefile (files-for-dist): Remove FAQ.
38368         (FAQ): Remove.
38369
38370 2012-05-02  Allan McRae  <allan@archlinux.org>
38371
38372         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38373         (LDFLAGS-reldepmod5.so): Likewise.
38374         (LDFLAGS-reldep6mod1.so): Likewise.
38375         (LDFLAGS-reldep6mod4.so): Likewise.
38376         (LDFLAGS-reldep8mod3.so): Likewise.
38377         (LDFLAGS-unload4mod1.so): Likewise.
38378         (LDFLAGS-unload4mod2.so): Likewise.
38379         (LDFLAGS-tst-initorder): Likewise.
38380         (LDFLAGS-tst-initordera2.so): Likewise.
38381         (LDFLAGS-tst-initordera3.so): Likewise.
38382         (LDFLAGS-tst-initordera4.so): Likewise.
38383         (LDFLAGS-tst-initorderb2.so): Likewise.
38384         (LDFLAGS-noload): Likewise.
38385         (LDFLAGS-next): Likewise.
38386         (LDFLAGS-order2mod1.so): Likewise.
38387         (LDFLAGS-order2mod2.so): Likewise.
38388         (LDFLAGS-tst-initorder2): Likewise.
38389         (LDFLAGS-tst-initorder2a.so): Likewise.
38390         (LDFLAGS-tst-initorder2b.so): Likewise.
38391         (LDFLAGS-tst-initorder2c.so): Likewise.
38392         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38393
38394 2012-05-02  David S. Miller  <davem@davemloft.net>
38395
38396         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38397
38398 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38399
38400         [BZ #14055]
38401         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38402
38403 2012-05-02  Andreas Jaeger  <aj@suse.de>
38404
38405         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38406         since we manipulate rounding mode.
38407         (CPPFLAGS-test-idouble.c): Likewise.
38408         (CPPFLAGS-test-ifloat.c): Likewise.
38409         (CFLAGS-test-ldouble.c): Likewise.
38410         (CFLAGS-test-double.c): Likewise.
38411         (CFLAGS-test-float.c): Likewise.
38412         (CFLAGS-test-misc.c): Likewise.
38413         (CFLAGS-test-test-fenv.c): Likewise.
38414
38415 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38416
38417         [BZ #2550]
38418         [BZ #2570]
38419         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38420         comparisons to determine direction to adjust input.
38421
38422 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38423
38424         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38425         output to the target.
38426
38427         * scripts/localplt.awk: New file.
38428         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38429         (check-localplt-CFLAGS): Variable removed.
38430         ($(all-built-dso:=.jmprel)): New static pattern rule.
38431         (generated): Add those targets.
38432         (localplt-built-dso): New variable.
38433         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38434
38435         * elf/check-localplt.c: File removed.
38436
38437         * scripts/check-execstack.awk: New file.
38438         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38439         (check-execstack-CFLAGS): Variable removed.
38440         ($(objpfx)check-execstack.h): Target removed.
38441         ($(objpfx)execstack-default): New target.
38442         (generated): Add that instead of check-execstack.h.
38443         ($(all-built-dso:=.phdr)): New static pattern rule.
38444         (generated): Add those targets.
38445         * elf/check-execstack.c: File removed.
38446
38447         * scripts/check-textrel.awk: New file.
38448         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38449         (check-textrel-CFLAGS): Variable removed.
38450         (all-built-dso): Use := to define.o
38451         ($(all-built-dso:=.dyn)): New static pattern rule.
38452         (generated): Add those targets.
38453         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38454         * config.make.in (READELF): New substituted variable.
38455         * elf/check-textrel.c: File removed.
38456
38457 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38458
38459         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38460         allow.
38461         * conform/data/ctype.h-data [C99-based standards] (isblank):
38462         Expect function.
38463         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38464         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38465         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38466         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38467         Specify type.  Require positive value.
38468         (EILSEQ): Likewise.
38469         (ERANGE): Likewise.
38470         [ISO || POSIX] (EILSEQ): Do not expect.
38471         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38472         Specify type.  Require positive value.
38473         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38474         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38475         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38476         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38477         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38478         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38479         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38480         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38481         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38482         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38483         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38484         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38485         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38486         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38487         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38488         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38489         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38490         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38491         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38492         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38493         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38494         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38495         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38496         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38497         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38498         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38499         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38500         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38501         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38502         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38503         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38504         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38505         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38506         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38507         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38508         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38509         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38510         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38511         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38512         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38513         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38514         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38515         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38516         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38517         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38518         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38519         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38520         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38521         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38522         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38523         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38524         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38525         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38526         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38527         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38528         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38529         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38530         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38531         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38532         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38533         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38534         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38535         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38536         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38537         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38538         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38539         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38540         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38541         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38542         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38543         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38544         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38545         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38546         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38547         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38548         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38549         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38550         Require >= 2.
38551         (FLT_ROUNDS): Expect as macro, not constant.
38552         (FLT_MANT_DIG): Use macro-int-constant.
38553         (DBL_MANT_DIG): Likewise.
38554         (LDBL_MANT_DIG): Likewise.
38555         (FLT_DIG): Likewise.
38556         (DBL_DIG): Likewise.
38557         (LDBL_DIG): Likewise.
38558         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38559         (DBL_MIN_EXP): Likewise.
38560         (LDBL_MIN_EXP): Likewise.
38561         (FLT_MAX_EXP): Use macro-int-constant.
38562         (DBL_MAX_EXP): Likewise.
38563         (LDBL_MAX_EXP): Likewise.
38564         (FLT_MAX_10_EXP): Likewise.
38565         (DBL_MAX_10_EXP): Likewise.
38566         (LDBL_MAX_10_EXP): Likewise.
38567         (FLT_MAX): Use macro-constant.
38568         (DBL_MAX): Likewise.
38569         (LDBL_MAX): Likewise.
38570         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38571         (DBL_EPSILON): Likewise.
38572         (LDBL_EPSILON): Likewise.
38573         (FLT_MIN): Likewise.
38574         (DBL_MIN): Likewise.
38575         (LDBL_MIN): Likewise.
38576         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38577         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38578         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38579         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38580         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38581         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38582         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38583         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38584         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38585         [ISO11] (FLT_TRUE_MIN): Likewise.
38586         [ISO11] (LDBL_TRUE_MIN): Likewise.
38587         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38588         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38589         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38590         (SCHAR_MAX): Likewise.
38591         (UCHAR_MAX): Likewise.
38592         (CHAR_MIN): Likewise.
38593         (CHAR_MAX): Likewise.
38594         (MB_LEN_MAX): Use macro-int-constant.
38595         (SHRT_MIN): Use macro-int-constant.  Specify type.
38596         (SHRT_MAX): Likewise.
38597         (USHRT_MAX): Likewise.
38598         (INT_MAX): Likewise.
38599         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38600         bound negative.
38601         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38602         bound with "U".
38603         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38604         bound with "L".
38605         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38606         bound negative.  Suffix upper bound with "L".
38607         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38608         bound with "UL".
38609         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38610         Specify type.
38611         [C99-based standards] (LLONG_MAX): Likewise.
38612         [C99-based standards] (ULLONG_MAX): Likewise.
38613         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38614         == 0.
38615         [ISO11] (max_align_t): Require type.
38616         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38617
38618         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38619         from $CFLAGS, without defining away __attribute__ calls.
38620         (checknamespace): Use $CFLAGS_namespace.
38621
38622         * conform/conformtest.pl (@keywords): Only include C99 keywords
38623         for standards based on C99 or C11.
38624
38625         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38626         Disable tests.
38627         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38628         UNIX98]: Likewise.
38629
38630         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38631         usability of symbols in #if.
38632
38633         * conform/conformtest.pl: If macro or constant types start
38634         "promoted:", expect the symbol to be of the following type
38635         promoted by the integer promotions.
38636
38637         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38638         in one place.  Also handle "macro-constant".
38639
38640         * conform/conformtest.pl: Only accept expected macro values with
38641         "==".  Parse all "macro" lines in one place.
38642         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38643
38644         * conform/conformtest.pl: Handle braced types on "constant" lines
38645         instead of handling "typed-constant".
38646         * conform/data/signal.h-data: Use "constant" instead of
38647         "typed-constant".
38648
38649         * conform/conformtest.pl: Handle "optional-" at start of lines in
38650         one place rather than duplicating several cases.  Handle each
38651         format of "macro" line with initial "optional-".
38652
38653         * conform/conformtest.pl: Only accept expected constant or
38654         optional-constant values with "==".  Parse all "constant" lines in
38655         one place.  Parse all "optional-constant" lines in one place.
38656         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38657         * conform/data/fmtmsg.h-data: Likewise.
38658         * conform/data/netinet/in.h-data: Likewise.
38659         * conform/data/tar.h-data: Likewise.
38660         * conform/data/limits.h-data: Use "==" form on "constant" and
38661         "optional-constant" lines.
38662
38663         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38664         Use -std=c99 for XOPEN2K.
38665         (@knownproblems): Remove.
38666         (newtoken): Don't check %isknown.
38667
38668         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38669         Do not expect macro.
38670         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38671         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38672         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38673         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38674         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38675         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38676         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38677         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38678         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38679         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38680         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38681         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38682         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38683         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38684         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38685         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38686         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38687         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38688         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38689         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38690         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38691         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38692         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38693         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38694         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38695         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38696         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38697         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38698         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38699         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38700         [XPG3] (acosh): Likewise.
38701         [XPG3] (asinh): Likewise.
38702         [XPG3] (atanh): Likewise.
38703         [XPG3] (cbrt): Likewise.
38704         [XPG3] (expm1): Likewise.
38705         [XPG3] (ilogb): Likewise.
38706         [XPG3] (log1p): Likewise.
38707         [XPG3] (logb): Likewise.
38708         [XPG3] (nextafter): Likewise.
38709         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38710         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38711         [XPG3] (remainder): Likewise.
38712         [XPG3] (rint): Likewise.
38713         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38714         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38715         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38716         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38717         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38718         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38719         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38720         [UNIX98 || XOPEN2K] (scalb): Expect.
38721         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38722         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38723         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38724         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38725         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38726         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38727         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38728         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38729         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38730         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38731         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38732         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38733         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38734         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38735         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38736         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38737         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38738         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38739         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38740         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38741         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38742         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38743         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38744         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38745         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38746         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38747         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38748         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38749         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38750         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38751         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38752         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38753         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38754         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38755         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38756         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38757         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38758         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38759         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38760         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38761         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38762         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38763         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38764         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38765         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38766         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38767         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38768         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38769         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38770         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38771         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38772         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38773         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38774         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38775         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38776         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38777         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38778         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38779         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38780         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38781         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38782         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38783         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38784         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38785         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38786         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38787         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38788         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38789         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38790         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38791         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38792         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38793         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38794         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38795         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38796         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38797         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38798         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38799         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38800         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38801         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38802         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38803         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38804         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38805         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38806         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38807         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38808         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38809         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38810         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38811         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38812         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38813         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38814         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38815         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38816         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38817         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38818         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38819         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38820         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38821         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38822         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38823         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38824         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38825         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38826         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38827         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38828         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38829         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38830         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38831         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38832         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38833         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38834         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38835         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38836         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38837         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38838         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38839         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38840         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38841         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38842         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38843         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38844         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38845         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38846         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38847         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38848         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38849         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38850         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38851         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38852         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38853         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38854         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38855         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38856         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38857         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38858
38859         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38860         _XOPEN_SOURCE_EXTENDED for XPG4.
38861
38862         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38863
38864         * Makeconfig (localtime): Remove variable.
38865         (inst_localtime-file): Likewise.
38866
38867 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38868
38869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38870         Update.
38871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38872         Update.
38873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38874         Update.
38875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38876         Update.
38877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38878         Update.
38879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38880         Update.
38881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38882         Update.
38883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38884         Update.
38885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38886         Update.
38887
38888 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38889
38890         [BZ #2550]
38891         [BZ #2570]
38892         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38893         comparisons to determine direction to adjust input.
38894         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38895         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38896         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38897         Likewise.
38898         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38899         Likewise.
38900         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38901         Likewise.
38902         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38903         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38904         Likewise.
38905         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38906         Likewise.
38907         * math/libm-test.inc (nexttoward_test): Add more tests.
38908
38909 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38910
38911         [BZ #14040]
38912         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38913         in version GLIBC_2.1, not GLIBC_2.0.
38914         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38915         Likewise.
38916
38917 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38918
38919         [BZ #13942]
38920         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38921         (1 - x) * (1 + x).
38922         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38923         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38924         * math/libm-test.inc (acos_test): Add more tests.
38925         (asin_test): Likewise.
38926         * sysdeps/i386/fpu/libm-test-ulps: Update.
38927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38928
38929         [BZ #14034]
38930         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38931         of square root.
38932         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38933         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38934         * math/libm-test.inc (acos_test_tonearest): New function.
38935         (acos_test_towardzero): Likewise.
38936         (acos_test_downward): Likewise.
38937         (acos_test_upward): Likewise.
38938         (asin_test_tonearest): Likewise.
38939         (asin_test_towardzero): Likewise.
38940         (asin_test_downward): Likewise.
38941         (asin_test_upward): Likewise.
38942         (main): Call the new functions.
38943         * sysdeps/i386/fpu/libm-test-ulps: Update.
38944         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38945
38946         [BZ #13884]
38947         [BZ #13924]
38948         * math/e_exp10.c: Include <float.h>.
38949         (__ieee754_exp10): Handle underflow here rather than multiplying
38950         large negative argument by M_LN10.
38951         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38952         of __ieee754_expf.
38953         * math/e_exp10l.c: Include <float.h>.
38954         (__ieee754_exp10l): Handle underflow here rather than multiplying
38955         large negative argument by M_LN10l.
38956         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38957         spurious overflow exception on underflow.
38958
38959 2012-04-29  Marek Polacek  <polacek@redhat.com>
38960
38961         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38962         (__fortify_function): New macro.
38963         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38964         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38965         __extern_always_inline.
38966         * libio/bits/stdio2.h: Likewise.
38967         * libio/bits/stdio.h: Likewise.
38968         * string/string.h: Likewise.
38969         * string/bits/string3.h: Likewise.
38970         * include/stdio.h: Likewise.
38971         * stdlib/bits/stdlib.h: Likewise.
38972         * stdlib/stdlib.h: Likewise.
38973         * rt/bits/mqueue2.h: Likewise.
38974         * rt/mqueue.h: Likewise.
38975         * posix/bits/unistd.h: Likewise.
38976         * posix/unistd.h: Likewise.
38977         * io/bits/poll2.h: Likewise.
38978         * io/bits/fcntl2.h: Likewise.
38979         * io/fcntl.h: Likewise.
38980         * io/sys/poll.h: Likewise.
38981         * misc/bits/syslog.h: Likewise.
38982         * misc/bits/syslog-ldbl.h: Likewise.
38983         * misc/sys/syslog.h: Likewise.
38984         * socket/bits/socket2.h: Likewise.
38985         * socket/sys/socket.h: Likewise.
38986         * debug/tst-chk1.c: Likewise.
38987         * wcsmbs/bits/wchar2.h: Likewise.
38988         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38989         * wcsmbs/wchar.h: Likewise.
38990
38991 2012-04-29  Andreas Jaeger  <aj@suse.de>
38992
38993         * Makerules (tests): Remove enable-check-abi protection.
38994         (check-abi-warn): Remove.
38995         (check-abi-%): Remove check-abi-warn usage.
38996
38997         * configure.in: Remove check-abi configure option.
38998         * configure: Regenerated.
38999         * config.make.in (enable-check-abi): Remove.
39000
39001 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
39002
39003         [BZ #14033]
39004         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
39005         double functions to double *_finite functions.
39006
39007         [BZ #13941]
39008         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
39009         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
39010         LDBL_MIN_EXP.
39011         * stdio-common/Makefile (tests): Add tst-sprintf3.
39012         * stdio-common/tst-sprintf3.c: New file.
39013
39014         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
39015         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
39016
39017 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39018
39019         * conform/conformtest.pl: Remove duplicate typed-constant
39020         handling.
39021
39022 2012-04-28  David S. Miller  <davem@davemloft.net>
39023
39024         * Makerules (%.abilist): Add vpath on sysdep_dirs.
39025         (check-abi-%): Remove AWK script prerequisite and explicit
39026         abilist directory.
39027         (check-abi): Rewrite to just diff the symlist with the abilist.
39028         (config-tls, config-abi-config): Delete, no longer used.
39029         (update-abi-%): Remove AWK script and explicit abilist directory.
39030         (update-abi): Rewrite to simply compare and conditionally copy the
39031         symlist and the sysdep abilist file.  Remove update-abi-config
39032         checks.
39033         * abilist/ld.abilist: Remove.
39034         * abilist/libBrokenLocale.abilist: Remove.
39035         * abilist/libanl.abilist: Remove.
39036         * abilist/libcrypt.abilist: Remove.
39037         * abilist/libdl.abilist: Remove.
39038         * abilist/librt.abilist: Remove.
39039         * abilist/libthread_db.abilist: Remove.
39040         * abilist/libutil.abilist: Remove.
39041         * scripts/extract-abilist.awk: Remove.
39042         * scripts/merge-abilist.awk: Remove.
39043         * sysdeps/generic/libcidn.abilist: New file.
39044         * sysdeps/generic/libnss_compat.abilist: New file.
39045         * sysdeps/generic/libnss_db.abilist: New file.
39046         * sysdeps/generic/libnss_dns.abilist: New file.
39047         * sysdeps/generic/libnss_files.abilist: New file.
39048         * sysdeps/generic/libnss_hesiod.abilist: New file.
39049         * sysdeps/generic/libnss_nis.abilist: New file.
39050         * sysdeps/generic/libnss_nisplus.abilist: New file.
39051         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
39052         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
39053         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
39054         file.
39055         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
39056         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
39057         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
39058         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
39059         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
39060         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
39061         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
39062         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
39063         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
39064         file.
39065         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
39066         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
39067         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
39068         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
39069         file.
39070         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
39071         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
39072         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
39073         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
39074         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
39075         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
39076         file.
39077         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
39078         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
39079         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
39080         file.
39081         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
39082         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
39083         New file.
39084         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
39085         New file.
39086         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
39087         New file.
39088         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
39089         New file.
39090         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
39091         New file.
39092         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
39093         New file.
39094         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
39095         New file.
39096         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
39097         New file.
39098         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
39099         New file.
39100         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
39101         New file.
39102         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
39103         New file.
39104         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
39105         New file.
39106         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
39107         New file.
39108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
39109         file.
39110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
39111         New file.
39112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
39113         New file.
39114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
39115         file.
39116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
39117         New file.
39118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
39119         New file.
39120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
39121         file.
39122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
39123         New file.
39124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39125         New file.
39126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
39127         New file.
39128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
39129         New file.
39130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
39131         New file.
39132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
39133         New file.
39134         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
39135         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
39136         file.
39137         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
39138         New file.
39139         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
39140         file.
39141         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
39142         file.
39143         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
39144         file.
39145         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
39146         file.
39147         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
39148         file.
39149         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39150         New file.
39151         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
39152         file.
39153         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
39154         file.
39155         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
39156         New file.
39157         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
39158         file.
39159         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
39160         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
39161         file.
39162         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
39163         New file.
39164         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
39165         file.
39166         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
39167         file.
39168         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
39169         file.
39170         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
39171         file.
39172         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
39173         file.
39174         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39175         New file.
39176         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
39177         file.
39178         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
39179         file.
39180         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
39181         New file.
39182         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
39183         file.
39184         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39185         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
39186         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
39187         file.
39188         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
39189         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
39190         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
39191         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
39192         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
39193         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
39194         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
39195         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
39196         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
39197         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
39198         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
39199         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
39200         file.
39201         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39202         New file.
39203         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39204         file.
39205         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39206         file.
39207         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39208         file.
39209         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39210         file.
39211         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39212         file.
39213         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39214         New file.
39215         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39216         New file.
39217         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39218         file.
39219         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39220         New file.
39221         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39222         file.
39223         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39224         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39225         file.
39226         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39227         New file.
39228         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39229         file.
39230         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39231         file.
39232         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39233         file.
39234         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39235         file.
39236         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39237         file.
39238         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39239         New file.
39240         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39241         New file.
39242         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39243         file.
39244         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39245         New file.
39246         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39247         file.
39248
39249 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39250
39251         * conform/conformtest.pl: Fix typo in handling typed-constant from
39252         allow-header.
39253
39254 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39255
39256         * README: Cut down references to pre-2.6 Linux kernels and
39257         Linuxthreads.  Update lists of configurations in libc and ports
39258         and sort alphabetically.  Say "or newer" with Linux kernel version
39259         requirements.
39260
39261         * config.h.in [IS_IN_build]: Allow compiling without optimization.
39262
39263 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39264
39265         [BZ #887]
39266         * math/libm-test.inc (logb_test_downward): New test to expose
39267         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39268         rounding mode.
39269
39270 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39271
39272         [BZ #14027]
39273         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39274         to be done.
39275         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39276         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39277
39278 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
39279
39280         * sysdeps/unix/i386/brk.S: Remove file.
39281         * sysdeps/unix/i386/dl-brk.S: Likewise.
39282         * sysdeps/unix/i386/pipe.S: Likewise.
39283         * sysdeps/unix/i386/sigreturn.S: Likewise.
39284         * sysdeps/unix/i386/syscall.S: Likewise.
39285         * sysdeps/unix/i386/vfork.S: Likewise.
39286         * sysdeps/unix/i386/wait.S: Likewise.
39287
39288         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39289         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39290
39291         * configure.in (arm*-none*): Do not allow without
39292         --enable-hacker-mode.
39293         (netbsd*): Remove case setting base_os.
39294         (386bsd*): Likewise.
39295         (freebsd*): Likewise.
39296         (bsdi*): Likewise.
39297         (osf*): Likewise.
39298         (sunos*): Likewise.
39299         (ultrix*): Likewise.
39300         (newsos*): Likewise.
39301         (dynix*): Likewise.
39302         (*bsd*): Likewise.
39303         (sysv*): Likewise.
39304         (isc*): Likewise.
39305         (esix*): Likewise.
39306         (sco*): Likewise.
39307         (minix*): Likewise.
39308         (irix4*): Likewise.
39309         (irix6*): Likewise.
39310         (solaris[2-9]*): Likewise.
39311         (none): Likewise.
39312         * configure: Regenerated.
39313
39314 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39315
39316         [BZ #11521]
39317         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39318         overflow or cancellation in calculating denominator.
39319         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39320         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39321         down expression to avoid unexpected rounding in newer GCCs.
39322         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39323
39324 2012-04-26  David S. Miller  <davem@davemloft.net>
39325
39326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39327         long-double compat symbols.
39328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39333         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39334         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39335         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39336         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39337         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39338         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39339         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39340         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39341
39342 2012-04-25  David S. Miller  <davem@davemloft.net>
39343
39344         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39345         HWCAP_* values only after the memory barriers have been defined.
39346         (atomic_full_barrier): Define.
39347         (atomic_read_barrier): Define.
39348         (atomic_write_barrier): Define.
39349
39350 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39351
39352         * shlib-versions: Add libgcc_s version information.
39353         * sysdeps/generic/libgcc_s.h: Remove.
39354         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39355         libgcc_s.h.
39356         * sysdeps/gnu/unwind-resume.c: Likewise.
39357         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39358
39359 2012-04-25  David S. Miller  <davem@davemloft.net>
39360
39361         * sysdeps/unix/sparc/brk.S: Delete.
39362         * sysdeps/unix/sparc/dl-brk.S: Delete.
39363         * sysdeps/unix/sparc/pipe.S: Delete.
39364         * sysdeps/unix/sparc/sysdep.S: Delete.
39365         * sysdeps/unix/sparc/sysdep.h: Delete.
39366         * sysdeps/unix/sparc/vfork.S: Delete.
39367         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39368         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39369         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39370         (ret_ERRVAL, r0, r1, MOVE): Define.
39371         (JUMPTARGET): Remove.
39372         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39373         sysdeps/unix/sparc/sysdep.h
39374         (ENTRY, END): Remove.
39375         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39376
39377 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39378
39379         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39380         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39381         -DIS_IN_build.
39382
39383         * timezone/README: Update upstream location and email address for
39384         tzcode and tzdata.
39385         * timezone/zdump.c: Update from tzcode 2012b.
39386         * timezone/zic.c: Likewise.
39387
39388         * configure.in (libc_cv_as_needed): Remove test.
39389         * configure: Regenerated.
39390         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39391         conditional definition.
39392         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39393         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39394         * config.make.in (have-as-needed): Remove variable.
39395
39396 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39397             Paul Pluzhnikov  <ppluzhnikov@google.com>
39398
39399         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39400         strings correctly.
39401
39402 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39403
39404         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39405         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39406         * sysdeps/sh/strlen.S: Likewise.
39407
39408 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39409
39410         * sysdeps/unix/fork.S: Remove file.
39411         * sysdeps/unix/i386/fork.S: Likewise.
39412         * sysdeps/unix/sparc/fork.S: Likewise.
39413
39414         * sysdeps/unix/system.c: Remove file.
39415         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39416
39417         * sysdeps/unix/getegid.S: Remove file.
39418         * sysdeps/unix/geteuid.S: Likewise.
39419
39420 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39421
39422         * scripts/check-localplt.awk: New file.
39423         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39424         of diff.
39425         * scripts/data/localplt-generic.data: Add a comment.
39426
39427         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39428         NODE when __dir_mkfile failed.
39429         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39430         Reported by Ludovic Courtès <ludo@gnu.org>.
39431
39432 2012-04-24  Andreas Jaeger  <aj@suse.de>
39433
39434         * Makerules (common-clean): Also remove gen-as-const-headers
39435         files.
39436
39437 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39438
39439         * Makerules (native-compile): Do not change working directory for
39440         build.  Use $(OUTPUT_OPTION) in command.
39441         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39442
39443 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39444
39445         [BZ #13886]
39446         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39447         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39448         * math/libm-test.inc (floor_test): Add more tests.
39449         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39450
39451 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39452
39453         * sysdeps/unix/getdents.c: Remove file.
39454         * sysdeps/unix/sysv/getdents.c: Likewise.
39455         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39456
39457         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39458         sysdeps/unix/mman/syscalls.list.
39459         (mmap): Likewise.
39460         (mprotect): Likewise.
39461         (msync): Likewise.
39462         (munmap): Likewise.
39463         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39464         * sysdeps/unix/mman/syscalls.list: Remove.
39465         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39466
39467         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39468         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39469         * configure: Regenerated.
39470         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39471         $(libgcc_s_suffix).
39472         * config.make.in (libgcc_s_suffix): Remove variable.
39473
39474 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39475
39476         * sysdeps/unix/sysv/gethostname.c: Move to ...
39477         * sysdeps/posix/gethostname.c: ... here.
39478
39479         * sysdeps/unix/execve.S: Remove file.
39480
39481         * sysdeps/unix/_exit.S: Remove file.
39482
39483 2012-04-23  Andreas Jaeger  <aj@suse.de>
39484
39485         [BZ #13739]
39486         * manual/Makefile: Remove make dist support, there's no
39487         need for a stand-alone documentation tar ball.
39488         (TEXI2DVI): Define always, it's not in Makeconfig.
39489         (dist): Removed.
39490         (tar-it): Removed.
39491         (edition): Removed.
39492         (glibc-doc-$(edition).tar): Removed
39493         (%.Z): Removed.
39494         (%.gz): Removed.
39495         (%.uu): Removed.
39496         (ETAGS): Remove, it's in Makeconfig.
39497         (move-if-change): Remove, it's in Makeconfig.
39498
39499 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39500
39501         [BZ #13970]
39502         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39503         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39504         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39505         (strtod_l, strtof_l, strtold_l): Remove __wur.
39506         It is not necessarily an error to ignore strtol's return value.
39507         One can reliably look at the stored endptr to decide whether
39508         the number had valid syntax.
39509
39510 2012-04-21  Andreas Jaeger  <aj@suse.de>
39511
39512         [BZ #13739]
39513         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39514
39515 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39516
39517         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39518         * sysdeps/unix/sysv/Versions: Remove file.
39519
39520 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39521
39522         [BZ #13927]
39523         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39524
39525 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39526
39527         [BZ #7064]
39528         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39529         version from __vm86.
39530
39531 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39532
39533         * sysdeps/unix/common/lxstat.c: Remove file.
39534         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39535
39536         * sysdeps/unix/sysv/Makefile: Remove file.
39537
39538         * sysdeps/unix/sysv/direct.h: Remove file.
39539
39540         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39541         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39542         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39543         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39544         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39545         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39546         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39547
39548         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39549
39550         * sysdeps/unix/xmknod.c: Remove file.
39551         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39552
39553         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39554
39555         * sysdeps/unix/sysv/i386/time.S: Remove file.
39556
39557         * sysdeps/unix/fxstat.c: Remove file.
39558         * sysdeps/unix/xstat.c: Likewise.
39559         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39560
39561         * sysdeps/unix/sysv/sigaction.c: Remove file.
39562
39563         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39564         (sysdep_headers): Remove variable.
39565         [termio.h not in sysdep_headers] (generated): Likewise.
39566         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39567         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39568         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39569         * sysdeps/unix/sysv/tcflow.c: Likewise.
39570         * sysdeps/unix/sysv/tcflush.c: Likewise.
39571         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39572         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39573         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39574         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39575         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39576
39577         * sysdeps/unix/siglist.c: Remove file.
39578
39579         * sysdeps/unix/getppid.S: Remove file.
39580
39581         * sysdeps/unix/mkdir.c: Remove file.
39582         * sysdeps/unix/rmdir.c: Likewise.
39583
39584 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39585
39586         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39587         ERR_MAX value.
39588         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39589         errlist-compat value.
39590
39591 2012-04-18  David S. Miller  <davem@davemloft.net>
39592
39593         * sysdeps/generic/memcopy.h (reg_char): Delete.
39594         * debug/strcat_chk.c: Use char, not reg_char.
39595         * debug/strcpy_chk.c: Likewise.
39596         * debug/strncat_chk.c: Likewise.
39597         * debug/strncpy_chk.c: Likewise.
39598         * string/memchr.c: Likewise.
39599         * string/memrchr.c: Likewise.
39600         * string/rawmemchr.c: Likewise.
39601         * string/strcat.c: Likewise.
39602         * string/strchr.c: Likewise.
39603         * string/strchrnul.c: Likewise.
39604         * string/strcmp.c: Likewise.
39605         * string/strcpy.c: Likewise.
39606         * string/strncat.c: Likewise.
39607         * string/strncmp.c: Likewise.
39608         * string/strncpy.c: Likewise.
39609
39610 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39611
39612         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39613         __builtin_memcopy is called when src and dest ranges are known to not
39614         overlap.
39615
39616 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39617
39618         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39619         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39620         fwd_align_merge macro call.
39621         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39622         bwd_align_merge macro call.
39623         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39624
39625 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39626
39627         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39628         bwd_align_merge macros.
39629         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39630         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39631         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39632
39633 2012-04-18  David S. Miller  <davem@davemloft.net>
39634
39635         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39636
39637 2012-04-18  Andreas Jaeger  <aj@suse.de>
39638
39639         [BZ# 6794]
39640         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39641         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39642         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39643
39644         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39645         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39646         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39647
39648         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39649         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39650         Adjust for changed ldbl-128 files.
39651
39652         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39653         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39654         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39655
39656 2012-04-17  David S. Miller  <davem@davemloft.net>
39657
39658         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39659
39660 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39661
39662         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39663         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39664         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39665         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39666         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39667         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39668
39669 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39670
39671         [BZ #6794]
39672         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39673         * math/libm-test.inc: Add ilogb errno and exception tests.
39674         * math/w_ilogb.c: New file: ilogb wrapper.
39675         * math/w_ilogbf.c: New file: ilogbf wrapper.
39676         * math/w_ilogbl.c: New file: ilogbl wrapper.
39677         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39678         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39679         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39680         exception being thrown with 0.0 as argument.
39681         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39682         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39683         exception being thrown with 0.0 as argument.
39684         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39685         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39686         exception being thrown with 0.0 as argument.
39687         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39688         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39689         exception being thrown with 0.0 as argument.
39690         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39691         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39692         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39693         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39694         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39695         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39696         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39697         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39698         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39699
39700 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39701
39702         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39703         with altivec.
39704
39705 2012-04-16  Marek Polacek  <polacek@redhat.com>
39706
39707         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39708
39709 2012-04-16  Marek Polacek  <polacek@redhat.com>
39710
39711         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39712         operands of fdivp instruction.
39713
39714 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39715
39716         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39717         * elf/tst-auditmod3b.c: Likewise.
39718         * elf/tst-auditmod4b.c: Likewise.
39719         * elf/tst-auditmod5b.c: Likewise.
39720         * elf/tst-auditmod6b.c: Likewise.
39721         * elf/tst-auditmod6c.c: Likewise.
39722         * elf/tst-auditmod7b.c: Likewise.
39723         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39724         * sysdeps/x86_64/preconfigure.in: Likewise.
39725         * sysdeps/x86_64/preconfigure: Regenerated.
39726
39727 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39728
39729         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39730         __ILP32__.
39731
39732 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39733
39734         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39735         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39736
39737 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39738
39739         [BZ #13973]
39740         * locale/iso-639.def: Fix gl language name. Spotted by
39741         Yaron Shahrabani.
39742
39743 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39744
39745         [BZ #2074]
39746         * libio/libio.h (__io_write_fn): Update comment.
39747
39748 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39749
39750         [BZ #2074]
39751         * stdio.texi (Hook Functions): The user provided writer function
39752         is not allowed to return -1.
39753
39754 2012-04-11  David S. Miller  <davem@davemloft.net>
39755
39756         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39757
39758 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39759
39760         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39761         Add a leading slash to rtkaio.
39762
39763 2012-04-11  Jim Meyering  <meyering@redhat.com>
39764
39765         [BZ #11959]
39766         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39767         It is not necessarily an error to ignore fwrite's return
39768         value.  One can reliably use ferror to test for errors after
39769         the fact.
39770
39771 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39772
39773         * bits/types.h (__snseconds_t): New type.
39774         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39775
39776         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39777         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39778         (__SNSECONDS_T_TYPE): Likewise.
39779         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39780         (__SNSECONDS_T_TYPE): Likewise.
39781         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39782         (__SNSECONDS_T_TYPE): Likewise.
39783
39784 2012-04-10  Andreas Jaeger  <aj@suse.de>
39785
39786         [BZ #2636]
39787         * manual/time.texi (Processor Time): Return type of times is
39788         elapsed real time since an arbitrary point in the past.
39789         (CPU Time): Move CLK_TCK from here...
39790         (Processor Time): ...to here.  Correct description.
39791         * manual/conf.texi (Constants for Sysconf): Correct description of
39792         _SC_CLK_TCK.
39793
39794 2012-04-10  David S. Miller  <davem@davemloft.net>
39795
39796         [BZ #13967]
39797         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39798         where the is a gap between DT_REL(A) and DT_JMPREL.
39799
39800 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39801
39802         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39803         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39804         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39805
39806 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39807
39808         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39809         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39810         (dl_main): Handle --inhibit-cache.
39811         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39812         _dl_inhibit_cache.
39813         * elf/dl-load.c (_dl_map_object): Use it.
39814         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39815
39816 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39817
39818         [BZ #13872]
39819         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39820         (__ieee754_powl): Saturate large exponents rather than testing for
39821         overflow of y*log2(x).
39822         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39823         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39824         exceptions.
39825
39826         [BZ #11521]
39827         * math/s_ctan.c: Include <float.h>.
39828         (__ctan): Avoid internal overflow or cancellation in calculating
39829         denominator.
39830         * math/s_ctanf.c: Likewise.
39831         * math/s_ctanl.c: Likewise.
39832         * math/s_ctanh.c: Likewise.
39833         * math/s_ctanhf.c: Likewise.
39834         * math/s_ctanhl.c: Likewise.
39835         * math/libm-test.inc (ctan_test): Add more tests.
39836         (ctanh_test): Likewise.
39837         * sysdeps/i386/fpu/libm-test-ulps: Update.
39838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39839
39840 2012-04-09  Andreas Jaeger  <aj@suse.de>
39841
39842         [BZ #6894]
39843         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39844         is an optional BSD extension.
39845
39846         [BZ #10254]
39847         * manual/stdio.texi (Opening Streams): Document additional fopen
39848         parameters.
39849
39850 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39851
39852         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39853         %eax without telling the compiler.
39854
39855 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39856
39857         [BZ # 13963]
39858         * manual/install.texi: Use sourceware.org.
39859
39860 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39861
39862         [BZ #13873]
39863         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39864         (__ieee754_pow): Generate overflow and underflow using huge*huge
39865         and tiny*tiny rather than just returning constant infinity or zero
39866         for large exponents.
39867         * math/libm-test.inc (pow_test): Require overflow exceptions for
39868         applicable cases of large exponents.
39869
39870         [BZ #706]
39871         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39872         (__ieee754_pow): Use iterative multiplication algorithm only for
39873         integer exponents with absolute value below 1024.  Check for odd
39874         integer exponents when using algorithm for real exponents.
39875         * math/libm-test.inc (pow_test): Add more tests.
39876         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39877
39878 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39879
39880         [BZ #13705]
39881         * math/libm-test.inc (exp_test): Do not allow overflow exception
39882         on underflow test.
39883
39884 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39885
39886         [BZ #13705]
39887         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39888         instead of __kernel_standard_f.
39889
39890 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39891
39892         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39893         * sysdeps/x86_64/memset_chk.S: Likewise.
39894
39895 2012-04-08  Andreas Jaeger  <aj@suse.de>
39896
39897         [BZ #10153]
39898         * manual/startup.texi (Environment Access): Describe return value
39899         for putenv and setenv.
39900
39901         [BZ #6895]
39902         * manual/filesys.texi (Directory Entries): Add description for
39903         DT_LNK.
39904
39905         [BZ #6890]
39906         * manual/filesys.texi (Directory Entries): Clarify that it's file
39907         system not operating system in the description of DT_UNKNOWN.
39908
39909         [BZ #6578]
39910         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39911
39912 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39913
39914         [BZ #6649]
39915         * manual/llio.texi (Opening and Closing Files): Add cross
39916         reference to explain mode argument.
39917
39918 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39919
39920         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39921         * sysdeps/x86_64/memset_chk.S: Likewise.
39922
39923 2012-04-07  David S. Miller  <davem@davemloft.net>
39924
39925         * elf/elf.h (R_SPARC_WDISP10): Define.
39926         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39927         R_SPARC_SIZE32.
39928         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39929         R_SPARC_SIZE64 and R_SPARC_H34.
39930
39931 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39932
39933         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39934         conditions and remove no longer applicable assertion.
39935
39936 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39937
39938         * bits/byteswap.h: Include <features.h>.
39939         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39940         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39941
39942 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39943
39944         * bits/byteswap.h (__bswap_16): Removed.
39945         Include <bits/byteswap-16.h> to get __bswap_16.
39946         * sysdeps/i386/bits/byteswap.h: Likewise.
39947         * sysdeps/s390/bits/byteswap.h: Likewise.
39948         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39949         * bits/byteswap-16.h: New file.
39950         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39951         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39952         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39953         * string/Makefile (headers): Add bits/byteswap-16.h.
39954
39955 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39956
39957         [BZ #13895]
39958         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39959         extra indirection.
39960         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39961         * nss/tst-nss-static.c: New.
39962
39963 2012-04-06  Robert Millan  <rmh@gnu.org>
39964
39965         [BZ #6486]
39966         * manual/llio.texi (File Position Primitive): lseek
39967         refers to WHENCE when it really means OFFSET.
39968
39969 2012-04-06  Andreas Jaeger  <aj@suse.de>
39970
39971         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39972         strncmp declarations.
39973
39974         * abilist/libc.abilist: Add __poll and __ppoll.
39975
39976 2012-04-05  David S. Miller  <davem@davemloft.net>
39977
39978         * scripts/check-local-headers.sh: Accept a host triplet in the
39979         path matched by the exclude regexp.
39980
39981         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39982         definition.
39983         * sysdeps/powerpc/powerpc32/dl-machine.h
39984         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39985         * sysdeps/s390/s390-32/dl-machine.h
39986         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39987         * sysdeps/sparc/sparc32/dl-machine.h
39988         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39989         * sysdeps/sparc/sparc64/dl-machine.h
39990         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39991
39992         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39993         lazy binding.
39994         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39995         undefined symbol errors.
39996
39997         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39998         DT_NEEDED entries.
39999
40000 2012-04-05  Michael Matz  <matz@suse.de>
40001
40002         [BZ #13592]
40003         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
40004
40005 2012-04-05  Andreas Jaeger  <aj@suse.de>
40006
40007         [BZ #13908]
40008         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
40009         comment.
40010
40011 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40012
40013         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
40014         which ROUND is no valid rounding mode.
40015
40016 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40017
40018         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
40019         read again.
40020         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
40021
40022 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40023
40024         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
40025         an exception using FPU order intentionally.
40026
40027 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40028
40029         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
40030         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
40031         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
40032         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
40033
40034 2012-04-05  Simon Josefsson  <simon@josefsson.org>
40035
40036         [BZ #12340]
40037         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
40038         EINVAL when BUFLEN is too smal.
40039
40040 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
40041
40042         [BZ #13553]
40043         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
40044         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
40045
40046 2012-04-03  Andreas Jaeger  <aj@suse.de>
40047
40048         [BZ #13938]
40049         * manual/setjmp.texi (System V contexts): Fix sentence.
40050
40051         [BZ #13926]
40052         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
40053         New macro for this case.
40054         [!__GNUC__] (__bswap_64): New inline function for this case.
40055         * sysdeps/x86_64/bits/byteswap.h: Likewise.
40056         * bits/byteswap.h: Likewise.
40057         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
40058         ull, guard with __GLIBC_HAVE_LONG_LONG.
40059
40060         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
40061         __GLIBC_HAVE_LONG_LONG.
40062
40063         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
40064         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
40065
40066 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
40067
40068         [BZ #13691]
40069         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
40070         inptr and inend, rather than using last_ch.
40071
40072 2012-04-02  David S. Miller  <davem@davemloft.net>
40073
40074         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
40075         * stdio-common/printf-parse.h (read_int): Change return type to
40076         'int', return -1 on INT_MAX overflow.
40077         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
40078         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
40079         overflows INT_MAX.  Check for overflow of in-format-string precision
40080         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
40081         SIZE_MAX not INT_MAX for integer overflow test.
40082         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
40083         skip the construct in the format string but do not record anything.
40084         * stdio-common/bug22.c: Adjust to test both width/prevision
40085         INT_MAX overflow as well as total length INT_MAX overflow.  Check
40086         explicitly for proper errno values.
40087
40088 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
40089
40090         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
40091         CHAR_MAX.
40092         * string/test-strcmp.c [! WIDE]: Likewise.
40093         * time/tst-mktime2.c: Likewise for INT_MAX.
40094         * string/test-string.h: #include <sys/param.h> for MIN.
40095
40096         * csu/init-first.c (__libc_init_first): Call __ctype_init.
40097         * sysdeps/i386/init-first.c (init): Likewise.
40098         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
40099         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
40100         * sysdeps/sh/init-first.c (init): Likewise.
40101
40102 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
40103
40104         * po/ru.po: Update from translation team.
40105         * po/vi.po: Likewise.
40106
40107 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
40108
40109         * resolv/nss_dns/dns-host.c: Merge copyright years.
40110
40111 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40112
40113         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
40114         Optimize memcpy with prefetch if
40115         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
40116         src, dst pointers have unequal 16 byte alignments.
40117
40118 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
40119
40120         [BZ #13928]
40121         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
40122         from a CNAME entry and return the minimum ttl for the query.
40123         (gaih_getanswer_slice): Likewise.
40124
40125 2012-03-30  Jeff Law  <law@redhat.com>
40126
40127         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
40128         due to long keys.
40129         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
40130         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
40131
40132         * resolv/nss_dns/dns-host.c: Update copyright year.
40133
40134 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
40135
40136         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
40137         requests to save a system call.  Fix check that all bytes are sent.
40138
40139         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
40140         comments for sendmmsg.
40141
40142 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40143
40144         [BZ #13691]
40145         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
40146         with only 1 character between 0x0041 and 0x01b0.
40147         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
40148         * wcsmbs/tst-mbsnrtowcs.c: New file.
40149
40150 2012-03-29  David S. Miller  <davem@davemloft.net>
40151
40152         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
40153         small copies by hand.
40154
40155 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
40156
40157         [BZ #13761]
40158         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
40159         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
40160         group memberships.
40161
40162 2012-03-28  David S. Miller  <davem@davemloft.net>
40163
40164         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
40165         that branches into memcpy.
40166         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
40167         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
40168         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40169         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
40170         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
40171         bits.
40172         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
40173         implementation too.
40174         * sysdeps/sparc/mempcpy.S: New file.
40175
40176         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
40177         the IFUNC routine in the libc case.
40178         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40179
40180         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
40181         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
40182         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
40183         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
40184         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
40185         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
40186         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
40187         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
40188
40189         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
40190         loop to 256 bytes instead of 64 bytes and fix test signedness.
40191
40192         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
40193         * sysdeps/sparc/sparc32/Makefile: rather than here...
40194         * sysdeps/sparc/sparc64/Makefile: and here.
40195
40196 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
40197
40198         * malloc/mallocbug.c: Avoid warnings about unused variables.
40199
40200 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
40201
40202         [BZ #13760]
40203         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40204         in the right place. Discard and retry query if response is
40205         larger than input buffer size.
40206
40207 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
40208
40209         [BZ #369]
40210         [BZ #2678]
40211         [BZ #3866]
40212         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40213         x for large integer exponent.
40214         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40215         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
40216         sign of result as needed afterwards.
40217         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40218         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40219         result for underflowing pow the same as for overflow.
40220         (__kernel_standard_l): Handle powl overflow and underflow here
40221         rather than calling __kernel_standard.
40222         * math/libm-test.inc (pow_test): Add more tests.
40223
40224         [BZ #3868]
40225         [BZ #13879]
40226         [BZ #13910]
40227         [BZ #13911]
40228         [BZ #13912]
40229         [BZ #13913]
40230         [BZ #13915]
40231         [BZ #13916]
40232         [BZ #13917]
40233         [BZ #13918]
40234         [BZ #13919]
40235         [BZ #13920]
40236         [BZ #13921]
40237         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40238         * sysdeps/ieee754/k_standard.c: Include <float.h>.
40239         (__kernel_standard_l): New function.
40240         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40241         __kernel_standard.
40242         * math/w_acosl.c (__acosl): Likewise.
40243         * math/w_asinl.c (__asinl): Likewise.
40244         * math/w_atan2l.c (__atan2l): Likewise.
40245         * math/w_atanhl.c (__atanhl): Likewise.
40246         * math/w_coshl.c (__coshl): Likewise.
40247         * math/w_exp10l.c (__exp10l): Likewise.
40248         * math/w_exp2l.c (__exp2l): Likewise.
40249         * math/w_fmodl.c (__fmodl): Likewise.
40250         * math/w_hypotl.c (__hypotl): Likewise.
40251         * math/w_j0l.c (__j0l, __y0l): Likewise.
40252         * math/w_j1l.c (__j1l, __y1l): Likewise.
40253         * math/w_jnl.c (__jnl, __ynl): Likewise.
40254         * math/w_lgammal.c (__lgammal): Likewise.
40255         * math/w_log10l.c (__log10l): Likewise.
40256         * math/w_log2l.c (__log2l): Likewise.
40257         * math/w_logl.c (__logl): Likewise.
40258         * math/w_powl.c (__powl): Likewise.
40259         * math/w_remainderl.c (__remainderl): Likewise.
40260         * math/w_scalbl.c (sysv_scalbl): Likewise.
40261         * math/w_sinhl.c (__sinhl): Likewise.
40262         * math/w_sqrtl.c (__sqrtl): Likewise.
40263         * math/w_tgammal.c (__tgammal): Likewise.
40264         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40265         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40266         * math/libm-test.inc (acos_test): Add more tests.
40267         (acosh_test): Likewise.
40268         (asin_test): Likewise.
40269         (atanh_test): Likewise.
40270         (exp_test): Likewise.
40271         (exp10_test): Likewise.
40272         (exp2_test): Likewise.
40273         (expm1_test): Likewise.
40274         (lgamma_test): Likewise.
40275         (log_test): Likewise.
40276         (log10_test): Likewise.
40277         (log1p_test): Likewise.
40278         (log2_test): Likewise.
40279         (pow_test): Do not allow some spurious overflow exceptions.
40280         (sqrt_test): Add more tests.
40281         (tgamma_test): Likewise.
40282         (y0_test): Likewise.
40283         (y1_test): Likewise.
40284         (yn_test): Likewise.
40285
40286 2012-03-27  Anton Blanchard  <anton@samba.org>
40287
40288         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40289         MAP_HUGETLB.
40290         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40291         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40292         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40293
40294 2012-03-27  David S. Miller  <davem@davemloft.net>
40295
40296         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40297
40298         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40299         have-as-vis3 check.
40300
40301 2012-03-27  Andreas Jaeger  <aj@suse.de>
40302
40303         * sysdeps/x86_64/elf/configure.in: Moved to ...
40304         * sysdeps/x86_64/configure.in: ... here.
40305         * sysdeps/x86_64/elf/start.S: Moved to ...
40306         * sysdeps/x86_64/start.S: ... here.
40307         * sysdeps/x86_64/elf/configure: Delete.
40308
40309         * sysdeps/x86_64/configure.in: Merge contents from
40310         sysdeps/i386/configure.in (without i686 check).
40311
40312         * sysdeps/i386/elf/Versions: Merge into ...
40313         * sysdeps/i386/Versions: ... this.
40314         * sysdeps/i386/elf/Versions: Delete file.
40315         * sysdeps/i386/elf/start.S: Moved to ...
40316         * sysdeps/i386/start.S: ...here.
40317         * sysdeps/i386/elf/configure.in: Merge into...
40318         * sysdeps/i386/configure.in: ...here.
40319         * sysdeps/i386/elf/configure.in: Delete file.
40320         * sysdeps/i386/elf/configure: Delete file.
40321
40322         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40323         * debug/backtracesyms.c: ... here.
40324         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40325         * debug/backtracesymsfd.c: ... here.
40326         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40327         * sysdeps/generic/ifunc-sel.h: ... here.
40328
40329         * sysdeps/unix/i386/start.c: Delete file.
40330         * sysdeps/unix/sparc/start.c: Delete file.
40331         * sysdeps/unix/start.c: Delete file.
40332
40333         * sysdeps/sh/elf/configure.in: Moved to ...
40334         * sysdeps/sh/configure.in: ... here.
40335         * sysdeps/sh/elf/start.S: Moved to ...
40336         * sysdeps/sh/start.S: ... here.
40337         * sysdeps/sh/elf/configure: Delete file.
40338
40339         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40340         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40341         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40342         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40343         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40344         * sysdeps/powerpc/powerpc64/start.S: here.
40345         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40346         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40347         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40348         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40349         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40350
40351         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40352         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40353         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40354         * sysdeps/powerpc/powerpc32/start.S: ... here.
40355         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40356         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40357         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40358
40359         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40360         * sysdeps/powerpc/ifunc-sel.h: ... here.
40361         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40362         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40363
40364         * sysdeps/sparc/elf/configure.in: Moved to ...
40365         * sysdeps/sparc/configure.in: ... here.
40366         * sysdeps/sparc/elf/configure: Delete file.
40367         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40368         * sysdeps/sparc/sparc32/start.S: ... here.
40369         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40370         * sysdeps/sparc/sparc64/start.S: ... here.
40371         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40372         * sysdeps/sparc/sparc32/Makefile: ... this.
40373         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40374         * sysdeps/sparc/sparc64/Makefile: ... this.
40375
40376         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40377         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40378         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40379         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40380         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40381         * sysdeps/s390/s390-32/setjmp.S: ... here.
40382         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40383         * sysdeps/s390/s390-32/configure.in: ... here.
40384         * sysdeps/s390/s390-32/elf/configure: Delete file.
40385         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40386         * sysdeps/s390/s390-32/start.S: ... here.
40387
40388         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40389         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40390         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40391         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40392         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40393         * sysdeps/s390/s390-64/setjmp.S: ... here.
40394         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40395         * sysdeps/s390/s390-64/configure.in: ... here
40396         * sysdeps/s390/s390-64/elf/configure: Delete file.
40397         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40398         * sysdeps/s390/s390-64/start.S: ... here.
40399         * sysdeps/s390/s390-64/elf/configure: Delete.
40400
40401         * configure.in: Remove support for elf directories in sysdeps.
40402
40403         * configure: Regenerated.
40404         * sysdeps/i386/configure: Regenerated.
40405         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40406         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40407         * sysdeps/s390/s390-32/configure: Regenerated.
40408         * sysdeps/s390/s390-64/configure: Regenerated.
40409         * sysdeps/sh/configure: Regenerated.
40410         * sysdeps/sparc/configure: Regenerated.
40411         * sysdeps/x86_64/configure: Regenerated.
40412
40413 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40414
40415         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40416
40417         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40418         denormal result into account.
40419
40420 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40421
40422         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40423         Reported by Allan McRae <allan@archlinux.org>.
40424
40425 2012-03-23  Jeff Law  <law@redhat.com>
40426
40427         * nss/getnssent.c (__nss_getent): Fix typo.
40428
40429 2012-03-23  David S. Miller  <davem@davemloft.net>
40430
40431         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40432
40433 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40434
40435         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40436         to pad to uint64_t for each field.
40437         (dl_tls_index): Replace unsigned long with uint64_t.
40438
40439 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40440         Paul Pluzhnikov  <ppluzhnikov@google.com>
40441
40442         [BZ #6528]
40443         * grp/Makefile (otherlibs): Don't set it.
40444         * inet/Makefile (otherlibs): Likewise.
40445         * login/Makefile (otherlibs): Likewise.
40446         * nscd/Makefile (otherlibs): Likewise.
40447         * posix/Makefile (otherlibs): Likewise.
40448         * pwd/Makefile (otherlibs): Likewise.
40449         * rt/Makefile (otherlibs): Likewise.
40450         * sunrpc/Makefile (otherlibs): Likewise.
40451         * nss/Makefile (otherlibs): Likewise.
40452         Add libnss_files to routines and static-only-routines.
40453         ($(objpfx)getent): Remove rule.
40454         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40455         static-only-routines.
40456
40457 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40458
40459         [BZ #13892]
40460         * math/s_cexp.c: Include <float.h>.
40461         (__cexp): Handle exp result overflowing not necessarily
40462         overflowing both real and imaginary parts of result.
40463         * math/s_cexpf.c: Likewise.
40464         * math/s_cexpl.c: Likewise.
40465         * math/libm-test.inc (cexp_test): Add more tests.
40466         * sysdeps/i386/fpu/libm-test-ulps: Update.
40467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40468
40469 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40470
40471         * include/link.h (ELFW): New macro.
40472         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40473         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40474
40475 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40476
40477         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40478         with uint64_t.
40479
40480 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40481
40482         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40483         declaration.
40484         (struct La_x32_retval): Likewise.
40485
40486 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40487
40488         * sysdeps/x86_64/preconfigure.in: New file.
40489         * sysdeps/x86_64/preconfigure: New generated file.
40490
40491 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40492
40493         [BZ #13824]
40494         * math/e_exp2l.c: Include <float.h>.
40495         (__ieee754_exp2l): Handle overflow and underflow cases
40496         separately.  Only pass fractional part of argument to
40497         __ieee754_expl.
40498         * math/libm-test.inc (exp2_test): Add more tests.
40499
40500         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40501         negating x to take absolute value.
40502         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40503         Likewise.
40504         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40505         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40506         Likewise.
40507         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40508         computing low part if x was negated.
40509         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40510
40511 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40512
40513         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40514         la_x32_gnu_pltexit.
40515         (pltexit): Cast int_retval to ptrdiff_t.
40516         * elf/tst-auditmod3b.c: Likewise.
40517         * elf/tst-auditmod4b.c: Likewise.
40518         * elf/tst-auditmod5b.c: Likewise.
40519         * elf/tst-auditmod6b.c: Likewise.
40520         * elf/tst-auditmod6c.c: Likewise.
40521         * elf/tst-auditmod7b.c: Likewise.
40522
40523         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40524         and x32_gnu_pltexit.
40525
40526         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40527         __ELF_NATIVE_CLASS.
40528         (La_x32_regs): New macro.
40529         (La_x32_retval): Likewise.
40530         (la_x32_gnu_pltenter): New function prototype.
40531         (la_x32_gnu_pltexit): Likewise.
40532
40533 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40534
40535         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40536         exponent.
40537
40538         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40539
40540         * configure.in (libc_cv_cc_nofma): Check for option to disable
40541         generation of FMA instructions.
40542         * configure: Regenerate.
40543         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40544         * sysdeps/ieee754/dbl-64/Makefile: New file.
40545         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40546         Remove brandred-fma4.
40547         (CFLAGS-brandred-fma4.c): Remove.
40548         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40549         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40550         define.
40551         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40552         define.
40553
40554 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40555
40556         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40557         LLONG_MAX != LONG_MAX.
40558         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40559         (_fitoa_word): Likewise.
40560         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40561         LLONG_MAX != LONG_MAX.
40562         * stdio-common/_itowa.h: Include <_itoa.h>.
40563         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40564         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40565         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40566         only if not defined.
40567         (_ITOA_WORD_TYPE): Likewise.
40568         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40569         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40570
40571 2012-03-21  David S. Miller  <davem@davemloft.net>
40572
40573         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40574
40575 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40576
40577         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40578         of x86_64 when setting libc_cv_slibdir, libdir and
40579         libc_cv_localedir.
40580         * sysdeps/unix/sysv/linux/configure: Regenerated.
40581
40582 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40583
40584         * manual/lang.texi (Old Varargs): Remove section.
40585         (How Variadic): Update menu.
40586         (va_start): Do not mention varargs.h.
40587
40588 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40589             Joseph Myers  <joseph@codesourcery.com>
40590
40591         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40592         link test.
40593         * configure: Regenerated.
40594
40595 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40596
40597         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40598         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40599         conformtest.pl
40600
40601 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40602
40603         * NOTES: Remove.
40604         * Makefile (files-for-dist): Remove NOTES.
40605         (NOTES): Remove rule.
40606         * README: Don't refer to NOTES.
40607         * manual/creature.texi: Don't include macros.texi.
40608         * manual/intro.texi (creature.texi): Remove comment referring to
40609         NOTES.
40610
40611         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40612         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40613         * configure: Regenerated.
40614         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40615         LIBC_TRY_CC_OPTION.
40616         (libc_cv_as_i686): Likewise.
40617         (libc_cv_cc_avx): Likewise.
40618         (libc_cv_cc_sse2avx): Likewise.
40619         (libc_cv_cc_fma4): Likewise.
40620         (libc_cv_cc_novzeroupper): Likewise.
40621         * sysdeps/i386/configure: Regenerated.
40622
40623         [BZ #13883]
40624         * sysdeps/i386/fpu/s_cexp.S: Remove.
40625         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40626         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40627         * math/libm-test.inc (cexp_test): Add more tests.
40628         * sysdeps/i386/fpu/libm-test-ulps: Update.
40629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40630
40631 2012-03-21  Allan McRae  <allan@archlinux.org>
40632
40633         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40634
40635 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40636
40637         [BZ #13871]
40638         * math/w_exp2.c: Do not include <float.h>.
40639         (o_threshold, u_threshold): Remove.
40640         (__exp2): Calculate result before checking finiteness and calling
40641         __kernel_standard.
40642         * math/w_exp2f.c: Likewise.
40643         * math/w_exp2l.c: Likewise.
40644         * math/libm-test.inc (exp2_test): Require overflow exception for
40645         1e6 input.
40646
40647         [BZ #3866]
40648         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40649         range of signed 64-bit integers before using fistpll.  Remove
40650         checks for whether integers fit in mantissa bits.
40651         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40652         the range of signed 32-bit integers before using fistpl.  Remove
40653         checks for whether integers fit in mantissa bits.
40654         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40655         (__ieee754_powl): Test for y outside the range of signed 64-bit
40656         integers before using fistpll.  Reduce 64-bit values to 63-bit
40657         ones as needed.
40658         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40659         divide-by-zero is raised for zero to large negative powers.
40660         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40661         (__ieee754_powl): Test for y outside the range of signed 64-bit
40662         integers before using fistpll.  Reduce 64-bit values to 63-bit
40663         ones as needed.
40664         * math/libm-test.inc (pow_test): Add more tests.
40665
40666 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40667
40668         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40669         <stdio-common/_itoa.h>.
40670         * debug/segfault.c: Likewise.
40671         * elf/dl-cache.c: Likewise.
40672         * elf/dl-minimal.c: Likewise.
40673         * elf/dl-misc.c: Likewise.
40674         * elf/dl-sysdep.c: Likewise.
40675         * elf/dl-version.c: Likewise.
40676         * elf/rtld.c: Likewise.
40677         * hurd/hurdsock.c: Likewise.
40678         * hurd/lookup-retry.c: Likewise.
40679         * malloc/malloc.c: Likewise.
40680         * malloc/mtrace.c: Likewise.
40681         * nscd/nscd_getgr_r.c: Likewise.
40682         * nscd/nscd_getpw_r.c: Likewise.
40683         * nscd/nscd_getserv_r.c: Likewise.
40684         * posix/getopt_init.c: Likewise.
40685         * posix/wordexp.c: Likewise.
40686         * stdio-common/_itoa.c: Likewise.
40687         * stdio-common/printf_fphex.c: Likewise.
40688         * stdio-common/vfprintf.c: Likewise.
40689         * string/_strerror.c: Likewise.
40690         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40691         * sysdeps/i386/i686/hp-timing.h: Likewise.
40692         * sysdeps/mach/_strerror.c: Likewise.
40693         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40694         * sysdeps/mach/hurd/sethostid.c: Likewise.
40695         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40696         * sysdeps/mach/xpg-strerror.c: Likewise.
40697         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40698         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40699         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40700         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40701         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40702         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40703         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40704         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40705         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40706         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40707         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40708         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40709         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40710         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40711         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40712         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40713         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40714         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40715         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40716         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40717         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40718
40719         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40720
40721         * stdio-common/_itoa.h: Moved to ...
40722         * sysdeps/generic/_itoa.h: Here.
40723
40724         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40725
40726         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40727         instead of "_itoa.h" and "_itowa.h".
40728         * stdio-common/vfprintf.: Likewise.
40729
40730 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40731
40732         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40733         <bits/wordsize.h>.
40734         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40735         (__signbit): Likwise.
40736         (llrintf): Likwise.
40737         (llrint): Likwise.
40738
40739 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40740
40741         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40742         __WORDSIZE != 64.
40743
40744 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40745
40746         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40747         OVERFLOW_EXCEPTION_OK.
40748         * math/libm-test.inc ("Philosophy"): Update comment about
40749         exception testing.
40750         (OVERFLOW_EXCEPTION): Define.
40751         (OVERFLOW_EXCEPTION_OK): Likewise.
40752         (INVALID_EXCEPTION_OK): Renumber.
40753         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40754         (IGNORE_ZERO_INF_SIGN): Likewise.
40755         (test_exceptions): Handle FE_OVERFLOW.
40756         (exp10_test): Expect overflow exceptions.
40757         (exp2_test): Likewise.
40758         (expm1_test): Likewise.
40759         (nextafter_test): Likewise.
40760         (pow_test): Likewise.
40761         (scalbn_test): Likewise.
40762         (scalbln_test): Likewise.
40763
40764 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40765
40766         * sysdeps/x86_64/bits/atomic.h
40767         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40768         64bit integer.
40769         (atomic_exchange_acq): Likewise.
40770         (__arch_exchange_and_add_body): Likewise.
40771         (__arch_add_body): Likewise.
40772         (atomic_add_negative): Likewise.
40773         (atomic_add_zero): Likewise.
40774
40775 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40776
40777         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40778         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40779
40780 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40781
40782         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40783         Check __x86_64__ instead of __WORDSIZE.
40784
40785 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40786
40787         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40788
40789 2012-03-19  David S. Miller  <davem@davemloft.net>
40790
40791         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40792
40793         * sysdeps/sparc/fpu/fenv_private.h: New file.
40794         * sysdeps/sparc/fpu/math_private.h: Use it.
40795         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40796         Remove.
40797         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40798         (libc_feholdexcept_setroundl): Remove.
40799         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40800         Remove.
40801         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40802         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40803
40804 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40805
40806         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40807         int64_t instead of long int.
40808         (INSERT_WORDS64): Likwise.
40809
40810 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40811
40812         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40813         _Unwind_GetCFA return to _Unwind_Ptr first.
40814
40815 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40816
40817         [BZ #13629]
40818         * math/s_clog.c: Include <float.h>.
40819         (__clog): Scale large or subnormal inputs.
40820         * math/s_clogf.c: Likewise.
40821         * math/s_clogl.c: Likewise.
40822         * math/s_clog10.c: Include <float.h>.
40823         (M_LOG10_2): Define.
40824         (__clog10): Scale large or subnormal inputs.
40825         * math/s_clog10f.c: Likewise.
40826         * math/s_clog10l.c: Likewise.
40827         * math/libm-test.inc (clog_test): Add more tests.
40828         (clog10_test): Likewise.
40829         * sysdeps/i386/fpu/libm-test-ulps: Update.
40830         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40831
40832         [BZ #11451]
40833         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40834         x and y.
40835         * math/libm-test.inc (atan2_test): Add another test.
40836
40837         * Makerules (common-objdir-compile): Remove.
40838         * sysdeps/unix/Makefile (config-generated): Do not add
40839         $(unix-generated) to variable.
40840         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40841         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40842         Remove rule.
40843         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40844         Likewise.
40845         [generic bits/local_lim.h] (before-compile): Do not append to
40846         variable.
40847         [generic bits/local_lim.h] (common-generated): Likewise.
40848         [generic sys/param.h] (before-compile): Do not append to variable.
40849         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40850         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40851         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40852         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40853         include.
40854         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40855         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40856         [generic sys/param.h] ($(addprefix
40857         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40858         [generic sys/param.h] (common-generated): Do not append to
40859         variable.
40860         [generic sys/param.h] (sysdep_headers): Likewise.
40861         [generic bits/errno.h] (before-compile): Do not append to
40862         variable.
40863         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40864         rule.
40865         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40866         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40867         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40868         [generic bits/errno.h] (common-generated): Do not append to
40869         variable.
40870         [generic bits/ioctls.h] (before-compile): Do not append to
40871         variable.
40872         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40873         rule.
40874         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40875         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40876         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40877         rule.
40878         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40879         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40880         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40881         [generic bits/ioctls.h] (common-generated): Do not append to
40882         variable.
40883         [generic sys/syscall.h] (syscall.h): Remove variable.
40884         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40885         rule.
40886         [generic sys/syscall.h] (before-compile): Do not append to
40887         variable.
40888         [generic sys/syscall.h] (common-generated): Likewise.
40889         * sysdeps/unix/errnos-tmpl.c: Remove file.
40890         * sysdeps/unix/errnos.awk: Likewise.
40891         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40892         * sysdeps/unix/ioctls.awk: Likewise.
40893         * sysdeps/unix/mk-local_lim.c: Likewise.
40894         * sysdeps/unix/snarf-ioctls: Likewise.
40895
40896 2012-03-19  Richard Henderson  <rth@twiddle.net>
40897
40898         * sysdeps/i386/fpu/fenv_private.h: New file.
40899         * sysdeps/i386/fpu/math_private.h: Use it.
40900         (math_opt_barrier, math_force_eval): Remove.
40901         (libc_feholdexcept_setround_53bit): Remove.
40902         (libc_feupdateenv_53bit): Remove.
40903         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40904         (math_opt_barrier, math_force_eval): Remove.
40905         (libc_feholdexcept): Remove.
40906         (libc_feholdexcept_setround): Remove.
40907         (libc_fetestexcept, libc_fesetenv): Remove.
40908         (libc_feupdateenv_test): Remove.
40909         (libc_feupdateenv, libc_feholdsetround): Remove.
40910         (libc_feresetround): Remove.
40911
40912         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40913         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40914
40915         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40916         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40917         (libc_feupdateenv_testl): New.
40918         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40919         (libc_feupdateenv_testf): New.
40920         (libc_feupdateenv): Use libc_feupdateenv_test.
40921         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40922         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40923
40924         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40925         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40926         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40927         (libc_feresetround_noex): New.
40928         (libc_feresetround_noexf): New.
40929         (libc_feresetround_noexl): New.
40930         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40931         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40932         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40933         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40934         SET_RESTORE_ROUND.
40935         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40936         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40937         (__cos): Likewise.
40938         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40939         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40940         SET_RESTORE_ROUND_NOEX.
40941         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40942         SET_RESTORE_ROUND_NOEXF.
40943         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40944         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40945         (libc_feholdsetroundf): New.
40946         (libc_feresetround, libc_feresetroundf): New.
40947
40948         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40949         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40950         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40951
40952         * sysdeps/generic/math_private.h: Include <fenv.h>.
40953         (default_libc_feholdexcept): New.
40954         (default_libc_feholdexcept_setround): New.
40955         (default_libc_fesetenv, default_libc_feupdateenv): New.
40956         (libc_feholdexcept): Only define if undefined.
40957         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40958         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40959         (libc_feholdexcept_setroundl): Likewise.
40960         (libc_feholdexcept_setround_53bit): Likewise.
40961         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40962         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40963         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40964         (libc_feupdateenv_53bit): Likewise.
40965         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40966         (libc_feholdexcept): Convert from macro to inline function.
40967         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40968         (libc_fesetenv, libc_feupdateenv): Likewise.
40969
40970         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40971         not previously defined.
40972         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40973         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40974         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40975         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40976         * sysdeps/ieee754/flt-32/math_private.h: New file.
40977         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40978         math_private.h below SET_FLOAT_WORD.
40979         (__isnan, __isinf_ns, __finite): Remove.
40980         (__isnanf, __isinf_nsf, __finitef): Remove.
40981
40982 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40983
40984         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40985
40986 2012-03-17  David S. Miller  <davem@davemloft.net>
40987
40988         [BZ #6471]
40989         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40990         for 2.16.
40991
40992 2012-03-16  David S. Miller  <davem@davemloft.net>
40993
40994         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40995         warnings.
40996
40997         [BZ #6471]
40998         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40999         properly.
41000         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
41001         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
41002         sysdep_routines when subdir is sysvipc.
41003         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
41004         __getshmlba helper.
41005
41006         * sysdeps/sparc/fpu/libm-test/ulps: Update.
41007
41008 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41009
41010         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
41011         [__LP64__].
41012
41013 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41014
41015         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
41016         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
41017         (__lround): Renamed to ...
41018         (__llround): This.  Replace long int with long long int.
41019         Define lround functions as aliases of llround functions.
41020         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
41021
41022 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41023
41024         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
41025         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
41026         adresses to uintptr_t.  Replace "long int" and "unsigned long
41027         int" with "greg_t" on va_arg.
41028
41029 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41030
41031         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
41032         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
41033
41034         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
41035         Move e_machine check before EI_CLASS check.  Handle x32
41036         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
41037         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
41038         SKIP_EM_IA_64 and include
41039         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
41040
41041         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
41042         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
41043         (add_system_dir): New macro.
41044
41045         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
41046         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
41047
41048 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
41049
41050         [BZ #2551]
41051         [BZ #2552]
41052         [BZ #2553]
41053         [BZ #2554]
41054         [BZ #2562]
41055         [BZ #2563]
41056         [BZ #2565]
41057         [BZ #2566]
41058         [BZ #2576]
41059         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
41060         (y0): Likewise.
41061         * math/w_j0f.c (j0f): Likewise.
41062         (y0f): Likewise.
41063         * math/w_j0l.c (__j0l): Likewise.
41064         (__y0l): Likewise.
41065         * math/w_j1.c (j1): Likewise.
41066         (y1): Likewise.
41067         * math/w_j1f.c (j1f): Likewise.
41068         (y1f): Likewise.
41069         * math/w_j1l.c (__j1l): Likewise.
41070         (__y1l): Likewise.
41071         * math/w_jn.c (jn): Likewise.
41072         (yn): Likewise.
41073         * math/w_jnf.c (jnf): Likewise.
41074         (ynf): Likewise.
41075         * math/w_jnl.c (__jnl): Likewise.
41076         (__ynl): Likewise.
41077         * math/libm-test.inc (j0_test): Add more tests.
41078         (j1_test): Likewise.
41079         (jn_test): Likewise.  Add trailing semicolon to existing test.
41080         (y0_test): Likewise.
41081         (y1_test): Likewise.
41082         * sysdeps/i386/fpu/libm-test-ulps: Update.
41083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41084
41085         [BZ #13851]
41086         [BZ #13854]
41087         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
41088         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
41089         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
41090         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
41091         (__tanl): Set errno for infinite argument.
41092         * sysdeps/i386/fpu/mptan.c: Remove.
41093         * sysdeps/i386/fpu/s_tan.S: Likewise.
41094         * sysdeps/i386/fpu/s_tanl.S: Likewise.
41095         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
41096         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
41097         * math/libm-test.inc (tan_test): Add more tests and enable more
41098         tests for double and long double.
41099         * sysdeps/i386/fpu/libm-test-ulps: Update.
41100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41101
41102 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
41103
41104         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
41105         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
41106
41107 2012-03-16  Roland McGrath  <roland@hack.frob.com>
41108
41109         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
41110         * configure.in: Use it for both main tree and add-ons.
41111         * configure: Regenerated.
41112
41113 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
41114
41115         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
41116
41117 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
41118
41119         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
41120         in comment.
41121
41122         [BZ #13851]
41123         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
41124         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
41125         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
41126         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
41127         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
41128         infinite argument.
41129         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
41130         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
41131         != 0 for prec == 2.
41132         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
41133         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
41134         * sysdeps/i386/fpu/s_cosl.S: Likewise.
41135         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
41136         * sysdeps/i386/fpu/s_sinl.S: Likewise.
41137         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
41138         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
41139         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
41140         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
41141         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
41142         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
41143         * math/libm-test.inc (cos_test): Add more tests and enable more
41144         tests for long double.
41145         (sin_test): Likewise.
41146         (sincos_test): Likewise.
41147         * sysdeps/i386/fpu/libm-test-ulps: Update.
41148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41149
41150 2012-03-16  David S. Miller  <davem@davemloft.net>
41151
41152         * sysdeps/sparc/fpu/math_private.h: New file.
41153
41154 2012-03-15  David S. Miller  <davem@davemloft.net>
41155
41156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
41157         file.
41158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
41159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
41160         file.
41161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
41162         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
41163         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
41164         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
41165         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
41166         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
41167         sysdep routines.
41168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41169
41170         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
41171         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
41172
41173         * sysdeps/sparc/sparc-ifunc.h: New file.
41174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
41175         sparc-ifunc.h
41176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
41177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
41178         Likewise.
41179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
41180         Likewise.
41181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
41182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
41183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
41185         Likewise.
41186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
41188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
41190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
41191         Likewise.
41192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
41193         Likewise.
41194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
41196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
41197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
41198         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
41199         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
41200         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
41201         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41202         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41203         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41204         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41205         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41206         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41207         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41208         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41209         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41210         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41211         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41212         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41213         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41214         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41215         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41216         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41217         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41218
41219 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41220
41221         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41222         scaling.
41223         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41224
41225 2012-03-15  Andreas Jaeger  <aj@suse.de>
41226
41227         [BZ #13852]
41228         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41229         ieee754/flt-32 implementation for sin, cos and sincos.
41230         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41231         * sysdeps/i386/fpu/s_cosf.S: Likewise.
41232         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41233         * sysdeps/i386/fpu/s_sinf.S: Likewise.
41234         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41235         ieee754/flt-32 implementation for tan.
41236
41237         * math/libm-test.inc (cos_test): Enable some large input tests for
41238         float as well
41239         (sin_test): Likewise.
41240         (sincos_test): Likewise.
41241         (tan_test): Add tests for large input.
41242
41243         * sysdeps/i386/fpu/libm-test-ulps: Update.
41244
41245 2012-03-15  Andreas Jaeger  <aj@suse.de>
41246
41247         [BZ #13658]
41248         * math/libm-test.inc (cos_test): Add more test cases.
41249         (sin_test): Likewise.
41250         (sincos_test): Likewise.
41251
41252 2012-03-15  Andreas Jaeger  <aj@suse.de>
41253
41254         [BZ #13837]
41255         * math/libm-test.inc (cos_test): Add a test case for large input
41256         value.
41257         (sin_test): Likewise.
41258         (sincos_test): Likewise.
41259
41260 2012-03-15  Andreas Jaeger  <aj@suse.de>
41261             Joseph Myers  <joseph@codesourcery.com>
41262
41263         [BZ #13658]
41264         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
41265         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41266         * sysdeps/i386/fpu/branred.c: Likewise.
41267         * sysdeps/i386/fpu/dosincos.c: Likewise.
41268         * sysdeps/i386/fpu/mpa.c: Likewise.
41269         * sysdeps/i386/fpu/s_cos.S: Likewise.
41270         * sysdeps/i386/fpu/s_sin.S: Likewise.
41271         * sysdeps/i386/fpu/s_sincos.S: Likewise.
41272         * sysdeps/i386/fpu/sincos32.c: Likewise.
41273
41274         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41275         Define.
41276         (libc_feupdateenv_53bit): Define.
41277         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41278         Define.
41279         (libc_feupdateenv_53bit): Define.
41280
41281         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41282         53 bit (without extend i386 double precision).
41283
41284         * math/libm-test.inc (sincos_test): Add tests for large input.
41285         (sin): Likewise.
41286         (cos): Likewise.
41287
41288         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41289
41290 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41291
41292         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41293
41294 2012-03-15  David S. Miller  <davem@davemloft.net>
41295
41296         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41297         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41298         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41299         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41300         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41301         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41302         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41303         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41304         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41305         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41306         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41307         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41308         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41309         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41310         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41312         file.
41313         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41315         file.
41316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41318         file.
41319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41321         file.
41322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41323         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41324         fmin/fmax sysdep routines.
41325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41326
41327 2012-03-14  David S. Miller  <davem@davemloft.net>
41328
41329         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41330         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41331         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41332         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41333         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41334         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41335         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41336         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41337         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41338         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41339         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41340         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41341         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41342         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41343         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41344         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41345         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41346         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41347         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41348         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41349         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41350         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41351         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41352         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41353         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41354         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41355         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41356         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41357         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41358         routines.
41359         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41360         file.
41361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41363         file.
41364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41366         file.
41367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41369         file.
41370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41372         file.
41373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41375         file.
41376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41377         file.
41378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41379         file.
41380         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41381         file.
41382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41383         New file.
41384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41385         file.
41386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41387         file.
41388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41390         file.
41391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41393         file.
41394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41396         file.
41397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41399         VIS3 routines.
41400
41401         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41402         New file.
41403
41404         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41405
41406         * sysdeps/sparc/configure.in: New file.
41407         * sysdeps/sparc/configure: Generate.
41408         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41409         * configure: Regenerate.
41410         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41411         * config.make.in (have-as-vis3): New.
41412         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41413         available use -Av9d instead of -Av9a.
41414         * sysdeps/sparc/sparc64/Makefile: Likewise.
41415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41417         New file.
41418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41419         file.
41420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41421         New file.
41422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41423         file.
41424         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41425         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41426         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41427         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41428         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41429
41430         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41431         fzeros/fnegs to load 0x80000000 into a float register instead of
41432         using the stack.
41433         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41434
41435 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41436
41437         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41438         bits/syscall.h.
41439         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41440         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41441         ($(inst_includedir)/bits/syscall.h): Remove rule.
41442         ($(objpfx)bits/syscall.d): Include instead of
41443         $(objpfx)syscall-list.d.
41444         (generated): Change syscall-list.h and syscall-list.d to
41445         bits/syscall.h and bits/syscall.d.
41446
41447 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41448
41449         [BZ #13846]
41450         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41451
41452 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41453
41454         [BZ #13841]
41455         * math/s_csqrt.c: Include <float.h>.
41456         (__csqrt): Scale large or subnormal inputs.
41457         * math/s_csqrtf.c: Likewise.
41458         * math/s_csqrtl.c: Likewise.
41459         * math/libm-test.inc (csqrt_test): Add more tests.
41460         * sysdeps/i386/fpu/libm-test-ulps: Update.
41461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41462
41463         [BZ #13840]
41464         * math/libm-test.inc (hypot_test): Add more tests.
41465
41466 2012-03-13  David S. Miller  <davem@davemloft.net>
41467
41468         [BZ #13840]
41469         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41470         double-precision for the calculation instead of scaling.
41471
41472 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41473
41474         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41475         manipulate bits before adding and subtracting TWO52[sx].
41476         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41477         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41478         Likewise.
41479         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41480
41481 2012-03-13  David S. Miller  <davem@davemloft.net>
41482
41483         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41484         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41485         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41486         rtld-global-offsets.h
41487         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41488
41489         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41490         large parameters.
41491
41492         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41493
41494         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41495         'err' in the ifdef scope in which it is actually used.
41496
41497         * nss/nss_db/db-init.c: Include string.h
41498
41499 2012-03-12  David S. Miller  <davem@davemloft.net>
41500
41501         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41502         masking out of the most significant byte of random value used.
41503         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41504         Fix coding style in previous change.
41505
41506         * sysdeps/unix/sysv/linux/kernel-features.h
41507         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41508         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41509         expression.
41510         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41511         later.
41512
41513 2012-03-11  David S. Miller  <davem@davemloft.net>
41514
41515         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41516         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41517         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41518         for 'resultvar' otherwise things get truncated on 64-bit.
41519
41520         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41521         Fix masking out of the most significant byte of random value used.
41522
41523         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41524
41525 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41526
41527         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41528
41529 2012-03-09  David S. Miller  <davem@davemloft.net>
41530
41531         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41532         variables with appropriate CPP guards.
41533         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41534         from the frame pointer, not the stack pointer.  Correct layout
41535         comments.  Fix test on resulting framesize and the management of
41536         the outregs buffer for pltexit.  Preserve floating point return
41537         values across _dl_call_pltexit call.
41538         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41539         framesize and the management of the outregs buffer for pltexit.
41540         Preserve floating point return values across _dl_call_pltexit
41541         call.
41542         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41543         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41544         (la_sparc64_gnu_pltexit): New functions.
41545         (print_exit): Fix format string for return register value.
41546
41547 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41548
41549         * sunrpc/Makefile (others): Add rpcgen.
41550         ($(objpfx)rpcgen): Remove special build rule and dependency on
41551         libc.
41552         * sunrpc/rpcgen.c: New file.
41553
41554 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41555
41556         [BZ #13673]
41557         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41558         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41559         * sysdeps/i386/crti.S: Likewise.
41560         * sysdeps/i386/crtn.S: Likewise.
41561         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41562         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41563         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41564         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41565         * sysdeps/sh/crti.S: Likewise.
41566         * sysdeps/sh/crtn.S: Likewise.
41567         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41568
41569         [BZ #13673]
41570         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41571         with URL.
41572         * locale/programs/locfile-kw.gperf: Likewise.
41573         * locale/programs/charmap-kw.h: Regenerated.
41574         * locale/programs/locfile-kw.h: Likewise.
41575
41576         [BZ #13673]
41577         * intl/plural.y: Replace FSF snail mail address with URL.
41578         * intl/plural.c: Regenerated.
41579
41580 2012-03-09  Richard Henderson  <rth@twiddle.net>
41581
41582         * include/math_private.h: Remove file.
41583         * math/math_private.h: Move file ...
41584         * sysdeps/generic/math_private.h: ... here.
41585
41586         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41587         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41588         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41589
41590         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41591         and <math_private.h>.
41592         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41593         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41594         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41595         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41596         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41597         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41598         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41599         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41600         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41601         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41602         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41603         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41604         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41605         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41606         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41607         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41608         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41609         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41610         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41611         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41612         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41613         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41614         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41615         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41616         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41617         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41618         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41619         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41620         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41621         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41622         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41623         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41624         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41625         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41626         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41627         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41628         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41629         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41630         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41631         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41632         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41633         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41634         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41635         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41636         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41637         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41638         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41639         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41640         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41641         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41642         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41643         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41644         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41645         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41646         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41647         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41648         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41649         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41650         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41651         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41652         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41653         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41654         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41655         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41656         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41657         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41658         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41659         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41660         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41661         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41662         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41663         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41664         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41665         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41666         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41667         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41668         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41669         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41670         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41671         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41672         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41673         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41674         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41675         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41676         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41677         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41678         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41679         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41680         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41681         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41682         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41683         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41684         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41685         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41686         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41687         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41688         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41689         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41690         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41691         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41692         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41693         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41694         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41695         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41696         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41697         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41698         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41699         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41700         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41701         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41702         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41703         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41704         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41705         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41706         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41707         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41708         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41709         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41710         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41711         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41712         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41713         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41714         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41715         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41716         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41717         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41718         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41719         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41720         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41721         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41722         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41723         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41724         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41725         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41726         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41727         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41728         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41729         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41730         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41731         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41732         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41733         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41734         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41735         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41736         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41737         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41738         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41739         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41740         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41741         * sysdeps/ieee754/k_standard.c: Likewise.
41742         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41743         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41744         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41745         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41746         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41747         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41748         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41749         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41750         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41751         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41752         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41753         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41754         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41755         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41756         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41757         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41758         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41759         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41760         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41761         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41762         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41763         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41764         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41765         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41766         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41767         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41768         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41769         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41770         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41771         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41772         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41773         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41774         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41775         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41776         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41777         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41778         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41779         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41780         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41781         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41782         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41783         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41784         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41785         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41786         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41787         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41788         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41789         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41790         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41791         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41792         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41793         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41794         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41795         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41796         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41797         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41798         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41799         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41800         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41801         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41802         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41803         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41804         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41805         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41806         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41807         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41808         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41809         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41810         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41811         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41812         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41813         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41814         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41815         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41816         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41817         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41818         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41819         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41820         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41821         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41822         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41823         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41824         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41825         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41826         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41827         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41828         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41829         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41830         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41831         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41832         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41833         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41834         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41835         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41836         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41837         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41838         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41839         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41840         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41841         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41842         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41843         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41844         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41845         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41846         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41847         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41848         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41849         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41850         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41851         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41852         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41853         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41854         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41855         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41856         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41857         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41858         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41859         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41860         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41861         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41862         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41863         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41864         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41865         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41866         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41867         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41868         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41869         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41870         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41871         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41872         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41873         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41874         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41875         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41876         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41877         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41878         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41879         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41880         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41881         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41882         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41883         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41884         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41885         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41886         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41887         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41888         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41889         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41890         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41891         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41892         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41893         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41894         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41895         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41896         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41897         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41898         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41899         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41900         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41901         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41902         * sysdeps/ieee754/s_lib_version.c: Likewise.
41903         * sysdeps/ieee754/s_matherr.c: Likewise.
41904         * sysdeps/ieee754/s_signgam.c: Likewise.
41905         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41906         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41907         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41908         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41909         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41910         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41911         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41912         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41913         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41914         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41915         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41916         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41917         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41918         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41919         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41920         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41921         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41922         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41923         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41924         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41925         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41926
41927 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41928
41929         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41930         * sunrpc/rpc_main.c: Likewise.
41931         * sunrpc/rpc_svcout.c: Likewise.
41932
41933 2012-03-09  David S. Miller  <davem@davemloft.net>
41934
41935         * include/math_private.h: New file.
41936
41937 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41938
41939         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41940         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41941         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41942         from <bits/socket_type.h>.
41943         (enum __socket_type): Don't define here.
41944         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41945         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41946         bits/socket_type.h.
41947
41948         [BZ #13566]
41949         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41950         checking __USE_GNU.
41951
41952         * Makerules ($(inst_includedir)/%.h): New rule.
41953         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41954         (install-others): Remove variable setting.
41955         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41956
41957 2012-03-08  Richard Henderson  <rth@twiddle.net>
41958
41959         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41960         from macro to inline function; merge with the
41961         !__LIBC_INTERNAL_MATH_INLINES version.
41962         (__ieee754_sqrtf): Likewise.
41963
41964         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41965         to inline function.
41966         (__rintf, __floor, __floorf): Likewise.
41967
41968         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41969         macro to inline function.
41970         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41971
41972         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41973         not <math/math_private.h>.
41974
41975 2012-03-08  David S. Miller  <davem@davemloft.net>
41976
41977         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41978         copyright year.
41979         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41980
41981 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41982
41983         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41984         normalization.
41985         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41986         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41987
41988 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41989
41990         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41991         be defined individually, they must be defined as a block.  Define
41992         S for printing a string instead of hidint the different by using a
41993         macro for adding the 'l'.
41994         * stdio-common/tst-fphex-wide.c: Adjust.
41995
41996 2012-03-07  Marek Polacek  <polacek@redhat.com>
41997
41998         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41999
42000 2012-03-08  Marek Polacek  <polacek@redhat.com>
42001
42002         [BZ #13806]
42003         * stdio-common/Makefile (tests): Add tst-fphex-wide.
42004         * stdio-common/tst-fphex.c: Define a few macros to make the
42005         test reusable.  Use them.
42006         * stdio-common/tst-fphex-wide.c: New file.
42007
42008 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
42009
42010         [BZ #6911]
42011         * manual/macros.texi (gnusystems): New macro.
42012         (nongnusystems): Likewise.
42013         (gnulinuxhurdsystems): Likewise.
42014         (gnuhurdsystems): Likewise..
42015         (gnulinuxsystems): Likewise.
42016         * manual/charset.texi: Use new macros or @theglibc{} to refer to
42017         variants of the GNU system, not "GNU system".
42018         * manual/conf.texi: Likewise.
42019         * manual/errno.texi: Likewise.  Update example of errno macro
42020         expansion.
42021         * manual/filesys.texi: Likewise.
42022         (getumask): Document as specific to GNU/Hurd.
42023         * manual/install.texi: Likewise.  Reword some references to
42024         GNU/Linux.
42025         * manual/intro.texi: Likewise.
42026         * manual/io.texi: Likewise.
42027         (File Name Portability): Detail which constraints are inapplicable
42028         to all GNU systems and which are only inapplicable to GNU/Hurd.
42029         * manual/job.texi: Likewise.
42030         * manual/llio.texi: Likewise.
42031         (O_NOCTTY): Document as present on GNU/Linux.
42032         * manual/maint.texi: Likewise.
42033         * manual/memory.texi: Likewise.
42034         * manual/pattern.texi: Likewise.
42035         * manual/pipe.texi: Likewise.
42036         * manual/process.texi: Likewise.
42037         * manual/resource.texi: Likewise.
42038         (RUSAGE_CHILDREN): Remove statement about specifying a particular
42039         child on GNU/Hurd.
42040         * manual/setjmp.texi: Likewise.
42041         * manual/signal.texi: Likewise.
42042         * manual/startup.texi: Likewise.
42043         * manual/stdio.texi: Likewise.
42044         * manual/terminal.texi: Likewise.
42045         (ONLCR): Document as POSIX.
42046         (OXTABS): Document availability on GNU/Linux as XTABS.
42047         (ONOEOT): Document availability separately from other bits.
42048         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
42049         * manual/time.texi: Likewise.
42050         * manual/users.texi: Likewise.
42051         * INSTALL: Regenerated.
42052         * sysdeps/gnu/errlist.c: Regenerated.
42053
42054         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
42055         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
42056         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
42057         puts.
42058         * configure: Regenerated.
42059
42060 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
42061
42062         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
42063         default includes instead of AC_HEADER_CHECK.
42064         * sysdeps/i386/configure: Regenerated.
42065
42066         [BZ #10716]
42067         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
42068         * math/s_cacoshf.c (__cacoshf): Likewise.
42069         * math/s_cacoshl.c (__cacoshl): Likewise.
42070         * math/s_casinh.c (__casinh): Set signs of result from argument.
42071         * math/s_casinhf.c (__casinhf): Likewise.
42072         * math/s_casinhl.c (__casinhl): Likewise.
42073         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
42074         (casinh_test): Add more tests.
42075         * sysdeps/i386/fpu/libm-test-ulps: Update.
42076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42077
42078 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
42079
42080         * po/zh_TW.po: Update from translation team.
42081
42082         * login/Makefile (distribute): Remove variable.
42083         * catgets/Makefile: Likewise.
42084         * mach/Makefile: Likewise.
42085         * malloc/Makefile: Likewise.
42086         * misc/Makefile: Likewise.
42087         * iconv/Makefile: Likewise.
42088         * nscd/Makefile: Likewise.
42089         * hurd/Makefile: Likewise.
42090         * manual/Makefile: Likewise.
42091         * locale/Makefile: Likewise.
42092         * intl/Makefile: Likewise.
42093         * conform/Makefile: Likewise.
42094         * nss/Makefile: Likewise.
42095         * time/Makefile: Likewise.
42096         * soft-fp/Makefile: Likewise.
42097         * dirent/Makefile: Likewise.
42098         * gmon/Makefile: Likewise.
42099         * po/Makefile: Likewise.
42100         * rt/Makefile: Likewise.
42101         * socket/Makefile: Likewise.
42102         * math/Makefile: Likewise.
42103         * signal/Makefile: Likewise.
42104         * debug/Makefile: Likewise.
42105         * elf/Makefile: Likewise.
42106         * timezone/Makefile: Likewise.
42107         * stdlib/Makefile: Likewise.
42108         * iconvdata/Makefile: Likewise.
42109         * sunrpc/Makefile: Likewise.
42110         * io/Makefile: Likewise.
42111         * argp/Makefile: Likewise.
42112         * inet/Makefile: Likewise.
42113         * hesiod/Makefile: Likewise.
42114         * grp/Makefile: Likewise.
42115         * csu/Makefile: Likewise.
42116         * wctype/Makefile: Likewise.
42117         * crypt/Makefile: Likewise.
42118         * libio/Makefile: Likewise.
42119         * string/Makefile: Likewise.
42120         * nis/Makefile: Likewise.
42121         * resolv/Makefile: Likewise.
42122         * stdio-common/Makefile: Likewise.
42123         * wcsmbs/Makefile: Likewise.
42124         * dlfcn/Makefile: Likewise.
42125         * posix/Makefile: Likewise.
42126
42127         [BZ #6959]
42128         * timezone/Makefile: Don't install timezone files, just the programs
42129         and scripts.
42130
42131 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
42132
42133         * nss/databases.def: Add missing gshadow entry.
42134
42135         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
42136
42137 2012-03-06  Marek Polacek  <polacek@redhat.com>
42138
42139         [BZ #13726]
42140         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
42141         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
42142         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
42143         * stdio-common/tst-long-dbl-fphex.c: New file.
42144
42145 2012-03-06  David S. Miller  <davem@davemloft.net>
42146
42147         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42148         (set_obp_int): New function.
42149         (get_obp_int): New function.
42150         (__get_clockfreq_via_dev_openprom): Likewise.
42151         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
42152         Avoid unused variable warnings on 'val' and use builtin_expect.
42153         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
42154         __builtin_expect.
42155         (INLINE_CLONE_SYSCALL): Likewise.
42156
42157 2012-03-05  David S. Miller  <davem@davemloft.net>
42158
42159         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42160
42161 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
42162
42163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42164
42165         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
42166         only for |x| >= 40.
42167         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42168
42169 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
42170
42171         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
42172         Replace gettimeofday with __vdso_gettimeofday.
42173
42174         * sysdeps/unix/sysv/linux/x86_64/init-first.c
42175         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
42176         __vdso_clock_gettime and __vdso_getcpu.
42177
42178         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
42179         time with __vdso_time.
42180
42181 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42182
42183         * manual/lang.texi (size_t): Note types to which size_t may be
42184         equivalent with the GNU C Library, but do not describe when
42185         differences between them are significant.
42186
42187 2012-03-05  Andreas Jaeger  <aj@suse.de>
42188
42189         * sysdeps/i386/fpu/libm-test-ulps: Update.
42190
42191 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
42192
42193         [BZ #3976]
42194         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
42195         (__ieee754_pow): Save and restore rounding mode and use
42196         round-to-nearest for main computations.
42197         * math/libm-test.inc (pow_test_tonearest): New function.
42198         (pow_test_towardzero): Likewise.
42199         (pow_test_downward): Likewise.
42200         (pow_test_upward): Likewise.
42201         (main): Call the new functions.
42202         * sysdeps/i386/fpu/libm-test-ulps: Update.
42203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42204
42205         [BZ #3976]
42206         * math/libm-test.inc (cosh_test_tonearest): New function.
42207         (cosh_test_towardzero): Likewise.
42208         (cosh_test_downward): Likewise.
42209         (cosh_test_upward): Likewise.
42210         (sinh_test_tonearest): Likewise.
42211         (sinh_test_towardzero): Likewise.
42212         (sinh_test_downward): Likewise.
42213         (sinh_test_upward): Likewise.
42214         (main): Call the new functions.
42215         * sysdeps/i386/fpu/libm-test-ulps: Update.
42216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42217
42218 2012-03-05  Tom de Vries  <tom@codesourcery.com>
42219
42220         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42221         default stack guard is set in last bytes.
42222         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42223
42224 2012-03-05  Kees Cook  <keescook@chromium.org>
42225
42226         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
42227
42228         [BZ #13656]
42229         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42230         possibly allocate from heap instead of stack.
42231         * stdio-common/bug-vfprintf-nargs.c: New file.
42232         * stdio-common/Makefile (tests): Add nargs overflow test.
42233
42234 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
42235
42236         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42237
42238 2012-03-03  Marek Polacek  <polacek@redhat.com>
42239
42240         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42241         * math/math_private.h: Likewise.
42242         * stdlib/tst-strtod.c: Likewise.
42243         * sysdeps/i386/i486/bits/atomic.h: Likewise.
42244         * sysdeps/x86_64/bits/atomic.h: Likewise.
42245
42246 2012-03-02  David S. Miller  <davem@davemloft.net>
42247
42248         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42249         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42251         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42252         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42253         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42254         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42255         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42256
42257 2012-03-02  Roland McGrath  <roland@hack.frob.com>
42258
42259         [BZ #13792]
42260         * manual/examples/README: New file, says the example source files
42261         can be used under GPL>=2.
42262         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42263         line containing just "*/".
42264         * manual/examples/add.c: Add copyright header (GPL>=2).
42265         * manual/examples/argp-ex1.c: Likewise.
42266         * manual/examples/argp-ex2.c: Likewise.
42267         * manual/examples/argp-ex3.c: Likewise.
42268         * manual/examples/argp-ex4.c: Likewise.
42269         * manual/examples/atexit.c: Likewise.
42270         * manual/examples/db.c: Likewise.
42271         * manual/examples/dir.c: Likewise.
42272         * manual/examples/dir2.c: Likewise.
42273         * manual/examples/execinfo.c: Likewise.
42274         * manual/examples/filecli.c: Likewise.
42275         * manual/examples/filesrv.c: Likewise.
42276         * manual/examples/fmtmsgexpl.c: Likewise.
42277         * manual/examples/genpass.c: Likewise.
42278         * manual/examples/inetcli.c: Likewise.
42279         * manual/examples/inetsrv.c: Likewise.
42280         * manual/examples/isockad.c: Likewise.
42281         * manual/examples/longopt.c: Likewise.
42282         * manual/examples/memopen.c: Likewise.
42283         * manual/examples/memstrm.c: Likewise.
42284         * manual/examples/mkfsock.c: Likewise.
42285         * manual/examples/mkisock.c: Likewise.
42286         * manual/examples/mygetpass.c: Likewise.
42287         * manual/examples/pipe.c: Likewise.
42288         * manual/examples/popen.c: Likewise.
42289         * manual/examples/rprintf.c: Likewise.
42290         * manual/examples/search.c: Likewise.
42291         * manual/examples/select.c: Likewise.
42292         * manual/examples/setjmp.c: Likewise.
42293         * manual/examples/sigh1.c: Likewise.
42294         * manual/examples/sigusr.c: Likewise.
42295         * manual/examples/stpcpy.c: Likewise.
42296         * manual/examples/strdupa.c: Likewise.
42297         * manual/examples/strftim.c: Likewise.
42298         * manual/examples/strncat.c: Likewise.
42299         * manual/examples/subopt.c: Likewise.
42300         * manual/examples/swapcontext.c: Likewise.
42301         * manual/examples/termios.c: Likewise.
42302         * manual/examples/testopt.c: Likewise.
42303         * manual/examples/testpass.c: Likewise.
42304         * manual/examples/timeval_subtract.c: Likewise.
42305
42306         [BZ #13792]
42307         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42308         function to ...
42309         * manual/timeval_subtract.c.texi: ... here, new file.
42310
42311 2012-03-02  David S. Miller  <davem@davemloft.net>
42312
42313         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42314
42315 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42316
42317         [BZ #3976]
42318         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42319         (__sin): Save and restore rounding mode and use round-to-nearest
42320         for all computations.
42321         (__cos): Save and restore rounding mode and use round-to-nearest
42322         for all computations.
42323         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42324         <fenv.h>.
42325         (tan): Save and restore rounding mode and use round-to-nearest for
42326         all computations.
42327         * math/libm-test.inc (cos_test_tonearest): New function.
42328         (cos_test_towardzero): Likewise.
42329         (cos_test_downward): Likewise.
42330         (cos_test_upward): Likewise.
42331         (sin_test_tonearest): Likewise.
42332         (sin_test_towardzero): Likewise.
42333         (sin_test_downward): Likewise.
42334         (sin_test_upward): Likewise.
42335         (tan_test_tonearest): Likewise.
42336         (tan_test_towardzero): Likewise.
42337         (tan_test_downward): Likewise.
42338         (tan_test_upward): Likewise.
42339         (main): Call the new functions.
42340         * sysdeps/i386/fpu/libm-test-ulps: Update.
42341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42342
42343         [BZ #10135]
42344         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42345         small n, then large n, before computing and testing k+n.
42346         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42347         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42348         Likewise.
42349         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42350         Likewise.
42351         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42352         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42353         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42354         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42355         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42356         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42357         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42358         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42359         * math/libm-test.inc (scalbn_test): Add more tests.
42360         (scalbln_test): Likewise.
42361
42362         * manual/filesys.texi (mode_t): Describe constraints on size and
42363         signedness, not exact equivalence to a particular type.
42364         (ino_t): Likewise.
42365         (ino64_t): Likewise.
42366         (dev_t): Likewise.
42367         (nlink_t): Likewise.
42368         (blkcnt_t): Likewise.
42369         (blkcnt64_t): Likewise.
42370         * manual/llio.texi (off_t): Likewise.
42371
42372         [BZ #3976]
42373         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42374         (__ieee754_exp): Save and restore rounding mode and use
42375         round-to-nearest for all computations.
42376         * math/libm-test.inc (exp_test_tonearest): New function.
42377         (exp_test_towardzero): Likewise.
42378         (exp_test_downward): Likewise.
42379         (exp_test_upward): Likewise.
42380         (main): Call the new functions.
42381         * sysdeps/i386/fpu/libm-test-ulps: Update.
42382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42383
42384 2012-03-01  Chris Demetriou  <cgd@google.com>
42385
42386         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42387         have predictable order.
42388
42389 2012-03-01  David S. Miller  <davem@davemloft.net>
42390
42391         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42392
42393         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42394         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42395         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42396         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42397
42398         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42399         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42400         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42401         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42402         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42403         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42404         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42405         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42406         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42407
42408         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42409
42410         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42411         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42412         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42413
42414         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42415         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42416         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42417         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42418         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42419         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42420         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42421         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42422         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42423         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42424         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42425         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42426         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42427         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42428         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42429         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42430         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42431         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42432         * sysdeps/sparc/elf/configure: Regenerated.
42433
42434 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42435
42436         * configure.in (AS, LD): Require binutils 2.20 or later.
42437         * configure: Regenerated.
42438         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42439         as required minimum version.
42440         * INSTALL: Regenerated.
42441
42442         [BZ #2541]
42443         [BZ #4108]
42444         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42445         before squaring exponent.
42446         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42447         bottom long double and 27 bits of top long double before squaring
42448         exponent.
42449         * math/libm-test.inc (erfc_test): Add more tests.
42450         * sysdeps/i386/fpu/libm-test-ulps: Update.
42451         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42453
42454 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42455
42456         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42457         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42458         containing bit-fields.
42459         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42460         * soft-fp/single.h (_FP_UNION_S): Likewise.
42461         * soft-fp/double.h (_FP_UNION_D): Likewise.
42462
42463 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42464
42465         [BZ #13786]
42466         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42467         not include ../strcmp.S.
42468         [USE_AS_STRNCASECMP_L]: Likewise.
42469         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42470         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42471         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42472         (__strncasecmp_l_ia32): Define as alias to
42473         __strncasecmp_l_nonascii.
42474
42475         [BZ #5794]
42476         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42477         * sysdeps/i386/fpu/libm-test-ulps: Update.
42478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42479
42480         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42482
42483 2012-02-29  Jeff Law  <law@redhat.com>
42484
42485         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42486         out of bounds read.
42487
42488 2012-02-29  Marek Polacek  <polacek@redhat.com>
42489
42490         [BZ #13706]
42491         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42492         * elf/Makefile: Add rules to run tst-unused-dep.out.
42493
42494 2012-02-28  David S. Miller  <davem@davemloft.net>
42495
42496         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42497         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42498         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42499         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42500         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42501         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42502
42503 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42504
42505         * math/libm-test.inc (llround_test): Move one test from
42506         lround_test.  Use TEST_f_L in moved test.
42507         (lround_test): Move misplaced test to llround_test.  Add testcase
42508         from bug 2561.
42509
42510 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42511
42512         * sysdeps/x86_64/fpu/e_expf.S: New file.
42513         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42514
42515 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42516
42517         [BZ #13637]
42518         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42519         of remain_len that may cause incomplete multi-byte character and
42520         false match.
42521         * posix/bug-regex33.c: New file.
42522         * posix/Makefile (tests): Add bug-regex33.
42523
42524 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42525
42526         * manual/macros.texi: New file.
42527         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42528         * manual/libc.texinfo: Include macros.texi.
42529         * manual/creatute.texi: Likewise.
42530         * manual/install.texi: Likewise.
42531         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42532         @glibcadj{} in references to the GNU C Library.
42533         * manual/charset.texi: Likewise.
42534         * manual/conf.texi: Likewise.
42535         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42536         when not using those macros.
42537         * manual/creature.texi: Likewise.
42538         * manual/crypt.texi: Likewise.
42539         * manual/errno.texi: Likewise.
42540         * manual/filesys.texi: Likewise.
42541         * manual/header.texi: Likewise.
42542         * manual/install.texi: Likewise.
42543         * manual/intro.texi: Likewise.
42544         * manual/io.texi: Likewise.
42545         * manual/job.texi: Likewise.
42546         * manual/lang.texi: Likewise.
42547         * manual/libc.texiinfo: Likewise.
42548         * manual/llio.texi: Likewise.
42549         * manual/locale.texi: Likewise.
42550         * manual/maint.texi: Likewise.
42551         * manual/math.texi: Likewise.
42552         * manual/memory.texi: Likewise.
42553         * manual/message.texi: Likewise.
42554         * manual/nss.texi: Likewise.
42555         * manual/pattern.texi: Likewise.
42556         * manual/process.texi: Likewise.
42557         * manual/resource.texi: Likewise.
42558         * manual/search.texi: Likewise.
42559         * manual/setjmp.texi: Likewise.
42560         * manual/signal.texi: Likewise.
42561         * manual/socket.texi: Likewise.
42562         * manual/startup.texi: Likewise.
42563         * manual/stdio.texi: Likewise.
42564         * manual/string.texi: Likewise.
42565         * manual/sysinfo.texi: Likewise.
42566         * manual/syslog.texi: Likewise.
42567         * manual/terminal.texi: Likewise.
42568         * manual/time.texi: Likewise.
42569         * manual/users.texi: Likewise.
42570         * INSTALL: Regenerated.
42571         * NOTES: Regenerated.
42572         * sysdeps/gnu/errlist.c: Regenerated.
42573
42574 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42575
42576         * include/dirent.h: Include <dirstream.h> before
42577         <dirent/dirent.h>.
42578
42579 2012-02-28  David S. Miller  <davem@davemloft.net>
42580
42581         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42582         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42583         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42584         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42585
42586 2012-02-27  David S. Miller  <davem@davemloft.net>
42587
42588         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42589         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42590         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42591         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42592
42593         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42594         frame pointer instead of stack pointer relative arg slot.
42595         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42596         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42597         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42598
42599 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42600
42601         [BZ #3992]
42602         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42603
42604 2012-02-27  David S. Miller  <davem@davemloft.net>
42605
42606         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42607         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42608         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42609         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42610         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42611         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42612         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42613         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42614
42615 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42616
42617         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42618         later.  Allow versions 5-9.
42619         * configure: Regenerated.
42620         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42621         required minimum version and 4.6 as recommended version.  Do not
42622         mention bugs in GCC 2.7 and 2.8.
42623         * INSTALL: Regenerated.
42624
42625 2012-02-27  David S. Miller  <davem@davemloft.net>
42626
42627         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42628         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42629         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42630         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42631         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42632         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42633         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42634         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42635
42636         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42637         manipulate bits before adding and subtracting TWO112[sx].
42638         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42639
42640 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42641
42642         [BZ #13775]
42643         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42644         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42645         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42646         being in POSIX, because they are in 1003.1-2008.
42647
42648         * rt/tst-aio.c: Include <fcntl.h>.
42649         * rt/tst-aio7.c: Likewise.
42650         * rt/tst-aio64.c: Likewise.
42651
42652         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42653
42654 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42655
42656         * manual/install.texi (--with-headers): Describe headers as
42657         interface headers, not private headers.
42658         (Specific advice for GNU/Linux systems): Describe use of headers
42659         from "make headers_install", not private headers from older
42660         kernels.
42661         * INSTALL: Regenerated.
42662         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42663         Change to 2.6.19.
42664         * sysdeps/unix/sysv/linux/configure: Regenerated.
42665
42666         * manual/llio.texi (fclean): Remove documentation.
42667
42668         * manual/Makefile (libc-texi-generated): New variable.  Include
42669         version.texi.
42670         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42671         $(libc-texi-generated), not duplicated list of files.
42672         (version.texi, stamp-version): New rules.
42673         (realclean): Remove $(libc-texi-generated), not individual files
42674         from that list.  Do not remove dir-add.texinfo.
42675         * manual/libc.texinfo: Comment out uses of edition numbers and
42676         references to printed manual.  Remove last-updated dates.
42677         (EDITION): Comment out.
42678         (ISBN): Likewise.
42679         (VERSION, UPDATED): Remove.
42680         (version.texi): Include.
42681
42682 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42683
42684         * sysdeps/posix/spawni.c: Include <signal.h>.
42685         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42686         * sysdeps/pthread/aio_fsync.c: Likewise.
42687
42688 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42689
42690         * conform/Makefile (tests): Run only when not cross-compiling and
42691         when fast-check is not defined.
42692
42693         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42694         * conform/data/limits.h-data: Fixes for POSIX2008.
42695         * conform/run-conformtest.sh: Run all tests.
42696         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42697         headers.
42698         * include/bits/dlfcn.h: Likewise.
42699         * include/langinfo.h: Likewise.
42700         * include/monetary.h: Likewise.
42701         * include/sys/poll.h: Likewise.
42702
42703         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42704         for __USE_GNU.
42705         * posix/spawn.h: Define __need_sigset_t.
42706         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42707         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42708         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42709         to get sigevent_t only.
42710         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42711         only for __USE_GNU.
42712         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42713         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42714         process_vm_writev only for __USE_GNU.
42715         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42716
42717         * conform/Makefile: For now ignore errors from run-conformtest.
42718         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42719         POSIX to avoid namespace pollution.  Don't prepend headers.
42720         * conform/data/aio.h-data: Fixes for POSIX testing.
42721         * conform/data/fcntl.h-data: Likewise.
42722         * conform/data/glob.h-data: Likewise.
42723         * conform/data/grp.h-data: Likewise.
42724         * conform/data/pthread.h-data: Likewise.
42725         * conform/data/pwd.h-data: Likewise.
42726         * conform/data/signal.h-data: Likewise.
42727         * conform/data/spawn.h-data: Likewise.
42728         * conform/data/stdio.h-data: Likewise.
42729         * conform/data/stdlib.h-data: Likewise.
42730         * conform/data/stropts.h-data: Likewise.
42731         * conform/data/sys/mman.h-data: Likewise.
42732         * conform/data/sys/stat.h-data: Likewise.
42733         * conform/data/sys/types.h-data: Likewise.
42734         * conform/data/sys/wait.h-data: Likewise.
42735         * conform/data/time.h-data: Likewise.
42736         * conform/data/unistd.h-data: Likewise.
42737         * conform/data/utime.h-data: Likewise.
42738
42739         * io/sys/stat.h: fchmod was always in POSIX.
42740         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42741         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42742         * rt/aio.h: Define __need_timespec before including <time.h>.
42743         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42744         struct.  Add forward declaration of pthread_attr_t and use it in
42745         sigevent.
42746         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42747         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42748         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42749         always remove CLK_TCK definition.
42750
42751 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42752
42753         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42754
42755 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42756
42757         * conform/run-conformtest.sh: New file.
42758         * conform/Makefile: Run run-conformtest for tests.
42759         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42760         support.
42761
42762         * conform/data/uchar.h-data: New file.
42763         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42764         * conform/data/arpa/inet.h-data: Likewise.
42765         * conform/data/assert.h-data: Likewise.
42766         * conform/data/complex.h-data: Likewise.
42767         * conform/data/cpio.h-data: Likewise.
42768         * conform/data/ctype.h-data: Likewise.
42769         * conform/data/dirent.h-data: Likewise.
42770         * conform/data/dlfcn.h-data: Likewise.
42771         * conform/data/errno.h-data: Likewise.
42772         * conform/data/fcntl.h-data: Likewise.
42773         * conform/data/float.h-data: Likewise.
42774         * conform/data/fmtmsg.h-data: Likewise.
42775         * conform/data/fnmatch.h-data: Likewise.
42776         * conform/data/ftw.h-data: Likewise.
42777         * conform/data/glob.h-data: Likewise.
42778         * conform/data/grp.h-data: Likewise.
42779         * conform/data/iconv.h-data: Likewise.
42780         * conform/data/inttypes.h-data: Likewise.
42781         * conform/data/langinfo.h-data: Likewise.
42782         * conform/data/libgen.h-data: Likewise.
42783         * conform/data/limits.h-data: Likewise.
42784         * conform/data/locale.h-data: Likewise.
42785         * conform/data/math.h-data: Likewise.
42786         * conform/data/monetary.h-data: Likewise.
42787         * conform/data/mqueue.h-data: Likewise.
42788         * conform/data/ndbm.h-data: Likewise.
42789         * conform/data/net/if.h-data: Likewise.
42790         * conform/data/netdb.h-data: Likewise.
42791         * conform/data/netinet/in.h-data: Likewise.
42792         * conform/data/nl_types.h-data: Likewise.
42793         * conform/data/poll.h-data: Likewise.
42794         * conform/data/pthread.h-data: Likewise.
42795         * conform/data/pwd.h-data: Likewise.
42796         * conform/data/regex.h-data: Likewise.
42797         * conform/data/sched.h-data: Likewise.
42798         * conform/data/search.h-data: Likewise.
42799         * conform/data/semaphore.h-data: Likewise.
42800         * conform/data/setjmp.h-data: Likewise.
42801         * conform/data/signal.h-data: Likewise.
42802         * conform/data/spawn.h-data: Likewise.
42803         * conform/data/stdarg.h-data: Likewise.
42804         * conform/data/stdio.h-data: Likewise.
42805         * conform/data/stdlib.h-data: Likewise.
42806         * conform/data/string.h-data: Likewise.
42807         * conform/data/strings.h-data: Likewise.
42808         * conform/data/stropts.h-data: Likewise.
42809         * conform/data/sys/ipc.h-data: Likewise.
42810         * conform/data/sys/mman.h-data: Likewise.
42811         * conform/data/sys/msg.h-data: Likewise.
42812         * conform/data/sys/resource.h-data: Likewise.
42813         * conform/data/sys/select.h-data: Likewise.
42814         * conform/data/sys/sem.h-data: Likewise.
42815         * conform/data/sys/shm.h-data: Likewise.
42816         * conform/data/sys/socket.h-data: Likewise.
42817         * conform/data/sys/stat.h-data: Likewise.
42818         * conform/data/sys/statvfs.h-data: Likewise.
42819         * conform/data/sys/time.h-data: Likewise.
42820         * conform/data/sys/timeb.h-data: Likewise.
42821         * conform/data/sys/times.h-data: Likewise.
42822         * conform/data/sys/types.h-data: Likewise.
42823         * conform/data/sys/uio.h-data: Likewise.
42824         * conform/data/sys/un.h-data: Likewise.
42825         * conform/data/sys/utsname.h-data: Likewise.
42826         * conform/data/sys/wait.h-data: Likewise.
42827         * conform/data/syslog.h-data: Likewise.
42828         * conform/data/tar.h-data: Likewise.
42829         * conform/data/termios.h-data: Likewise.
42830         * conform/data/utime.h-data: Likewise.
42831         * conform/data/utmpx.h-data: Likewise.
42832         * conform/data/varargs.h-data: Likewise.
42833         * conform/data/wchar.h-data: Likewise.
42834         * conform/data/wctype.h-data: Likewise.
42835         * conform/data/wordexp.h-data: Likewise.
42836
42837         * include/stropts.h: New file.
42838         * include/uchar.h: New file.
42839         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42840         * include/assert.h: Likewise.
42841         * include/ctype.h: Likewise.
42842         * include/dirent.h: Likewise.
42843         * include/dlfcn.h: Likewise.
42844         * include/fcntl.h: Likewise.
42845         * include/fnmatch.h: Likewise.
42846         * include/glob.h: Likewise.
42847         * include/grp.h: Likewise.
42848         * include/libio.h: Likewise.
42849         * include/locale.h: Likewise.
42850         * include/math.h: Likewise.
42851         * include/net/if.h: Likewise.
42852         * include/netdb.h: Likewise.
42853         * include/netinet/in.h: Likewise.
42854         * include/pthread.h: Likewise.
42855         * include/pwd.h: Likewise.
42856         * include/regex.h: Likewise.
42857         * include/sched.h: Likewise.
42858         * include/search.h: Likewise.
42859         * include/setjmp.h: Likewise.
42860         * include/signal.h: Likewise.
42861         * include/stdio.h: Likewise.
42862         * include/stdlib.h: Likewise.
42863         * include/string.h: Likewise.
42864         * include/sys/cdefs.h: Likewise.
42865         * include/sys/mman.h: Likewise.
42866         * include/sys/msg.h: Likewise.
42867         * include/sys/resource.h: Likewise.
42868         * include/sys/select.h: Likewise.
42869         * include/sys/socket.h: Likewise.
42870         * include/sys/stat.h: Likewise.
42871         * include/sys/statvfs.h: Likewise.
42872         * include/sys/time.h: Likewise.
42873         * include/sys/times.h: Likewise.
42874         * include/sys/uio.h: Likewise.
42875         * include/sys/utsname.h: Likewise.
42876         * include/sys/wait.h: Likewise.
42877         * include/termios.h: Likewise.
42878         * include/time.h: Likewise.
42879         * include/ulimit.h: Likewise.
42880         * include/unistd.h: Likewise.
42881         * include/utime.h: Likewise.
42882         * include/wchar.h: Likewise.
42883         * include/wctype.h: Likewise.
42884         * include/wordexp.h: Likewise.
42885
42886         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42887
42888         * time/time.h: TIME_UTC must be a macro.
42889         Make timespec_get available for ISO C11 only as well.
42890
42891 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42892
42893         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42894         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42895
42896 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42897
42898         * configure.in: Use -o not -a in test for unsupported multi-arch.
42899
42900 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42901
42902         * manual/texinfo.tex: Update to version 2012-01-19.16.
42903
42904 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42905
42906         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42907
42908 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42909
42910         [BZ #13738]
42911         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42912         * manual/fdl-1.3.texi: New file.
42913         * manual/fdl-1.1.texi: File removed.
42914
42915         [BZ #13738]
42916         * manual/libc.texinfo (FDL_VERSION): New @set.
42917         Use it for mention of FDL in cover text.
42918         (Documentation License): Use it in @include file name.
42919
42920 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42921             Roland McGrath  <roland@hack.frob.com>
42922
42923         [BZ #5461]
42924         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42925         (not LONG_LONG_MAX and LONG_LONG_MIN.
42926         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42927         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42928         name.
42929         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42930
42931 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42932
42933         [BZ #2547]
42934         [BZ #11365]
42935         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42936         manipulate bits before adding and subtracting TWO23[sx].
42937         * math/libm-test.inc (nearbyint_test): Add more tests.
42938
42939 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42940
42941         [BZ #2548]
42942         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42943         bits before adding and subtracting TWO23[sx].
42944         * math/libm-test.inc (rint_test): Add more tests.
42945         (rint_test_tonearest): Likewise.
42946         (rint_test_towardzero): Likewise.
42947         (rint_test_downward): Likewise.
42948         (rint_test_upward: Likewise.
42949
42950 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42951
42952         [BZ #10110]
42953         * include/stdc-predef.h: New file.  Extracted from features.h.
42954         * include/features.h: Include stdc-predef.h.
42955         * Makefile (headers): Add stdc-predef.h.
42956         * CONFORMANCE (Compiler limitations): Update.
42957
42958 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42959
42960         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42961
42962 2012-02-21  David S. Miller  <davem@davemloft.net>
42963
42964         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42965         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42966
42967 2012-02-20  David S. Miller  <davem@davemloft.net>
42968
42969         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42970         using a normal save/restore sequence, rather than allocating a
42971         dummy stack frame just to store a frame pointer and restore.
42972         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42973
42974 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42975
42976         * manual/install.texi: Fix stray word in line-wrapped comment.
42977
42978 2012-02-20  David S. Miller  <davem@davemloft.net>
42979
42980         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42981         both binutils and gcc support GOTDATA.
42982
42983         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42984         "rd %pc" in the PIC register setup sequences.
42985
42986         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42987         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42988         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42989         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42990         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42991         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42992         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42993         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42994         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42995         (SYSCALL_ERROR_HANDLER): Likewise.
42996         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42997         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42998         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42999         (SYSCALL_ERROR_HANDLER): Likewise.
43000
43001         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
43002         (HAVE_GCC_GOTDATA): New.
43003         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
43004         relocation support in both binutils and gcc.
43005         * sysdeps/sparc/elf/configure: Regenerate.
43006
43007         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
43008         * sysdeps/sparc/sparc32/elf/configure: Delete.
43009         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
43010         * sysdeps/sparc/sparc64/elf/configure: Delete.
43011         * sysdeps/sparc/elf/configure.in: New file.
43012         * sysdeps/sparc/elf/configure: Generate.
43013
43014         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
43015         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
43016         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
43017         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
43018         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
43019
43020 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43021
43022         * manual/install.texi: Do not mention specific glibc version
43023         numbers.
43024         * manual/libc.texinfo (VERSION, UPDATED): Update.
43025         (@copying): Use @copyright{} and range of years.
43026
43027 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
43028
43029         [BZ #13695]
43030         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
43031         [crti.S not in sysdirs] (generated): Do not append.
43032         [crti.S not in sysdirs] (omit-deps): Likewise.
43033         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
43034         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
43035         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
43036         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
43037         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
43038         Likewise.
43039         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
43040         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
43041         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
43042         * csu/defs.awk: Remove file.
43043         * sysdeps/generic/initfini.c: Likewise.
43044         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
43045         variable.
43046         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
43047         Likewise.
43048
43049 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43050
43051         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
43052         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
43053         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
43054         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
43055         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43056         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
43057         <bits/epoll.h>.
43058         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
43059         (__EPOLL_PACKED): Define to empty if not defined by
43060         <bits/epoll.h>.
43061         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
43062         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43063         bits/epoll.h.
43064
43065 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43066
43067         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
43068         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
43069         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
43070         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
43071         <bits/timerfd.h>.
43072         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
43073         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43074         bits/timerfd.h.
43075
43076 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
43077
43078         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
43079         in C locale.
43080         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43081         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
43082         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
43083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43084
43085 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
43086
43087         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43088         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43089
43090 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
43091
43092         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
43093         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
43094         defined.
43095         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
43096         Likewise.
43097         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
43098         entry for 2.16.
43099
43100 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
43101
43102         * math/w_acos.c: Use non-signaling floating-point comparisons.
43103         * math/w_acosf.c: Likewise.
43104         * math/w_acosh.c: Likewise.
43105         * math/w_acoshf.c: Likewise.
43106         * math/w_acoshl.c: Likewise.
43107         * math/w_acosl.c: Likewise.
43108         * math/w_asin.c: Likewise.
43109         * math/w_asinf.c: Likewise.
43110         * math/w_asinl.c: Likewise.
43111         * math/w_atanh.c: Likewise.
43112         * math/w_atanhf.c: Likewise.
43113         * math/w_atanhl.c: Likewise.
43114         * math/w_exp2.c: Likewise.
43115         * math/w_exp2f.c: Likewise.
43116         * math/w_exp2l.c: Likewise.
43117         * math/w_j0.c: Likewise.
43118         * math/w_j0f.c: Likewise.
43119         * math/w_j0l.c: Likewise.
43120         * math/w_j1.c: Likewise.
43121         * math/w_j1f.c: Likewise.
43122         * math/w_j1l.c: Likewise.
43123         * math/w_jn.c: Likewise.
43124         * math/w_jnf.c: Likewise.
43125         * math/w_log.c: Likewise.
43126         * math/w_log10.c: Likewise.
43127         * math/w_log10f.c: Likewise.
43128         * math/w_log10l.c: Likewise.
43129         * math/w_log2.c: Likewise.
43130         * math/w_log2f.c: Likewise.
43131         * math/w_log2l.c: Likewise.
43132         * math/w_logf.c: Likewise.
43133         * math/w_logl.c: Likewise.
43134         * math/w_sqrt.c: Likewise.
43135         * math/w_sqrtf.c: Likewise.
43136         * math/w_sqrtl.c: Likewise.
43137         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43138         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
43139         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43140         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43141         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43142
43143 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43144
43145         [BZ #9739]
43146         * manual/string.texi (strnlen): Use correct parameter name in
43147         equivalent expression.
43148
43149 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43150
43151         [BZ #11174]
43152         * manual/users.texi (seteuid): Consistently use neweuid for
43153         argument name.
43154
43155 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
43156
43157         [BZ #13704]
43158         * manual/nss.texi (Services in the NSS configuration): Correct
43159         list of services in example configuration file.
43160
43161 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
43162
43163         [BZ #11322]
43164         * manual/arith.texi: Remove statements about negative zero
43165         behaving identically to zero.
43166
43167 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43168
43169         [BZ #5993]
43170         * manual/install.texi: Do not document upgrading from libc5.
43171
43172 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
43173
43174         [BZ #4596]
43175         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
43176
43177 2012-02-18  David S. Miller  <davem@davemloft.net>
43178
43179         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
43180         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
43181         %o7 across the call.
43182         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
43183         instead.
43184         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
43185         SETUP_PIC_REG_LEAF.
43186         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43187         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
43188         * sysdeps/sparc/crtn.S: Likewise.
43189
43190 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
43191
43192         * aout/Makefile: Remove.
43193
43194 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
43195
43196         [BZ #13058]
43197         * manual/examples/argp-ex1.c (main): Format definition in GNU
43198         style.
43199         * manual/examples/argp-ex2.c (main): Likewise.
43200         * manual/examples/argp-ex3.c (main): Likewise.
43201         * manual/examples/argp-ex4.c (main): Likewise.
43202         * manual/examples/longopt.c (main): Use new-style prototype
43203         definition.
43204         * manual/examples/strncat.c (main): Specify return type and use
43205         (void) for arguments.
43206         * manual/examples/subopt.c (main): Use char **argv argument.
43207
43208 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43209
43210         [BZ #5077]
43211         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43212         rounding modes.
43213
43214 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
43215
43216         [BZ #6907]
43217         * manual/string.texi (strchr): Change when strchrnul is
43218         recommended.
43219
43220 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
43221
43222         [BZ #174]
43223         * manual/locale.texi (setlocale): Document LOCPATH.
43224
43225 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43226
43227         [BZ #10210]
43228         * manual/process.texi (execle): Move @dots{} before last argument.
43229
43230 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
43231
43232         [BZ #12047]
43233         * manual/charset.texi (Generic Charset Conversion): Fix typo
43234         (LC_TYPE -> LC_CTYPE).
43235
43236 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
43237
43238         [BZ #5805]
43239         * manual/arith.texi (scalbn): Use @var{} on parameter names.
43240         (scalbnf): Likewise.
43241         (scalbnl): Likewise.
43242         (scalbln): Likewise.
43243         (scalblnf): Likewise.
43244         (scalblnl): Likewise.
43245         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43246         (vwarnx): Likewise.
43247         (verr): Likewise.
43248         (verrx): Likewise.
43249         * manual/filesys.texi (telldir): Use braces around return type.
43250         * manual/llio.texi (mmap): Add space after comma.
43251         (mmap64): Likewise.
43252         * manual/math.texi (jn): Use @var{} on parameter names.
43253         (jnf): Likewise.
43254         (jnl): Likewise.
43255         (yn): Likewise.
43256         (ynf): Likewise.
43257         (ynl): Likewise.
43258         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43259         line.
43260         * manual/resource.texi (ulimit): Use @dots{} instead of literal
43261         "...".
43262         (sched_get_priority_min): Remove semicolon on @deftypefun line.
43263         (sched_get_priority_max): Likewise.
43264         * manual/signal.texi (sigvec): Add space after comma.
43265         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43266         names.
43267         (if_indextoname): Likewise.
43268         (if_freenameindex): Likewise.
43269         (sendto): Use ',' instead of '.' in prototype.
43270         * manual/startup.texi (syscall): Use @dots{} instead of literal
43271         "...".
43272         * manual/stdio.texi (__fpending): Separate initial words of
43273         paragraph from @deftypefun line.
43274         * manual/syslog.texi (syslog): Use @dots{} instead of literal
43275         "...".
43276         (vsyslog): Use @var{} on parameter names.
43277         * manual/terminal.texi (stty): Use @var{} on parameter names.
43278         * manual/users.texi (getutmp): Use @var{} on parameter names.
43279         (getutmpx): Likewise.
43280
43281 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43282
43283         [BZ #6884]
43284         * manual/stdio.texi (fopen): Fix typos in description of
43285         ",ccs=STRING".
43286
43287 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
43288
43289         [BZ #4026]
43290         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43291         get clock_id definition.
43292
43293 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43294
43295         [BZ #4822]
43296         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43297         (madvise): Cast every argument to void on its own.
43298
43299 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43300
43301         [BZ #9902]
43302         * manual/startup.texi (Exit Status): Fix typo.
43303
43304 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43305
43306         [BZ #10140]
43307         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43308         * manual/examples/argp-ex2.c: Likewise.
43309         * manual/examples/argp-ex3.c: Likewise.
43310
43311 2012-02-16  Richard Henderson  <rth@redhat.com>
43312
43313         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43314         * sysdeps/s390/s390-32/initfini.c: Remove.
43315         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43316         * sysdeps/s390/s390-64/initfini.c: Remove.
43317
43318 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43319
43320         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43321         compiler output for sysdeps/generic/initfini.c.
43322         * sysdeps/sh/elf/initfini.c: Remove file.
43323
43324 2012-02-16  David S. Miller  <davem@davemloft.net>
43325
43326         [BZ #11494]
43327         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43328
43329         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43330         * sysdeps/sparc/crti.S: New file.
43331         * sysdeps/sparc/crtn.S: New file.
43332         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43333         * sysdeps/sparc/sparc64/Makefile: Likewise.
43334
43335 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43336
43337         [BZ #3335]
43338         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43339
43340 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43341
43342         [BZ #4822]
43343         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43344
43345         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43346         (write, read, close): Likewise.
43347         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43348
43349 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43350
43351         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43352         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43353         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43354         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43355         <bits/signalfd.h>.
43356         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43357         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43358         bits/signalfd.h.
43359
43360 2012-02-14  Marek Polacek  <polacek@redhat.com>
43361
43362         * sysdeps/x86_64/crti.S: New file.
43363         * sysdeps/x86_64/crtn.S: New file.
43364         * sysdeps/x86_64/elf/initfini.c: Remove file.
43365
43366 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43367
43368         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43369         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43370         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43371         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43372         <bits/inotify.h>.
43373         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43374         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43375         bits/inotify.h.
43376
43377 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43378
43379         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43380         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43381         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43382         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43383         <bits/eventfd.h>.
43384         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43385         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43386         bits/eventfd.h.
43387
43388 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43389
43390         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43391         __feraiseexcept instead of feraiseexcept.
43392
43393         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43394         nanosleep invocations.
43395         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43396         strings, and add error checking for a nanosleep invocations.
43397
43398 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43399
43400         Replace FSF snail mail address with URLs, as per GNU coding standards.
43401         Most of the snail mail addresses were wrong anyway, and omitting
43402         them makes the source code easier to maintain.  Almost all of the
43403         changes are to license notices and to locale LC_IDENTIFICATION
43404         addresses, except for this one:
43405         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43406         not its snail mail address.
43407
43408 2012-02-09  Richard Henderson  <rth@twiddle.net>
43409
43410         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43411         of kernel-features.h.
43412
43413         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43414
43415 2012-02-08  Marek Polacek  <polacek@redhat.com>
43416
43417         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43418         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43419         * sysdeps/gnu/_G_config.h: Likewise.
43420         * sysdeps/generic/_G_config.h: Likewise.
43421
43422 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43423
43424         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43425         tests.
43426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43427
43428         * sysdeps/powerpc/powerpc32/crti.S: New file.
43429         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43430         * sysdeps/powerpc/powerpc64/crti.S: New file.
43431         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43432
43433         * Makeconfig (have-initfini): Don't set.
43434         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43435         * configure.in (nopic_initfini): Don't substitute.
43436         * config.h.in (HAVE_INITFINI): Don't #undef.
43437         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43438         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43439
43440 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43441
43442         Support crti.S and crtn.S provided directly by architectures.
43443         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43444         [crti.S in sysdirs] (omit-deps): Likewise.
43445         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43446         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43447         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43448         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43449         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43450         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43451         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43452         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43453         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43454         compiler output for sysdeps/generic/initfini.c.
43455         * sysdeps/i386/elf/Makefile: Remove file.
43456         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43457
43458 2012-02-07  Marek Polacek  <polacek@redhat.com>
43459
43460         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43461         * sysdeps/gnu/_G_config.h: Likewise.
43462         * sysdeps/mach/hurd/_G_config.h: Likewise.
43463
43464 2012-02-07  Marek Polacek  <polacek@redhat.com>
43465
43466         * math/Makefile (tests): Add tst-CMPLX2.
43467         * math/tst-CMPLX2.c: New file.
43468
43469 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43470
43471         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43472
43473         * math/libm-test.inc (jn_test): Add missing L suffix.
43474
43475 2012-02-06  Marek Polacek  <polacek@redhat.com>
43476
43477         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43478         * sysdeps/i386/fpu/e_powf.S: Likewise.
43479         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43480         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43481         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43482         * sysdeps/i386/fpu/e_pow.S: Likewise.
43483         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43484         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43485         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43486         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43487         * sysdeps/i386/fpu/e_log2.S: Likewise.
43488         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43489         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43490         * sysdeps/i386/fpu/e_powl.S: Likewise.
43491         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43492         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43493         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43494         * sysdeps/i386/fpu/e_logl.S: Likewise.
43495         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43496         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43497         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43498         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43499         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43500         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43501         * sysdeps/i386/fpu/e_log.S: Likewise.
43502         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43503         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43504         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43505         * sysdeps/i386/fpu/e_logf.S: Likewise.
43506         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43507         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43508         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43509         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43510         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43511         * sysdeps/i386/fpu/e_log10.S: Likewise.
43512         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43513         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43514         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43515         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43516         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43517         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43518         * sysdeps/i386/asm-syntax.h: Likewise.
43519         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43520         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43521         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43522         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43523         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43524         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43525         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43526         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43527         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43528         * sysdeps/powerpc/sysdep.h: Likewise.
43529         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43530         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43531
43532 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43533
43534         [BZ #411]
43535         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43536
43537 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43538
43539         * sysdeps/i386/sysdep.h: Include <features.h>.
43540         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43541         version.
43542
43543 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43544
43545         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43546         Define.
43547         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43548         LOAD_PIC_REG_STR.
43549
43550 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43551
43552         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43553         (SETUP_PIC_REG): Use GET_PC_THUNK.
43554         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43555         macro.
43556
43557 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43558
43559         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43560         for non-PIC compilation.
43561         (SETUP_PIC_REG): Add .p2align directive.
43562         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43563         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43564         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43565         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43566         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43567         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43568         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43569         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43570         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43571         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43572         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43573         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43574         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43575         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43576         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43577         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43578         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43579         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43580         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43581         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43582         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43583         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43584         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43585         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43586         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43587         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43588         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43589         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43590         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43591         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43592         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43593         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43594         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43595         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43596         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43597         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43598         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43599         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43600         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43601         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43602         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43603
43604 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43605
43606         * math/tst-CMPLX.c: Include <stdio.h>.
43607
43608 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43609
43610         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43611         float.
43612         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43613         * sysdeps/sparc/bits/mathdef.h: Likewise.
43614
43615 2012-01-31  Marek Polacek  <polacek@redhat.com>
43616
43617         * libio/libio.h: Don't define _PARAMS.
43618         * locale/programs/config.h: Don't define PARAMS.
43619         * stdlib/strtol_l.c: Likewise.
43620         (__strtol_l): Remove PARAMS from the prototype.
43621
43622 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43623
43624         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43625         names.  Just use the correct names.  Remove unnecessary wrapper
43626         functions.
43627         * malloc/arena.c: Likewise.
43628         * malloc/hooks.c: Likewise.
43629
43630         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43631         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43632         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43633
43634 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43635
43636         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43637         into tail calls.
43638         (update_get_addr): New function.
43639         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43640         GET_ADDR_MODULE parameter.
43641
43642 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43643
43644         * crypt/cert.c: Remove __STDC__ conditionals.
43645         * crypt/crypt-entry.c: Likewise.
43646         * crypt/crypt_util.c: Likewise.
43647         * libio/filedoalloc.c: Likewise.
43648         * libio/fileops.c: Likewise.
43649         * libio/genops.c: Likewise.
43650         * libio/iofclose.c: Likewise.
43651         * libio/iofdopen.c: Likewise.
43652         * libio/iofopen.c: Likewise.
43653         * libio/iofopen64.c: Likewise.
43654         * libio/iogetdelim.c: Likewise.
43655         * libio/iopopen.c: Likewise.
43656         * libio/obprintf.c: Likewise.
43657         * libio/oldfileops.c: Likewise.
43658         * libio/oldiofclose.c: Likewise.
43659         * libio/oldiofdopen.c: Likewise.
43660         * libio/oldiofopen.c: Likewise.
43661         * libio/oldiopopen.c: Likewise.
43662         * libio/wfiledoalloc.c: Likewise.
43663         * libio/wgenops.c: Likewise.
43664         * locale/programs/xmalloc.c: Likewise.
43665         * misc/syslog.c: Likewise.
43666         * stdio-common/xbug.c: Likewise.
43667         * string/memchr.c: Likewise.
43668         * string/memcmp.c: Likewise.
43669         * string/memrchr.c: Likewise.
43670         * string/rawmemchr.c: Likewise.
43671         * sysdeps/posix/getcwd.c: Likewise.
43672         * time/strftime_l.c: Likewise.
43673
43674 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43675
43676         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43677         * config.make.in (config-cflags-sse2avx): Define.
43678         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43679         Fix typo.
43680
43681 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43682
43683         * scripts/config.guess: Update from upstream config git repository.
43684         * scripts/config.sub: Likewise.
43685
43686 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43687
43688         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43689         (EM_NUM): Update.
43690         (R_TILEPRO_*, R_TILEGX_*): New macros.
43691
43692         * scripts/firstversions.awk: Fix bug in version range handling.
43693
43694         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43695
43696         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43697
43698         * include/sys/epoll.h: New file.
43699         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43700         libc_hidden_def.
43701
43702 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43703
43704         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43705         Avoid unnecessary __WORDSIZE == 64 test.
43706         (fmaxf): Use VEX format if possible.
43707         (fmax): Likewise.
43708         (fminf): Likewise.
43709         (fmin): Likewise.
43710
43711         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43712         * math/math_private.h: Remove libc_fegetround* and
43713         libc_fesetround*.
43714         * sysdeps/i386/configure.in: Check for -msse2avx.
43715         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43716         also if SSE2AVX is defined.
43717         Remove libc_fegetround* and libc_fesetround*.
43718         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43719         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43720         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43721         of HAS_YMM_USABLE.
43722         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43723         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43724         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43725         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43726         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43727
43728         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43729
43730 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43731
43732         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43733         size is not set.
43734         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43735
43736 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43737
43738         [BZ #13618]
43739         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43740         relocation.
43741         * Makeconfig (libm): Define.
43742         * elf/Makefile: Add rules to build and run tst-relsort1.
43743         * elf/tst-relsort1.c: New file.
43744         * elf/tst-relsort1mod1.c: New file.
43745         * elf/tst-relsort1mod2.c: New file.
43746
43747 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43748
43749         * math/s_ldexp.c: Remove __STDC__ conditionals.
43750         * math/s_ldexpf.c: Likewise.
43751         * math/s_ldexpl.c: Likewise.
43752         * math/s_nextafter.c: Likewise.
43753         * math/s_nexttowardf.c: Likewise.
43754         * math/s_significand.c: Likewise.
43755         * math/s_significandf.c: Likewise.
43756         * math/s_significandl.c: Likewise.
43757         * math/w_jnl.c: Likewise.
43758         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43759         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43760         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43761         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43762         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43763         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43764         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43765         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43766         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43767         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43768         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43769         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43770         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43771         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43772         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43773         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43774         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43775         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43776         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43777         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43778         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43779         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43780         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43781         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43782         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43783         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43784         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43785         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43786         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43787         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43788         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43789         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43790         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43791         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43792         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43793         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43794         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43795         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43796         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43797         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43798         * sysdeps/ieee754/k_standard.c: Likewise.
43799         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43800         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43801         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43802         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43803         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43804         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43805         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43806         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43807         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43808         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43809         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43810         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43811         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43812         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43813         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43814         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43815         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43816         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43817         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43818         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43819         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43820         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43821         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43822         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43823         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43824         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43825         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43826         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43827         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43828         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43829         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43830         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43831         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43832         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43833         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43834         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43835         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43836         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43837         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43838         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43839         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43840         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43841         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43842         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43843         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43844         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43845         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43846         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43847         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43848         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43849         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43850         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43851         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43852         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43853         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43854         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43855         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43856         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43857         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43858         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43859         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43860         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43861         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43862         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43863         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43864         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43865         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43866         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43867         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43868         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43869         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43870         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43871         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43872         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43873         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43874         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43875         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43876         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43877         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43878         * sysdeps/ieee754/s_matherr.c: Likewise.
43879         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43880         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43881         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43882         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43883
43884 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43885
43886         * crypt/md5.h: Remove __STDC__ conditionals.
43887         * libio/libioP.h: Likewise.
43888         * locale/programs/config.h: Likewise.
43889         * sysdeps/generic/sysdep.h: Likewise.
43890         * sysdeps/i386/asm-syntax.h: Likewise.
43891         * sysdeps/s390/asm-syntax.h: Likewise.
43892         * sysdeps/unix/sysdep.h: Likewise.
43893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43895
43896 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43897
43898         * libio/libio.h: Remove __STDC__ conditionals.
43899         * malloc/obstack.h: Likewise.
43900         * math/complex.h: Likewise.
43901         * math/math.h: Likewise.
43902         * sysdeps/generic/_G_config.h: Likewise.
43903         * sysdeps/gnu/_G_config.h: Likewise.
43904         * sysdeps/mach/hurd/_G_config.h: Likewise.
43905         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43906         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43907         * sysdeps/sparc/bits/mathdef.h: Likewise.
43908
43909 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43910
43911         [BZ #13583]
43912         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43913         Clean up HAS_* macros.
43914         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43915         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43916         possible.
43917         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43918         HAS_AVX.
43919         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43920         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43921         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43922         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43923         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43924
43925 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43926
43927         * elf/tst-unique3.cc (gets): Remove declaration.
43928         * elf/tst-unique3lib.cc (gets): Likewise.
43929         * elf/tst-unique3lib2.cc (gets): Likewise.
43930         * elf/tst-unique4.cc (gets): Likewise.
43931
43932 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43933
43934         * include/stdio.h: Add C++ protection.  Add gets declarations and
43935         definitions.
43936         * debug/tst-chk1.c: Don't declare gets here.
43937         * stdio-common/tst-gets.c: Likewise.
43938
43939 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43940
43941         * posix/glob: Remove directory.
43942
43943 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43944
43945         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43946
43947 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43948
43949         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43950         of the non-standard EPFNOSUPPORT.
43951
43952 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43953
43954         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43955         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43956         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43957
43958 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43959
43960         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43961
43962 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43963
43964         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43965         transient errors.
43966         * nscd/grpcache.c (cache_addgr): Likewise.
43967         * nscd/hstcache.c (cache_addhst): Likewise.
43968         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43969         * nscd/pwdcache.c (cache_addpw): Likewise.
43970         * nscd/servicescache.c (cache_addserv): Likewise.
43971
43972 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43973
43974         * malloc/malloc.c: Various cleanups.
43975         * malloc/hooks.c: Likewise.
43976
43977         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43978         * stdlib/bug-fmtmsg1.c: New file.
43979
43980         * stdlib/fmtmsg.c (init): Add missing unlock.
43981         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43982
43983 2012-01-12  Marek Polacek  <polacek@redhat.com>
43984
43985         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43986         and _GNU_SOURCE.
43987
43988 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43989
43990         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43991         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43992         macro to ensure uniqueness of label name.
43993         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43994         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43995
43996 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43997
43998         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43999
44000         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
44001         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44002         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44003         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
44004
44005 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
44006
44007         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
44008
44009         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
44010         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44011         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44012
44013         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
44014
44015         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
44016         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44017         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44018         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
44019
44020         * math/bits/math-finite.h: Add ldexp support.
44021
44022 2012-01-10  Marek Polacek  <polacek@redhat.com>
44023
44024         * locale/programs/localedef.h (show_archive_content): Add noreturn
44025         attribute.
44026
44027 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
44028
44029         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
44030
44031 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44032
44033         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
44034
44035         * io/Makefile (headers): Add bits/poll2.h.
44036
44037 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
44038
44039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
44040         typo #include statement.
44041
44042 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44043
44044         * include/sys/cdefs.h: Define __attribute_alloc_size.
44045         * catgets/gencat.c: Add alloc_size attribute and apply consistently
44046         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
44047         * elf/pldd.c: Likewise.
44048         * iconv/iconv_charmap.c: Likewise.
44049         * iconv/iconvconfig.c: Likewise.
44050         * iconv/strtab.c: Likewise.
44051         * locale/programs/locale.c: Likewise.
44052         * locale/programs/localedef.h: Likewise.
44053         * locale/programs/simple-hash.c: Likewise.
44054         * nscd/nscd.h: Likewise.
44055         * nss/makedb.c: Likewise.
44056         * sysdeps/generic/ldconfig.h: Likewise.
44057         * locale/programs/localedef.c: Remove xmalloc prototype.
44058         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
44059
44060 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
44061
44062         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
44063         appropriate.
44064
44065 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
44066
44067         * math/Makefile (tests): Add tst-CMPLX.
44068         * math/tst-CMPLX.c: New file.
44069
44070         * math/complex.h (CMPLXL): Fix typo.
44071
44072         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
44073         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
44074         GLIBC_2.16.
44075         * debug/tst-chk1.c: Add poll and ppoll tests.
44076         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
44077         * include/sys/poll.h: Add hidden proto for ppoll.
44078         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
44079         * sysdeps/mach/hurd/ppoll.c: Likewise.
44080         * io/ppoll.c: Likewise.
44081         * debug/poll_chk.c: New file.
44082         * debug/ppoll_chk.c: New file.
44083         * include/bits/poll2.h: New file.
44084         * io/bits/poll2.h: New file.
44085
44086         [BZ #1350]
44087         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
44088
44089         * configure.in: static is always set to yes.  Remove.
44090         * config.make.in: Don't set build-static.
44091         * Makeconfig: Remove use of build-static.
44092         * dlfcn/Makefile: Likewise.
44093         * elf/Makefile: Likewise.
44094         * math/Makefile: Likewise.
44095         * misc/Makefile: Likewise.
44096         * nptl/Makefile: Likewise.
44097         * sysdeps/mach/hurd/Makefile: Likewise.
44098
44099         * configure.in: PWD_P is not used anymore.
44100         * config.make.in: Remove PWD_P entry.
44101
44102         * configure.in: Remove last remnants of RANLIB.
44103         No need to check for signed size_t anymore.
44104         Don't set libc_commonpagesize and libc_relro_required here for Alpha
44105         and IA-64.
44106         Remove __builtin_expect test because we require at least gcc 3.4.
44107         * aclocal.m4: Likewise.
44108
44109         * wcsmbs/mbrtoc16.c: Implement using towc function.
44110         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
44111         * wcsmbs/wcsmbsload.c: Likewise.
44112         * iconv/gconv_simple.c: Likewise.
44113         * iconv/gconv_int.h: Likewise.
44114         * iconv/gconv_builtin.h: Likewise.
44115         * iconv/iconv_prog.c: Remove CHAR16 handling.
44116
44117         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
44118
44119         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
44120
44121         * configure.in: Remove --with-elf and --enable-bounded options.
44122         Dont set base_machine for ia64.  More non-ELF conditions removed.
44123         Remove testing and setting of leading underscore information.
44124         * config.make.in (build-bounded): Set to no.
44125         * config.h.in: Remove NO_UNDERSCORES entry.
44126         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
44127         them.
44128         * csu/start.c: Remove !NO_UNDERSCORE code.
44129         * locale/localeinfo.h: Likewise.
44130         * sysdeps/generic/machine-gmon.h: Likewise.
44131         * sysdeps/generic/sysdep.h: Likewise.
44132         * sysdeps/i386/sysdep.h: Likewise.
44133         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44134         * sysdeps/mach/sysdep.h: Likewise.
44135         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44136         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44137         * sysdeps/sh/sysdep.h: Likewise.
44138         * sysdeps/sparc/sparc32/alloca.S: Likewise.
44139         * sysdeps/unix/i386/sysdep.S: Likewise.
44140         * sysdeps/unix/sparc/start.c: Likewise.
44141         * sysdeps/unix/sparc/sysdep.S: Likewise.
44142         * sysdeps/unix/sparc/sysdep.h: Likewise.
44143         * sysdeps/unix/start.c: Likewise.
44144         * sysdeps/unix/x86_64/sysdep.S: Likewise.
44145         * sysdeps/x86_64/sysdep.h: Likewise.
44146
44147 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
44148
44149         [BZ #13553]
44150         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
44151         for non-gcc.
44152         * argp/argp-fmtstream.h: Use const instead __const.
44153         * argp/argp.h: Likewise.
44154         * assert/assert.h: Likewise.
44155         * bits/fenv.h: Likewise.
44156         * bits/sched.h: Likewise.
44157         * bits/sigset.h: Likewise.
44158         * bits/sigthread.h: Likewise.
44159         * catgets/nl_types.h: Likewise.
44160         * conform/data/pthread.h-data: Likewise.
44161         * crypt/crypt-private.h: Likewise.
44162         * crypt/crypt.h: Likewise.
44163         * crypt/crypt_util.c: Likewise.
44164         * ctype/ctype.h: Likewise.
44165         * debug/execinfo.h: Likewise.
44166         * debug/mbsnrtowcs_chk.c: Likewise.
44167         * debug/mbsrtowcs_chk.c: Likewise.
44168         * debug/wcsnrtombs_chk.c: Likewise.
44169         * debug/wcsrtombs_chk.c: Likewise.
44170         * debug/wcstombs_chk.c: Likewise.
44171         * dirent/dirent.h: Likewise.
44172         * dlfcn/dlfcn.h: Likewise.
44173         * elf/neededtest4.c: Likewise.
44174         * grp/grp.h: Likewise.
44175         * gshadow/gshadow.h: Likewise.
44176         * iconv/gconv.h: Likewise.
44177         * iconv/gconv_int.h: Likewise.
44178         * iconv/gconv_simple.c: Likewise.
44179         * iconv/iconv.h: Likewise.
44180         * iconv/loop.c: Likewise.
44181         * iconv/skeleton.c: Likewise.
44182         * include/aio.h: Likewise.
44183         * include/aliases.h: Likewise.
44184         * include/argz.h: Likewise.
44185         * include/arpa/inet.h: Likewise.
44186         * include/assert.h: Likewise.
44187         * include/dirent.h: Likewise.
44188         * include/dlfcn.h: Likewise.
44189         * include/execinfo.h: Likewise.
44190         * include/fcntl.h: Likewise.
44191         * include/fenv.h: Likewise.
44192         * include/glob.h: Likewise.
44193         * include/grp.h: Likewise.
44194         * include/libintl.h: Likewise.
44195         * include/mntent.h: Likewise.
44196         * include/netdb.h: Likewise.
44197         * include/pwd.h: Likewise.
44198         * include/rpc/netdb.h: Likewise.
44199         * include/sched.h: Likewise.
44200         * include/search.h: Likewise.
44201         * include/shadow.h: Likewise.
44202         * include/signal.h: Likewise.
44203         * include/stdio.h: Likewise.
44204         * include/stdlib.h: Likewise.
44205         * include/string.h: Likewise.
44206         * include/sys/socket.h: Likewise.
44207         * include/sys/stat.h: Likewise.
44208         * include/sys/statfs.h: Likewise.
44209         * include/sys/statvfs.h: Likewise.
44210         * include/sys/syslog.h: Likewise.
44211         * include/sys/time.h: Likewise.
44212         * include/sys/uio.h: Likewise.
44213         * include/time.h: Likewise.
44214         * include/unistd.h: Likewise.
44215         * include/utmp.h: Likewise.
44216         * include/wchar.h: Likewise.
44217         * include/wctype.h: Likewise.
44218         * inet/aliases.h: Likewise.
44219         * inet/arpa/inet.h: Likewise.
44220         * inet/netinet/ether.h: Likewise.
44221         * inet/netinet/in.h: Likewise.
44222         * intl/libintl.h: Likewise.
44223         * io/bits/fcntl2.h: Likewise.
44224         * io/fcntl.h: Likewise.
44225         * io/ftw.h: Likewise.
44226         * io/sys/poll.h: Likewise.
44227         * io/sys/stat.h: Likewise.
44228         * io/sys/statfs.h: Likewise.
44229         * io/sys/statvfs.h: Likewise.
44230         * io/utime.h: Likewise.
44231         * libio/bits/stdio.h: Likewise.
44232         * libio/bits/stdio2.h: Likewise.
44233         * libio/libio.h: Likewise.
44234         * libio/libioP.h: Likewise.
44235         * libio/stdio.h: Likewise.
44236         * locale/lc-ctype.c: Likewise.
44237         * locale/locale.h: Likewise.
44238         * login/utmp.h: Likewise.
44239         * malloc/arena.c: Likewise.
44240         * malloc/malloc.c: Likewise.
44241         * malloc/malloc.h: Likewise.
44242         * malloc/mcheck.c: Likewise.
44243         * malloc/mtrace.c: Likewise.
44244         * math/bits/mathcalls.h: Likewise.
44245         * math/fenv.h: Likewise.
44246         * math/math_private.h: Likewise.
44247         * misc/bits/error.h: Likewise.
44248         * misc/bits/syslog.h: Likewise.
44249         * misc/err.h: Likewise.
44250         * misc/error.h: Likewise.
44251         * misc/fstab.h: Likewise.
44252         * misc/mntent.h: Likewise.
44253         * misc/regexp.h: Likewise.
44254         * misc/search.h: Likewise.
44255         * misc/sgtty.h: Likewise.
44256         * misc/sys/mman.h: Likewise.
44257         * misc/sys/syslog.h: Likewise.
44258         * misc/sys/uio.h: Likewise.
44259         * misc/sys/xattr.h: Likewise.
44260         * misc/ttyent.h: Likewise.
44261         * nis/rpcsvc/ypclnt.h: Likewise.
44262         * nss/nss.h: Likewise.
44263         * posix/bits/unistd.h: Likewise.
44264         * posix/fnmatch.h: Likewise.
44265         * posix/glob.h: Likewise.
44266         * posix/sched.h: Likewise.
44267         * posix/spawn.h: Likewise.
44268         * posix/sys/wait.h: Likewise.
44269         * posix/unistd.h: Likewise.
44270         * posix/wordexp.h: Likewise.
44271         * pwd/pwd.h: Likewise.
44272         * resolv/netdb.h: Likewise.
44273         * resource/sys/resource.h: Likewise.
44274         * rt/aio.h: Likewise.
44275         * rt/bits/mqueue2.h: Likewise.
44276         * rt/mqueue.h: Likewise.
44277         * shadow/shadow.h: Likewise.
44278         * signal/signal.h: Likewise.
44279         * socket/send.c: Likewise.
44280         * socket/sendto.c: Likewise.
44281         * socket/sys/socket.h: Likewise.
44282         * stdio-common/printf.h: Likewise.
44283         * stdlib/bits/stdlib.h: Likewise.
44284         * stdlib/fmtmsg.h: Likewise.
44285         * stdlib/monetary.h: Likewise.
44286         * stdlib/stdlib.h: Likewise.
44287         * stdlib/ucontext.h: Likewise.
44288         * streams/stropts.h: Likewise.
44289         * string/argz.h: Likewise.
44290         * string/bits/string2.h: Likewise.
44291         * string/string.h: Likewise.
44292         * string/strings.h: Likewise.
44293         * sunrpc/rpc/auth.h: Likewise.
44294         * sunrpc/rpc/auth_des.h: Likewise.
44295         * sunrpc/rpc/clnt.h: Likewise.
44296         * sunrpc/rpc/netdb.h: Likewise.
44297         * sunrpc/rpc/pmap_clnt.h: Likewise.
44298         * sunrpc/rpc/xdr.h: Likewise.
44299         * sysdeps/generic/inttypes.h: Likewise.
44300         * sysdeps/generic/net/if.h: Likewise.
44301         * sysdeps/generic/sys/swap.h: Likewise.
44302         * sysdeps/gnu/net/if.h: Likewise.
44303         * sysdeps/gnu/utmpx.h: Likewise.
44304         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44305         * sysdeps/i386/i486/bits/string.h: Likewise.
44306         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44307         * sysdeps/s390/bits/string.h: Likewise.
44308         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44309         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44310         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44311         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44312         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44313         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44314         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44315         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44316         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44317         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44318         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44319         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44320         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44321         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44322         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44323         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44324         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44325         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44326         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44327         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44328         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44329         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44330         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44331         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44332         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44333         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44334         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44335         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44336         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44337         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44338         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44339         * sysvipc/sys/ipc.h: Likewise.
44340         * sysvipc/sys/msg.h: Likewise.
44341         * sysvipc/sys/sem.h: Likewise.
44342         * sysvipc/sys/shm.h: Likewise.
44343         * termios/termios.h: Likewise.
44344         * time/sys/time.h: Likewise.
44345         * time/time.h: Likewise.
44346         * wcsmbs/bits/wchar2.h: Likewise.
44347         * wcsmbs/uchar.h: Likewise.
44348         * wcsmbs/wchar.h: Likewise.
44349         * wctype/wctype.h: Likewise.
44350
44351         [BZ #13551]
44352         * Makeconfig: Remove all but ELF support including AIX support.
44353         * Makerules: Likewise.
44354         * config.h.in: Likewise.
44355         * config.make.in: Likewise.
44356         * configure: Likewise.
44357         * configure.in: Likewise.
44358         * csu/Makefile: Likewise.
44359         * csu/version.c: Likewise.
44360         * debug/Makefile: Likewise.
44361         * dlfcn/Makefile: Likewise.
44362         * elf/Makefile: Likewise.
44363         * extra-lib.mk: Likewise.
44364         * iconv/Makefile: Likewise.
44365         * include/libc-symbols.h: Likewise.
44366         * include/shlib-compat.h: Likewise.
44367         * resolv/Makefile: Likewise.
44368         * resolv/res_libc.c: Likewise.
44369         * rt/Makefile: Likewise.
44370         * sysdeps/i386/asm-syntax.h: Likewise.
44371         * sysdeps/i386/sysdep.h: Likewise.
44372         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44373         * sysdeps/mach/sysdep.h: Likewise.
44374         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44375         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44376         * sysdeps/s390/asm-syntax.h: Likewise.
44377         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44378         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44379         * sysdeps/sh/sysdep.h: Likewise.
44380         * sysdeps/unix/sparc/sysdep.h: Likewise.
44381         * sysdeps/wordsize-32/divdi3.c: Likewise.
44382         * sysdeps/x86_64/sysdep.h: Likewise.
44383
44384         * argp/Versions: Remove _argp_unlock_xxx.
44385
44386         [BZ #13559]
44387         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44388         * abilist/libBrokenLocale.abilist: Likewise.
44389         * abilist/libanl.abilist: Likewise.
44390         * abilist/libc.abilist: Likewise.
44391         * abilist/libcrypt.abilist: Likewise.
44392         * abilist/libdl.abilist: Likewise.
44393         * abilist/libm.abilist: Likewise.
44394         * abilist/libnsl.abilist: Likewise.
44395         * abilist/libpthread.abilist: Likewise.
44396         * abilist/libresolv.abilist: Likewise.
44397         * abilist/librt.abilist: Likewise.
44398         * abilist/libthread_db.abilist: Likewise.
44399         * abilist/libutil.abilist: Likewise.
44400         * abilist/libnss_db.abilist: New file.
44401
44402         * scripts/abilist.awk: Add support for indirect functions.
44403
44404         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44405
44406         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44407
44408         * shlib-versions: Remove entries for ports architectures.
44409
44410         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44411         files in ports.
44412         * elf/stackguard-macros.h: Remove support for IA-64.
44413         * elf/tst-auditmod1.c: Likewise.
44414         * sysdeps/generic/ldsodefs.h: Likewise.
44415
44416         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44417         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44418         configure files.
44419
44420         [BZ #13552]
44421         * configure.in: Remove --enable-omitfp support.
44422         * FAQ.in: Adjust.
44423         * config.make.in: Likewise.
44424         * Makeconfig: Likewise.
44425         * manual/install.texi: Likewise.
44426
44427         In case anyone cares, the IA-64 architecture could move to ports.
44428         * sysdeps/ia64/*: Removed.
44429         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44430         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44431
44432         [BZ #13555]
44433         * configure.in: Remove entries for unsupported architectures.
44434
44435         [BZ #13533]
44436         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44437         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44438         routines.
44439         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44440         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44441         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44442         fall back to using wcrtomb.
44443         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44444         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44445         renaming.
44446         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44447         * wcsmbs/tst-c16c32-1.c: New file.
44448
44449         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44450         local variable.
44451
44452         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44453
44454         * elf/tst-unique3.cc: Add explicit declaration of gets.
44455         * elf/tst-unique3lib.cc: Likewise.
44456         * elf/tst-unique3lib2.cc: Likewise.
44457         * elf/tst-unique4.cc: Likewise.
44458
44459         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44460
44461 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44462
44463         [BZ #13566]
44464         * assert/assert.h (static_assert): Don't define for C++.
44465         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44466         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44467
44468 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44469
44470         * iconv/loop.c (single loop): Fix assertion in storing of
44471         remaining bytes.
44472
44473         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44474
44475 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44476
44477         * posix/getconf.c: Update copyright year.
44478         * nss/getent.c: Likewise.
44479         * nss/makedb.c: Likewise.
44480         * iconv/iconvconfig.c: Likewise.
44481         * iconv/iconv_prog.c: Likewise.
44482         * elf/ldconfig.c: Likewise.
44483         * elf/pldd.c: Likewise.
44484         * elf/sotruss.ksh: Likewise.
44485         * catgets/gencat.c: Likewise.
44486         * csu/version.c: Likewise.
44487         * elf/ldd.bash.in: Likewise.
44488         * elf/sprof.c (print_version): Likewise.
44489         * locale/programs/locale.c: Likewise.
44490         * locale/programs/localedef.c: Likewise.
44491         * login/programs/pt_chown.c: Likewise.
44492         * nscd/nscd.c (print_version): Likewise.
44493         * debug/xtrace.sh: Likewise.
44494         * malloc/memusage.sh: Likewise.
44495         * malloc/mtrace.pl: Likewise.
44496         * debug/catchsegv.sh: Likewise.
44497
44498 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44499
44500         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44501         pure attribute.
44502
44503 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44504
44505         [BZ #13533]
44506         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44507         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44508         transformations.
44509         * iconv/gconv_int.h: Likewise.
44510         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44511         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44512         from libc for GLIBC_2.16.
44513         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44514         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44515         * wcsmbs/uchar.h: Really define mbstate_t.
44516         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44517         * wcsmbs/c16rtomb.c: New file.
44518         * wcsmbs/mbrtoc16.c: New file.
44519         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44520         for C/POSIX locale.
44521         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44522         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44523
44524         * wcsmbs/wchar.h: Add missing __restrict.
44525
44526 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44527
44528         [BZ #13532]
44529         * time/Makefile (routines): Add timespec_get.
44530         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44531         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44532         timespec for ISO C11.
44533         * time/timespec_get.c: New file.
44534         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44535         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44536
44537         [BZ #13531]
44538         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44539         * stdlib/stdlib.h: Declare aligned_alloc.
44540         * Versions.def: Add GLIBC_2.16 for libc.
44541         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44542
44543         [BZ 13527]
44544         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44545         ISO C11.
44546
44547         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44548         code.
44549
44550         [BZ #13528]
44551         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44552
44553         [BZ #13529]
44554         * assert/assert.h (static_assert): Define.
44555
44556         * version.h: Update for 2.16 development version.
44557
44558         [BZ #13526]
44559         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44560         _ISOC11_SOURCE.
44561
44562         * version.h (RELEASE): Bump for 2.15 release.
44563         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44564
44565         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44566         Patch by Marek Polacek <mpolacek@redhat.com>.
44567
44568         * bits/byteswap.h: Protect long long constants with __extension__.
44569         * sysdeps/i386/bits/byteswap.h: Likewise.
44570         * sysdeps/ia64/bits/byteswap.h: Likewise.
44571         * sysdeps/s390/bits/byteswap.h: Likewise.
44572         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44573
44574 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44575
44576         [BZ #13540]
44577         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44578         destination buffer.
44579         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44580
44581 2011-12-23  Marek Polacek  <polacek@redhat.com>
44582
44583         * elf/dl-addr.c (determine_info): Add inline keyword.
44584         * elf/tst-auditmod4b.c (check_avx): Likewise.
44585         * elf/tst-auditmod6b.c (check_avx): Likewise.
44586         * elf/tst-auditmod6c.c (check_avx): Likewise.
44587         * elf/tst-auditmod7b.c (check_avx): Likewise.
44588
44589 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44590
44591         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44592         !__SSE_MATH__.
44593
44594 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44595
44596         [BZ #13540]
44597         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44598         processing for last bytes.
44599
44600 2011-08-06  Bruno Haible  <bruno@clisp.org>
44601
44602         [BZ #13061]
44603         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44604         U+0385, not to U+1FEE.
44605
44606         [BZ #13062]
44607         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44608         entry for U+00A5 U+0301.
44609
44610 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44611
44612         [BZ #13166]
44613         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44614         buffer for the output is too small.
44615
44616         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44617         optimization.
44618
44619         [BZ #13185]
44620         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44621         SSE flags if possible.
44622
44623 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44624
44625         [BZ #13540]
44626         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44627         processing for last bytes.
44628
44629 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44630
44631         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44632         (syscall-list-default-options, syscall-list-default-condition)
44633         (syscall-list-includes): Define.
44634         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44635         list of ABIs and options and #if conditions for each ABI.  Do not
44636         handle common syscalls between ABIs specially.
44637         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44638         Remove.
44639         (syscall-list-variants, syscall-list-32bit-options)
44640         (syscall-list-32bit-condition, syscall-list-64bit-options)
44641         (syscall-list-64bit-condition): Define.
44642         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44643         (syscall-list-variants, syscall-list-32bit-options)
44644         (syscall-list-32bit-condition, syscall-list-64bit-options)
44645         (syscall-list-64bit-condition): Define.
44646         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44647         Remove.
44648         (syscall-list-variants, syscall-list-32bit-options)
44649         (syscall-list-32bit-condition, syscall-list-64bit-options)
44650         (syscall-list-64bit-condition): Define.
44651         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44652         Remove.
44653         (syscall-list-variants, syscall-list-32bit-options)
44654         (syscall-list-32bit-condition, syscall-list-64bit-options)
44655         (syscall-list-64bit-condition): Define.
44656
44657 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44658
44659         * locale/iso-639.def: Add brx entry.
44660
44661         [BZ #13328]
44662         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44663         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44664
44665         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44666         __feraiseexcept_renamed.
44667
44668 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44669
44670         [BZ #13538]
44671         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44672         EPOLLET with unsigned values.
44673         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44674         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44675
44676         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44677         to large cancellation.
44678         * math/s_cacoshf.c: Likewise.
44679         * math/s_cacoshl.c: Likewise.
44680
44681 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44682
44683         [BZ #13305]
44684         [BZ #12786]
44685         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44686         * math/s_cacoshf.c: Likewise.
44687         * math/s_cacoshl.c: Likewise.
44688
44689 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44690
44691         [BZ #13439]
44692         * iconv/gconv.h: Define __GCONV_SWAP.
44693         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44694         * iconvdata/utf-16.c: Likewise.
44695         * iconvdata/utf-32.c: Likewise.
44696
44697 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44698
44699         [BZ #13524]
44700         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44701         numerator after shifting it by one limb.
44702
44703 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44704
44705         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44706         under [__USE_EXTERN_INLINES].
44707
44708 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44709
44710         [BZ #13446]
44711         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44712
44713 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44714
44715         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44716         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44717         optimized code.
44718         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44719         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44720         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44721         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44722         for strncasecmp/strncasecmp_l compilation.
44723         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44724         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44725
44726 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44727
44728         [BZ #13484]
44729         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44730         of __asm__.
44731
44732 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44733
44734         [BZ #13506]
44735         * time/tzfile.c (__tzfile_read): Check values from file header.
44736
44737 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44738
44739         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44740         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44741         * powerpc/powerpc32/dl-start.S: Likewise.
44742         * powerpc/powerpc32/elf/start.S: Likewise.
44743         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44744         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44745         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44746         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44747         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44748         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44749         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44750         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44751         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44752         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44753         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44754         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44755         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44756         * powerpc/powerpc32/memset.S: Likewise.
44757         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44758         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44759         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44760         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44761         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44762         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44763         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44764         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44765         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44766         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44767         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44768         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44769         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44770
44771 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44772
44773         * math/libm-test.inc: Added more nearbyint tests.
44774         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44775         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44776         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44777         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44778
44779 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44780
44781         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44782         FD_CLOEXEC.
44783
44784 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44785
44786         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44787         Add wcscpy-ssse3 wcscpy-c.
44788         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44789         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44790         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44791         * sysdeps/x86_64/wcschr.S: New file.
44792         * sysdeps/x86_64/wcsrchr.S: New file.
44793         * string/test-strcmp.c: Remove checking of wcscmp function for
44794         wrong alignments.
44795         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44796         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44797         wcsrchr-sse2 wcsrchr-c.
44798         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44799         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44800         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44801         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44802         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44803         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44804         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44805         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44806         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44807         * wcsmbc/wcschr.c (WCSCHR): New macro.
44808
44809 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44810
44811         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44812         * wcsmbs/test-wcsrchr.c: New file.
44813         * string/test-strrchr.c: Add wcsrchr support.
44814         (WIDE): New macro.
44815         * wcsmbs/test-wcscpy.c: New file.
44816         * string/test-strcpy.c: Add wcscpy support.
44817         (WIDE): New macro.
44818
44819 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44820
44821         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44822         the inner loop.
44823
44824 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44825
44826         [BZ #13472]
44827         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44828
44829 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44830
44831         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44832         Minor optimizations.
44833
44834         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44835         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44836         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44837
44838 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44839
44840         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44841         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44842         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44843         for gcc to avoid warnings.
44844         * inet/Makefile (tests): Add tst-checks.
44845         * inet/tst-checks.c: New file.
44846
44847         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44848         warning.
44849
44850         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44851         __wmemcmp_sse2.
44852
44853         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44854         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44855
44856         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44857
44858 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44859
44860         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44861         problem.
44862
44863         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44864
44865 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44866
44867         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44868         conditional on GCC version.
44869         (__arch_compare_and_exchange_val_8_acq)
44870         (__arch_compare_and_exchange_val_16_acq)
44871         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44872         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44873         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44874
44875 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44876
44877         * sysdeps/sh/backtrace.c: New file.
44878
44879 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44880
44881         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44882         parenthesis.
44883
44884 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44885
44886         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44887         falling back to utime.
44888
44889 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44890
44891         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44892         expectations for float.
44893
44894 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44895
44896         * locale/weight.h (findidx): Add parameter len.
44897         * locale/weightwc.h (findidx): Likewise.
44898         * posix/fnmatch_loop.c (FCT): Adjust caller.
44899         * posix/regcomp.c (build_equiv_class): Likewise.
44900         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44901         * posix/regexec.c (check_node_accept_bytes): Likewise.
44902         * string/strcoll_l.c (STRCOLL): Likewise.
44903         * string/strxfrm_l.c (STRXFRM): Likewise.
44904
44905 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44906
44907         * Makefile.in: Remove CVSOPT handling.
44908         * configure.in: Remove use of AC_REVISION.
44909         * iconvdata/Makefile (distribute): No need to filter out CVS.
44910         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44911         handling.
44912
44913 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44914
44915         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44916         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44917         [USE_AS_STRNCASECMP_L]: Likewise.
44918         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44919         NO_TLS_DIRECT_SEG_REFS.
44920         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44921         Fix argument offsets for non-PIC.
44922         [USE_AS_STRNCASECMP_L]: Likewise.
44923         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44924         NO_TLS_DIRECT_SEG_REFS.
44925
44926 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44927
44928         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44929         O_CLOEXEC.
44930         * locale/loadlocale.c (_nl_load_locale): Likewise.
44931
44932 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44933
44934         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44935         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44936         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44937         (SYSCALL_GETTIME): Set errno on error.
44938
44939         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44940         count references to noai6ai_cached.
44941
44942 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44943
44944         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44945
44946         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44947         FD_CLOEXEC for /proc/self/maps.
44948
44949         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44950         FD_CLOEXEC for /proc/meminfo.
44951
44952         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44953         gai.conf.
44954
44955         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44956         FD_CLOEXEC for given file.
44957
44958         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44959
44960         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44961         FD_CLOEXEC for /etc/hosts.
44962         (_gethtent): Likewise.
44963
44964         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44965
44966         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44967         cancellation and set FD_CLOEXEC for /etc/netgroup.
44968
44969         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44970         reading /etc/publickey.
44971
44972         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44973         allow cancellation when reading /etc/group.
44974
44975         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44976         cancellation.
44977         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44978
44979         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44980         when using data file.
44981
44982         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44983
44984         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44985         (write_nis_obj): Use "c" and "e" in fopen.
44986
44987         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44988
44989         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44990
44991         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44992
44993         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44994
44995         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44996         locale.alias.
44997
44998         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44999
45000         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
45001
45002         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
45003
45004         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
45005         file parsing and set FD_CLOEXEC.
45006
45007 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
45008
45009         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
45010
45011 2011-11-14  Andreas Schwab  <schwab@redhat.com>
45012
45013         * malloc/arena.c (arena_get2): Don't call reused_arena when
45014         _int_new_arena failed.
45015
45016 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
45017
45018         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
45019         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
45020         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
45021         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45022         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45023         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
45024         to compile strcasecmp and strncasecmp.
45025         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
45026         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
45027
45028         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
45029
45030 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
45031
45032         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
45033         locale-defines.sym to gen-as-const-headers.
45034         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
45035         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
45036         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
45037         to compile strcasecmp and strncasecmp.
45038         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
45039         strcasecmp_l and strncasecmp_l.
45040         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
45041         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
45042         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
45043         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
45044         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
45045         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
45046         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
45047         * sysdeps/i386/i686/multiarch/strncase.S: New file.
45048         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
45049         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
45050         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
45051
45052 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
45053
45054         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
45055         result of SYSDEP_GETTIME_CPU to retval.
45056         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
45057         parameter list to macro.  Remove trailing semicolon.  Adjust users.
45058
45059         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
45060         variable.
45061
45062         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
45063         mantissa words.
45064         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
45065
45066         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
45067         from unused variable.
45068
45069         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
45070         DWARF definitions.
45071         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
45072         for assembling.
45073
45074         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
45075         over namespaces.
45076
45077         * sunrpc/rpc_prot.c (rejected): Fix case value.
45078
45079         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
45080         unsigned long long int to avoid warnings in shift.
45081
45082         * posix/regex_internal.c (re_string_reconstruct): Actually use result
45083         of use of trans.
45084         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
45085         variable tmp.
45086
45087         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
45088         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
45089         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
45090
45091         * nis/nis_table.c (nis_list): Use variable of correct type for
45092         result of __follow_path call.
45093
45094 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45095
45096         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
45097         of math functions ceil, trunc, floor, round, and sqrt, when
45098         avaliable on the platform.
45099         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
45100         name clash.
45101         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45102         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45103         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45104
45105 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
45106
45107         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
45108         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
45109
45110 2011-11-11  Roland McGrath  <roland@hack.frob.com>
45111
45112         * include/unistd.h: Fix __readlink return type.
45113         Reported by Chris Metcalf <cmetcalf@tilera.com>.
45114
45115 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
45116
45117         * stdlib/ucontext.h: Undo last change for makecontext.
45118
45119 2011-11-11  Andreas Schwab  <schwab@redhat.com>
45120
45121         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
45122
45123         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
45124         * setjmp/setjmp.h: Mark functions as non-leaf.
45125         * setjmp/bits/setjmp2.h: Likewise.
45126         * stdlib/ucontext.h: Likewise.
45127
45128 2011-11-10  Andreas Schwab  <schwab@redhat.com>
45129
45130         * malloc/arena.c (_int_new_arena): Don't increment narenas.
45131         (reused_arena): Don't check arena limit.
45132         (arena_get2): Atomically check arena limit.
45133
45134 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
45135
45136         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
45137         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
45138
45139         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
45140         instructions.
45141
45142 2011-11-07  Andreas Schwab  <schwab@redhat.com>
45143
45144         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
45145         handler when locking.
45146
45147         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45148         Fix size of allocated buffer.
45149
45150 2011-11-04  Andreas Schwab  <schwab@redhat.com>
45151
45152         [BZ #10103]
45153         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
45154         declarations for long double functions.
45155         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
45156
45157         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
45158
45159 2011-11-03  Andreas Schwab  <schwab@redhat.com>
45160
45161         * nscd/nscd.c (main): Don't start AVC thread until credentials are
45162         installed.
45163
45164         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
45165         is disabled.
45166
45167 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45168
45169         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
45170
45171 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
45172
45173         * include/alloca.h (stackinfo_alloca_round): Define.
45174         (extend_alloca): Use it.
45175         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
45176         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
45177         here.
45178
45179         * scripts/check-local-headers.sh: Ignore libaudit.h.
45180
45181         * nscd/Makefile (extra-objs): Make recursively expanded.
45182
45183 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
45184
45185         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
45186         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
45187
45188         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
45189         * posix/tst-rfc3484-2.c: Likewise.
45190         * posix/tst-rfc3484-3.c: Likewise.
45191
45192         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45193         process_vm_writev.
45194         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
45195         process_vm_writev.
45196         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
45197         process_vm_writev from libc using GLIBC_2.15 version.
45198
45199         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
45200
45201 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
45202
45203         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45204         stack usage.
45205
45206 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
45207
45208         [BZ #13367]
45209         * nss/getent.c (initgroups_keys): Show error message in case no group
45210         names are given.
45211
45212         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45213         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45214         __bump_nl_timestamp.
45215         * nscd/connections (nscd_init): When host database is served open
45216         netlink socket and request notification about configuration changes.
45217         (main_loop_poll): Track netlink file descriptor and bump timestamp
45218         in case data becomes available.
45219         (main_loop_epoll): Likewise.
45220         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45221         (database_pers_head): Add extra_data fileds.
45222         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45223         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45224         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45225         Adjust caller.
45226         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45227         in6ai data, call __free_in6ai.
45228         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45229         Add -DHAVE_NETLINK.
45230         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
45231         interface information.  Reuse previous data if netlink timestamp
45232         is not changed.
45233         (__bump_nl_timestamp): New function.
45234         (__free_in6ai): New function.
45235
45236 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
45237
45238         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45239         close_not_cancel_no_status here.
45240         (__check_pf): Reorganize code a bit to not call close twice if OOM.
45241
45242 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45243
45244         [BZ #13276]
45245         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45246         return value.
45247
45248         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
45249         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45250         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45251
45252 2011-07-03  Andreas Jaeger  <aj@suse.de>
45253
45254         [BZ #10709]
45255         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45256         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45257         * math/libm-test.inc (sin_test): Add test case.
45258
45259 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45260
45261         [BZ #13337]
45262         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45263         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45264
45265         * elf/chroot_canon.c (chroot_canon): Cleanups.
45266
45267         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45268
45269         [BZ #13335]
45270         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45271         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45272
45273         * string/test-strchr.c: Make usable for strchrnul testing.
45274         * string/test-strchrnul.c: New file.
45275         * string/Makefile (strop-tests): Add strchrnul.
45276
45277         * po/it.po: Update from translation team.
45278         * po/es.po: Likewise.
45279
45280 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
45281
45282         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45283         the three constants needed as parameters.  Drop the others.
45284         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45285         __m128i_strloadu_tolower.
45286         Create and initialize variable zero and use it in all the places
45287         where _mm_setzero_si128 was used.
45288
45289         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45290         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45291         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45292         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45293         anymore.
45294         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45295         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45296         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45297         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45298         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45299         __mpranred, __mptan.
45300         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45301         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45302         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45303         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45304         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45305         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45306         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45307         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45308         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45309
45310 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45311
45312         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45313         redefine if SHARED.
45314         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45315
45316         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45317         wide char related routines to wcsmbs subdir.
45318
45319 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45320
45321         [BZ #13344]
45322         * misc/sys/cdefs.h (__THROWNL): Define.
45323         * posix/unistd.h: Use __THREADNL instead of __THREAD
45324         for memory synchronization functions.
45325
45326 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45327
45328         [BZ #13349]
45329         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45330         doesn't exist.
45331         * manual/stdio.texi (Obstack Streams): Node removed.
45332
45333 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45334
45335         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45336         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45337         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45338
45339         * math/math_private.h (math_force_eval): Allow non-addressable
45340         arguments.
45341         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45342
45343 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45344
45345         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45346         file is not needed.
45347
45348         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45349         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45350         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45351         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45352         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45353         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45354         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45355         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45356         Add AVX variants.
45357         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45358         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45359         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45360         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45361         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45362         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45363         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45364         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45365         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45366         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45367         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45368         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45369         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45370         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45371         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45372         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45373         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45374         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45375         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45376
45377         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45378         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45379
45380         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45381         place.  Use VEX encoding when compiling for AVX.
45382
45383 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45384
45385         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45386         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45387
45388         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45389
45390 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45391
45392         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45393         useless if() expression.
45394         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45395         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45396         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45397         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45398         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45399         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45400         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45401         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45402         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45403         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45404         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45405         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45406         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45407         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45408         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45409         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45410         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45411         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45412         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45413
45414         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45415
45416 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45417
45418         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45419         condition.
45420         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45421
45422 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45423
45424         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45425         .text section.  Avoid duplicate constants.
45426         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45427         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45428         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45429         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45430         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45431         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45432         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45433         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45434         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45435         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45436         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45437         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45438         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45439         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45440         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45441         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45442         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45443         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45444         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45445         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45446         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45447         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45448         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45449         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45450         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45451         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45452         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45453         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45454         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45455         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45456         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45457         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45458         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45459         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45460         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45461         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45462         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45463         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45464         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45465         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45466         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45467         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45468         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45469         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45470         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45471
45472 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45473
45474         * sysdeps/x86_64/dla.h: Move to ...
45475         * sysdeps/x86_64/fpu/dla.h: ...here.
45476         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45477         situations.  Use __builtin_fma only for gcc 4.6 and up.
45478
45479         * config.make.in: Add have-mfma4 entry.
45480         * configure.in: Substitute libc_cv_cc_fma4.
45481         * math/Makefile (dbl-only-routines): Add sincostab.
45482         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45483         Use __sincostab not sincos.
45484         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45485         name is a macro.
45486         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45487         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45488         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45489         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45490         using __copysign.
45491         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45492         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45493         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45494         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45495         and __inv.
45496         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45497         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45498         __copysign.
45499         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45500         define aliases when function name is a macro.
45501         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45502         sysdeps/ieee754/dbl-64/sincos.tbl.
45503         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45504         fma4-enabled routines.
45505         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45506         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45507         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45508         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45509         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45510         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45511         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45512         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45513         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45514         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45515         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45516         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45517         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45518         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45519         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45520         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45521         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45522         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45523         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45524         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45525         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45526         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45527         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45528         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45529         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45530         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45531         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45532         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45533         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45534         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45535
45536         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45537         rename.
45538         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45539         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45540         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45541         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45542         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45543         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45544         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45545         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45546
45547 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45548
45549         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45550
45551 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45552
45553         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45554
45555         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45556         prediction.
45557         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45558
45559         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45560         Remove unused variable magic_bits.
45561         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45562
45563         * string/strnlen.c: Define and use STRNLEN macro.
45564         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45565         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45566         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45567         * wcsmbs/wcslen.c: Define and use WCSLEN.
45568         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45569         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45570         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45571         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45572         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45573         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45574         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45575
45576 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45577
45578         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45579         strnlen-sse2-no-bsf.
45580         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45581         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45582         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45583         Add strnlen support.
45584         (USE_AS_STRNLEN): New macro.
45585         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45586         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45587         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45588         * sysdeps/x86_64/wcslen.S: New file.
45589
45590 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45591
45592         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45593         XMM-moves are used for copying on small sizes.
45594
45595 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45596
45597         * wcsmbs/Makefile (strop-tests): Add wcschr.
45598         * wcsmbs/test-wcschr.c: New file.
45599         * string/test-strchr.c: Update.
45600         Add wcschr support.
45601         (WIDE): New macro.
45602
45603 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45604
45605         * wcsmbs/Makefile (strop-tests): Add wcslen.
45606         * wcsmbs/test-wcslen.c: New file.
45607         * string/test-strlen.c: Update.
45608         Add wcslen support.
45609         (WIDE): New macro.
45610
45611 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45612
45613         * po/it.po: Update from translation team.
45614
45615 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45616
45617         * sysdeps/x86_64/wcscmp.S: Update.
45618         Fix wrong comparison semantics.
45619         wcscmp shall use signed comparison not unsigned.
45620         Don't use substraction to avoid overflow bug.
45621         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45622         * wcsmbc/wcscmp.c: Likewise.
45623         * string/test-strcmp.c: Likewise.
45624         Add new tests to check cases with negative values.
45625
45626 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45627
45628         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45629         * sysdeps/x86_64/dla.h: ...here.  New file.
45630         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45631         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45632         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45633         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45634         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45635         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45636         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45637         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45638         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45639
45640 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45641
45642         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45643         __ynl_finite aliases.
45644
45645 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45646
45647         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45648
45649         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45650         define DLA_FMA.
45651         [DLA_FMA] (EMULV): Use DLA_FMA.
45652         [DLA_FMA] (MUL12): Use EMULV.
45653         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45654         that are not needed.
45655         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45656         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45657         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45658         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45659         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45660         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45661         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45662
45663 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45664
45665         * math/s_nan.c: Undef __nan.
45666         * math/s_nanf.c: Undef __nanf.
45667         * math/s_nanl.c: Undef __nanl.
45668         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45669         "math_private.h".
45670
45671 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45672
45673         * math/s_catan.c: Add branch predictions.
45674         * math/s_catanf.c: Likewise.
45675         * math/s_catanh.c: Likewise.
45676         * math/s_catanhf.c: Likewise.
45677         * math/s_catanhl.c: Likewise.
45678         * math/s_catanl.c: Likewise.
45679         * math/s_cexp.c: Likewise.
45680         * math/s_cexpf.c: Likewise.
45681         * math/s_cexpl.c: Likewise.
45682         * math/s_clog.c: Likewise.
45683         * math/s_clog10.c: Likewise.
45684         * math/s_clog10f.c: Likewise.
45685         * math/s_clog10l.c: Likewise.
45686         * math/s_clogf.c: Likewise.
45687         * math/s_clogl.c: Likewise.
45688         * math/s_csqrt.c: Likewise.
45689         * math/s_csqrtf.c: Likewise.
45690         * math/s_csqrtl.c: Likewise.
45691         * math/s_ctanf.c: Likewise.
45692         * math/s_ctanh.c: Likewise.
45693         * math/s_ctanhf.c: Likewise.
45694         * math/s_ctanhl.c: Likewise.
45695         * math/s_ctanl.c: Likewise.
45696
45697         * math/math_private.h: Define __nan, __nanf, __nanl.
45698         * math/s_cacosh.c: Include <math_private.h>.
45699         * math/s_cacoshl.c: Likewise.
45700         * math/s_casinh.c: Likewise.
45701         * math/s_casinhf.c: Likewise.
45702         * math/s_casinhl.c: Likewise.
45703         * math/s_ccos.c: Rely entire on ccosh.
45704         * math/s_ccosf.c: Rely entire on ccoshf.
45705         * math/s_ccosl.c: Rely entirely on ccoshl.
45706         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45707         Remove tests for FE_INVALID.
45708         * math/s_ccoshf.c: Likewise.
45709         * math/s_ccoshl.c: Likewise.
45710         * math/s_csin.c: Likewise.
45711         * math/s_csinf.c: Likewise.
45712         * math/s_csinh.c Likewise.
45713         * math/s_csinhf.c: Likewise.
45714         * math/s_csinhl.c: Likewise.
45715         * math/s_csinl.c: Likewise.
45716         * math/s_ctan.c: Likewise.
45717         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45718         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45719         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45720
45721 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45722
45723         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45724         compilation problems.
45725
45726         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45727         __builtin_expect.
45728
45729 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45730
45731         * sysdeps/i386/configure.in: Test for -mfma4 option.
45732         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45733         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45734         COMMON_CPUID_INDEX_80000001.
45735         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45736         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45737         use it if FMA3 is not supported.
45738         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45739
45740         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45741         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45742
45743 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45744
45745         [BZ #12892]
45746         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45747         it would create a cycle with a link time dependency.
45748
45749 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45750
45751         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45752         instruction.
45753         * string/Makefile (strop-tests): Add rawmemchr.
45754         * string/test-rawmemchr.c: New file.
45755
45756         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45757         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45758         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45759         when compiling str{,n}casecmp and when AVX is available.  Hook up
45760         new optimized code in initializers.
45761
45762 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45763
45764         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45765         __feraiseexcept instead of feraiseexcept.
45766
45767 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45768
45769         * math/math_private.h: Define defaults for libc_fetestexcept and
45770         libc_feupdateenv.
45771         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45772         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45773         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45774         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45775         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45776         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45777         libc_fetestexcept and libc_feupdateenv.
45778
45779         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45780         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45781         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45782         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45783         libc_feholdexcept_setround.
45784
45785         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45786         Add s_nearbyint-c and s_nearbyintf-c.
45787         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45788         nearbyintf inlines.
45789         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45790         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45791         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45792         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45793
45794         * math/math_private.h: Define defaults for libc_fegetround,
45795         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45796         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45797         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45798         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45799         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45800         standard functions.
45801         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45802         Remove comments and hacks for old compiler versions.
45803         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45804         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45805         libc_feholdexceptl.
45806
45807 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45808
45809         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45810         (__feraiseexcept_renamed): Add __NTH.
45811         (feraiseexcept): Add __NTH.  Rename local variables to fix
45812         namespace violations.
45813
45814 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45815
45816         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45817
45818         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45819
45820         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45821         recently added interfaces.
45822         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45823
45824         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45825         about macro parameter expansion.
45826
45827         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45828         __NO_MATH_INLINES is defined.  Cleanups.
45829
45830         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45831         and __floorf is target has SSE4.1.
45832         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45833         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45834         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45835         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45836
45837         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45838         name.
45839         (floorf): Likewise.
45840
45841         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45842
45843 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45844
45845         * misc/sys/cdefs.h: Fix last change.
45846
45847         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45848         database lookup.
45849
45850 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45851
45852         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45853
45854         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45855         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45856         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45857         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45858         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45859         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45860         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45861         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45862         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45863         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45864         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45865         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45866         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45867         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45868         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45869         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45870         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45871         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45872         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45873         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45874         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45875         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45876
45877         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45878         ceil, ceilf, floor, floorf.
45879
45880         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45881         Perform IRELATIVE relocations last.
45882
45883         * elf/do-rel.h: Add another parameter nrelative, replacing the
45884         local variable with the same name.  Change name of the function
45885         to end in Rel or Rela (uppercase).
45886         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45887         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45888         elf_dynamic_do_##reloc function.
45889
45890 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45891
45892         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45893         is sufficient, at least on modern CPUs.
45894
45895         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45896
45897         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45898         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45899
45900         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45901         __expl_finite.
45902         * math/bits/math-finite.h: Add entries for exp.
45903         * math/e_expl.c: Add __*_finite alias.
45904         * sysdeps/i386/fpu/e_exp.S: Likewise.
45905         * sysdeps/i386/fpu/e_expf.S: Likewise.
45906         * sysdeps/i386/fpu/e_expl.c: Likewise.
45907         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45908         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45909         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45910         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45911         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45912         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45913         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45914
45915         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45916         is sufficient, at least on modern CPUs.
45917
45918         * ctype/ctype-info.c (__ctype_init): Define.
45919         * include/ctype.h (__ctype_init): Declare.
45920         (__ctype_b_loc): The variable is always initialized.
45921         (__ctype_toupper_loc): Likewise.
45922         (__ctype_tolower_loc): Likewise.
45923         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45924         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45925
45926 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45927
45928         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45929
45930         * configure.in: Also look in $cxxmachine/include for C++ system
45931         headers.
45932
45933 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45934
45935         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45936         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45937         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45938         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45939         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45940         (USE_AS_WMEMCMP): New macro.
45941         Fixing indents.
45942         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45943         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45944         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45945         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45946         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45947         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45948         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45949         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45950         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45951         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45952         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45953         (USE_AS_WMEMCMP): New macro.
45954         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45955         * sysdeps/string/test-memcmp.c: Update.
45956         Fix simple_wmemcmp.
45957         Add new tests.
45958         * wcsmbs/wmemcmp.c: Update.
45959         (WMEMCMP): New macro.
45960         Fix overflow bug.
45961
45962 2011-10-12  Andreas Jaeger  <aj@suse.de>
45963
45964         [BZ #13268]
45965         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45966
45967 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45968
45969         * libio/iofwide.c (do_length): Avoid warning.
45970
45971         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45972
45973 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45974
45975         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45976
45977         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45978         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45979         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45980         * sysdeps/i386/i686/fpu/e_log.S: New file.
45981         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45982         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45983
45984         * ctype/ctype.h: Add support for inlined isXXX functions when
45985         compiling C++ code.
45986
45987 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45988
45989         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45990
45991         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45992
45993 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45994
45995         [BZ #13291]
45996         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45997
45998 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45999
46000         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
46001         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
46002         feraiseexcept.
46003
46004         * sysdeps/x86_64/memrchr.S: Check for zero size.
46005
46006         * string/stratcliff.c: Add memrchr tests.
46007
46008 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46009
46010         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46011         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
46012         rawmemchr-sse2 rawmemchr-sse2-bsf.
46013         * sysdeps/i386/i686/multiarch/memchr.S: New file.
46014         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
46015         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
46016         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
46017         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
46018         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
46019         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
46020         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
46021         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
46022         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
46023         * string/memrchr.c (MEMRCHR): New macro.
46024
46025 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
46026
46027         Add integration with gcc's -ffinite-math-only and optimize wrapper
46028         functions in libm.
46029         * Versions.def: Define GLIBC_2.15 version for libm.
46030         * math/Makefile (headers): Add bits/math-finite.h.
46031         * math/bits/math-finite.h: New file.
46032         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
46033         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
46034         * math/e_acoshl.c: Add __*_finite alias.
46035         * math/e_acosl.c: Likewise.
46036         * math/e_asinl.c: Likewise.
46037         * math/e_atan2l.c: Likewise.
46038         * math/e_atanhl.c: Likewise.
46039         * math/e_coshl.c: Likewise.
46040         * math/e_exp10.c: Likewise.
46041         * math/e_exp10f.c: Likewise.
46042         * math/e_exp10l.c: Likewise.
46043         * math/e_exp2l.c: Likewise.
46044         * math/e_fmodl.c: Likewise.
46045         * math/e_gammal_r.c: Likewise.
46046         * math/e_hypotl.c: Likewise.
46047         * math/e_j0l.c: Likewise.
46048         * math/e_j1l.c: Likewise.
46049         * math/e_jnl.c: Likewise.
46050         * math/e_lgammal_r.c: Likewise.
46051         * math/e_log10l.c: Likewise.
46052         * math/e_log2l.c: Likewise.
46053         * math/e_logl.c: Likewise.
46054         * math/e_powl.c: Likewise.
46055         * math/e_sinhl.c: Likewise.
46056         * math/e_sqrtl.c: Likewise.
46057         * math/e_scalb.c: Completely rewritten and optimized.
46058         * math/e_scalbf.c: Likewise.
46059         * math/e_scalbl.c: Likewise.
46060         * math/w_acos.c: Likewise.
46061         * math/w_acosf.c: Likewise.
46062         * math/w_acosl.c: Likewise.
46063         * math/w_acosh.c: Likewise.
46064         * math/w_acoshf.c: Likewise.
46065         * math/w_acoshl.c: Likewise.
46066         * math/w_asin.c: Likewise.
46067         * math/w_asinf.c: Likewise.
46068         * math/w_asinl.c: Likewise.
46069         * math/w_atan2.c: Likewise.
46070         * math/w_atan2f.c: Likewise.
46071         * math/w_atan2l.c: Likewise.
46072         * math/w_atanh.c: Likewise.
46073         * math/w_atanhf.c: Likewise.
46074         * math/w_atanhl.c: Likewise.
46075         * math/w_exp10.c: Likewise.
46076         * math/w_exp10f.c: Likewise.
46077         * math/w_exp10l.c: Likewise.
46078         * math/w_fmod.c: Likewise.
46079         * math/w_fmodf.c: Likewise.
46080         * math/w_fmodl.c: Likewise.
46081         * math/w_j0.c: Likewise.
46082         * math/w_j0f.c: Likewise.
46083         * math/w_j0l.c: Likewise.
46084         * math/w_j1.c: Likewise.
46085         * math/w_j1f.c: Likewise.
46086         * math/w_j1l.c: Likewise.
46087         * math/w_jn.c: Likewise.
46088         * math/w_jnf.c: Likewise.
46089         * math/w_log.c: Likewise.
46090         * math/w_logf.c: Likewise.
46091         * math/w_logl.c: Likewise.
46092         * math/w_log10.c: Likewise.
46093         * math/w_log10f.c: Likewise.
46094         * math/w_log10l.c: Likewise.
46095         * math/w_log2.c: Likewise.
46096         * math/w_log2f.c: Likewise.
46097         * math/w_log2l.c: Likewise.
46098         * math/w_pow.c: Likewise.
46099         * math/w_powf.c: Likewise.
46100         * math/w_powl.c: Likewise.
46101         * math/w_remainder.c: Likewise.
46102         * math/w_remainderf.c: Likewise.
46103         * math/w_remainderl.c: Likewise.
46104         * math/w_scalb.c: Likewise.
46105         * math/w_scalbf.c: Likewise.
46106         * math/w_scalbl.c: Likewise.
46107         * math/w_sqrt.c: Likewise.
46108         * math/w_sqrtf.c: Likewise.
46109         * math/w_sqrtl.c: Likewise.
46110         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
46111         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
46112         used.
46113         * math/math_private.h: Declare __kernel_standard_f.
46114         * math/w_cosh.c: Remove cruft and optimize a bit.
46115         * math/w_coshf.c: Likewise.
46116         * math/w_coshl.c: Likewise.
46117         * math/w_exp2.c: Likewise.
46118         * math/w_exp2f.c: Likewise.
46119         * math/w_exp2l.c: Likewise.
46120         * math/w_hypot.c: Likewise.
46121         * math/w_hypotf.c: Likewise.
46122         * math/w_hypotl.c: Likewise.
46123         * math/w_lgamma.c: Likewise.
46124         * math/w_lgamma_r.c: Likewise.
46125         * math/w_lgammaf.c: Likewise.
46126         * math/w_lgammaf_r.c: Likewise.
46127         * math/w_lgammal.c: Likewise.
46128         * math/w_lgammal_r.c: Likewise.
46129         * math/w_sinh.c: Likewise.
46130         * math/w_sinhf.c: Likewise.
46131         * math/w_sinhl.c: Likewise.
46132         * math/w_tgamma.c: Likewise.
46133         * math/w_tgammaf.c: Likewise.
46134         * math/w_tgammal.c: Likewise.
46135         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46136         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46137         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
46138         Minor optimizations.  Pretty printing.  Remove cruft.
46139         * sysdeps/i386/fpu/e_acosf.S: Likewise.
46140         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46141         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46142         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46143         * sysdeps/i386/fpu/e_acosl.c: Likewise.
46144         * sysdeps/i386/fpu/e_asin.S: Likewise.
46145         * sysdeps/i386/fpu/e_asinf.S: Likewise.
46146         * sysdeps/i386/fpu/e_atan2.S: Likewise.
46147         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
46148         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
46149         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46150         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46151         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46152         * sysdeps/i386/fpu/e_exp10.S: Likewise.
46153         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
46154         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
46155         * sysdeps/i386/fpu/e_exp2.S: Likewise.
46156         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
46157         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
46158         * sysdeps/i386/fpu/e_fmod.S: Likewise.
46159         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
46160         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
46161         * sysdeps/i386/fpu/e_hypot.S: Likewise.
46162         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
46163         * sysdeps/i386/fpu/e_log.S: Likewise.
46164         * sysdeps/i386/fpu/e_log10.S: Likewise.
46165         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46166         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46167         * sysdeps/i386/fpu/e_log2.S: Likewise.
46168         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46169         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46170         * sysdeps/i386/fpu/e_logf.S: Likewise.
46171         * sysdeps/i386/fpu/e_logl.S: Likewise.
46172         * sysdeps/i386/fpu/e_pow.S: Likewise.
46173         * sysdeps/i386/fpu/e_powf.S: Likewise.
46174         * sysdeps/i386/fpu/e_powl.S: Likewise.
46175         * sysdeps/i386/fpu/e_remainder.S: Likewise.
46176         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
46177         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
46178         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46179         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46180         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46181         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
46182         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
46183         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
46184         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46185         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46186         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46187         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46188         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46189         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46190         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
46191         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46192         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46193         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46194         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46195         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46196         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46197         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46198         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46199         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46200         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46201         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46202         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46203         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46204         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46205         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46206         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46207         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46208         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46209         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46210         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46211         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46212         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46213         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46214         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46215         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46216         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46217         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46218         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46219         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46220         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46221         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46222         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46223         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46224         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46225         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46226         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46227         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46228         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46229         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46230         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46231         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46232         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46233         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46234         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46235         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46236         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46237         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46238         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46239         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46240         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46241         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46242         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46243         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46244         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46245         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46246         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46247         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46248         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46249         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46250         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46251         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46252         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46253         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46254         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46255         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46256         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46257         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46258         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46259         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46260         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46261         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46262         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46263         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46264         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46265         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46266         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46267         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46268         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46269         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46270         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46271         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46272         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46273         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46274         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46275         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46276         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46277         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46278         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46279         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46280         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46281         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46282         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46283         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46284         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46285         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46286         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46287         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46288         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46289         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46290         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46291         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46292         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46293         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46294         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46295         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46296         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46297         (__isnanf): Likewise.
46298         (__isinf_ns): Likewise.
46299         (__isinf_nsf): Likewise.
46300         (__finite): Likewise.
46301         (__finitef): Likewise.
46302         (__ieee754_sqrt): Define as macro.
46303         (__ieee754_sqrtf): Define as macro.
46304         (__ieee754_sqrtl): Define as macro.
46305         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46306         inlined copy.
46307         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46308         __FINITE_MATH_ONLY__ consistent.
46309         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46310
46311 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46312
46313         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46314         of rawmemchr.
46315
46316         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46317
46318 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46319
46320         * po/ja.po: Update from translation team.
46321
46322 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46323
46324         * locale/programs/locarchive.c (prepare_address_space): New function.
46325         (create_archive, enlarge_archive, open_archive): Use it.
46326
46327         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46328         inside [SHARED], where it is used.
46329
46330         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46331
46332         * nss/getent.c (netgroup_keys): Remove unused variable.
46333         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46334
46335 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46336
46337         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46338         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46339         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46340         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46341         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46342         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46343         * math/Makefile (libm-calls): Add s_isinf_ns.
46344         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46345         * math/multc3.c: Likewise.
46346         * math/s_casin.c: Likewise.
46347         * math/s_casinf.c: Likewise.
46348         * math/s_casinl.c: Likewise.
46349         * math/s_ccos.c: Likewise.
46350         * math/s_ccosf.c: Likewise.
46351         * math/s_ccosl.c: Likewise.
46352         * math/s_ctan.c: Likewise.
46353         * math/s_ctanf.c: Likewise.
46354         * math/s_ctanh.c: Likewise.
46355         * math/s_ctanhf.c: Likewise.
46356         * math/s_ctanhl.c: Likewise.
46357         * math/s_ctanl.c: Likewise.
46358         * math/w_fmod.c: Likewise.
46359         * math/w_fmodf.c: Likewise.
46360         * math/w_fmodl.c: Likewise.
46361         * math/w_remainder.c: Likewise.
46362         * math/w_remainderf.c: Likewise.
46363         * math/w_remainderl.c: Likewise.
46364         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46365         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46366         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46367         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46368         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46369         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46370         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46371         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46372
46373         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46374         of the number.
46375         * stdio-common/printf_fphex.c: Likewise.
46376         * stdio-common/printf_size.c: Likewise.
46377
46378         * math/e_exp10.c: Include math_private.h using <...> not "...".
46379         * math/e_exp10f.c: Likewise.
46380         * math/e_exp10l.c: Likewise.
46381         * math/e_exp2l.c: Likewise.
46382         * math/e_j0l.c: Likewise.
46383         * math/e_j1l.c: Likewise.
46384         * math/e_jnl.c: Likewise.
46385         * math/e_lgammal_r.c: Likewise.
46386         * math/e_rem_pio2l.c: Likewise.
46387         * math/e_scalb.c: Likewise.
46388         * math/e_scalbf.c: Likewise.
46389         * math/e_scalbl.c: Likewise.
46390         * math/k_cosl.c: Likewise.
46391         * math/k_sinl.c: Likewise.
46392         * math/k_tanl.c: Likewise.
46393         * math/s_cacoshf.c: Likewise.
46394         * math/s_catan.c: Likewise.
46395         * math/s_catanf.c: Likewise.
46396         * math/s_catanh.c: Likewise.
46397         * math/s_catanhf.c: Likewise.
46398         * math/s_catanhl.c: Likewise.
46399         * math/s_catanl.c: Likewise.
46400         * math/s_ccosh.c: Likewise.
46401         * math/s_ccoshf.c: Likewise.
46402         * math/s_ccoshl.c: Likewise.
46403         * math/s_cexp.c: Likewise.
46404         * math/s_cexpf.c: Likewise.
46405         * math/s_cexpl.c: Likewise.
46406         * math/s_clog.c: Likewise.
46407         * math/s_clog10.c: Likewise.
46408         * math/s_clog10f.c: Likewise.
46409         * math/s_clog10l.c: Likewise.
46410         * math/s_clogf.c: Likewise.
46411         * math/s_clogl.c: Likewise.
46412         * math/s_csin.c: Likewise.
46413         * math/s_csinf.c: Likewise.
46414         * math/s_csinh.c: Likewise.
46415         * math/s_csinhf.c: Likewise.
46416         * math/s_csinhl.c: Likewise.
46417         * math/s_csinl.c: Likewise.
46418         * math/s_csqrt.c: Likewise.
46419         * math/s_csqrtf.c: Likewise.
46420         * math/s_csqrtl.c: Likewise.
46421         * math/s_ctan.c: Likewise.
46422         * math/s_ctanf.c: Likewise.
46423         * math/s_ctanh.c: Likewise.
46424         * math/s_ctanhf.c: Likewise.
46425         * math/s_ctanhl.c: Likewise.
46426         * math/s_ctanl.c: Likewise.
46427         * math/s_ldexp.c: Likewise.
46428         * math/s_ldexpf.c: Likewise.
46429         * math/s_ldexpl.c: Likewise.
46430         * math/s_significand.c: Likewise.
46431         * math/s_significandf.c: Likewise.
46432         * math/s_significandl.c: Likewise.
46433         * math/w_acos.c: Likewise.
46434         * math/w_acosf.c: Likewise.
46435         * math/w_acosh.c: Likewise.
46436         * math/w_acoshf.c: Likewise.
46437         * math/w_acoshl.c: Likewise.
46438         * math/w_acosl.c: Likewise.
46439         * math/w_asin.c: Likewise.
46440         * math/w_asinf.c: Likewise.
46441         * math/w_asinl.c: Likewise.
46442         * math/w_atan2.c: Likewise.
46443         * math/w_atan2f.c: Likewise.
46444         * math/w_atan2l.c: Likewise.
46445         * math/w_atanh.c: Likewise.
46446         * math/w_atanhf.c: Likewise.
46447         * math/w_atanhl.c: Likewise.
46448         * math/w_cosh.c: Likewise.
46449         * math/w_coshf.c: Likewise.
46450         * math/w_coshl.c: Likewise.
46451         * math/w_dremf.c: Likewise.
46452         * math/w_exp10.c: Likewise.
46453         * math/w_exp10f.c: Likewise.
46454         * math/w_exp10l.c: Likewise.
46455         * math/w_exp2.c: Likewise.
46456         * math/w_exp2f.c: Likewise.
46457         * math/w_fmod.c: Likewise.
46458         * math/w_fmodf.c: Likewise.
46459         * math/w_fmodl.c: Likewise.
46460         * math/w_hypot.c: Likewise.
46461         * math/w_hypotf.c: Likewise.
46462         * math/w_hypotl.c: Likewise.
46463         * math/w_j0.c: Likewise.
46464         * math/w_j0f.c: Likewise.
46465         * math/w_j0l.c: Likewise.
46466         * math/w_j1.c: Likewise.
46467         * math/w_j1f.c: Likewise.
46468         * math/w_j1l.c: Likewise.
46469         * math/w_jn.c: Likewise.
46470         * math/w_jnf.c: Likewise.
46471         * math/w_jnl.c: Likewise.
46472         * math/w_lgamma.c: Likewise.
46473         * math/w_lgamma_r.c: Likewise.
46474         * math/w_lgammaf.c: Likewise.
46475         * math/w_lgammaf_r.c: Likewise.
46476         * math/w_lgammal.c: Likewise.
46477         * math/w_lgammal_r.c: Likewise.
46478         * math/w_log.c: Likewise.
46479         * math/w_log10.c: Likewise.
46480         * math/w_log10f.c: Likewise.
46481         * math/w_log10l.c: Likewise.
46482         * math/w_log2.c: Likewise.
46483         * math/w_log2f.c: Likewise.
46484         * math/w_log2l.c: Likewise.
46485         * math/w_logf.c: Likewise.
46486         * math/w_logl.c: Likewise.
46487         * math/w_pow.c: Likewise.
46488         * math/w_powf.c: Likewise.
46489         * math/w_powl.c: Likewise.
46490         * math/w_remainder.c: Likewise.
46491         * math/w_remainderf.c: Likewise.
46492         * math/w_remainderl.c: Likewise.
46493         * math/w_scalb.c: Likewise.
46494         * math/w_scalbf.c: Likewise.
46495         * math/w_scalbl.c: Likewise.
46496         * math/w_sinh.c: Likewise.
46497         * math/w_sinhf.c: Likewise.
46498         * math/w_sinhl.c: Likewise.
46499         * math/w_sqrt.c: Likewise.
46500         * math/w_sqrtf.c: Likewise.
46501         * math/w_sqrtl.c: Likewise.
46502         * math/w_tgamma.c: Likewise.
46503         * math/w_tgammaf.c: Likewise.
46504         * math/w_tgammal.c: Likewise.
46505
46506         * po/ja.po: Update from translation team.
46507
46508 2011-09-29  Andreas Jaeger  <aj@suse.de>
46509
46510         [BZ #13179]
46511         * sunrpc/netname.c (netname2host): Fix logic.
46512
46513         [BZ #6779]
46514         [BZ #6783]
46515         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46516         correctly.
46517         * math/w_remainder.c (__remainder): Likewise.
46518         * math/w_remainderf.c (__remainderf): Likewise.
46519         * math/libm-test.inc (remainder_test): Add test cases.
46520
46521 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46522
46523         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46524         sdiv_qrnnd.
46525
46526 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46527
46528         * string/test-memcmp.c: Avoid unncessary #defines.
46529         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46530
46531 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46532
46533         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46534         Use new sse2 version for core i3 - i7 as it's faster
46535         than sse42 version.
46536         (bit_Prefer_PMINUB_for_stringop): New.
46537         * sysdeps/x86_64/rawmemchr.S: Update.
46538         Replace with faster SSE2 version.
46539         * sysdeps/x86_64/memrchr.S: New file.
46540         * sysdeps/x86_64/memchr.S: Update.
46541         Replace with faster SSE2 version.
46542
46543 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46544
46545         * elf/dl-load.c (lose): Add cast to avoid warning.
46546
46547 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46548
46549         * po/ca.po: Update from translation team.
46550
46551         * inet/getnetgrent_r.c: Hook up nscd.
46552         * nscd/Makefile (routines): Add nscd_netgroup.
46553         (nscd-modules): Add netgroupcache.
46554         (CFLAGS-netgroupcache.c): Define.
46555         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46556         (cache_search): Add const to second parameter.
46557         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46558         INNETGR.
46559         (dbs): Add netgrdb entry.
46560         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46561         (verify_persistent_db): Handle netgrdb.
46562         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46563         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46564         GETFDNETGR.
46565         (netgroup_response_header): Define.
46566         (innetgroup_response_header): Define.
46567         (datahead): Add netgroup_response_header and innetgroup_response_header
46568         elements.
46569         * nscd/nscd.conf: Add entries for netgroup cache.
46570         * nscd/nscd.h (dbtype): Add netgrdb.
46571         (_PATH_NSCD_NETGROUP_DB): Define.
46572         (netgroup_iov_disabled): Declare.
46573         (xmalloc, xcalloc, xrealloc): Move declarations here.
46574         (cache_search): Adjust prototype.
46575         Add netgroup-related prototypes.
46576         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46577         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46578         (__nscd_innetgr): Declare.
46579         * nscd/selinux.c (perms): Use access_vector_t as element type and
46580         add netgroup-related initializers.
46581         * nscd/netgroupcache.c: New file.
46582         * nscd/nscd_netgroup.c: New file.
46583         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46584         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46585         For four parameters use innetgr.
46586         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46587         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46588         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46589         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46590
46591         * nscd/connections.c (register_traced_file): Don't register file
46592         for disabled databases.
46593
46594 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46595
46596         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46597
46598         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46599         from tree and freeing node.
46600
46601 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46602
46603         * nss/nsswitch.c (__nss_database_lookup): Handle
46604         nss_parse_service_list out of memory case.
46605
46606 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46607
46608         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46609         out of memory case.
46610
46611 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46612
46613         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46614         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46615         pass it down.
46616         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46617         elf_machine_rela, elf_machine_lazy_rel.
46618         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46619         (ELF_DYNAMIC_DO_REL): Likewise.
46620         (ELF_DYNAMIC_DO_RELA): Likewise.
46621         (ELF_DYNAMIC_RELOCATE): Likewise.
46622         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46623         to ELF_DYNAMIC_DO_REL.
46624         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46625         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46626         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46627         elf_machine_rela.
46628         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46629         skip_ifunc, don't call ifunc function if non-zero.
46630         (elf_machine_rela): Likewise.
46631         (elf_machine_lazy_rel): Likewise.
46632         (elf_machine_lazy_rela): Likewise.
46633         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46634         (elf_machine_lazy_rel): Likewise.
46635         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46636         Likewise.
46637         (elf_machine_lazy_rel): Likewise.
46638         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46639         Likewise.
46640         (elf_machine_lazy_rel): Likewise.
46641         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46642         (elf_machine_lazy_rel): Likewise.
46643         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46644         (elf_machine_lazy_rel): Likewise.
46645         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46646         (elf_machine_lazy_rel): Likewise.
46647         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46648         (elf_machine_lazy_rel): Likewise.
46649         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46650         (elf_machine_lazy_rel): Likewise.
46651         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46652         (elf_machine_lazy_rel): Likewise.
46653
46654 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46655
46656         * nss/nss_files/files-init.c (_nss_files_init): Use static
46657         initialization for all the *_traced_file variables.
46658
46659 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46660
46661         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46662
46663 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46664
46665         [BZ #13226]
46666         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46667
46668 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46669
46670         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46671         Reread the line before reparsing it.
46672
46673 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46674
46675         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46676
46677 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46678             Maxim Kuvyrkov  <maxim@codesourcery.com>
46679             Joseph Myers  <joseph@codesourcery.com>
46680
46681         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46682         if needed for __stack_chk_guard.
46683
46684 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46685
46686         * sysdeps/posix/spawni.c (script_execute): Always define it.
46687         It will be optimized away if unused.
46688         (maybe_script_execute): New function.
46689         (__spawni): Call it.
46690
46691         * Makerules: Don't include tls.make.
46692         (config-tls): Always set to thread.
46693         * tls.make.c: File removed.
46694
46695 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46696
46697         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46698         * config.make.in (CPPFLAGS-config): New substituted variable.
46699
46700 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46701
46702         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46703
46704         [BZ #13192]
46705         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46706         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46707
46708 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46709
46710         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46711         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46712         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46713         (CALL_FAIL): Likewise.
46714         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46715         (CALL_FAIL): Macro removed.
46716         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46717
46718 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46719
46720         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46721         for __FINITE_MATH_ONLY__ == 1.
46722
46723 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46724
46725         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46726         __ieee754_sqrt instead of sqrt.
46727         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46728         __ieee754_sqrtf instead of sqrtf.
46729         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46730         __floorf instead of floorf.
46731         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46732         __floorf, __truncf instead of floorf, truncf.
46733
46734 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46735
46736         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46737
46738         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46739         __extern_always_inline.
46740         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46741         32-bit.
46742
46743 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46744
46745         * elf/rtld.c (dl_main): Also relocate in dependency order when
46746         doing symbol dependency testing.
46747
46748 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46749
46750         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46751         Always define `refsym'.
46752
46753 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46754
46755         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46756         (__FD_ELT): Renamed from __FDELT.
46757         * misc/bits/select2.h (__FD_ELT): Likewise.
46758         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46759         __FD_MASK instead of __FDELT, __FDMASK.
46760         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46761         Likewise.
46762         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46763         Likewise.
46764
46765         * elf/Makefile (gen-ldd): Fix pattern.
46766
46767         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46768         (init_tls): Likewise.
46769
46770 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46771
46772         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46773
46774 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46775
46776         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46777         `struct cmsghdr *' instead of `void *'.
46778         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46779         Likewise.
46780
46781 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46782
46783         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46784         if non-absolute.
46785         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46786         ldd_rewrite_script.
46787
46788 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46789
46790         * configure.in: Remove --with-tls option.
46791         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46792         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46793         out in case it is missing.
46794         * sysdeps/ia64/elf/configure.in: Likewise.
46795         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46796         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46797         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46798         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46799         * sysdeps/sh/elf/configure.in: Likewise.
46800         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46801         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46802         * sysdeps/x86_64/elf/configure.in: Likewise.
46803         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46804         * sysdeps/mach/hurd/tls.h: Likewise.
46805
46806         [BZ #13067]
46807         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46808
46809         [BZ #13090]
46810         * configure.in: Fix use of AC_INIT.
46811
46812         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46813
46814 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46815
46816         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46817         __set_errno.
46818         * malloc/hooks.c: Likewise.
46819
46820         [BZ #11929]
46821         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46822         variables statically.
46823         (narenas): Initialize.
46824         (list_lock): Initialize.
46825         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46826         initializtion of main_arena and list_lock.  Small cleanups.
46827         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46828         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46829         Add initializers to main_arena and mp_.
46830         (malloc_state): Remove pagesize member.  Change all users to use
46831         GLRO(dl_pagesize).
46832
46833         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46834         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46835         is always initialized.
46836
46837         * malloc/malloc.c: Removed unused configurations and dead code.
46838         * malloc/arena.c: Likewise.
46839         * malloc/hooks.c: Likewise.
46840         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46841
46842         * include/tls.h: Removed.  USE___THREAD must always be defined.
46843         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46844         * elf/dl-libc.c: Likewise.
46845         * elf/dl-tsd.c: Likewise.
46846         * include/errno.h: Likewise.
46847         * include/netdb.h: Likewise.
46848         * include/resolv.h: Likewise.
46849         * inet/herrno-loc.c: Likewise.
46850         * inet/herrno.c: Likewise.
46851         * malloc/arena.c: Likewise.
46852         * malloc/hooks.c: Likewise.
46853         * malloc/malloc.c: Likewise.
46854         * resolv/res-state.c: Likewise.
46855         * resolv/res_libc.c: Likewise.
46856         * sysdeps/i386/dl-machine.h: Likewise.
46857         * sysdeps/ia64/dl-machine.h: Likewise.
46858         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46859         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46860         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46861         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46862         * sysdeps/sh/dl-machine.h: Likewise.
46863         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46864         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46865         * sysdeps/unix/i386/sysdep.S: Likewise.
46866         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46867         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46868         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46869         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46870         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46871         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46872         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46873         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46874         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46875         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46876         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46877         * sysdeps/x86_64/dl-machine.h: Likewise.
46878         * tls.make.c: Likewise.
46879
46880         * configure.in: Remove --with-__thread option.  Make tests for
46881         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46882         tls_model attribute fail if no support is available.  Remove
46883         USE_IN_LIBIO.
46884         * Makeconfig: Adjust for dropped configure option.  All features are
46885         now mandatory.
46886         * Makerules: Likewise.
46887         * Versions.def: Likewise.
46888         * argp/argp-fmtstream.c: Likewise.
46889         * argp/argp-fmtstream.h: Likewise.
46890         * argp/argp-help.c: Likewise.
46891         * assert/assert.c: Likewise.
46892         * config.h.in: Likewise.
46893         * config.make.in: Likewise.
46894         * configure: Likewise.
46895         * configure.in: Likewise.
46896         * csu/Versions: Likewise.
46897         * csu/init.c: Likewise.
46898         * elf/tst-audit2.c: Likewise.
46899         * elf/tst-tls10.c: Likewise.
46900         * elf/tst-tls10.h: Likewise.
46901         * elf/tst-tls11.c: Likewise.
46902         * elf/tst-tls12.c: Likewise.
46903         * elf/tst-tls14.c: Likewise.
46904         * elf/tst-tlsmod11.c: Likewise.
46905         * elf/tst-tlsmod12.c: Likewise.
46906         * elf/tst-tlsmod13.c: Likewise.
46907         * elf/tst-tlsmod13a.c: Likewise.
46908         * elf/tst-tlsmod14a.c: Likewise.
46909         * elf/tst-tlsmod15b.c: Likewise.
46910         * elf/tst-tlsmod16a.c: Likewise.
46911         * elf/tst-tlsmod16b.c: Likewise.
46912         * elf/tst-tlsmod7.c: Likewise.
46913         * elf/tst-tlsmod8.c: Likewise.
46914         * elf/tst-tlsmod9.c: Likewise.
46915         * gmon/gmon.c: Likewise.
46916         * grp/fgetgrent_r.c: Likewise.
46917         * grp/putgrent.c: Likewise.
46918         * hurd/fopenport.c: Likewise.
46919         * include/libc-symbols.h: Likewise.
46920         * include/tls.h: Likewise.
46921         * intl/gettextP.h: Likewise.
46922         * intl/loadinfo.h: Likewise.
46923         * locale/global-locale.c: Likewise.
46924         * locale/localeinfo.h: Likewise.
46925         * mach/devstream.c: Likewise.
46926         * malloc/arena.c: Likewise.
46927         * malloc/set-freeres.c: Likewise.
46928         * misc/err.c: Likewise.
46929         * misc/getttyent.c: Likewise.
46930         * misc/mntent_r.c: Likewise.
46931         * posix/getopt.c: Likewise.
46932         * posix/wordexp.c: Likewise.
46933         * pwd/fgetpwent_r.c: Likewise.
46934         * resolv/Versions: Likewise.
46935         * resolv/res_hconf.c: Likewise.
46936         * shadow/fgetspent_r.c: Likewise.
46937         * shadow/putspent.c: Likewise.
46938         * stdio-common/printf_fphex.c: Likewise.
46939         * stdio-common/tmpfile.c: Likewise.
46940         * stdlib/abort.c: Likewise.
46941         * stdlib/fmtmsg.c: Likewise.
46942         * sunrpc/auth_unix.c: Likewise.
46943         * sunrpc/clnt_perr.c: Likewise.
46944         * sunrpc/clnt_tcp.c: Likewise.
46945         * sunrpc/clnt_udp.c: Likewise.
46946         * sunrpc/clnt_unix.c: Likewise.
46947         * sunrpc/openchild.c: Likewise.
46948         * sunrpc/svc_simple.c: Likewise.
46949         * sunrpc/svc_tcp.c: Likewise.
46950         * sunrpc/svc_udp.c: Likewise.
46951         * sunrpc/svc_unix.c: Likewise.
46952         * sunrpc/xdr.c: Likewise.
46953         * sunrpc/xdr_array.c: Likewise.
46954         * sunrpc/xdr_rec.c: Likewise.
46955         * sunrpc/xdr_ref.c: Likewise.
46956         * sunrpc/xdr_stdio.c: Likewise.
46957
46958 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46959
46960         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46961
46962 2011-07-03  Andreas Jaeger  <aj@suse.de>
46963
46964         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46965         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46966         regenerate with gen-libm-tests.pl.
46967
46968 2010-05-12  Petr Baudis  <pasky@suse.cz>
46969
46970         [BZ #11589]
46971         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46972         around j0() zero points by switching to j1().
46973         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46974         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46977
46978 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46979
46980         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46981         instead of 0.
46982         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46983         instead of 0.
46984         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46985         Patch in part by Pavel Roskin <proski@gnu.org>.
46986
46987         [BZ #13138]
46988         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46989         realloc.
46990         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46991         Free memory block if necessary.
46992
46993         [BZ #12847]
46994         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46995         be NULL.  Don't lock in this case.
46996
46997 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46998
46999         * elf/elf.h (ELFOSABI_GNU): New macro.
47000         (ELFOSABI_LINUX): Define to that.
47001
47002 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
47003
47004         * string/strncat.c (strncat): Undef the symbol in case it has been
47005         defined in bits/string.h.
47006
47007 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
47008
47009         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
47010
47011         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
47012         link map.
47013
47014 2011-08-17  Andreas Jaeger  <aj@suse.de>
47015
47016         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
47017
47018 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
47019             Ian Lance Taylor  <iant@google.com>
47020
47021         * math/libm-test.inc (lround_test): New testcase.
47022         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
47023
47024 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
47025
47026         * Makefile: Remove support for automatic cvs check-ins.
47027         * Makerules: Likewise.
47028         * config.make.in: Likewise.
47029         * configure.in: Likewise.
47030         * intl/Makefile: Likewise.
47031         * locale/Makefile: Likewise.
47032         * po/Makefile: Likewise.
47033         * posix/Makefile: Likewise.
47034         * sysdeps/gnu/Makefile: Likewise.
47035         * sysdeps/mach/hurd/Makefile: Likewise.
47036         * sysdeps/sparc/sparc32/Makefile: Likewise.
47037
47038         [BZ #13118]
47039         * posix/Makefile (bug-regex32-ENV): Define.
47040         Patch by John Stanley <jpsinthemix@verizon.net>.
47041
47042         * misc/Makefile (headers): Add bits/select2.h.
47043         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
47044         * misc/bits/select2.h: New file.
47045         * include/bits/select2.h: New file.
47046         * debug/Makefile (routines): Add fdelt_chk.
47047         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
47048         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
47049         FD_ISSET.
47050         * debug/fdelt_chk.c: New file.
47051
47052         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
47053         * wcsmbs/test-wmemcmp.c: Likewise.
47054         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
47055         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
47056
47057 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47058
47059         * string/Makefile (strop-tests): Add memcmp.
47060         * string/test-wmemcmp.c: New file.
47061         * string/test-memcmp.c: Add wmemcmp support.
47062
47063 2011-09-08  Roland McGrath  <roland@hack.frob.com>
47064
47065         [BZ #13153]
47066         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
47067         2011-07-19 change.
47068
47069         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
47070         garbage value in a __mach_port_mod_refs call in the cases of the
47071         task-self and thread-self ports.
47072
47073 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47074
47075         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
47076
47077 2011-09-08  Andreas Schwab  <schwab@redhat.com>
47078
47079         * elf/dl-load.c (lose): Check for non-null L.
47080
47081 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47082
47083         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
47084
47085         * elf/dl-libc.c (dlerror_run): Pass back error code from
47086         dl_catch_error.
47087
47088         [BZ #13123]
47089         * elf/dl-load.c (lose): Free l_origin if it is valid.
47090
47091         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
47092         names.
47093         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
47094         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47095         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47096         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47097         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
47098         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
47099
47100 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47101
47102         * sysdeps/powerpc/fpu/e_hypot.c: New file.
47103         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
47104         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
47105         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
47106         * sysdeps/powerpc/fpu/k_cosf.c: New file.
47107         * sysdeps/powerpc/fpu/k_sinf.c: New file.
47108         * sysdeps/powerpc/fpu/s_cosf.c: New file.
47109         * sysdeps/powerpc/fpu/s_sinf.c: New file.
47110         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
47111         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
47112
47113 2011-08-15  Alan Modra  <amodra@gmail.com>
47114
47115         [BZ #13092]
47116         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
47117         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
47118         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
47119         ppc_mcount to static-only-routines.
47120         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
47121         __mcount_internal.
47122         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
47123         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
47124
47125 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
47126
47127         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
47128         for finite and infinity parameters.
47129
47130 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47131
47132         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
47133         and add nop instructions for throughput optimization.
47134         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47135
47136 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
47137
47138         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
47139         aligned copy for power7 with vector-scalar instructions.
47140         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
47141
47142 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
47143
47144         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
47145         AVX check.
47146
47147 2011-09-07  Andreas Schwab  <schwab@redhat.com>
47148
47149         [BZ #13144]
47150         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
47151         last change.
47152
47153 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
47154
47155         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47156         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
47157         syscall wrapper around clock_gettime in __vdso_clock_gettime.
47158         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
47159         clock_gettime.
47160
47161 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47162
47163         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
47164         Forgot to demangle the pointer.
47165
47166         * sysdeps/i386/sysdep.h: Define atom_text_section.
47167         * sysdeps/x86_64/sysdep.h: Likewise.
47168         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
47169         section with atom_text_section.
47170         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47171         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47172         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
47173         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47174         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
47175
47176         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
47177         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
47178         already be defined.  Change to take two parameters and don't assign
47179         result to variable.  Adjust all users.
47180         Define INTERNAL_GETTIME if not already defined.
47181         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
47182         call.
47183         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
47184         HAVE_CLOCK_GETTIME_VSYSCALL.
47185         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
47186
47187         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
47188         gettimeofday vsyscall, just use time.
47189
47190 2011-09-06  Andreas Schwab  <schwab@redhat.com>
47191
47192         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
47193         <errno.h>.
47194
47195 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
47196
47197         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
47198         syscall on x86-64.
47199         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
47200         syscall.
47201         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47202         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47203         syscall if possible.
47204
47205 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47206
47207         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47208         e_ident.  Don't pass to find_mapsXX.
47209         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47210
47211 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47212
47213         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47214         strchr-sse2-no-bsf strrchr-sse2-no-bsf
47215         * sysdeps/x86_64/multiarch/strchr.S: Update.
47216         Check bit_slow_BSF bit.
47217         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47218         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47219         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47220
47221 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47222
47223         [BZ #13134]
47224         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47225         before glibc 2.15.
47226         (tryshell): Define.
47227         (__spawni): Change last parameter to be flag.  Test
47228         SPAWN_XFLAGS_USE_PATH flag to use path or not.
47229         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47230         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47231         * posix/spawni.c: Likewise.
47232         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47233         * posix/spawnp.c: Likewise.  Change normal version to use
47234         SPAWN_XFLAGS_USE_PATH.
47235         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47236         SPAWN_XFLAGS_TRY_SHELL.
47237
47238         [BZ #13150]
47239         * posix/glob.h: Remove gcc 1.x support.
47240
47241         [BZ #13068]
47242         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47243
47244 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47245
47246         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47247         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47248         strrchr-sse2-bsf
47249         * sysdeps/i386/i686/multiarch/strchr.S: New file.
47250         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47251         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47252         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47253         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47254         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47255
47256 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47257
47258         * sysdeps/x86_64/wcscmp.S: New file.
47259
47260         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47261         wcscmp-c wcscmp-sse2
47262         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47263         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47264         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47265         * wcsmbs/wcscmp.c: Allow renaming.
47266
47267 2011-09-05  David S. Miller  <davem@davemloft.net>
47268
47269         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47270         stack slot, rather than the struct return pointer slot.
47271         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47272         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47273         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47274         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47275
47276 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47277
47278         * po/ja.po: Update from translation team.
47279
47280         [BZ #13144]
47281         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47282         kernel in 64-bit binaries.
47283
47284 2011-09-01  David S. Miller  <davem@davemloft.net>
47285
47286         * elf/elf.h (HWCAP_SPARC_*): Move to..
47287         * sysdeps/sparc/sysdep.h: this new file and add new values.
47288         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47289         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47290         _DL_HWCAP_COUNT to 24.
47291         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47292         entries.
47293         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47294         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47295         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47296         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47297         instead of magic constants.
47298         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47299
47300 2011-08-31  David S. Miller  <davem@davemloft.net>
47301
47302         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47303         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47304         Reimplement to do errno handling inline.
47305         (SYSCALL_ERROR_HANDLER): New macro.
47306         (__SYSCALL_STRING): Do not do errno handling in asm.
47307         (__CLONE_SYSCALL_STRING): Delete.
47308         (__INTERNAL_SYSCALL_STRING): Delete.
47309         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47310         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47311         (PSEUDO): Reimplement to do errno handling inline.
47312         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47313         (SYSCALL_ERROR_HANDLER): New macro.
47314         (__SYSCALL_STRING): Do not do errno handling in asm.
47315         (__CLONE_SYSCALL_STRING): Delete.
47316         (__INTERNAL_SYSCALL_STRING): Delete.
47317         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47318         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47319         i386.
47320         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47321         (inline_syscall*): Add 'err' argument.
47322         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47323         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47324         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47325         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47326
47327         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47328         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47329
47330 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47331
47332         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47333
47334 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47335
47336         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47337         directive.
47338
47339 2011-08-24  David S. Miller  <davem@davemloft.net>
47340
47341         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47342
47343 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47344
47345         * elf/Makefile: Add rules to build and run unload8 test.
47346         * elf/unload8.c: New file.
47347         * elf/unload8mod1.c: New file.
47348         * elf/unload8mod1x.c: New file.
47349         * elf/unload8mod2.c: New file.
47350         * elf/unload8mod3.c: New file.
47351
47352         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47353         it wasn't used.
47354
47355 2011-08-23  David S. Miller  <davem@davemloft.net>
47356
47357         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47358         subtract stack bias.
47359         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47360         %sp not %fp in calculations.
47361         (_JMPBUF_UNWINDS_ADJ): Likewise.
47362
47363         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47364         (aio_suspend): Call it to force an exception region around the
47365         AIO_MISC_WAIT() invocation.
47366
47367 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47368
47369         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47370         backslash.
47371
47372 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47373
47374         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47375         protection macro.
47376         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47377         and <dl-machine.h>.
47378         (Elf64_FuncDesc): Remove.
47379
47380 2011-08-22  David S. Miller  <davem@davemloft.net>
47381
47382         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47383         sigaltstack check, add missing cfi directives.
47384         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47385         missing cfi directives, and sigaltstack handling.
47386
47387 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47388
47389         [BZ #11724]
47390         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47391         object is seen twice.
47392         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47393
47394         * elf/Makefile (distribute): Add tst-initorder2.c.
47395         (tests): Add tst-initorder2.
47396         (modules-names): Add tst-initorder2a tst-initorder2b
47397         tst-initorder2c tst-initorder2d.  Add rules to build them.
47398         ($(objpfx)tst-initorder2.out): New rule.
47399         * elf/tst-initorder2.c: New file.
47400         * elf/tst-initorder2.exp: New file.
47401
47402 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47403
47404         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47405
47406         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47407         dependencies back to end of function.
47408
47409         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47410         $(elfobjdir)/ld.so.
47411
47412 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47413
47414         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47415         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47416         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47417         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47418         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47419         of __vdso_gettimeofday.
47420         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47421         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47422         attribute_hidden.
47423         (_libc_vdso_platform_setup): Remove initialization of
47424         __vdso_gettimeofday and __vdso_time.
47425
47426 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47427
47428         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47429         and fgetc_unlocked.
47430         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47431         getc_unlocked.
47432
47433         * elf/dl-open.c (add_to_global): Report additions to the global scope
47434         for LD_DEBUG=scopes.
47435         (dl_open_worker): Also print scope of newly loaded dependencies.
47436         (_dl_show_scope): Indicate if there is no scope.
47437
47438         [BZ #13114]
47439         * stdio-common/Makefile (tests): Add bug24.
47440         * stdio-common/bug24.c: New file.
47441
47442 2011-08-19  Andreas Jaeger  <aj@suse.de>
47443
47444         [BZ #13114]
47445         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47446         non-existant file when using close-on-exec mode.
47447
47448 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47449
47450         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47451         the very first instruction.
47452
47453         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47454         the CFI state in the end.
47455         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47456         inclusion of dl-trampoline.h.
47457         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47458
47459 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47460
47461         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47462         expectations for long double.
47463
47464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47465         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47466
47467 2011-08-14  David S. Miller  <davem@davemloft.net>
47468
47469         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47470         artificual limit depends upon the system page size.
47471
47472 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47473
47474         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47475         * resolv/Makefile: Define CFLAGS-libresolv.
47476
47477 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47478
47479         * nss/makedb.c (compute_tables): Make variables used in nested
47480         function static.
47481
47482 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47483
47484         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47485         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47486         if buffer was too small.
47487
47488         * elf/pldd.c (main): Attach to all threads in the process.
47489         Rewrite /proc handling to use *at functions.
47490
47491 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47492
47493         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47494         specifies first scope to show.
47495         (dl_open_worker): Update callers.  Move printing scope of new
47496         object to before the relocation.
47497         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47498         * sysdeps/generic/ldsodefs.h: Update declaration.
47499
47500         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47501         string for the scope number.
47502
47503 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47504
47505         * nscd/servicescache.c (cache_addserv): Make sure written is always
47506         initialized.
47507
47508 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47509
47510         * sysdeps/i386/i486/bits/atomic.h
47511         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47512         statement expression, so as to suppress "set but not used" warning.
47513         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47514
47515         * string/strncat.c (STRNCAT): Use prototype definition.
47516
47517         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47518         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47519         -Iprograms here.
47520         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47521         (localedef-modules): Add localedef.
47522         (locale-modules): Add locale.
47523
47524         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47525         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47526         to avoid a warning.
47527
47528 2011-08-14  David S. Miller  <davem@davemloft.net>
47529
47530         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47531         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47532
47533 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47534
47535         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47536         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47537         * elf/rtld.c (dl_main): Set l_name of vDSO.
47538         Call _dl_show_scope when DL_DEBUG_SCOPES.
47539         (process_dl_debug): Recognize scopes flag and also set it for all.
47540         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47541         Declare _dl_show_scope.
47542
47543         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47544         (do_dlopen): Pass caller_dlopen to dl_open.
47545         (__libc_dlopen_mode): Initialize caller_dlopen.
47546
47547         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47548         of libc.  Make tolower call locale-independent.  Optimize a bit by
47549         using isdigit instead of isalnum.
47550         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47551
47552 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47553
47554         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47555         was a dependency or dynamically loaded.
47556
47557 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47558
47559         * intl/l10nflist.c: Allow architecture-specific pop function.
47560         * sysdeps/x86_64/l10nflist.c: New file.
47561
47562         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47563         classification.
47564
47565 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47566
47567         * include/dirent.h: Add libc_hidden_proto for scandirat and
47568         scandirat64.  Don't declare __scandirat64.
47569         * dirent/scandirat.c: Add libc_hidden_def.
47570         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47571         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47572
47573 2011-08-10  David S. Miller  <davem@davemloft.net>
47574
47575         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47576         enum.
47577         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47578         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47579         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47580
47581 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47582
47583         * Versions.def [libc]: Add GLIBC_2.15.
47584         * dirent/Makefile (routines): Add scandirat and scandirat64.
47585         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47586         GLIBC_2.15.
47587         * dirent/dirent.h: Declare scandirat and scandirat64.
47588         * dirent/scandirat.c: New file.
47589         * dirent/scandirat64.c: New file.
47590         * sysdeps/wordsize-64/scandirat.c: New file.
47591         * sysdeps/wordsize-64/scandirat64.c: New file.
47592         * dirent/opendir.c: Define opendirat.
47593         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47594         using scandirat.
47595         * dirent/scandir64.c: Adjust for scandir.c change.
47596         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47597         __scandirat64, and __scandir_cancel_handler.
47598         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47599         additional parameter and use openat instead of open (outside of ld.so).
47600         Add new __opendir as wrapper around __opendirat.
47601         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47602         here without requiring old scandirat implementation.
47603
47604 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47605
47606         * dirent/scandir.c (cancel_handler): Renamed to
47607         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47608         defined.  Adjust users.
47609         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47610         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47611
47612 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47613
47614         * string/test-string.h (IMPL): Use __STRING to expand name and then
47615         stringify it.
47616
47617         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47618         of cleanups.
47619
47620 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47621
47622         * string/Makefile: Update.
47623         (strop-tests): Append strncat.
47624         * string/test-wcscmp.c: New file.
47625         New comprehensive test for wcscmp.
47626         * string/test-strcmp.c: Update.
47627         (WIDE): New define.
47628
47629 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47630
47631         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47632         line.
47633
47634 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47635
47636         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47637         encoding to ACE if AI_IDN.
47638
47639 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47640
47641         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47642         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47643
47644 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47645
47646         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47647         Fix overflow bug in strncat.
47648         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47649
47650         * string/test-strncat.c: Update.
47651         Add new tests for checking overflow bugs.
47652
47653 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47654
47655         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47656         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47657         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47658         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47659         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47660         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47661         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47662         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47663         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47664
47665         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47666         (USE_AS_STRCAT): Define.
47667         Add strcat and strncat support.
47668         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47669
47670 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47671
47672         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47673         __n bigger than INT_MAX+1.
47674         (__strncmp_g): Likewise.
47675
47676 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47677
47678         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47679         * libio/stido.h: Likewise.
47680
47681         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47682         (AF_NFC): Define.
47683         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47684         (AF_NFC): Define.
47685
47686         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47687         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47688         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47689         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47690         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47691
47692         [BZ #13021]
47693         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47694         installed.
47695
47696         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47697         typo.
47698         (_dl_x86_64_save_sse): Likewise.
47699
47700 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47701
47702         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47703         OSXSAVE.
47704         (_dl_x86_64_save_sse): Likewise.
47705
47706         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47707
47708         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47709
47710 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47711
47712         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47713         change.
47714         (_dl_x86_64_save_sse): Use correct AVX check.
47715
47716 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47717
47718         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47719         bug in strncpy/strncat.
47720         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47721
47722 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47723
47724         * string/tester.c (test_strcat): Add tests for different alignments
47725         of source and destination.
47726         (test_strncat): Likewise.
47727
47728 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47729
47730         [BZ #12852]
47731         * posix/glob.c (glob): Check passed in values before using them in
47732         expressions to avoid some overflows.
47733         (glob_in_dir): Likewise.
47734
47735         [BZ #13007]
47736         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47737         check for AVX enablement so that we don't crash with old kernels and
47738         new hardware.
47739         * elf/tst-audit4.c: Add same checks here.
47740         * elf/tst-audit6.c: Likewise.
47741
47742         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47743
47744 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47745
47746         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47747
47748 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47749
47750         * po/cs.po: Update from translation team.
47751         * po/bg.po: Likewise.
47752
47753 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47754
47755         * misc/sys/cdefs.h: Add support for const attribute.
47756         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47757         to gnu_dev_{major,minor,makedev} functions.
47758
47759 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47760
47761         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47762
47763 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47764
47765         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47766         strlen results.
47767
47768 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47769
47770         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47771         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47772         register in order to avoid conflicts with the soft frame pointer
47773         being held in r11 when necessary.
47774         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47775         (INTERNAL_VSYSCALL_NCS): Likewise.
47776
47777 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47778
47779         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47780         * elf/dl-fini.c (_dl_fini): Adjust caller.
47781         * elf/dl-close.c (_dl_close_worker): Likewise.
47782         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47783
47784 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47785
47786         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47787         "aux_cache->nlibs < 0".
47788
47789         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47790         in the reload-count case.
47791
47792 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47793
47794         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47795         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47796         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47797         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47798         * sysdeps/x86_64/multiarch/strcat.S: New file.
47799         * sysdeps/x86_64/multiarch/strncat.S: New file.
47800         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47801         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47802         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47803         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47804         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47805         (USE_AS_STRCAT): Define.
47806         Add strcat and strncat support.
47807         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47808         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47809         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47810         * string/strncat.c: Update.
47811         (USE_AS_STRNCAT): Define.
47812         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47813         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47814         and i7.
47815         * sysdeps/x86_64/multiarch/init-arch.h
47816         (bit_Prefer_PMINUB_for_stringop): New.
47817         (index_Prefer_PMINUB_for_stringop): Likewise.
47818         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47819         bit_Prefer_PMINUB_for_stringop.
47820
47821 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47822
47823         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47824         buffer64.
47825         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47826         of casting of buffer.
47827         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47828         buffer32 and buffer64.
47829         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47830         writes instead of casting of buffer.
47831         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47832         buffer32.
47833         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47834         casting of buffer.
47835
47836 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47837
47838         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47839
47840 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47841
47842         * nscd/nscd.c (termination_handler): Don't do anything for a database
47843         if it has not yet been initialized.
47844
47845 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47846
47847         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47848
47849 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47850
47851         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47852
47853 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47854
47855         * po/nl.po: Update from translation team.
47856         * po/sv.po: Likewise.
47857
47858 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47859
47860         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47861         now disallowed by GCC.
47862
47863         * configure.in (use-default-link): Default to yes if a test -shared
47864         link meets our qualifications.
47865         * configure: Regenerated.
47866
47867         * config.make.in (output-format): New variable.
47868         * configure.in: Check for ld --print-output-format support.
47869         * configure: Regenerated.
47870         * Makerules ($(common-objpfx)format.lds)
47871         [$(output-format) != unknown]: Just use $(output-format),
47872         instead of the linker-script munging.
47873
47874 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47875
47876         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47877         of $(common-objpfx)shlib.lds.
47878         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47879
47880         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47881         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47882
47883         * configure.in (-z relro check): Adjust test code to add a large
47884         writable data section after it.
47885         * configure: Regenerated.
47886
47887 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47888
47889         * configure.in (-z relro check): Fix test code to make the variable
47890         truly const.
47891         * configure: Regenerated.
47892
47893 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47894
47895         * nscd/nscd.h (struct traced_file): Define.
47896         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47897         elements.  Add traced_files.
47898         (inotify_fd): Declare.
47899         (register_traced_file): Declare.
47900         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47901         (inotify_fd): Export.
47902         (resolv_conf_descr): Remove.
47903         (nscd_init): Move inotify descriptor creation to main.
47904         Don't register files for notification here.
47905         (register_traced_file): New function.
47906         (invalidate_cache): Don't use reset_res to determine whether to call
47907         res_init, go through the list of registered files.
47908         (main_loop_poll): The inotify descriptors are now stored in the
47909         structures for the traced files.
47910         (main_loop_epoll): Likewise
47911         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47912         to __nss_disable_nscd.
47913         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47914         for a database anymore.  Check the records for all the registered
47915         files instead.
47916         * nss/Makefile (libnss_files-routines): Add files-init.
47917         (libnss_db-routines): Add db-init.
47918         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47919         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47920         * nss/nss_db/db-init.c: New file.
47921         * nss/nss_files/files-init.c: New file.
47922         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47923         __nss_lookup_function.
47924         (__nss_lookup_function): Call nss_load_library.
47925         (nss_load_all_libraries): New function.
47926         (__nss_disable_nscd): Take parameter with callback function for files
47927         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47928         used for the cached services.
47929         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47930         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47931         options for features to all the files in nscd.
47932
47933         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47934
47935 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47936
47937         * csu/elf-init.c (__libc_csu_init): Comment typo.
47938
47939 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47940
47941         * po/pl.po: Update from translation team.
47942         * po/ja.po: Likewise.
47943         * po/ru.po: Likewise.
47944         * po/ko.po: Likewise.
47945         * po/fr.po: Likewise.
47946
47947 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47948
47949         * configure.in (.ctors/.dtors header and trailer check):
47950         Use an empirical test on a built program.
47951         * configure: Regenerated.
47952
47953         * configure.in (-z relro check): Use an empirical test on a built DSO.
47954         Detect, but do not require, on ia64.
47955         * configure: Regenerated.
47956
47957         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47958         Update tests that use readelf to use $READELF instead.
47959         * configure: Regenerated.
47960
47961 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47962
47963         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47964         if the result is not used.
47965
47966 2011-07-05  Andreas Jaeger  <aj@suse.de>
47967
47968         [BZ#9696]
47969         * stdlib/tst-strtod.c: Add testcase.
47970
47971 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47972
47973         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47974         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47975         The latter has a higher limit.  Take additional parameter to pass to
47976         the new function.
47977         (__pathconf): Pass file to __statfs_link_max.
47978         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47979         __statfs_link_max.
47980         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47981         __statfs_link_max.
47982
47983         [BZ #12868]
47984         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47985         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47986         Handle Lustre.
47987         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47988         (__statfs_filesize_max): Likewise.
47989         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47990
47991 2011-07-05  Andreas Jaeger  <aj@suse.de>
47992
47993         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47994
47995 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47996
47997         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47998         `status' variable.
47999         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
48000         Likewise.
48001
48002 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
48003
48004         * Makefile (strop-tests): Add strncat.
48005         * string/test-strncat.c: New file.
48006
48007 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
48008
48009         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
48010
48011 2011-06-21  Andreas Jaeger  <aj@suse.de>
48012
48013         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
48014         Copy rule from iconvdata/Makefile.
48015
48016 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
48017
48018         [BZ #12922]
48019         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
48020         but no long options are defined, just return 'W'.
48021
48022 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
48023
48024         [BZ #9696]
48025         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
48026
48027 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
48028
48029         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
48030         netgroups to read.
48031         (innetgr): Likewise.
48032
48033 2011-07-05  Roland McGrath  <roland@hack.frob.com>
48034
48035         * config.make.in (install_root): Default to $(DESTDIR).
48036
48037 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
48038
48039         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
48040
48041 2011-07-02  Roland McGrath  <roland@hack.frob.com>
48042
48043         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
48044
48045         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
48046         containing directory rather than embedding absolute directory names.
48047
48048         * scripts/check-local-headers.sh: Rewritten using awk.
48049         Match by word, not by line.  Print error messages for matches.
48050         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
48051
48052         * Makerules [shlib-lds-flags empty]:
48053         ($(common-objpfx)libc_pic.opts): New target.
48054         ($(common-objpfx)libc_pic.os.clean): New target.
48055         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
48056
48057         * config.make.in (OBJCOPY): New variable.
48058         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
48059         * configure: Regenerated.
48060
48061         * config.make.in (use-default-link): New variable.
48062         * configure.in (use_default_link): Grok --with-default-link to set it.
48063         * configure: Regenerated.
48064         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
48065         (shlib-lds, shlib-lds-flags): Define to empty.
48066
48067         * Makerules (shlib-lds): New variable.
48068         (shlib-lds-flags): New variable.
48069         (build-shlib, build-moduile, build-module-asneeded): Use it.
48070         ($(common-objpfx)libc.so): Use $(shlib-lds).
48071         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
48072         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
48073
48074         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
48075         DT_FLAGS/DT_FLAGS_1 with zero flags.
48076
48077         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
48078         linker script munging.
48079
48080 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
48081
48082         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
48083         as 128-bit value.
48084         * crypt/sha512.c (sha512_process_block): Perform total addition using
48085         128-bit if possible.
48086         (__sha512_finish_ctx): Likewise.
48087         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
48088         as 64-bit value.
48089         * crypt/sha256.c (SWAP64): Define.
48090         (sha256_process_block): Perform total addition using 64-bit if
48091         possible.
48092         (__sha256_finish_ctx): Likewise.
48093
48094 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
48095
48096         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
48097         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48098         * nscd/hstcache.c (cache_addhst): Likewise.
48099         * nscd/grpcache.c (cache_addgr): Likewise.
48100         * nscd/aicache.c (addhstaiX): Likewise
48101         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
48102
48103 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
48104
48105         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
48106         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48107         * nscd/hstcache.c (cache_addhst): Likewise.
48108         * nscd/grpcache.c (cache_addgr): Likewise.
48109         * nscd/aicache.c (addhstaiX): Likewise
48110
48111 2011-07-01  Andreas Schwab  <schwab@redhat.com>
48112
48113         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
48114         domain only when needed.
48115
48116 2011-06-30  Andreas Schwab  <schwab@redhat.com>
48117
48118         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
48119         is always restored.
48120
48121 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
48122
48123         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
48124         are re-adding the entry.
48125         * nscd/servicescache.c (cache_addserv): Likewise.
48126
48127 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
48128
48129         * sysdeps/generic/dl-irel.h: fix protection against multiple
48130         inclusions.
48131         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
48132
48133 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
48134
48135         [BZ #12935]
48136         * malloc/memusage.sh: Fix quoting in message.
48137         * debug/xtrace.sh: Likewise.
48138
48139         * configure.in: Remove support for --experimental-malloc option, make
48140         it the default.
48141         * config.make.in: Likewise.
48142         * malloc/Makefile: Likewise.
48143
48144 2011-06-27  Andreas Schwab  <schwab@redhat.com>
48145
48146         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
48147         two-byte characters.
48148
48149 2011-06-27  Roland McGrath  <roland@hack.frob.com>
48150
48151         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
48152         AC_CACHE_CHECK invocation.
48153         * configure: Regenerated.
48154
48155         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
48156
48157 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
48158
48159         [BZ #12350]
48160         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
48161         bit from old_res_options.
48162
48163         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
48164
48165         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
48166         value type for setfct.
48167
48168 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
48169
48170         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48171         __gettimeofday instead of gettimeofday.
48172
48173 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
48174
48175         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
48176
48177 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
48178
48179         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
48180
48181         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
48182         info.
48183
48184 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48185
48186         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48187         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48188         strcpy-sse2-unaligned strncpy-sse2-unaligned
48189         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
48190         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
48191         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
48192         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
48193         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
48194         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
48195         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
48196         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
48197         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
48198         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
48199         (STRCPY): Support SSE2 and SSSE3 versions.
48200
48201 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
48202
48203         [BZ #12874]
48204         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48205         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48206         kernels which artificially limit size of requests.
48207
48208 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48209
48210         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48211         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48212         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48213         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48214         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48215         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48216         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48217         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48218         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48219         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48220         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48221         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48222         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48223         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48224         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48225         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48226         Enable unaligned load optimization for Intel Core i3, i5 and i7
48227         processors.
48228         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48229         Define.
48230         (index_Fast_Unaligned_Load): Define.
48231         (HAS_FAST_UNALIGNED_LOAD): Define.
48232
48233 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
48234
48235         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48236
48237 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48238
48239         [BZ #12907]
48240         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48241         until it is clear that the information is realy needed.
48242         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48243
48244 2011-06-22  Andreas Schwab  <schwab@redhat.com>
48245
48246         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48247
48248 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48249
48250         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48251         /sys/devices/system/cpu/online if it is usable.
48252
48253         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48254         reading the information from the /proc filesystem to once a second.
48255
48256 2011-06-21  Andreas Jaeger  <aj@suse.de>
48257
48258         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48259         NULL after inclusion of kernel headers.
48260
48261 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
48262
48263         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48264         calls to internal_setent.
48265
48266         [BZ #12885]
48267         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48268         addresses using gethostbyname4_r ignore IPv4 addresses.
48269
48270         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48271         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
48272
48273         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48274
48275 2011-06-20  David S. Miller  <davem@davemloft.net>
48276
48277         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48278         inclusions.
48279         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48280
48281         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48282         (elf_irel): Use it.
48283         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48284         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48285         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48286         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48287         * sysdeps/x86_64/dl-irel.h: Likewise.
48288
48289         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48290         * elf/dl-sym.c: Likewise.
48291
48292 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48293
48294         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48295         need to dereference resplen2.
48296
48297 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48298
48299         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48300
48301 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48302
48303         * Makeconfig: Define vardbdir and inst_vardbdir.
48304         * nss/Makefile: Add rules to install db-Makefile.
48305
48306         * nss/nss_db/db-XXX.c: Cleanup.
48307
48308         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48309         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48310         GLIBC_PRIVATE.
48311         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48312         * nss/makedb.c: Implement -g option to specify that value strings
48313         are generated and should not be added to table iterated over for
48314         get*ent calls.
48315         * nss/nss_db/db-initgroups.c: New file.
48316
48317         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48318         interface.
48319
48320         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48321         (internal_getgrouplist): Adjust to name change.
48322         Update use_initgroups_entry if this is not the first call.
48323         * nss/databases.def: Add initgroups entry.
48324
48325         * nss/makedb.c (compute_tables): Check result of multiple hash table
48326         sizes to minimize maximum chain length.
48327
48328 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48329
48330         * Versions.def: Add entry for libnss_db.
48331         * shlib-versions: Likewise.
48332         * nss/Makefile: Add rules to build libnss_db.
48333         * nss/Versions: Add libnss_db information.  Organize libnss_files
48334         entries better.
48335         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48336         makedb progra.  Some minor improvements to generate smaller files.
48337         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48338         here from...
48339         * nss/makedb.c: ...here.
48340         Improve database format to be smaller and require less memory at
48341         runtime.
48342         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48343         db anymore.
48344         * nss/nss_db/db-netgrp.c: Likewise.
48345         * nss/nss_db/db-open.c: Likewise.
48346         * nss/nss_files/flies-XXX.x: Adjust comments.
48347         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48348         * nss/nss_files/files-grp.c: Likewise.
48349         * nss/nss_files/files-hosts.c: Likewise.
48350         * nss/nss_files/files-network.c: Likewise.
48351         * nss/nss_files/files-proto.c: Likewise.
48352         * nss/nss_files/files-pwd.c: Likewise.
48353         * nss/nss_files/files-rpc.c: Likewise.
48354         * nss/nss_files/files-service.c: Likewise.
48355         * nss/nss_files/files-sgrp.c: Likewise.
48356         * nss/nss_files/files-spwd.c: Likewise.
48357         * nss/nss_db/db-alias.c: Removed.
48358         * nss/nss_db/dummy-db.h: Removed.
48359
48360 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48361
48362         * nss/makedb.c: Rewritten to not use database library.
48363         * nss/Makefile: Update to build new makedb program.
48364
48365 2011-06-14  Andreas Jaeger  <aj@suse.de>
48366
48367         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48368         memset declaration.
48369
48370 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48371
48372         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48373         tmpbuf.
48374
48375 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48376
48377         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48378         * elf/Makefile ($(objpfx)ld.so): Likewise.
48379
48380         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48381         Don't list ld.so twice in dependencies.
48382
48383         * posix/bug-regex31.c: Include <stdlib.h>.
48384
48385         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48386
48387         * nis/nss_compat/compat-spwd.c
48388         (getspent_next_nss_netgr): Remove unused variable.
48389         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48390
48391         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48392         nonmembers" output to use the right array.
48393
48394         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48395
48396         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48397
48398         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48399         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48400         * catgets/gencat.c (read_input_file): Likewise.
48401         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48402
48403         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48404         variable definition inside #if's controlling its use.
48405
48406         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48407
48408         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48409
48410         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48411
48412         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48413         unreachable code.
48414
48415         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48416
48417         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48418         * configure: Regenerated.
48419
48420         * Makerules: Revert last change.
48421         * elf/Makefile: Likewise.
48422
48423 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48424
48425         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48426         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48427         (reloc-link): Likewise.
48428
48429 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48430
48431         * elf/Makefile: Add rules to build pldd.
48432         * elf/pldd.c: New file.
48433         * elf/pldd-xx.c: New file.
48434
48435 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48436
48437         * version.h: Update for 2.15 development version.
48438
48439 2011-06-07  David S. Miller  <davem@davemloft.net>
48440
48441         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48442         ifuncs.
48443         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48444         elf_machine_lazy_rel): Likewise.
48445         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48446         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48447         elf_machine_lazy_rel): Likewise.
48448         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48449         dl_hwcap via passed in argument.
48450         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48451         Likewise.
48452
48453 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48454
48455         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48456
48457 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48458
48459         [BZ #12849]
48460         * manual/fdl-1.1.texi: New file, verbatim from:
48461         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48462         * manual/lgpl-2.1.texi: New file, verbatim from:
48463         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48464         * manual/Makefile (licenses): New variable, list those new file names.
48465         (texis): Use it.
48466         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48467
48468         * manual/fdl.texi: File removed.
48469         * manual/lesser.texi: File removed.
48470         * manual/libc.texinfo (Copying, Documentation License):
48471         Use new @include file names, put @appendix directive before @include.
48472
48473 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48474
48475         [BZ #12841]
48476         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48477         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48478         (mq_open): Add __NTH.
48479
48480 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48481
48482         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48483         Assume Intel Core i3/i5/i7 processor if AVX is available.
48484
48485 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48486
48487         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48488         typo.
48489
48490 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48491
48492         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48493         memory.  Use alloca_account.  Fix memory leak when retrying.
48494
48495 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48496
48497         * version.h (RELEASE): Bump for 2.14 release.
48498         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48499
48500         * config.make.in (RANLIB): Remove entry.
48501
48502 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48503
48504         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48505         (libc.pot): Work around missing support for .ksh extension in xgettext.
48506
48507         [BZ #12684]
48508         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48509         if both request failed.
48510         (send_dg): In case of server errors clear resplen or *resplen2.
48511
48512         [BZ #12454]
48513         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48514         when there are multiple maps.
48515         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48516         (_dl_fini): Remove test here.
48517
48518         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48519
48520 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48521
48522         [BZ #12350]
48523         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48524         bit from old_res_options.
48525         (gaih_inet): Likewise.
48526
48527         [BZ #11099]
48528         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48529         as signed.
48530
48531         * resolv/res_init.c (res_setoptions): Make the code more compact.
48532
48533         [BZ #11558]
48534         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48535         set RES_USEVC.
48536
48537         [BZ #11634]
48538         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48539
48540         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48541
48542         [BZ #11781]
48543         * malloc/malloc.h: Declare malloc hook variables as volatile.
48544
48545         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48546         in last patch.
48547
48548         [BZ #11799]
48549         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48550         raise in the comment.
48551         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48552         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48553         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48554
48555 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48556
48557         [BZ #12811]
48558         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48559         grow the buffers more if it already has to be sufficient.
48560         (build_wcs_upper_buffer): Likewise.
48561         * posix/regexec.c (check_matching): Likewise.
48562         (clean_state_log_if_needed): Likewise.
48563         (extend_buffers): Don't enlarge buffers beyond size of the input
48564         buffer.
48565         Patches mostly by Emil Wojak <emil@wojak.eu>.
48566         * posix/bug-regex32.c: New file.
48567         * posix/Makefile (tests): Add bug-regex32.
48568
48569         * locale/findlocale.c (_nl_find_locale): Return right away if
48570         _nl_explode_name failed.
48571         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48572
48573         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48574
48575         * debug/xtrace.sh: Unify messages.
48576         * malloc/memusage.sh: Likewise.
48577
48578         [BZ #12813]
48579         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48580         time symbol from vDSO.  Substitute with vsyscall if not available.
48581         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48582         __vdso_time.
48583
48584         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48585         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48586         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48587         Add sendmmsg and internal_sendmmsg.
48588         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48589         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48590         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48591
48592         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48593         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48594         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48595
48596 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48597
48598         [BZ #12813]
48599         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48600         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48601         available.
48602         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48603         __vdso_getcpu.
48604
48605         [BZ #12814]
48606         * iconvdata/Makefile (tests): Add bug-iconv9.
48607         * iconvdata/bug-iconv9.c: New file.
48608
48609 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48610
48611         [BZ #12814]
48612         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48613
48614 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48615
48616         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48617         (struct user_regs_struct): Change intcs field back to cs.
48618
48619 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48620
48621         * po/ja.po: Update from translation team.
48622
48623 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48624
48625         [BZ #12795]
48626         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48627         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48628
48629 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48630
48631         * stdlib/longlong.h: Update from GCC.
48632
48633 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48634
48635         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48636         parameter name.
48637         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48638         Add parameter name.
48639         (__sysconf): Pass it down.
48640
48641 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48642
48643         [BZ #12671]
48644         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48645         some situations.
48646         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48647         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48648         add in in __libc_use_alloca calls.  Adjust callers.
48649         (glob): Use malloc in some situations.
48650
48651         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48652         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48653         pltexit.
48654
48655 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48656
48657         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48658         and CLOCK_BOOTTIME_ALARM.
48659
48660         [BZ #12782]
48661         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48662         is returned.
48663
48664         * string/_strerror.c (__strerror_r): Print negative errors as signed
48665         numbers.
48666
48667         [BZ #12777]
48668         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48669         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48670         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48671
48672         * configure.in: Fix typo in redirection and correct removal of test
48673         files in two cases.
48674
48675         [BZ #12788]
48676         * locale/setlocale.c (new_composite_name): Fix test to check for
48677         identical name of all categories.
48678
48679         [BZ #12792]
48680         * libio/filedoalloc.c (local_isatty): New function.
48681         (_IO_file_doallocate): Use local_isatty.
48682         * stdio-common/perror.c (perror): In case a new stream is used
48683         forward the stream error.
48684         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48685         error flag.
48686
48687 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48688
48689         [BZ #11869]
48690         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48691         alloca.
48692         * include/alloca.h (extend_alloca_account): Define.
48693
48694         [BZ #11857]
48695         * posix/regex.h: Fix comments with documentation of user-accessible
48696         fields after compilation and describe correct free'ing of pattern
48697         after re_compile_pattern.
48698         Patch by Reuben Thomas <rrt@sc3d.org>.
48699
48700 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48701
48702         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48703         and -mno-altivec to prevent the compiler from using Altivec and/or
48704         VSX instructions when the corresponding registers are not available.
48705
48706 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48707
48708         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48709
48710 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48711
48712         * libio/freopen.c (freopen): Use __dup2, not dup2.
48713         * libio/freopen64.c (freopen64): Likewise.
48714
48715 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48716
48717         [BZ #12775]
48718         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48719         * math/Makefile (tests): Add test-powl.
48720         (CFLAGS-test-powl.c): Define.
48721         * math/test-powl.c: New file.
48722
48723 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48724
48725         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48726
48727 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48728
48729         [BZ #11837]
48730         * iconvdata/gb18030.c: Update to GB18020-2005.
48731
48732 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48733
48734         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48735         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48736         Patch by Aharon Robbins <arnold@skeeve.com>.
48737
48738         [BZ #11892]
48739         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48740         on the stack.
48741
48742         [BZ #11895]
48743         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48744         through underflows.
48745
48746         [BZ #12766]
48747         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48748         point to strings before performing equality test for error_one_per_line
48749         mode.
48750
48751         [BZ #11697]
48752         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48753
48754         [BZ #11820]
48755         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48756         (struct user_fpregs_struct): Avoid __uint*_t types.
48757
48758         [BZ #6420]
48759         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48760         symbol info.  Use it instead of calling _dl_addr locally.
48761         (lock_and_info): New function.
48762         (tr_freehook): Call lock_and_info and pass symbol info as additional
48763         parameter to tr_where.
48764         (tr_mallochook): Likewise.
48765         (tr_reallochook): Likewise.
48766         (tr_memalignhook): Likewise.
48767
48768         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48769         used and couldn't be at all thread-safe.
48770
48771 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48772
48773         * libio/freopen.c (freopen): Don't close old file descriptor
48774         before the new one is opened.  Instead dup the new file descriptor
48775         to the old one after the new stream is created.
48776         * libio/freopen64.c (freopen64): Likewise.
48777         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48778         * libio/fileops.c (_IO_new_file_close_it): Handle new
48779         _IO_FLAGS2_NOCLOSE flag.
48780         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48781         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48782         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48783         _IO_FLAGS2_NOCLOSE flag.
48784         * include/unistd.h: Add hidden_proto for dup3.
48785         Define __have_dup3.
48786         * io/dup3.c: Define hidden symbol.
48787         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48788
48789         [BZ #7101]
48790         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48791         when an incomplete long option is used.
48792         * posix/tst-getopt_long1.c: New file.
48793         * posix/Makefile (tests): Add tst-getopt_long1.
48794
48795         [BZ #10138]
48796         * scripts/config.guess: Update from autoconf-2.68.
48797         * scripts/config.sub: Likewise.
48798
48799         [BZ #10157]
48800         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48801         tests into ...
48802         (has_cpuclock): ...this.  New function.
48803         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48804         macro here based on has_cpuclock code.
48805
48806         [BZ #10149]
48807         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48808         First byte (not low byte) is now always NUL.
48809         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48810
48811         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48812         Use non-cancelable interfaces.
48813
48814         [BZ #9809]
48815         * locale/iso-639.def: Add entry for Sorani.
48816
48817         [BZ #11901]
48818         * include/stdlib.h: Move include protection to the right place.
48819         Define abort_msg_s.  Declare __abort_msg with it.
48820         * stdlib/abort.c (__abort_msg): Adjust type.
48821         * assert/assert.c (__assert_fail_base): New function.  Majority
48822         of code from __assert_fail.  Allocate memory for __abort_msg with
48823         mmap.
48824         (__assert_fail): Now call __assert_fail_base.
48825         * assert/assert-perr.c: Remove bulk of implementation.  Use
48826         __assert_fail_base.
48827         * include/assert.hL Declare __assert_fail_base.
48828         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48829         mmap.
48830         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48831
48832 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48833
48834         [BZ #11952]
48835         [BZ #12453]
48836         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48837         until all modules are registered in the DTV.
48838         * elf/Makefile: Add rules to build and run tst-tls19.
48839         * elf/tst-tls19.c: New file.
48840         * elf/tst-tls19mod1.c: New file.
48841         * elf/tst-tls19mod2.c: New file.
48842         * elf/tst-tls19mod3.c: New file.
48843         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48844
48845         [BZ #12083]
48846         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48847         correctly.
48848
48849         [BZ #12601]
48850         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48851         two-byte sequence errors.
48852         * iconvdata/Makefile (tests): Add bug-iconv8.
48853         * iconvdata/bug-iconv8.c: New file.
48854
48855         [BZ #12626]
48856         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48857         buf2 definition.
48858
48859         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48860
48861         [BZ #12432]
48862         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48863         (dummy_getcfa): New function.
48864         (init): Get _Unwind_GetCFA address, use dummy if not found.
48865         (backtrace_helper): In recursion check, also check whether CFA changes.
48866         (__backtrace): Completely initialize arg.
48867
48868         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48869         storing incomplete byte sequence in state object.  Avoid testing for
48870         guaranteed too small input if we know there is enough data available.
48871
48872 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48873
48874         * Makeconfig (+link-pie): Indent.
48875         * Rules (binaries-pie): Define if $(have-fpie) and
48876         $(build-shared).
48877         (binaries-shared): Also filter out $(binaries-pie).
48878         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48879         * nscd/Makefile (others-pie): Add nscd.
48880         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48881         ($(objpfx)nscd): Remove command override.
48882         * login/Makefile (others-pie): Add pt_chown.
48883         ($(objpfx)pt_chown): Remove command override.
48884         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48885         remove command overrides.
48886
48887 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48888
48889         * libio/tst_putwc.c: Fix error messages.
48890
48891         [BZ #12724]
48892         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48893         currently writing and seek to current position when not.
48894         * libio/Makefile (tests): Add bug-fclose1.
48895         * libio/bug-fclose1.c: New file.
48896
48897 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48898
48899         [BZ #12511]
48900         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48901         don't set DF_1_NODELETE here.
48902         (do_lookup_x): When entering new entry test for copy relocation
48903         and if necessary set DF_1_NODELETE flag.
48904         * elf/tst-unique4.cc: New file.
48905         * elf/tst-unique4.h: New file.
48906         * elf/tst-unique4lib.cc: New file.
48907         * elf/Makefile: Add rules to build and run tst-unique4.
48908         Patch by Piotr Bury <pbury@goahead.com>.
48909
48910 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48911
48912         [BZ #12052]
48913         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48914
48915         [BZ #12625]
48916         * misc/mntent_r.c (addmntent): Flush the stream after the output
48917
48918         [BZ #12393]
48919         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48920         (is_trusted_path_normalize): Skip initial colon.  Append slash
48921         to empty buffer.  Duplicate is_trusted_path code but allow
48922         constructed patch to be prefix.
48923         (is_dst): Allow $ORIGIN followed by /.
48924         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48925         Correct testing of result of is_trusted_path_normalize
48926         (decompose_rpath): Fix warning.
48927
48928 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48929
48930         [BZ #11257]
48931         * grp/initgroups.c (internal_getgrouplist): When we found the service
48932         list through the initgroups entry in nsswitch.conf do not always
48933         continue on a successful lookup.  Don't always use the
48934         __nss_group_database value if it is set.
48935         * nss/nsswitch.conf (initgroups): Change action for successful db
48936         lookup to continue for compatibility.
48937
48938 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48939
48940         [BZ #11532]
48941         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48942         and CP774 modules.
48943         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48944         and CP774 modules.
48945         * iconvdata/tst-tables.sh: Likewise.
48946         * iconvdata/cp770.c: New file.
48947         * iconvdata/cp771.c: New file.
48948         * iconvdata/cp772.c: New file.
48949         * iconvdata/cp773.c: New file.
48950         * iconvdata/cp774.c: New file.
48951         * iconvdata/testdata/CP770: New file.
48952         * iconvdata/testdata/CP770..UTF8: New file.
48953         * iconvdata/testdata/CP771: New file.
48954         * iconvdata/testdata/CP771..UTF8: New file.
48955         * iconvdata/testdata/CP772: New file.
48956         * iconvdata/testdata/CP772..UTF8: New file.
48957         * iconvdata/testdata/CP773: New file.
48958         * iconvdata/testdata/CP773..UTF8: New file.
48959         * iconvdata/testdata/CP774: New file.
48960         * iconvdata/testdata/CP774..UTF8: New file.
48961
48962         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48963         END CHARMAP line.
48964         * iconvdata/gen-8bit-gap.sh: Likewise.
48965         * iconvdata/gen-8bit.sh: Likewise.
48966
48967         * locale/iso-639.def: Add ary entry.
48968
48969         [BZ #11258]
48970         * locale/C-translit.h.in: Add U20A1 transliteration.
48971
48972         [BZ #12178]
48973         * locale/iso-639.def: Add wae entry.
48974         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48975
48976         [BZ #12545]
48977         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48978         for n.
48979
48980         [BZ #12711]
48981         * locale/C-translit.h.in: Add entry for U20B9.
48982         Patch by pravin.d.s@gmail.com.
48983
48984 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48985
48986         [BZ #12713]
48987         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48988         ENAMETOOLONG use generic getcwd.
48989         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48990         in rtld.  Use *stat64.
48991         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48992         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48993         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48994         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48995         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48996         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48997         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48998         __fstatat64 macros.
48999         * include/dirent.h: Add libc_hidden_proto for rewinddir.
49000         * dirent/rewinddir.c: Add libc_hidden_def.
49001         * sysdeps/mach/hurd/rewinddir.c: Likewise.
49002         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
49003
49004         * include/dirent.h (__alloc_dir): Add flags parameter.
49005         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
49006         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
49007         __alloc_dir.
49008         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
49009         from fdopendir if O_CLOEXEC is already set.
49010
49011 2011-03-15  Alan Modra  <amodra@gmail.com>
49012
49013         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
49014         l_tls_firstbyte_offset non-zero.  Save padding offset in
49015         l_tls_firstbyte_offset for later use.
49016         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
49017         freeing static tls block.
49018
49019 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
49020
49021         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
49022         where #ifdef was intended.  The intent is to prevent ARG_MAX from
49023         being defined by the kernel headers.
49024
49025 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
49026
49027         [BZ #12734]
49028         * resolv/resolv.h: Define RES_NOTLDQUERY.
49029         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
49030         no-tld-query and set RES_NOTLDQUERY.
49031         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
49032         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
49033         modern BIND to search name as TLD unless forbidden.
49034
49035 2011-05-07  Petr Baudis  <pasky@suse.cz>
49036             Ulrich Drepper  <drepper@gmail.com>
49037
49038         [BZ #12393]
49039         * elf/dl-load.c (fillin_rpath): Move trusted path check...
49040         (is_trusted_path): ...to here.
49041         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
49042         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
49043         using is_trusted_path_normalize() in setuid scripts.
49044
49045 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
49046
49047         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
49048         __BEGIN/__END_DECLS.
49049
49050 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
49051
49052         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
49053         NSS_STATUS_NOTFOUND if no record was found.
49054
49055 2011-05-05  Andreas Schwab  <schwab@redhat.com>
49056
49057         * sunrpc/Makefile (headers): Add rpc/netdb.h.
49058         (headers-not-in-tirpc): Remove rpc/netdb.h
49059         * resolv/netdb.h: Revert last change.
49060
49061 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49062
49063         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
49064         circular dependency between libgcc.a and libc.a.
49065
49066 2011-05-05  Andreas Schwab  <schwab@redhat.com>
49067
49068         * resolv/netdb.h: Don't include <rpc/netdb.h>.
49069         * nis/Makefile: Don't install rpcsvc/*.
49070         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
49071         instead of <rpc/types.h>.
49072         (MAXHOSTNAMELEN): Define.
49073
49074 2011-05-03  Andreas Schwab  <schwab@redhat.com>
49075
49076         * elf/ldconfig.c (add_dir): Don't crash on empty path.
49077
49078 2011-04-28  Maciej Babinski  <mbabinski@google.com>
49079
49080         [BZ #12714]
49081         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
49082         gethostbyname4_r when IPv6 results are possible.
49083
49084 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
49085
49086         [BZ #12723]
49087         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
49088         _PC_PIPE_BUF handling.
49089
49090 2011-04-30  Bruno Haible  <bruno@clisp.org>
49091
49092         [BZ #12717]
49093         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
49094         * resolv/netdb.h (getnameinfo): Change type of flags parameter
49095         to 'int'.
49096         * inet/getnameinfo.c (getnameinfo): Likewise.
49097
49098 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
49099
49100         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
49101         to groups setting in database lookup.
49102         * nss/nsswitch.conf: Add initgroups entry.
49103
49104 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
49105
49106         [BZ #12685]
49107         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
49108         mode string.
49109         Patch by Eric Blake <eblake@redhat.com>.
49110
49111 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
49112
49113         * sunrpc/Makefile (need-export-routines): Add svc_run.
49114         (routines): Remove svc_run.
49115         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
49116         * sunrpc/clnt_perr.c (clnt_perrno): Export.
49117         * sunrpc/svc_run.c (svc_run): Likewise.
49118         * sunrpc/svc_udp.c (svcudp_create): Likewise.
49119
49120 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
49121
49122         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
49123         problem in reallocation in last patch.
49124
49125 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
49126
49127         * sunrpc/Makefile: Move inclusion of Rules.
49128
49129 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
49130
49131         * nss/nss_files/files-initgroups.c: New file.
49132         * nss/Makefile (libnss_files-routines): Add files-initgroups.
49133         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
49134         _nss_files_initgroups_dyn.
49135
49136 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
49137
49138         * elf/elf.h (R_ARM_IRELATIVE): Define.
49139
49140 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
49141
49142         * po/ru.po: Update from translation team.
49143
49144 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49145
49146         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
49147         dependencies.
49148
49149 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
49150
49151         [BZ #12653]
49152         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
49153         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
49154         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49155         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
49156         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
49157
49158 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
49159
49160         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
49161         differing bytes.
49162         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
49163         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
49164         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49165
49166 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
49167
49168         [BZ #12420]
49169         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
49170         storing it.
49171         * stdlib/bug-getcontext.c: New file.
49172         * stdlib/Makefile: Add rules to build and run bug-getcontext.
49173
49174 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49175
49176         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
49177         instructions into .machine "z9-109".
49178         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
49179         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
49180
49181 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49182
49183         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
49184         between environment variables and auxiliary vector.
49185
49186 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
49187
49188         * Makefile: Add rules to build linkobj/libc.so.
49189         * include/libc-symbols.h: Define libc_hidden_nolink.
49190         * include/rpc/auth.h: Mark functions which are to be hidden.
49191         * include/rpc/auth_des.h: Likewise.
49192         * include/rpc/auth_unix.h: Likewise.
49193         * include/rpc/clnt.h: Likewise.
49194         * include/rpc/des_crypt.h: Likewise.
49195         * include/rpc/key_prot.h: Likewise.
49196         * include/rpc/pmap_clnt.h: Likewise.
49197         * include/rpc/pmap_prot.h: Likewise.
49198         * include/rpc/pmap_rmt.h: Likewise.
49199         * include/rpc/rpc_msg.h: Likewise.
49200         * include/rpc/svc.h: Likewise.
49201         * include/rpc/svc_auth.h: Likewise.
49202         * include/rpc/xdr.h: Likewise.
49203         * nis/Makefile: Link all DSOs against linkobj/libc.so.
49204         * nss/Makefile: Likewise.
49205         * sunrpc/Makefile: Don't install headers.  Build library with normal
49206         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
49207         * sunrpc/auth_des.c: Hide exported symbols by default, export some
49208         for the compat linking library.  Remove use of INTDEF/INTUSE.
49209         * sunrpc/auth_none.c: Likewise.
49210         * sunrpc/auth_unix.c: Likewise.
49211         * sunrpc/authdes_prot.c: Likewise.
49212         * sunrpc/authuxprot.c: Likewise.
49213         * sunrpc/clnt_gen.c: Likewise.
49214         * sunrpc/clnt_perr.c: Likewise.
49215         * sunrpc/clnt_raw.c: Likewise.
49216         * sunrpc/clnt_simp.c: Likewise.
49217         * sunrpc/clnt_tcp.c: Likewise.
49218         * sunrpc/clnt_udp.c: Likewise.
49219         * sunrpc/clnt_unix.c: Likewise.
49220         * sunrpc/des_crypt.c: Likewise.
49221         * sunrpc/des_soft.c: Likewise.
49222         * sunrpc/get_myaddr.c: Likewise.
49223         * sunrpc/key_call.c: Likewise.
49224         * sunrpc/key_prot.c: Likewise.
49225         * sunrpc/netname.c: Likewise.
49226         * sunrpc/pm_getmaps.c: Likewise.
49227         * sunrpc/pm_getport.c: Likewise.
49228         * sunrpc/pmap_clnt.c: Likewise.
49229         * sunrpc/pmap_prot.c: Likewise.
49230         * sunrpc/pmap_prot2.c: Likewise.
49231         * sunrpc/pmap_rmt.c: Likewise.
49232         * sunrpc/publickey.c: Likewise.
49233         * sunrpc/rpc_cmsg.c: Likewise.
49234         * sunrpc/rpc_common.c: Likewise.
49235         * sunrpc/rpc_dtable.c: Likewise.
49236         * sunrpc/rpc_prot.c: Likewise.
49237         * sunrpc/rpc_thread.c: Likewise.
49238         * sunrpc/rtime.c: Likewise.
49239         * sunrpc/svc.c: Likewise.
49240         * sunrpc/svc_auth.c: Likewise.
49241         * sunrpc/svc_authux.c: Likewise.
49242         * sunrpc/svc_raw.c: Likewise.
49243         * sunrpc/svc_run.c: Likewise.
49244         * sunrpc/svc_simple.c: Likewise.
49245         * sunrpc/svc_tcp.c: Likewise.
49246         * sunrpc/svc_udp.c: Likewise.
49247         * sunrpc/svc_unix.c: Likewise.
49248         * sunrpc/svcauth_des.c: Likewise.
49249         * sunrpc/xcrypt.c: Likewise.
49250         * sunrpc/xdr.c: Likewise.
49251         * sunrpc/xdr_array.c: Likewise.
49252         * sunrpc/xdr_float.c: Likewise.
49253         * sunrpc/xdr_intXX_t.c: Likewise.
49254         * sunrpc/xdr_mem.c: Likewise.
49255         * sunrpc/xdr_rec.c: Likewise.
49256         * sunrpc/xdr_ref.c: Likewise.
49257         * sunrpc/xdr_sizeof.c: Likewise.
49258         * sunrpc/xdr_stdio.c: Likewise.
49259
49260 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
49261
49262         [BZ #12650]
49263         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49264         * sysdeps/ia64/dl-tls.h: Likewise.
49265         * sysdeps/powerpc/dl-tls.h: Likewise.
49266         * sysdeps/s390/dl-tls.h: Likewise.
49267         * sysdeps/sh/dl-tls.h: Likewise.
49268         * sysdeps/sparc/dl-tls.h: Likewise.
49269         * sysdeps/x86_64/dl-tls.h: Likewise.
49270         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49271
49272 2011-03-14  Andreas Schwab  <schwab@redhat.com>
49273
49274         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49275         rpath element also skip the following colon.
49276         (expand_dynamic_string_token): Add is_path parameter and pass
49277         down to DL_DST_REQUIRED and _dl_dst_substitute.
49278         (decompose_rpath): Call expand_dynamic_string_token with
49279         non-zero is_path.  Ignore empty rpaths.
49280         (_dl_map_object_from_fd): Call expand_dynamic_string_token
49281         with zero is_path.
49282
49283 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
49284
49285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49286         Make cancelable.
49287
49288 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49289
49290         [BZ #12655]
49291         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49292         Patch by Filipe David Manana <fdmanana@apache.org>.
49293
49294 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49295
49296         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49297         Maintain aligned stack.
49298         (CHECK_RSP): Remove unused macro.
49299
49300 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49301
49302         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49303         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49304
49305 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49306
49307         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49308
49309         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49310
49311 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49312
49313         [BZ #12518]
49314         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49315         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49316         * sysdeps/x86_64/memmove.c: New file.
49317         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49318         (memcpy): Renamed to ...
49319         (__new_memcpy): This.
49320         (memcpy): Provide GLIBC_2_14 memcpy.
49321         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49322         (memcpy): Provide GLIBC_2_2_5 memcpy.
49323
49324 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49325
49326         [BZ #12631]
49327         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49328
49329 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49330
49331         * misc/syncfs.c: New file.
49332         * misc/Makefile (routines): Add syncfs.
49333         * posix/unistd.h: Declare syncfs.
49334         * sysdeps/unix/syscalls.list: Add syncfs.
49335
49336 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49337
49338         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49339         open_by_handle_at.
49340         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49341         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49342         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49343         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49344         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49345         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49346         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49347
49348 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49349
49350         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49351         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49352         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49353         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49354         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49355         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49356         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49357
49358         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49359         sync_file_range.c with -fexceptions.
49360         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49361         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49362         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49363         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49364         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49365         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49366         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49367         sync_file_range as cancellation point
49368         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49369         now a wrapper around __call_sync_file_range with cancellation handling.
49370         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49371         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49372         function name to __call_sync_file_range.
49373         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49374         Add call_sync_file_range.
49375
49376 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49377
49378         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49379         bits/timex.h.
49380
49381 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49382
49383         * iconv/iconv.h: Fix typo in comment.
49384         * io/fcntl.h: Likewise.
49385         * libio/stdio.h: Likewise.
49386         * posix/spawn.h: Likewise.
49387         * posix/unistd.h: Likewise.
49388         * stdlib/stdlib.h: Likewise.
49389         * time/time.h: Likewise.
49390         * wcsmbs/wchar.h: Likewise.
49391
49392         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49393         open_by_handle): Add.
49394         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49395         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49396         Augment a few comments.
49397         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49398         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49399         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49400         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49401         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49402         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49403         open_by_handle.
49404
49405         * io/fcntl.h (AT_EMPTY_PATH): Define.
49406
49407 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49408
49409         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49410         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49411         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49412         to...
49413         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49414         * Versions.def: Add GLIBC_2.14.
49415         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49416         Export.
49417
49418 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49419
49420         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49421         round counter.
49422         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49423
49424 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49425
49426         [BZ #12597]
49427         * string/test-strncmp.c (do_page_test): New function.
49428         (check2): Likewise.
49429         (test_main): Call check2.
49430         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49431
49432 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49433
49434         [BZ #12587]
49435         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49436         Handle cache information in CPU leaf 4.
49437         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49438
49439 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49440
49441         [BZ #12583]
49442         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49443         character representation.
49444         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49445
49446 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49447
49448         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49449         END(__isnan) to END(__isnanf) to match function entry point/label
49450         EALIGN(__isnanf,...).
49451
49452 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49453
49454         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49455
49456 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49457
49458         [BZ #12510]
49459         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49460         copy from the symbol referenced in the relocation to initialize the
49461         used variable.
49462         Patch by Piotr Bury <pbury@goahead.com>.
49463         * elf/Makefile: Add rules to build and tst-unique3.
49464         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49465         * elf/tst-unique3.cc: New file.
49466         * elf/tst-unique3.h: New file.
49467         * elf/tst-unique3lib.cc: New file.
49468         * elf/tst-unique3lib2.cc: New file.
49469
49470         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49471
49472 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49473
49474         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49475         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49476         to _start.
49477
49478 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49479
49480         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49481         to-be-loaded object along a path to loader is ld.so.
49482
49483 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49484             Ulrich Drepper  <drepper@gmail.com>
49485
49486         * sysdeps/x86_64/memset.S: After aligning destination, code
49487         branches to different locations depending on the value of
49488         misalignment, when multiarch is enabled. Fix this.
49489
49490 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49491
49492         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49493         Set _x86_64_preferred_memory_instruction for AMD processsors.
49494         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49495         Set bit_Prefer_SSE_for_memop for AMD processors.
49496
49497 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49498
49499         * libio/fmemopen.c (fmemopen): Optimize a bit.
49500
49501 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49502
49503         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49504
49505 2011-03-03  Roland McGrath  <roland@redhat.com>
49506
49507         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49508
49509 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49510
49511         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49512         __bzero_ultra1 instead of __memset_ultra1.
49513
49514 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49515             Ulrich Drepper  <drepper@gmail.com>
49516
49517         [BZ #12509]
49518         * include/link.h (struct link_map): Add l_orig_initfini.
49519         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49520         returning unsuccessfully.
49521         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49522         close of a file loaded at startup, restore the original l_initfini
49523         list.
49524         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49525         list, store the pointer.
49526         * elf/Makefile ($(objpfx)noload-mem): New rule.
49527         (noload-ENV): Define.
49528         (tests): Add $(objpfx)noload-mem.
49529         * elf/noload.c: Include <memcheck.h>.
49530         (main): Call mtrace.  Close all opened handles.
49531
49532 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49533
49534         [BZ #12454]
49535         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49536         dependencies are missing.
49537
49538 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49539
49540         Fix __if_freereq crash: Unlike the generic version which uses free,
49541         Hurd needs munmap.
49542         * sysdeps/mach/hurd/ifreq.h: New file.
49543
49544 2011-01-27  Petr Baudis  <pasky@suse.cz>
49545             Ulrich Drepper  <drepper@gmail.com>
49546
49547         [BZ 12445]#
49548         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49549         to extend_alloca().
49550         * stdio-common/bug23.c: New file.
49551         * stdio-common/Makefile (tests): Add bug23.
49552
49553 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49554             Ulrich Drepper  <drepper@gmail.com>
49555
49556         [BZ #12489]
49557         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49558         before performing relro protection.  At old place add assertion
49559         to make sure nothing changed.
49560
49561 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49562             Glauber de Oliveira Costa  <glommer@gmail.com>
49563
49564         * elf/elf.h: Add new ARM TLS relocs.
49565
49566 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49567
49568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49569         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49570         cast from r3.
49571         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49572         'tests' variable.
49573         * sysdeps/wordsize-64/tst-writev.c: New file.
49574
49575 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49576
49577         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49578         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49579         insns in _dl_start to prevent a TOC reference before relocs are
49580         resolved.
49581
49582 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49583
49584         [BZ #12469]
49585         * Makeconfig: Remove RANLIB definition.
49586         * Makerules: Don't use RANLIB.
49587         * aclocal.m4: Remove ranlib test.
49588         * configure.in: No need to check for ranlib.
49589         * elf/rtld-Rules: Don't use RANLIB.
49590
49591 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49592
49593         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49594         protection macro.
49595         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49596         inclusion protection macro.
49597
49598         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49599         SIGRTMIN and SIGRTMAX and print information in that case only when
49600         SIGRTMIN is defined.
49601
49602 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49603
49604         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49605         arginfo fn returning -1.
49606
49607         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49608         and thousands string is zero terminated.
49609
49610 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49611
49612         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49613         sysdeps/unix/sysv/linux/bits/socket.h.
49614
49615 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49616
49617         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49618         (__CPU_COUNT): Remove old macros.
49619         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49620         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49621         (__CPU_ALLOC, __CPU_FREE): Add macros.
49622         (__sched_cpualloc, __sched_cpufree): Add declarations.
49623
49624 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49625
49626         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49627         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49628         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49629         (readdhstai): Return value of addhstaiX call.
49630         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49631         (addgrbyX): Return value returned by cache_addgr.
49632         (readdgrbyname): Return value returned by addgrbyX.
49633         (readdgrbygid): Likewise.
49634         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49635         (addpwbyX): Return value returned by cache_addpw.
49636         (readdpwbyname): Return value returned by addhstbyX.
49637         (readdpwbyuid): Likewise.
49638         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49639         (addservbyX): Return value returned by cache_addserv.
49640         (readdservbyname): Return value returned by addservbyX:
49641         (readdservbyport): Likewise.
49642         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49643         (addhstbyX): Return value returned by cache_addhst.
49644         (readdhstbyname): Return value returned by addhstbyX.
49645         (readdhstbyaddr): Likewise.
49646         (readdhstbynamev6): Likewise.
49647         (readdhstbyaddrv6): Likewise.
49648         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49649         (readdinitgroups): Return value returned by addinitgroupsX.
49650         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49651         (prune_cache): Keep track of timeout value of re-added entries.
49652         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49653         * nscd/nscd.h: Adjust prototypes of readd* functions.
49654
49655 2011-02-04  Roland McGrath  <roland@redhat.com>
49656
49657         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49658         (nis_stats): Likewise.
49659         * nis/nis_modify.c (nis_modify): Likewise.
49660         * nis/nis_remove.c (nis_remove): Likewise.
49661         * nis/nis_add.c (nis_add): Likewise.
49662
49663         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49664
49665         * posix/fnmatch_loop.c: Add some consts.
49666
49667         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49668
49669 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49670
49671         [BZ #12460]
49672         * config.make.in (config-cflags-novzeroupper): Define.
49673         * configure.in: Substitute libc_cv_cc_novzeroupper.
49674         * elf/Makefile (AVX-CFLAGS): Define.
49675         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49676         (CFLAGS-tst-auditmod4a.c): Likewise.
49677         (CFLAGS-tst-auditmod4b.c): Likewise.
49678         (CFLAGS-tst-auditmod6b.c): Likewise.
49679         (CFLAGS-tst-auditmod6c.c): Likewise.
49680         (CFLAGS-tst-auditmod7b.c): Likewise.
49681         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49682
49683 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49684
49685         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49686         function to the callback.
49687         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49688
49689 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49690
49691         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49692         of errno.
49693
49694 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49695
49696         [BZ #11724]
49697         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49698         of constructors.
49699         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49700         of destructors.
49701         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49702
49703         [BZ #11724]
49704         * elf/Makefile: Add rules to build and run new test.
49705         * elf/tst-initorder.c: New file.
49706         * elf/tst-initorder.exp: New file.
49707         * elf/tst-initordera1.c: New file.
49708         * elf/tst-initordera2.c: New file.
49709         * elf/tst-initordera3.c: New file.
49710         * elf/tst-initordera4.c: New file.
49711         * elf/tst-initorderb1.c: New file.
49712         * elf/tst-initorderb2.c: New file.
49713         * elf/tst-order-a1.c: New file.
49714         * elf/tst-order-a2.c: New file.
49715         * elf/tst-order-a3.c: New file.
49716         * elf/tst-order-a4.c: New file.
49717         * elf/tst-order-b1.c: New file.
49718         * elf/tst-order-b2.c: New file.
49719         * elf/tst-order-main.c: New file.
49720         New test case by George Gensure <werkt0@gmail.com>.
49721
49722 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49723
49724         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49725         decoding ACE if AI_CANONIDN.
49726
49727 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49728
49729         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49730
49731 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49732
49733         * version.h (RELEASE): Bump for 2.13 release.
49734         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49735
49736         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49737
49738         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49739         MADV_NOHUGEPAGE.
49740         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49741         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49742         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49743         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49744         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49745         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49746
49747         * posix/getconf.c: Update copyright year.
49748         * catgets/gencat.c: Likewise.
49749         * csu/version.c: Likewise.
49750         * debug/catchsegv.sh: Likewise.
49751         * debug/xtrace.sh: Likewise.
49752         * elf/ldconfig.c: Likewise.
49753         * elf/ldd.bash.in: Likewise.
49754         * elf/sprof.c (print_version): Likewise.
49755         * iconv/iconv_prog.c: Likewise.
49756         * iconv/iconvconfig.c: Likewise.
49757         * locale/programs/locale.c: Likewise.
49758         * locale/programs/localedef.c: Likewise.
49759         * malloc/memusage.sh: Likewise.
49760         * malloc/mtrace.pl: Likewise.
49761         * nscd/nscd.c (print_version): Likewise.
49762         * nss/getent.c: Likewise.
49763
49764         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49765         PF_CAIF, and PF_ALG.
49766         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49767
49768 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49769
49770         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49771         (modules-names): Use them.
49772         (ifunc-test-modules, ifunc-pie-tests): Define.
49773         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49774         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49775         (test-extras): Likewise.
49776         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49777         $(compile-command.c).
49778         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49779         (all-built-dso): Define.
49780         (check-textrel.out, check-execstack.out): Depend on it.
49781
49782         * configure.in: Don't override --enable-multi-arch.
49783
49784 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49785
49786         [BZ #6812]
49787         * nscd/hstcache.c (tryagain): Define.
49788         (cache_addhst): Return tryagain not notfound for temporary errors.
49789         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49790         failed.
49791
49792 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49793
49794         [BZ #10563]
49795         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49796         to make the syscall.
49797         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49798
49799         [BZ #12378]
49800         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49801         and fall back to matching as normal character if the string ends before
49802         the matching ']' is found.  This is what POSIX requires.
49803         * posix/testfnm.c: Adjust test result.
49804         * posix/globtest.sh: Adjust test result.  Add new test.
49805         * posix/tst-fnmatch.input: Likewise.
49806         * posix/tst-fnmatch2.c: Add new test.
49807
49808 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49809
49810         * elf/Makefile (check-execstack): Revert last change.  Depend on
49811         check-execstack.h.
49812         (check-execstack.h): New target.
49813         (generated): Add check-execstack.h.
49814         * elf/check-execstack.c: Include "check-execstack.h".
49815         (main): Revert last change.
49816         (handle_file): Return zero if GNU_STACK is absent and
49817         DEFAULT_STACK_PERMS doesn't include PF_X.
49818
49819 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49820
49821         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49822         in child fails because the descriptor is already closed.
49823         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49824         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49825         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49826
49827         [BZ #12397]
49828         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49829         syscall.
49830
49831         [BZ #10484]
49832         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49833         temporary buffer used to handle multi lookups locally.
49834         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49835
49836 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49837
49838         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49839         loader is ld.so.
49840
49841 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49842
49843         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49844         alignment for SSE2.
49845
49846 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49847
49848         [BZ #12394]
49849         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49850         characters.  When rounding increased number of integer digits recompute
49851         number of groups.
49852         * stdio-common/tst-grouping.c: New file.
49853         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49854
49855 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49856
49857         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49858         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49859
49860         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49861         void.
49862         * bits/select.h: Likewise.
49863
49864 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49865
49866         * po/ja.po: Update from translation team.
49867
49868 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49869
49870         [BZ #11155]
49871         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49872         implementation just like for lxstat, fxstatat, et al.
49873
49874 2010-12-27  Jim Meyering  <meyering@redhat.com>
49875
49876         [BZ #12348]
49877         * posix/regexec.c (build_trtable): Return failure indication upon
49878         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49879
49880 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49881
49882         [BZ #12201]
49883         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49884         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49885         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49886         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49887
49888         [BZ #12207]
49889         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49890
49891         [BZ #12204]
49892         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49893         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49894
49895 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49896
49897         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49898         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49899         script has SORT_BY_INIT_PRIORITY.
49900         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49901         NO_CTORS_DTORS_SECTIONS is defined.
49902         * elf/soinit.c: Likewise.
49903         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49904         NO_CTORS_DTORS_SECTIONS is defined.
49905         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49906         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49907         * sysdeps/sh/init-first.c: Likewise.
49908         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49909
49910 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49911
49912         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49913         always use the slow path.
49914
49915 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49916
49917         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49918         similar rule which adds the sysdep directories to the header search in
49919         order to pick up the correct platform stackinfo.h.
49920         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49921         perform test if it is, otherwise return successfully without testing.
49922         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49923         DEFAULT_STACK_PERMS define in stackinfo.h.
49924         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49925         defined in stackinfo.h.
49926         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49927         DEFAULT_STACK_PERMS defined in stackinfo.h.
49928         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49929         * sysdeps/ia64/stackinfo.h: Likewise.
49930         * sysdeps/s390/stackinfo.h: Likewise.
49931         * sysdeps/sh/stackinfo.h: Likewise.
49932         * sysdeps/sparc/stackinfo.h: Likewise.
49933         * sysdeps/x86_64/stackinfo.h: Likewise.
49934         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49935         PF_X for powerpc64.  Retain PF_X for powerpc32.
49936
49937 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49938
49939         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49940         accurately.
49941         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49942         GETDENTS_64BIT_ALIGNED.
49943
49944 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49945
49946         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49947
49948 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49949
49950         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49951         _GNU_SOURCE.
49952
49953         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49954         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49955         Remove __restrict.
49956         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49957         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49958
49959 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49960
49961         [BZ #11655]
49962         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49963         are initialized.
49964
49965 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49966
49967         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49968
49969 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49970
49971         * po/it.po: Update from translation team.
49972
49973 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49974
49975         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49976         unused codes.
49977
49978 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49979
49980         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49981
49982 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49983
49984         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49985         specially.
49986         (gaih_getanswer_slice): Likewise.
49987
49988 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49989
49990         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49991
49992 2010-05-31  Petr Baudis  <pasky@suse.cz>
49993
49994         [BZ #11149]
49995         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49996         silently even in the chroot mode.
49997
49998 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49999
50000         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
50001         last patch a bit.  Pretty printing
50002
50003 2010-05-31  Petr Baudis <pasky@suse.cz>
50004
50005         [BZ #10085]
50006         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
50007         initialization of skip_initgroups_dyn.
50008
50009 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
50010
50011         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
50012         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
50013
50014 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
50015
50016         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
50017
50018 2010-11-11  Andreas Schwab  <schwab@redhat.com>
50019
50020         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
50021         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
50022         (tst-fnmatch-ENV): Set MALLOC_TRACE.
50023         ($(objpfx)tst-fnmatch-mem): New rule.
50024         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
50025         * posix/tst-fnmatch.c (main): Call mtrace.
50026
50027 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
50028
50029         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50030         Support Intel processor model 6 and model 0x2c.
50031
50032 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
50033
50034         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
50035           signed comparison.
50036
50037 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
50038
50039         [BZ #12205]
50040         * string/test-strncasecmp.c (check_result): New function.
50041         (do_one_test): Use it.
50042         (check1): New function.
50043         (test_main): Use it.
50044         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
50045         Support strcasecmp and strncasecmp.
50046
50047 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
50048
50049         [BZ #12194]
50050         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
50051         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50052
50053 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
50054
50055         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
50056         IFUNC support.
50057         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50058         memset-x86-64.
50059         * sysdeps/x86_64/multiarch/bzero.S: New file.
50060         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
50061         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
50062         * sysdeps/x86_64/multiarch/memset.S: New file.
50063         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
50064         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50065         Set bit_Prefer_SSE_for_memop for Intel processors.
50066         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
50067         Define.
50068         (index_Prefer_SSE_for_memop): Define.
50069         (HAS_PREFER_SSE_FOR_MEMOP): Define.
50070
50071 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
50072
50073         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
50074         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
50075
50076 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
50077
50078         [BZ #12191]
50079         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50080         (__x86_64_raw_data_cache_size_half): Likewise.
50081         (__x86_64_raw_shared_cache_size): Likewise.
50082         (__x86_64_raw_shared_cache_size_half): Likewise.
50083
50084         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50085         (__x86_64_raw_data_cache_size_half): Likewise.
50086         (__x86_64_raw_shared_cache_size): Likewise.
50087         (__x86_64_raw_shared_cache_size_half): Likewise.
50088         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
50089         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
50090         and __x86_64_raw_shared_cache_size_half.  Round
50091         __x86_64_data_cache_size_half, __x86_64_data_cache_size
50092         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
50093         to multiple of 256 bytes.
50094
50095 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
50096
50097         [BZ #12167]
50098         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
50099         of inacessible symlinks.  Verify result of symlink before returning it.
50100         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
50101         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
50102
50103 2010-10-28  Erich Ritz  <erichritz@gmail.com>
50104
50105         * math/math.h (isinf): Fix typo in comment.
50106
50107 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
50108
50109         * po/da.po: Update from translation team.
50110
50111 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
50112
50113         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
50114         is added to the list.
50115
50116 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50117             Ulrich Drepper  <drepper@gmail.com>
50118
50119         * elf/dl-object.c (_dl_new_object): Don't append the new object to
50120         the global list here.  Move code to...
50121         (_dl_add_to_namespace_list): ...here.  New function.
50122         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
50123         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
50124         * elf/dl-load.c (lose): Don't remove the element from the list.
50125         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
50126         (_dl_map_object): Likewise.
50127
50128 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
50129
50130         [BZ #12159]
50131         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
50132         into all bytes of SSE register.
50133         Patch by Richard Li <richardpku@gmail.com>.
50134
50135 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
50136
50137         [BZ #12140]
50138         * malloc/malloc.c (_int_free): Fill correct number of bytes when
50139         perturbing.
50140
50141 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
50142
50143         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
50144         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
50145         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
50146         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
50148         submachine.
50149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
50150
50151 2010-10-22  Andreas Schwab  <schwab@redhat.com>
50152
50153         * include/dlfcn.h (__RTLD_SECURE): Define.
50154         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
50155         mode & __RTLD_SECURE instead.
50156         (open_path): Rename preloaded parameter to secure.
50157         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
50158         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
50159         * elf/dl-deps.c (openaux): Likewise.
50160         * elf/rtld.c (struct map_args): Remove is_preloaded.
50161         (map_doit): Don't use it.
50162         (dl_main): Likewise.
50163         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
50164         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
50165
50166 2010-09-09  Andreas Schwab  <schwab@redhat.com>
50167
50168         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
50169         (sysd-rules-targets): Remove duplicates.
50170         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
50171         rtld-%.$o dependency.
50172
50173 2010-10-18  Andreas Schwab  <schwab@redhat.com>
50174
50175         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
50176         _dl_map_object do it.
50177
50178 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
50179
50180         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
50181         fast fma builtins, define the macros in the C99 standard.
50182         (FP_FAST_FMAF): Likewise.
50183         (FP_FAST_FMAL): Likewise.
50184         * sysdeps/x86_64/bits/mathdef.h: Likewise.
50185
50186         * bits/mathdef.h: Update copyright year.
50187         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50188
50189 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
50190
50191         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
50192         builtins, define the macros in the C99 standard.
50193         (FP_FAST_FMAF): Likewise.
50194         (FP_FAST_FMAL): Likewise.
50195         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
50196         multiply/add.
50197         (FP_FAST_FMAF): Likewise.
50198
50199 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
50200
50201         [BZ #3268]
50202         * math/libm-test.inc (fma_test): Some new testcases.
50203         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50204         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50205         y and infinite z.  Do multiplication by C already in long double.
50206         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50207         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50208         y and infinite z.  Do bitwise or of inexact bit into u.d.
50209         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50210         * sysdeps/i386/fpu/s_fmaf.S: Removed.
50211         * sysdeps/i386/fpu/s_fma.S: Removed.
50212         * sysdeps/i386/fpu/s_fmal.S: Removed.
50213
50214 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
50215
50216         [BZ #3268]
50217         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50218         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50219         computation is not scheduled after fetestexcept.  Fix value
50220         of minimum denormal long double.
50221
50222 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
50223
50224         [BZ #3268]
50225         * math/libm-test.inc (fma_test): Add some more tests.
50226         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50227         correctly.
50228
50229 2010-10-15  Andreas Schwab  <schwab@redhat.com>
50230
50231         * scripts/data/localplt-s390-linux-gnu.data: New file.
50232         * scripts/data/localplt-s390x-linux-gnu.data: New file.
50233
50234 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
50235
50236         [BZ #3268]
50237         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50238         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50239         instead of dbl-64.
50240         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50241         inlines.
50242         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50243         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50244         if one of x and y is very large and the other is subnormal.
50245         * sysdeps/s390/fpu/s_fmaf.c: New file.
50246         * sysdeps/s390/fpu/s_fma.c: New file.
50247         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50248         * sysdeps/powerpc/fpu/s_fma.S: New file.
50249         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50250         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50251         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50252
50253 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
50254
50255         [BZ #3268]
50256         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50257         fma tests.
50258         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50259         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50260         * sysdeps/i386/i686/multiarch/s_fma.c: Include
50261         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50262         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50263         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50264         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50265
50266 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
50267
50268         [BZ #12078]
50269         * posix/regcomp.c (parse_branch): One more memory leak plugged.
50270         * posix/bug-regex31.input: Add test case.
50271
50272 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50273
50274         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50275         * posix/bug-regex31.input: New file.
50276
50277         [BZ #12078]
50278         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50279         (parse_sub_exp): Fix last change, use postorder.
50280
50281         * posix/bug-regex31.c: New file.
50282         * posix/Makefile: Add rules to build and run bug-regex31.
50283
50284         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50285
50286         [BZ #12078]
50287         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50288
50289         [BZ #12108]
50290         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50291         to have entries in sys_siglist.
50292
50293         [BZ #12093]
50294         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50295         be NULL.
50296
50297 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50298
50299         [BZ #3268]
50300         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50301         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50302         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50303         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50304         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50305         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50306         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50307         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50308         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50309         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50310         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50311         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50312         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50313         * math/ftestexcept.c (fetestexcept): Likewise.
50314         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50315         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50316         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50317         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50318         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50319         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50320         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50321
50322 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50323
50324         [BZ #12107]
50325         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50326         newline.
50327
50328 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50329
50330         * string/bug-strstr1.c: New file.
50331         * string/Makefile: Add rules to build and run bug-strstr1.
50332
50333 2010-10-05  Eric Blake  <eblake@redhat.com>
50334
50335         [BZ #12092]
50336         * string/str-two-way.h (two_way_long_needle): Always clear memory
50337         when skipping input due to the shift table.
50338
50339 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50340
50341         [BZ #12005]
50342         * malloc/mcheck.c: Handle large requests.
50343
50344         [BZ #12077]
50345         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50346         for strncmp and strncasecmp.
50347         * string/stratcliff.c: Add tests for strcmp and strncmp.
50348         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50349
50350 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50351
50352         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50353         __set_fpscr.
50354
50355 2010-09-30  Andreas Jaeger  <aj@suse.de>
50356
50357         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50358         (CGROUP_SUPER_MAGIC): Define.
50359         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50360         Handle btrfs and cgroup file systems.
50361         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50362         Likewise.
50363
50364 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50365
50366         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50367         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50368
50369 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50370
50371         [BZ #12067]
50372         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50373         trying to locate the ELF header.
50374
50375 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50376
50377         [BZ #11611]
50378         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50379         Mask out sign-bit copies when constructing f_fsid.
50380
50381 2010-09-24  Petr Baudis <pasky@suse.cz>
50382
50383         * debug/stack_chk_fail_local.c: Add missing licence exception.
50384         * debug/warning-nop.c: Likewise.
50385
50386 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50387
50388         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50389         implementing getdents64 using getdents syscall, set d_type if
50390         __ASSUME_GETDENTS32_D_TYPE.
50391
50392 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50393
50394         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50395         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50396
50397 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50398
50399         [BZ #12037]
50400         * posix/unistd.h: Undo change of feature selection for ftruncate from
50401         2010-01-11.
50402
50403 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50404
50405         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50406         detection.
50407
50408 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50409
50410         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50411         fanotify_mark.
50412         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50413
50414 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50415
50416         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50417         variables after CHECK_SP call.
50418         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50419
50420 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50421             Ulrich Drepper  <drepper@redhat.com>
50422
50423         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50424         re-relocationg ld.so.
50425         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50426         _dl_init_paths call.
50427         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50428         here anymore.
50429
50430 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50431
50432         * resolv/res_init.c (__res_vinit): Count the default server we added.
50433
50434 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50435             Ulrich Drepper  <drepper@redhat.com>
50436
50437         [BZ #11968]
50438         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50439         (____longjmp_chk): Use %ebx for saving value across system call.
50440         Add unwind info.
50441
50442 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50443
50444         * manual/Makefile: Don't mix pattern rules with normal rules.
50445
50446 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50447
50448         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50449         operation.
50450         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50451         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50452         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50453         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50454         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50455         Likewise.
50456
50457 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50458
50459         [BZ #11979]
50460         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50461         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50462
50463 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50464
50465         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50466         * sysdeps/x86_64/addmul_1.S: Likewise.
50467         * sysdeps/x86_64/lshift.S: Likewise.
50468         * sysdeps/x86_64/mul_1.S: Likewise.
50469         * sysdeps/x86_64/rshift.S: Likewise.
50470         * sysdeps/x86_64/sub_n.S: Likewise.
50471         * sysdeps/x86_64/submul_1.S: Likewise.
50472
50473 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50474
50475         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50476         Define __sched_param instead of SCHED_* and sched_param when
50477         <bits/sched.h> is included with __need_schedparam defined.
50478         * bits/sched.h [__need_schedparam]
50479         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50480         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50481         (__defined_schedparam): Define to 1.
50482         (__sched_param): New structure, identical to sched_param.
50483         (__need_schedparam): Undefine.
50484
50485 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50486
50487         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50488         (epoll_create1): Declare.
50489
50490         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50491
50492 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50493
50494         [BZ #7066]
50495         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50496         shifting retval into place.
50497
50498 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50499
50500         * nis/rpcsvc/nis.h: Update copyright notice.
50501         * nis/rpcsvc/nis.x: Likewise.
50502         * nis/rpcsvc/nis_callback.h: Likewise.
50503         * nis/rpcsvc/nis_callback.x: Likewise.
50504         * nis/rpcsvc/nis_object.x: Likewise.
50505         * nis/rpcsvc/nis_tags.h: Likewise.
50506         * nis/rpcsvc/yp.h: Likewise.
50507         * nis/rpcsvc/yp.x: Likewise.
50508         * nis/rpcsvc/ypupd.h: Likewise.
50509         * nis/yp_xdr.c: Likewise.
50510         * nis/ypupdate_xdr.c: Likewise.
50511
50512         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50513         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50514         (pmap_getport): Use __libc_rpc_getport.
50515         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50516         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50517         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50518
50519 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50520
50521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50522         fanotify_mark.
50523
50524 2010-08-27  Roland McGrath  <roland@redhat.com>
50525
50526         * sysdeps/i386/i686/multiarch/Makefile
50527         (CFLAGS-varshift.c): New variable.
50528
50529 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50530
50531         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50532         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50533
50534         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50535
50536         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50537
50538 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50539
50540         * sysdeps/x86_64/strlen.S: Unroll the loop.
50541         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50542         strlen-sse2 strlen-sse2-bsf.
50543         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50544         __strlen_no_bsf if bit_Slow_BSF is set.
50545         (__strlen_sse42): Removed.
50546         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50547         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50548
50549 2010-08-25  Roland McGrath  <roland@redhat.com>
50550
50551         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50552         * sysdeps/x86_64/multiarch/varshift.c: New file.
50553         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50554         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50555         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50556         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50557
50558 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50559
50560         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50561         strlen-sse2 strlen-sse2-bsf.
50562         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50563         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50564         (__strlen_sse2): Removed.
50565         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50566         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50567         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50568         bit_Slow_BSF for Atom.
50569         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50570         (index_Slow_BSF): Define.
50571         (HAS_SLOW_BSF): Define.
50572
50573 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50574
50575         [BZ #10851]
50576         * resolv/res_init.c (__res_vinit): When no server address at all
50577         is given default to loopback.
50578
50579 2010-08-24  Roland McGrath  <roland@redhat.com>
50580
50581         * configure.in: Remove config-name.h generation.
50582         * configure: Regenerated.
50583         * config-name.in: File removed.
50584         * scripts/config-uname.sh: New file.
50585         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50586         ($(objdir)config-name.h): New target.
50587
50588         * sunrpc/rpc_parse.h: Avoid nested comment.
50589
50590 2010-08-24  Richard Henderson  <rth@redhat.com>
50591             Ulrich Drepper  <drepper@redhat.com>
50592             H.J. Lu  <hongjiu.lu@intel.com>
50593
50594         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50595         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50596         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50597         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50598         _mm_alignr_epi8 with _mm_loadu_si128.
50599         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50600         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50601         (__m128i_shift_right): Removed.
50602         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50603         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50604         * sysdeps/x86_64/multiarch/varshift.h: New file.
50605         * sysdeps/x86_64/multiarch/varshift.S: New file.
50606
50607 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50608
50609         * configure.in: Move assembler checks to before sysdep dir checking.
50610
50611 2010-08-20  Petr Baudis  <pasky@suse.cz>
50612
50613         * LICENSES: Sync the sunrpc license.
50614
50615 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50616
50617         * sunrpc/auth_des.c: Update copyright notice once again.
50618         * sunrpc/auth_none.c: Likewise.
50619         * sunrpc/auth_unix.c: Likewise.
50620         * sunrpc/authdes_prot.c: Likewise.
50621         * sunrpc/authuxprot.c: Likewise.
50622         * sunrpc/bindrsvprt.c: Likewise.
50623         * sunrpc/clnt_gen.c: Likewise.
50624         * sunrpc/clnt_perr.c: Likewise.
50625         * sunrpc/clnt_raw.c: Likewise.
50626         * sunrpc/clnt_simp.c: Likewise.
50627         * sunrpc/clnt_tcp.c: Likewise.
50628         * sunrpc/clnt_udp.c: Likewise.
50629         * sunrpc/clnt_unix.c: Likewise.
50630         * sunrpc/des_crypt.c: Likewise.
50631         * sunrpc/des_soft.c: Likewise.
50632         * sunrpc/get_myaddr.c: Likewise.
50633         * sunrpc/getrpcport.c: Likewise.
50634         * sunrpc/key_call.c: Likewise.
50635         * sunrpc/key_prot.c: Likewise.
50636         * sunrpc/openchild.c: Likewise.
50637         * sunrpc/pm_getmaps.c: Likewise.
50638         * sunrpc/pm_getport.c: Likewise.
50639         * sunrpc/pmap_clnt.c: Likewise.
50640         * sunrpc/pmap_prot.c: Likewise.
50641         * sunrpc/pmap_prot2.c: Likewise.
50642         * sunrpc/pmap_rmt.c: Likewise.
50643         * sunrpc/rpc/auth.h: Likewise.
50644         * sunrpc/rpc/auth_unix.h: Likewise.
50645         * sunrpc/rpc/clnt.h: Likewise.
50646         * sunrpc/rpc/des_crypt.h: Likewise.
50647         * sunrpc/rpc/key_prot.h: Likewise.
50648         * sunrpc/rpc/netdb.h: Likewise.
50649         * sunrpc/rpc/pmap_clnt.h: Likewise.
50650         * sunrpc/rpc/pmap_prot.h: Likewise.
50651         * sunrpc/rpc/pmap_rmt.h: Likewise.
50652         * sunrpc/rpc/rpc.h: Likewise.
50653         * sunrpc/rpc/rpc_des.h: Likewise.
50654         * sunrpc/rpc/rpc_msg.h: Likewise.
50655         * sunrpc/rpc/svc.h: Likewise.
50656         * sunrpc/rpc/svc_auth.h: Likewise.
50657         * sunrpc/rpc/types.h: Likewise.
50658         * sunrpc/rpc/xdr.h: Likewise.
50659         * sunrpc/rpc_clntout.c: Likewise.
50660         * sunrpc/rpc_cmsg.c: Likewise.
50661         * sunrpc/rpc_common.c: Likewise.
50662         * sunrpc/rpc_cout.c: Likewise.
50663         * sunrpc/rpc_dtable.c: Likewise.
50664         * sunrpc/rpc_hout.c: Likewise.
50665         * sunrpc/rpc_main.c: Likewise.
50666         * sunrpc/rpc_parse.c: Likewise.
50667         * sunrpc/rpc_parse.h: Likewise.
50668         * sunrpc/rpc_prot.c: Likewise.
50669         * sunrpc/rpc_sample.c: Likewise.
50670         * sunrpc/rpc_scan.c: Likewise.
50671         * sunrpc/rpc_scan.h: Likewise.
50672         * sunrpc/rpc_svcout.c: Likewise.
50673         * sunrpc/rpc_tblout.c: Likewise.
50674         * sunrpc/rpc_util.c: Likewise.
50675         * sunrpc/rpc_util.h: Likewise.
50676         * sunrpc/rpcinfo.c: Likewise.
50677         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50678         * sunrpc/rpcsvc/key_prot.x: Likewise.
50679         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50680         * sunrpc/rpcsvc/mount.x: Likewise.
50681         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50682         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50683         * sunrpc/rpcsvc/rex.x: Likewise.
50684         * sunrpc/rpcsvc/rstat.x: Likewise.
50685         * sunrpc/rpcsvc/rusers.x: Likewise.
50686         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50687         * sunrpc/rpcsvc/spray.x: Likewise.
50688         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50689         * sunrpc/rtime.c: Likewise.
50690         * sunrpc/svc.c: Likewise.
50691         * sunrpc/svc_auth.c: Likewise.
50692         * sunrpc/svc_authux.c: Likewise.
50693         * sunrpc/svc_raw.c: Likewise.
50694         * sunrpc/svc_run.c: Likewise.
50695         * sunrpc/svc_simple.c: Likewise.
50696         * sunrpc/svc_tcp.c: Likewise.
50697         * sunrpc/svc_udp.c: Likewise.
50698         * sunrpc/svc_unix.c: Likewise.
50699         * sunrpc/svcauth_des.c: Likewise.
50700         * sunrpc/xcrypt.c: Likewise.
50701         * sunrpc/xdr.c: Likewise.
50702         * sunrpc/xdr_array.c: Likewise.
50703         * sunrpc/xdr_float.c: Likewise.
50704         * sunrpc/xdr_mem.c: Likewise.
50705         * sunrpc/xdr_rec.c: Likewise.
50706         * sunrpc/xdr_ref.c: Likewise.
50707         * sunrpc/xdr_sizeof.c: Likewise.
50708         * sunrpc/xdr_stdio.c: Likewise.
50709
50710         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50711         handling.
50712
50713 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50714
50715         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50716
50717 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50718
50719         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50720         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50721         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50722         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50723         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50724         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50725         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50726         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50727         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50728         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50729         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50730         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50731         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50732         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50733
50734 2010-07-26  Anton Blanchard  <anton@samba.org>
50735
50736         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50737         * malloc/arena.c (heap_trim): Likewise.
50738
50739 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50740
50741         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50742         here.  Not...
50743         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50744         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50745
50746 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50747
50748         * sysdeps/i386/elf/Makefile: New file.
50749
50750 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50751
50752         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50753         from fanotify_init.
50754         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50755         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50756
50757 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50758
50759         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50760         of strncasecmp_l.
50761         * sysdeps/multiarch/strcmp.S: Likewise.
50762
50763 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50764
50765         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50766         strncase_l-nonascii.
50767         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50768         Add strncase_l-ssse3.
50769         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50770         * sysdeps/x86_64/strcmp.S: Likewise.
50771         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50772         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50773         * sysdeps/x86_64/strncase.S: New file.
50774         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50775         * sysdeps/x86_64/strncase_l.S: New file.
50776         * string/Makefile (strop-tests): Add strncasecmp.
50777         * string/test-strncasecmp.c: New file.
50778
50779         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50780         warning.
50781
50782         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50783         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50784
50785 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50786
50787         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50788
50789 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50790
50791         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50792         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50793         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50794
50795 2010-05-01  Alan Modra  <amodra@gmail.com>
50796
50797         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50798         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50799         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50800         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50801         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50802         tidying.  Don't tail-call __sigjmp_save for static lib.
50803         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50804         save location.
50805         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50806         (CALL_MCOUNT): Add eh info, and nop after bl.
50807         (TAIL_CALL_SYSCALL_ERROR): New macro.
50808         (PSEUDO_RET): Use it.
50809         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50810         Correct save location of integer regs and cr.
50811         (_dl_profile_resolve): Correct cr save location.  Delete nops
50812         after bl when SHARED.  Reduce cfi size a little by better
50813         placement of cfi directives.
50814         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50815         make a stack frame.  Instead use parm save area as a temp.
50816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50817         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50819         Don't make a stack frame for parent, use parm save area.
50820         Increase child stack frame to 112 bytes.  Don't save unused reg,
50821         and adjust reg usage.  Set up cfi on error recovery and
50822         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50824         (__makecontext): Add dummy nop after jump to exit.
50825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50826         Use correct parm save area and cr save, reduce stack frame.
50827         Correct cfi for possible PSEUDO_RET frame setup.
50828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50829         Branch to local label emitted by PSEUDO_RET rather than
50830         __syscall_error.
50831
50832 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50833
50834         [BZ #11904]
50835         * locale/programs/locale.c (print_assignment): New function.
50836         (show_locale_vars): Use it.
50837
50838 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50839
50840         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50841         field.
50842         (struct statfs64): Likewise.
50843         (_STATFS_F_FLAGS): Define.
50844         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50845         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50846         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50847         (ST_VALID): Define locally.
50848         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50849         __statvfs_getflags, use the provided value.
50850         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50851         __ASSUME_STATFS_F_FLAGS.
50852
50853         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50854
50855         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50856         Add sys/fanotify.h.
50857         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50858         fanotify_mask for GLIBC_2.13.
50859         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50860         fanotify_init and fanotify_mark.
50861         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50862         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50863
50864         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50865         Add prlimit.
50866         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50867         prlimit64 for GLIBC_2.13.
50868         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50869         prlimit64.
50870         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50871         syscall.
50872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50873         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50874         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50875         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50876         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50877         add prlimit alias.
50878         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50879
50880         [BZ #11903]
50881         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50882         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50883
50884         * nss/Makefile: Add rules to build and run tst-nss-test1.
50885         * shlib-versions: Add entry for libnss_test1.
50886         * nss/nss_test1.c: New file.
50887         * nss/tst-nss-test1.c: New file.
50888
50889         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50890         (__nss_configure_lookup): Set appropriate entry in
50891         __nss_configure_lookup to true.
50892         * nss/nsswitch.h: Define enum with indeces of databases in
50893         databases and __nss_database_custom arrays.  Declare
50894         __nss_database_custom.
50895         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50896         to avoid using nscd when custom rules are installed.
50897         * nss/getXXbyYY_r.c: Likewise.
50898         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50899
50900         * nss/nss_files/files-parse.c: Whitespace fixes.
50901
50902 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50903
50904         [BZ #11883]
50905         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50906         * posix/fnmatch_loop.c: Likewise.
50907
50908 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50909
50910         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50911         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50912         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50913         * Versions.def [GLIBC_2.13]: Add.
50914
50915 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50916
50917         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50918         Also fail if tpwd after pwuid call is NULL.
50919
50920 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50921
50922         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50923         when converting to ms.
50924
50925 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50926
50927         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50928         EOPNOTSUPP errors with ENOTTY.
50929         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50930         EOPNOTSUPP errors with ENOTTY.
50931
50932 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50933
50934         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50935         Add strcasecmp_l-ssse3.
50936         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50937         strcasecmp.
50938         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50939         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50940         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50941
50942 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50943
50944         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50945
50946         * string/Makefile (strop-tests): Add strcasecmp.
50947         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50948         strcasecmp_l-nonascii.
50949         (gen-as-const-headers): Add locale-defines.sym.
50950         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50951         * sysdeps/x86_64/strcasecmp.S: New file.
50952         * sysdeps/x86_64/strcasecmp_l.S: New file.
50953         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50954         * sysdeps/x86_64/locale-defines.sym: New file.
50955         * string/test-strcasecmp.c: New file.
50956
50957         * string/test-strcasestr.c: Test both ends of the range of characters.
50958         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50959
50960 2010-07-29  Roland McGrath  <roland@redhat.com>
50961
50962         [BZ #11856]
50963         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50964
50965 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50966
50967         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50968         for ld.so.
50969
50970 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50971
50972         * manual/memory.texi (Malloc Tunable Parameters): Document
50973         M_PERTURB.
50974
50975 2010-07-26  Roland McGrath  <roland@redhat.com>
50976
50977         [BZ #11840]
50978         * configure.in (-fgnu89-inline check): Set and substitute
50979         gnu89_inline, not libc_cv_gnu89_inline.
50980         * configure: Regenerated.
50981         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50982
50983 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50984
50985         * string/test-strnlen.c: New file.
50986         * string/Makefile (strop-tests): Add strnlen.
50987         * string/tester.c (test_strnlen): Add a few more test cases.
50988         * string/tst-strlen.c: Better error reporting.
50989
50990         * sysdeps/x86_64/strnlen.S: New file.
50991
50992 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50993
50994         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50995         lower-latency instructions.
50996
50997 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50998
50999         * string/test-strcasestr.c: New file.
51000         * string/test-strstr.c: New file.
51001         * string/Makefile (strop-tests): Add strstr and strcasestr.
51002         * string/str-two-way.h: Don't undefine MAX.
51003         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
51004
51005 2010-07-21  Andreas Schwab  <schwab@redhat.com>
51006
51007         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51008         strcasestr-nonascii.
51009         (CFLAGS-strcasestr-nonascii.c): Define.
51010         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
51011         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
51012         Remove unused attribute.
51013
51014 2010-07-20  Roland McGrath  <roland@redhat.com>
51015
51016         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
51017         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
51018         ld.so.cache was broken.  With it, there is no way to disable dsocaps
51019         like LD_HWCAP_MASK can disable hwcaps.
51020
51021 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51022
51023         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
51024
51025 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
51026
51027         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
51028         call in strcasestr.
51029         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
51030         __strcasestr_sse42_nonascii.
51031         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
51032         strcasestr-nonascii.c.
51033         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
51034
51035 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
51036
51037         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
51038         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
51039         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
51040         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
51041
51042 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
51043
51044         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
51045         fcntl.
51046
51047 2010-07-06  Andreas Schwab  <schwab@redhat.com>
51048
51049         [BZ #11577]
51050         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
51051         dl_signal_cerror.
51052
51053 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
51054
51055         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
51056         _PC_PIPE_BUF using F_GETPIPE_SZ.
51057
51058 2010-07-05  Roland McGrath  <roland@redhat.com>
51059
51060         * manual/arith.texi (Rounding Functions): Fix rint description
51061         implicit in round description.
51062
51063 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
51064
51065         * elf/Makefile: Fix linking for a few tests to make recent linker
51066         happy.
51067
51068 2010-06-30  Andreas Schwab  <schwab@redhat.com>
51069
51070         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
51071         $(common-objpfx)libc_nonshared.a.
51072
51073 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
51074
51075         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
51076         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
51077         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51078         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51079         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
51080         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
51081         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51082         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
51084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
51085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
51086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
51088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
51090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
51091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
51092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
51093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
51095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
51097         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
51098         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
51099         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
51100         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
51101         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
51102         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
51103         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
51104         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
51105         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
51106         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
51107         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
51108         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
51109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
51110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
51111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
51112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
51113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
51114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
51115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
51116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
51117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
51118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
51119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
51120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
51121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
51122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
51123
51124 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
51125
51126         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
51127         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
51128         * string/memmove.c (memmove): Renamed to ...
51129         (MEMMOVE): ...this.  Default to memmove.
51130         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
51131         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
51132         (END_CHK): Define.
51133         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51134         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
51135         mempcpy-ssse3-back memmove-ssse3-back.
51136         * sysdeps/x86_64/multiarch/bcopy.S: New file .
51137         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
51138         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
51139         * sysdeps/x86_64/multiarch/memcpy.S: New file.
51140         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
51141         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
51142         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
51143         * sysdeps/x86_64/multiarch/memmove.c: New file.
51144         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
51145         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
51146         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
51147         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
51148         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
51149         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
51150         Define.
51151         (index_Fast_Copy_Backward): Define.
51152         (HAS_ARCH_FEATURE): Define.
51153         (HAS_FAST_REP_STRING): Define.
51154         (HAS_FAST_COPY_BACKWARD): Define.
51155
51156 2010-06-21  Andreas Schwab  <schwab@redhat.com>
51157
51158         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51159         Restore proper fallback handling.
51160
51161 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
51162
51163         [BZ #11701]
51164         * posix/group_member.c (__group_member): Correct checking loop.
51165
51166         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
51167         OOM in getpwuid_r correctly.  Return error number when the caller
51168         should return, otherwise -1.
51169         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
51170         call returning > 0 value.
51171         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
51172
51173 2010-06-07  Andreas Schwab  <schwab@redhat.com>
51174
51175         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
51176         libc_nonshared.a from targets in modules-names.
51177
51178 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
51179
51180         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
51181         requires it.
51182
51183 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
51184
51185         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
51186         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
51187         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
51188         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
51189
51190 2010-06-02  Andreas Schwab  <schwab@redhat.com>
51191
51192         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
51193
51194 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
51195
51196         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
51197         and F_GETPIPE_SZ.
51198         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51199         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51200         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51201         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51202         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51203         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51204
51205 2010-06-14  Roland McGrath  <roland@redhat.com>
51206
51207         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51208
51209 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
51210
51211         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51212         __REDIRECT followed by __THROW.
51213         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51214         * posix/getopt.h (getopt): Likewise.
51215
51216 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51217
51218         * hurd/lookup-at.c (__file_name_lookup_at): Accept
51219         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
51220         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51221         in AT_FLAGS.
51222         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51223         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51224
51225 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
51226
51227         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51228
51229 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
51230
51231         [BZ #11640]
51232         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51233         Properly check family and model.
51234
51235 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
51236
51237         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51238
51239 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
51240
51241         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51242
51243 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
51244
51245         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51246         symbol reference.
51247
51248 2010-05-19  Andreas Schwab  <schwab@redhat.com>
51249
51250         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51251         symbol reference.
51252
51253 2010-05-21  Andreas Schwab  <schwab@redhat.com>
51254
51255         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51256         and internal_recvmmsg.
51257         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51258         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51259         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51260         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51261
51262         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51263         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51264         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51265
51266 2010-05-20  Andreas Schwab  <schwab@redhat.com>
51267
51268         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51269
51270 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
51271
51272         POWER7 optimizations.
51273         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51274         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51275
51276 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
51277
51278         * version.h: Update for 2.13 development version.
51279
51280 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
51281
51282         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51283         exceptions.  Return 0.
51284
51285 2010-05-07  Roland McGrath  <roland@redhat.com>
51286
51287         * elf/ldconfig.c (main): Add a const.
51288
51289 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51290
51291         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51292         (args_options): Add no-idn option.
51293         (ahosts_keys_int): Add idn_flags to ai_flags.
51294         (parse_option): Handle 'i' option to clear idn_flags.
51295
51296         * malloc/malloc.c (_int_free): Possible race in the most recently
51297         added check.  Only act on the data if no current modification
51298         happened.
51299
51300 See ChangeLog.17 for earlier changes.