Fix handling of collating symbols in regexps
[glibc.git] / ChangeLog
blob9ed5fa4d72cdb8396598df45f01e7b8723c03796
1 2013-02-12  Andreas Schwab  <schwab@suse.de>
3         [BZ #11561]
4         * posix/regcomp.c (parse_bracket_exp): When looking up collating
5         elements compare against the byte sequence of it, not its name.
6         * posix/Makefile (tests): Add bug-regex35.
7         (bug-regex35-ENV): Define.
8         * posix/bug-regex35.c: New file.
10 2013-02-11  Tom de Vries  <tom@codesourcery.com>
12         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
13         comment.
14         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
15         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
16         (CHECK_EOL): Add undef.
18 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
20         * bits/stdlib-bsearch.h: New file.
21         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
22         * stdlib/stdlib.h: Likewise.
24 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
27         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28         declaration.
29         * manual/search.texi (Array Search Function): Add missing const in
30         lfind prototype.
31         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32         declaration to use rlim_t.
33         (Basic Scheduling Functions): Remove erroneous const from
34         sched_getparam prototype.  Remove erroneous * from
35         sched_get_priority_max and sched_get_priority_min prototypes.
36         (Resource Usage): Fix summary @comment on vtimes to refer to
37         sys/vtimes.h rather than vtimes.h.
38         Add missing *s in vtimes prototype.
39         (Limits on Resources): Fix ulimit prototype to return long int.
40         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
41         prototypes to use long int rather than double.
42         (BSD Random): Fix initstate and setstate to use char *, not void *.
43         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
44         prototype to make second argument 'struct aiocb64 *const[]'.
45         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
46         (Status of AIO Operations): Remove erroneous const in aio_return and
47         aio_return64 prototypes.
48         (Synchronizing I/O): Fix sync prototype to return void.
49         * manual/startup.texi (Suboptions): Remove an erroneous const in
50         getsubopt prototype.
51         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
52         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
53         use size_t rather than int.
54         (Scanning All Users): Likewise for getpwent_r.
55         (Setting Groups): Add missing const to setgroups prototype.
56         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
57         * manual/socket.texi (Host Names): Fix gethostbyaddr and
58         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
59         'const void *' rather than 'const char *'.
60         (Host Address Functions): Likewise for inet_ntop.
61         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
62         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
63         ssize_t for return value.
64         (Sending Data): Likewise for send, sendto, sendmsg.
65         (Socket Option Functions): Add a missing const in setsockopt prototype.
66         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
67         use wchar_t for the argument.
68         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
69         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
70         take no arguments.
71         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
72         double/float/long double for second argument.
73         Fix return types of significand, significandf, significandl.
74         * manual/filesys.texi (Setting Permissions): Use mode_t for second
75         argument in fchmod prototype.
76         (File Owner): Use uid_t and gid_t in fchown prototype.
77         (File Times): Add const to utimes, futimes, and lutimes prototypes.
78         (Making Special Files): Use mode_t and dev_t in mknod prototype.
79         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
80         use 'const struct dirent **' as argument types to CMP function pointer
81         argument.
82         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
83         (File Times): Fix summary magic @comment for struct utimbuf and utime
84         to refer to utime.h, not time.h.
85         * manual/string.texi (Argz Functions): Add missing const in
86         argz_extract and argz_next prototypes.
87         (Finding Tokens in a String): Likewise for basename.
88         (String/Array Comparison): Fix typo in wcscasecmp prototype.
89         (Copying and Concatenation): Fix typo in wmemmove prototype.
90         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
91         (Signal Stack): Remove erroneous const in sigstack prototype.
92         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
93         prototype.
94         (Simple Calendar Time): Likewise for stime.
95         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
96         prototype.
97         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
98         say sys/sysctl.h instead.
99         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
100         and vsyslog prototypes.
102 2013-02-11  Tom de Vries  <tom@codesourcery.com>
104         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
105         Remove.
107 2013-02-11  Roland McGrath  <roland@hack.frob.com>
109         * misc/sys/mman.h: Fix typo in mremap comment.
111 2013-02-08  Roland McGrath  <roland@hack.frob.com>
113         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
114         the '\0' terminator.
116 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
118         [BZ #13550]
119         * debug/segfault.c: Don't include <bp-checks.h>.
120         * sysdeps/generic/bp-checks.h: Remove file.
121         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
122         (__GETDENTS): Don't use CHECK_N.
123         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
124         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
125         (__getgroups): Don't use CHECK_N.
126         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
127         (setgroups): Don't use CHECK_N.
128         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
129         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
130         (__libc_msgrcv): Don't use CHECK_N.
131         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
132         (__libc_msgsnd): Don't use CHECK_N.
133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
134         <bp-checks.h>.
135         (__libc_pread): Don't use CHECK_N.
136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
137         include <bp-checks.h>.
138         (__libc_pread64): Don't use CHECK_N.
139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
140         include <bp-checks.h>.
141         (__libc_pwrite): Don't use CHECK_N.
142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
143         include <bp-checks.h>.
144         (__libc_pwrite64): Don't use CHECK_N.
145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
146         <bp-checks.h>.
147         (__libc_pread): Don't use CHECK_N.
148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
149         include <bp-checks.h>.
150         (__libc_pread64): Don't use CHECK_N.
151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
152         include <bp-checks.h>.
153         (__libc_pwrite): Don't use CHECK_N.
154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
155         include <bp-checks.h>.
156         (__libc_pwrite64): Don't use CHECK_N.
157         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
158         (do_pread): Don't use CHECK_N.
159         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
160         (do_pread64): Don't use CHECK_N.
161         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
162         (do_pwrite): Don't use CHECK_N.
163         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
164         (do_pwrite64): Don't use CHECK_N.
165         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
166         (__libc_readv): Don't use CHECK_N.
167         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
168         (semop): Don't use CHECK_N.
169         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
170         <bp-checks.h>.
171         (semtimedop): Don't use CHECK_N.
172         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
173         (__libc_pread): Don't use CHECK_N.
174         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
175         <bp-checks.h>.
176         (__libc_pread64): Don't use CHECK_N.
177         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
178         <bp-checks.h>.
179         (__libc_pwrite): Don't use CHECK_N.
180         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
181         <bp-checks.h>.
182         (__libc_pwrite64): Don't use CHECK_N.
183         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
184         <bp-checks.h>.
185         (__libc_msgrcv): Don't use CHECK_N.
186         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
187         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
188         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
189         (__libc_writev): Don't use CHECK_N.
191 2013-02-08  Roland McGrath  <roland@hack.frob.com>
193         * string/strcpy.c: Removed unused variable.
195         * Makeconfig (+sysdep-includes): Define with := rather than =.
196         Use an existing include/ subdir of each sysdeps dir before it.
198 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
200         * nscd/connection.c (register_traced_file): Comment function.
201         [HAVE_INOTIFY] (union __inev): Define.
202         [HAVE_INOTIFY] (inotify_check_files): New function.
203         [HAVE_INOTIFY] (clear_db_cache): Likewise.
204         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
205         clear_db_cache.
206         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
208 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
210         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
211         loaded if not already and that a failure is permanent.
213 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
215         [BZ #15006]
216         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
217         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
219 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
221         [BZ #13550]
222         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
223         (CHECK_1_NULL_OK): Likewise.
224         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
225         (__fxstat): Do not use CHECK_1.
226         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
227         <bp-checks.h>.
228         (___fxstat64): Do not use CHECK_1.
229         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
230         <bp-checks.h>.
231         (__fxstatat): Do not use CHECK_1.
232         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
233         <bp-checks.h>.
234         (__fxstatat64): Do not use CHECK_1.
235         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
236         <bp-checks.h>.
237         (__fxstat): Do not use CHECK_1.
238         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
239         <bp-checks.h>.
240         (__fxstatat): Do not use CHECK_1.
241         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
242         <bp-checks.h>.
243         (__getresgid): Do not use CHECK_1.
244         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
245         <bp-checks.h>.
246         (__getresuid): Do not use CHECK_1.
247         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
248         <bp-checks.h>.
249         (__lxstat): Do not use CHECK_1.
250         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
251         <bp-checks.h>.
252         (__old_msgctl): Do not use CHECK_1.
253         (__new_msgctl): Likewise.
254         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
255         <bp-checks.h>.
256         (__new_setrlimit): Do not use CHECK_1.
257         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
258         <bp-checks.h>.
259         (__old_shmctl): Do not use CHECK_1.
260         (__new_shmctl): Likewise.
261         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
262         <bp-checks.h>.
263         (__xstat): Do not use CHECK_1.
264         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
265         (__lxstat): Do not use CHECK_1.
266         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
267         <bp-checks.h>.
268         (___lxstat64): Do not use CHECK_1.
269         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
270         (__old_msgctl): Do not use CHECK_1.
271         (__new_msgctl): Likewise.
272         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
273         <bp-checks.h>.
274         (__gettimeofday): Do not use CHECK_1.
275         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
276         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
277         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
278         <bp-checks.h>.
279         (__gettimeofday): Do not use CHECK_1.
280         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
281         (__old_shmctl): Do not use CHECK_1_NULL_OK.
282         (__new_shmctl): Do not use CHECK_1.
283         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
284         <bp-checks.h>.
285         (do_sigtimedwait): Do not use CHECK_1.
286         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
287         <bp-checks.h>.
288         (do_sigwaitinfo): Do not use CHECK_1.
289         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
290         <bp-checks.h>.
291         (msgctl): Do not use CHECK_1.
292         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
293         <bp-checks.h>.
294         (shmctl): Do not use CHECK_1.
295         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
296         (ustat): Do not use CHECK_1.
297         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
298         <bp-checks.h>.
299         (__fxstat): Do not use CHECK_1.
300         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
301         <bp-checks.h>.
302         (__fxstatat): Do not use CHECK_1.
303         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
304         <bp-checks.h>.
305         (__lxstat): Do not use CHECK_1.
306         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
307         <bp-checks.h>.
308         (__xstat): Do not use CHECK_1.
309         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
310         (__xstat): Do not use CHECK_1.
311         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
312         (___xstat64): Do not use CHECK_1.
314         [BZ #13550]
315         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
316         definitions.
317         (CHECK_BOUNDS_HIGH): Likewise.
318         * string/strcpy.c: Do not include <bp-checks.h>.
319         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
321 2013-02-07  Roland McGrath  <roland@hack.frob.com>
323         * nscd/nscd-client.h (__nscd_drop_map_ref):
324         Add __attribute__ ((unused)).
325         * nis/nss-nisplus.h (niserr2nss): Likewise.
327         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
328         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
330         * csu/libc-tls.c (init_static_tls, init_slotinfo):
331         Remove inline keyword.
332         * include/rounding-mode.h (round_away): Likewise.
333         * libio/wfileops.c (adjust_wide_data): Likewise.
334         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
335         (__m128i_strloadu_tolower): Likewise.
336         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
337         (__m128i_strloadu_tolower): Likewise.
338         * time/mktime.c (ydhms_diff): Likewise.
339         * locale/elem-hash.h (elem_hash): Likewise.
340         * locale/setlocale.c (setdata): Likewise.
341         * posix/regex_internal.h (re_string_char_size_at): Likewise.
342         (re_string_wchar_at): Likewise.
343         (bitset_not, bitset_merge, bitset_mask): Likewise.
344         [!(__GNUC__ > 3)] (inline): Remove macro.
345         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
346         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
347         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
348         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
349         * string/memcmp.c (memcmp_bytes): Likewise.
350         * locale/programs/locarchive.c (compute_hashval): Likewise.
351         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
352         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
353         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
354         * nss/getent.c (print_rpc, print_protocols): Likewise.
355         (print_passwd, print_group, print_aliases): Likewise.
356         * nis/nss-nisplus.h (niserr2nss): Likewise.
357         * nscd/connections.c (restart_p): Likewise.
358         Change return type to bool.
360 2013-02-05  Roland McGrath  <roland@hack.frob.com>
362         * Makeconfig (all-Depend-files): Add existing
363         $(sorted-subdirs:=/Depend) files.
364         (all-subdirs): Remove nss.
365         * sysdeps/unix/inet/Subdirs: Add it here instead.
366         * hesiod/Depend: New file.
368         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
369         instead of calling alloca.
371         * io/lseek.c (__lseek): Rename to __libc_lseek.
372         Define __lseek as an alias.
374         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
376 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
378         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
379         else clause and remove check for non-standard endianness.
381 2013-02-04  David S. Miller  <davem@davemloft.net>
383         * sysdeps/sparc/fpu/libm-test-ulps: Update.
385 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
387         [BZ #13550]
388         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
389         (__ubp_memchr): Remove prototype.
390         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
391         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
392         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
393         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
394         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
395         Remove alias.
396         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
397         (__ubp_memchr): Likewise.
398         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
399         (__ubp_memchr): Likewise.
400         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
401         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
402         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
403         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
404         CHECK_STRING.
405         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
406         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
407         (__getcwd): Do not use CHECK_STRING.
408         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
409         <bp-checks.h>.
410         (__real_chown): Do not use CHECK_STRING.
411         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
412         <bp-checks.h>.
413         (fchownat): Do not use CHECK_STRING.
414         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
415         CHECK_STRING.
416         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
417         <bp-checks.h>.
418         (__lchown): Do not use CHECK_STRING.
419         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
420         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
421         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
422         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
424         include <bp-checks.h>.
425         (truncate64): Do not use CHECK_STRING.
426         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
427         <bp-checks.h>.
428         (__real_chown): Do not use CHECK_STRING.
429         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
430         <bp-checks.h>.
431         (__lchown): Do not use CHECK_STRING.
432         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
433         <bp-checks.h>.
434         (__chown): Do not use CHECK_STRING.
435         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
436         <bp-checks.h>.
437         (truncate64): Do not use CHECK_STRING.
438         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
439         Likewise.
440         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
441         (__xmknod): Do not use CHECK_STRING.
442         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
443         <bp-checks.h>.
444         (__xmknodat): Do not use CHECK_STRING.
445         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
446         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
448 2013-02-04  Andreas Schwab  <schwab@suse.de>
450         [BZ #14142]
451         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
452         * include/netdb.h: Likewise for h_errno.
453         * elf/tst-stackguard1.c: Include <tls.h>.
455 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
457         * elf/link.h (struct link_map): Extend the l_addr comment.
458         * include/link.h (struct link_map): Likewise.
460 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
462         [BZ #13550]
463         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
464         (BOUNDED_1): Remove macro.
465         * debug/backtrace.c: Don't include <bp-checks.h>.
466         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
467         (__backtrace): Likewise.
468         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
469         <bp-checks.h>.
470         (__backtrace): Don't use BOUNDED_1.
471         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
472         <bp-checks.h>.
473         (__backtrace): Don't use BOUNDED_1.
474         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
475         (__backtrace): Don't use BOUNDED_1.
476         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
477         (shmat): Don't use BOUNDED_N.
479 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
481         [BZ #13550]
482         * sysdeps/generic/bp-start.h: Remove file.
483         * csu/libc-start.c: Don't include <bp-start.h>.
484         (LIBC_START_MAIN): Set up __environ directly instead of using
485         INIT_ARGV_and_ENVIRON.
486         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
487         <bp-start.h>.
489         [BZ #13550]
490         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
491         definitions.
492         (CHECK_FCNTL): Likewise.
493         (CHECK_N_PAGES): Likewise.
495         [BZ #13550]
496         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
497         definitions.
498         (CHECK_SIGSET_NULL_OK): Likewise.
499         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
500         <bp-checks.h>.
501         (sigpending): Don't use CHECK_SIGSET.
502         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
503         <bp-checks.h>.
504         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
505         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
506         <bp-checks.h>.
507         (do_sigsuspend): Don't use CHECK_SIGSET.
508         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
509         use CHECK_SIGSET.
510         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
511         (do_sigwait): Don't use CHECK_SIGSET.
512         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
513         use CHECK_SIGSET.
514         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
515         include <bp-checks.h>.
516         (sigpending): Don't use CHECK_SIGSET.
517         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
518         include <bp-checks.h>.
519         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
520         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
521         <bp-checks.h>.
522         (sigpending): Don't use CHECK_SIGSET.
523         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
524         <bp-checks.h>.
525         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
527         [BZ #13550]
528         * sysdeps/generic/bp-semctl.h: Remove file.
529         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
530         <bp-checks.h> and <bp-semctl.h>.
531         (__old_semctl): Don't use CHECK_SEMCTL.
532         (__new_semctl): Likewise.
533         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
534         and <bp-semctl.h>.
535         (__old_semctl): Don't use CHECK_SEMCTL.
536         (__new_semctl): Likewise.
537         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
538         <bp-checks.h> and <bp-semctl.h>.
539         (__old_semctl): Don't use CHECK_SEMCTL.
540         (__new_semctl): Likewise.
541         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
542         <bp-checks.h> and <bp-semctl.h>.
543         (semctl): Don't use CHECK_SEMCTL.
545         [BZ #13550]
546         * Makerules (elide-bp-thunks): Remove variable.
547         (elide-routines.oS): Don't use $(elide-bp-thunks).
548         (elide-routines.os): Likewise.
549         (elide-routines.o): Likewise.
550         (elide-routines.op): Likewise.
551         (elide-routines.og): Likewise.
552         (objects): Don't use $(bp-thunks).
553         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
554         include.
555         (common-generated): Do not add s-proto-bp.d.
556         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
557         (int): Likewise.
558         (typ): Likewise.
559         Do not generate makefile rules for bounded-pointer thunks.
560         * sysdeps/generic/bp-thunks.h: Remove file.
561         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
562         * sysdeps/unix/s-proto-bp.S: Likewise.
564         [BZ #15062]
565         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
566         parts of result separately when argument is not close to line from
567         -i to i and one part of argument is small.
568         * math/k_casinhf.c (__kernel_casinhf): Likewise.
569         * math/k_casinhl.c (__kernel_casinhl): Likewise.
570         * math/libm-test.inc (cacos_test): Add more tests.
571         (casin_test): Likewise.
572         (casinh_test): Likewise.
573         * sysdeps/i386/fpu/libm-test-ulps: Update.
574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
576 2013-01-31  David S. Miller  <davem@davemloft.net>
578         * po/de.po: Update from translation team.
580 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
582         * time/tzfile.c: Include stdint.h for SIZE_MAX.
584 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
586         * configure.in (_AC_PROG_CC_C89): New definition.
587         * configure: Regenerate.
589         * configure.in (AC_PROG_CPP): New definition.
590         * configure: Regenerate.
592 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
594         * debug/tst-backtrace.h: New file.
595         * debug/tst-backtrace2.c: Include tst-backtrace.h.
596         (ret): Remove variable.
597         (x): Likewise.
598         (FAIL): Remove macro.
599         (NO_INLINE): Likewise.
600         (fn1): Use match function instead of strstr.
601         * debug/tst-backtrace3.c: Include tst-backtrace.h.
602         (ret): Remove variable.
603         (x): Likewise.
604         (FAIL): Remove macro.
605         (NO_INLINE): Likewise.
606         (fn): Use match function instead of strstr.
607         * debug/tst-backtrace4.c: Include tst-backtrace.h.
608         (ret): Remove variable.
609         (x): Likewise.
610         (FAIL): Remove macro.
611         (NO_INLINE): Likewise.
612         (handle_signal): Use match function instead of strstr.
613         * debug/tst-backtrace5.c: Include tst-backtrace.h.
614         (ret): Remove variable.
615         (x): Likewise.
616         (FAIL): Remove macro.
617         (NO_INLINE): Likewise.
618         (handle_signal): Use match function instead of strstr.
620 2013-01-23  Roland McGrath  <roland@hack.frob.com>
622         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
624 2013-01-23  David S. Miller  <davem@davemloft.net>
626         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
627         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
628         argument of CAS if possible.
629         * sysdeps/sparc/sparc64/bits/atomic.h
630         (__arch_compare_and_exchange_val_32_acq): Likewise.
631         (__arch_compare_and_exchange_val_64_acq): Likewise.
633 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
635         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
636         * sysdeps/posix/ulimit.c: ... this.
637         Include <limits.h>.
638         * sysdeps/unix/bsd/ulimit.c: Remove file.
640 2013-01-23  Adam Conrad  <adconrad@0c3.net>
642         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
643         (LDFLAGS-tst-array5): Likewise.
645 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
647         [BZ #15036]
648         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
649         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
650         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
651         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
653 2013-01-21  David S. Miller  <davem@davemloft.net>
655         * sysdeps/sparc/backtrace.c: New file.
656         * sysdeps/sparc/sparc32/backtrace.h: New file.
657         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
658         * sysdeps/sparc/sparc64/backtrace.h: New file.
659         * sysdeps/sparc/sparc64/backtrace.c: Delete.
660         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
661         -funwind-tables.
663 2013-01-21  Andreas Schwab  <schwab@suse.de>
665         [BZ #15020]
666         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
667         closed its stdout.
669 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
671         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
672         "mpa2.h".
673         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
675 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
676             Mark Mitchell  <mark@codesourcery.com>
677             Tom de Vries  <tom@codesourcery.com>
678             Paul Pluzhnikov  <ppluzhnikov@google.com>
680         * debug/tst-backtrace2.c: New file.
681         * debug/tst-backtrace3.c: Likewise.
682         * debug/tst-backtrace4.c: Likewise.
683         * debug/tst-backtrace5.c: Likewise.
684         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
685         (CFLAGS-tst-backtrace3.c): Likewise.
686         (CFLAGS-tst-backtrace4.c): Likewise.
687         (CFLAGS-tst-backtrace5.c): Likewise.
688         (LDFLAGS-tst-backtrace2): Likewise.
689         (LDFLAGS-tst-backtrace3): Likewise.
690         (LDFLAGS-tst-backtrace4): Likewise.
691         (LDFLAGS-tst-backtrace5): Likewise.
692         (tests): Add new tests tst-backtrace2, tst-backtrace3,
693         tst-backtrace4 and tst-backtrace5.
695 2013-01-18  Anton Blanchard  <anton@samba.org>
696             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
698         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
699         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
700         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
701         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
703         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
704         "+r" and remove output regs list as redundant.  Add explicit inline
705         asm to specify register of return val to work around compiler codegen
706         bug.  Remove (int) cast on return value.  Add return type parameter to
707         use in macro so that this macro does not truncate return value for
708         64-bit values.
709         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
710         pass to INTERNAL_VSYSCALL_NCS.
711         (INLINE_VSYSCALL): Add 'long int' as return type to
712         INTERNAL_VSYSCALL_NCS macro invocation.
713         (INTERNAL_VSYSCALL): Add 'long int' as return type to
714         INTERNAL_VSYSCALL_NCS macro invocation.
715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
717 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
719         [BZ #14496]
720         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
721         Fix application of SIMD FP exception mask.
723         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
724         mp_no from a power of two.
725         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
726         __mpexp_twomm1.  Use __pow_mp.
728         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
729         multiplication.
731 2013-01-17  David S. Miller  <davem@davemloft.net>
733         * sysdeps/sparc/fpu/libm-test-ulps: Update.
735 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
737         [BZ #15023]
738         * include/complex.h: Condition contents on [!_COMPLEX_H].
739         (__kernel_casinhf): New prototype.
740         (__kernel_casinh): Likewise.
741         (__kernel_casinhl): Likewise.
742         * math/Makefile (libm_calls): Add k_casinh.
743         * math/k_casinh.c: New file.
744         * math/k_casinhf.c: Likewise.
745         * math/k_casinhl.c: Likewise.
746         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
747         finite nonzero arguments.
748         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
749         finite nonzero arguments.
750         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
751         finite nonzero arguments.
752         * math/s_casinh.c: Do not include <float.h>.
753         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
754         * math/s_casinhf.c: Do not include <float.h>.
755         (__casinhf): Move code for finite nonzero arguments to
756         k_casinhf.c.
757         * math/s_casinhl.c: Do not include <float.h>.
758         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
759         redefine.
760         (__casinhl): Move code for finite nonzero arguments to
761         k_casinhl.c.
762         * math/libm-test.inc (cacos_test): Add more tests.
763         * sysdeps/i386/fpu/libm-test-ulps: Update.
764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
766 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
768         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
769         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
770         [!HAVE_MREMAP]: Remove [defined linux] case.
771         * malloc/arena.c: Do not include <malloc-sysdep.h>.
773 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
775         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
777 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
779         * elf/elf.h (R_386_SIZE32): New relocation.
780         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
781         R_386_SIZE32.
782         (elf_machine_rela): Likewise.
783         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
784         R_X86_64_SIZE64 and R_X86_64_SIZE32.
786 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
788         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
789         (FP_FAST_FMA): Do not define.
790         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
791         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
792         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
793         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
794         !_SOFT_FLOAT]: Likewise.
795         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
796         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
797         value.
798         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
799         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
800         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
801         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
802         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
803         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
804         file.
806 2013-01-16  Andreas Schwab  <schwab@suse.de>
808         [BZ #14327]
809         * include/stdlib.h (__mktemp): Add declaration.
810         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
811         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
813 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
815         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
816         definitions.
817         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
818         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
819         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
820         definitions here.
821         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
822         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
823         definitions.
824         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
825         and ONE.
826         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
827         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
828         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
829         definitions.
830         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
831         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
832         definitions.
833         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
835         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
837 2013-01-15  David S. Miller  <davem@davemloft.net>
839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
840         trunc{,f} to libm-sysdep_routes.
841         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
843         file.
844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
846         file.
847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
848         file.
849         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
850         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
851         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
852         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
853         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
854         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
855         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
856         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
859         nearbyint{,f} to libm-sysdep_routes.
860         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
862         New file.
863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
864         file.
865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
866         New file.
867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
868         file.
869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
870         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
871         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
872         file.
873         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
874         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
875         file.
876         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
877         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
878         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
880         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
881         libc_feholdexcept and libc_fesetenv.
883 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
885         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
887 2013-01-14  David S. Miller  <davem@davemloft.net>
889         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
890         (SPARC_ASM_VIS2_IFUNC): Likewise.
891         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
893         use of 'siam' instruction.
894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
895         Likewise.
896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
897         Likewise.
898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
899         Likewise.
900         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
901         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
902         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
903         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
905         file.
906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
907         file.
908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
909         file.
910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
911         file.
912         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
913         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
914         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
915         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
917         new VIS2 routines.
918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
921         Likewise.
922         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
923         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
924         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
925         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
927         routines to libm-sysdep_routines.
928         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
931         fdim/fdimf to libm-sysdep_routines.
932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
933         file.
934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
936         file.
937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
938         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
939         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
940         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
941         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
942         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
943         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
945 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
947         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
948         to optimize copies.
950         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
951         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
952         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
954         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
955         local variable MPTWO.
956         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
957         Likewise.
959 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
961         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
962         GLOB_NOESCAPE.
964 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
966         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
968 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
970         * manual/pattern.texi (glob_t): Document gl_flags.
971         (glob64_t): Likewise.
973 2013-01-11  David S. Miller  <davem@davemloft.net>
975         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
976         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
977         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
978         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
979         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
980         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
981         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
982         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
983         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
984         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
985         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
986         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
987         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
989         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
990         sparc V9 rather than using V8 code.
991         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
992         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
994         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
995         Move to...
996         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
997         Here.
999 2013-01-11  Roland McGrath  <roland@hack.frob.com>
1001         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
1002         not in the main loop.
1003         * configure: Regenerated.
1005 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
1007         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
1008         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
1009         to just #else.
1010         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
1011         [!__GLIBC_HAVE_LONG_LONG] case.
1012         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
1013         condition to just #else.
1014         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
1015         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
1016         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
1017         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
1018         unconditional.
1019         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
1020         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
1021         #elif condition to just #else.
1022         * sysdeps/unix/sysv/linux/sys/sysmacros.h
1023         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
1024         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
1025         #elif condition to just #else.
1027 2013-01-11  Steve Ellcey  <sellcey@mips.com>
1029         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
1030         (EF_MIPS_ARCH_64): Fix value.
1031         (EF_MIPS_ARCH_32R2): New.
1032         (EF_MIPS_ARCH_64R2): New.
1034 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1036         * Makeconfig (+link-pie-before-libc): New.
1037         (+link-pie-after-libc): Likewise.
1038         (+link-pie-tests): Likewise.
1039         (+link-pie): Rewritten.
1040         (link-before-libc): Remove $(config-LDFLAGS).
1041         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
1042         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
1043         (config-LDFLAGS): Renamed to ...
1044         (rtld-LDFLAGS): This.
1045         (rtld-tests-LDFLAGS): New macro.
1046         (link-libc-rpath-link): Likewise.
1047         (link-libc-tests-rpath-link): Likewise.
1048         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
1049         (link-libc): Prepand $(link-libc-rpath-link).
1050         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
1051         (test-program-prefix): New macro.
1052         (test-via-rtld-prefix): Likewise.
1053         (test-program-cmd): Likewise.
1054         (host-test-program-cmd): Likewise.
1055         * Makefile ($(common-objpfx)testrun.sh): Replace
1056         $(run-program-prefix) with $(test-program-prefix).
1057         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
1058         $(rtld-LDFLAGS).
1059         ($(common-objpfx)shlib.lds): Likewise.
1060         (build-module-helper): Likewise.
1061         ($(common-objpfx)format.lds): Likewise.
1062         * Rules (binaries-pie-tests): New.
1063         (binaries-pie-notests): Likewise.
1064         (binaries-pie): Rewritten.
1065         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
1066         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
1067         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
1068         (make-test-out): Replace $(host-built-program-cmd) with
1069         $(host-test-program-cmd).
1070         * config.make.in (build-hardcoded-path-in-tests): New variable.
1071         * configure.in (--enable-hardcoded-path-in-tests): New configure
1072         option.
1073         (hardcoded_path_in_tests): New AC_SUBST.
1074         * configure: Regenerated.
1075         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
1076         $(built-program-cmd) with $(test-program-cmd).
1077         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
1078         (test_program_cmd): This.
1079         * elf/Makefile ($(objpfx)order.out): Run test with
1080         $(test-program-prefix).
1081         ($(objpfx)order2.out): Likewise.
1082         ($(objpfx)tst-initorder.out): Likewise.
1083         ($(objpfx)tst-initorder2.out): Likewise.
1084         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
1085         $(test-program-cmd).
1086         ($(objpfx)tst-array1-static.out): Likewise.
1087         ($(objpfx)tst-array2.out): Likewise.
1088         ($(objpfx)tst-array3.out): Likewise.
1089         ($(objpfx)tst-array4.out): Likewise.
1090         ($(objpfx)tst-array5.out): Likewise.
1091         ($(objpfx)tst-array5-static.out): Likewise.
1092         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
1093         $(test-program-cmd).
1094         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
1095         $(run-program-prefix) with $(test-program-prefix).
1096         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
1097         (test_program_prefix): This.
1098         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
1099         $(run-program-prefix) with $(test-program-prefix).
1100         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
1101         (test_program_prefix): This.
1102         * iconvdata/tst-tables.sh: Likewise.
1103         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
1104         $(run-program-prefix) with $(test-program-prefix).
1105         ($(objpfx)tst-translit.out): Likewise.
1106         ($(objpfx)tst-gettext2.out): Likewise.
1107         ($(objpfx)tst-gettext4.out): Likewise.
1108         ($(objpfx)tst-gettext6.out): Likewise.
1109         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
1110         (test_program_prefix): This.
1111         * intl/tst-gettext2.sh: Likewise.
1112         * intl/tst-gettext4.sh  Likewise.
1113         * intl/tst-gettext6.sh: Likewise.
1114         * intl/tst-translit.sh: Likewise.
1115         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
1116         with $(test-program-cmd).
1117         * libio/Makefile ($(objpfx)test-freopen.out): Replace
1118         $(run-program-prefix) with $(test-program-prefix).
1119         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
1120         (test_program_prefix): This.
1121         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
1122         $(run-program-prefix) with $(test-program-prefix).
1123         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
1124         (test_program_prefix): This.
1125         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
1126         * posix/Makefile ($(objpfx)globtest.out): Replace
1127         $(run-via-rtld-prefix) and $(test-wrapper) with
1128         $(test-program-prefix) and $(test-via-rtld-prefix).
1129         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
1130         $(test-program-prefix).
1131         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
1132         $(host-test-program-cmd).
1133         (tst-spawn-ARGS): Likewise.
1134         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
1135         $(test-program-prefix).
1136         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
1137         (test_via_rtld_prefix): This.
1138         (test_wrapper): Renamed to ...
1139         (test_program_prefix): This.
1140         (run_program_prefix): Replaced by test_program_prefix.
1141         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
1142         (test_program_prefix): This.
1143         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
1144         with $(host-test-program-cmd).
1145         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
1146         $(run-program-prefix) with $(test-program-prefix).
1147         ($(objpfx)tst-printf.out): Likewise.
1148         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
1149         $(test-program-cmd).
1150         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
1151         (test_program_prefix): This.
1152         * stdio-common/tst-unbputc.sh: Likewise.
1153         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
1154         $(run-program-prefix) with $(test-program-prefix).
1155         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
1156         (test_program_prefix): This.
1157         * string/Makefile ($(objpfx)tst-svc.out):  Replace
1158         $(built-program-cmd) with $(test-program-cmd).
1160 2013-01-11  Andreas Jaeger  <aj@suse.de>
1162         [BZ #15003]
1163         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
1164         value. Sync with Linux 3.7.
1166 2013-01-10  David S. Miller  <davem@davemloft.net>
1168         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
1169         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
1170         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
1172 2013-01-10  Roland McGrath  <roland@hack.frob.com>
1174         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
1175         never set.
1176         * configure: Regenerated.
1178 2013-01-10  David S. Miller  <davem@davemloft.net>
1180         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
1181         sparc V9 rather than using V8 code.
1182         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
1183         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
1185 2013-01-10  Roland McGrath  <roland@hack.frob.com>
1187         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
1188         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
1189         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
1190         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
1191         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
1192         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
1193         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
1194         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
1195         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
1196         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
1197         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
1198         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
1199         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
1200         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
1201         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
1202         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
1203         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
1204         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
1205         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
1206         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
1207         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
1208         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
1209         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
1210         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
1211         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
1212         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
1213         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
1215 2013-01-10  David S. Miller  <davem@davemloft.net>
1217         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1219 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1221         * posix/Makefile (tests-static): New variable.
1222         (tests): Add $(tests-static).
1223         (tst-exec-static-ARGS): New variable.
1224         (tst-spawn-static-ARGS): Likewise.
1225         * posix/tst-exec-static.c: New file.
1226         * posix/tst-spawn-static.c: Likewise.
1227         * posix/tst-exec.c: Support run directly.
1228         * posix/tst-spawn.c: Likewise.
1230 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
1232         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
1233         long.
1234         * math/bits/mathcalls.h (llrint): Likewise.
1235         (llround): Likewise.
1236         * stdlib/stdlib.h (struct drand48_data): Likewise.
1237         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
1238         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
1239         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
1240         Likewise.
1241         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
1242         Likewise.
1243         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
1244         (elf_greg_t): Likewise.
1245         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
1246         (__jmp_buf): Likewise.
1247         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
1248         definitions.
1249         (llrint): Likewise, for all definitions.
1250         (llrintl): Likewise.
1252         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
1253         Remove [__GNUC__] condition.
1254         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
1255         condition to just [__USE_ISOC99].
1256         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
1258 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1260         [BZ #14200]
1261         * sysdeps/unix/sysv/linux/x86/bits/environments.h
1262         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
1263         defined.
1264         (_POSIX_V6_ILP32_OFF32): Likewise.
1265         (_XBS5_ILP32_OFF32): Likewise.
1266         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
1267         (__ILP32_OFFBIG_LDFLAGS): Likewise.
1269 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1271         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
1273         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
1274         doubles __mpexp_twomm1.  Adjust usage.
1275         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
1276         Remove.
1278 2013-01-10  Andreas Schwab  <schwab@suse.de>
1280         [BZ #14964]
1281         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
1282         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
1284 2013-01-09  David S. Miller  <davem@davemloft.net>
1286         [BZ #15003]
1287         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
1288         TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
1289         TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
1290         TCP_FASTOPEN): Define.
1291         (tcp_repair_opt): New structure.
1292         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
1293         enum values.
1294         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
1295         TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
1296         TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
1297         (tcp_cookie_transactions): New structure.
1299 2013-01-09  Anton Blanchard  <anton@samba.org>
1301         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
1302         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
1303         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
1304         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
1306 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
1308         * include/features.h (__USE_ANSI): Remove.
1310 2013-01-09  Roland McGrath  <roland@hack.frob.com>
1312         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
1314         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
1316 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1318         * sysdeps/s390/fpu/libm-test-ulps: Update.
1320         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1322         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
1323         (__acr): Likewise.
1324         (__cpy): Likewise.
1325         (norm): Likewise.
1326         (denorm): Likewise.
1327         (__mp_dbl): Likewise.
1328         (__dbl_mp): Likewise.
1329         (add_magnitudes): Likewise.
1330         (sub_magnitudes): Likewise.
1331         (__add): Likewise.
1332         (__sub): Likewise.
1333         (__mul): Likewise.
1334         (__inv): Likewise.
1335         (__dvd): Likewise.
1336         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
1337         (__acr): Likewise.
1338         (__cpy): Likewise.
1339         (norm): Likewise.
1340         (denorm): Likewise.
1341         (__mp_dbl): Likewise.
1342         (__dbl_mp): Likewise.
1343         (add_magnitudes): Likewise.
1344         (sub_magnitudes): Likewise.
1345         (__add): Likewise.
1346         (__sub): Likewise.
1347         (__mul): Likewise.
1348         (__inv): Likewise.
1349         (__dvd): Likewise.
1350         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
1351         (__acr): Likewise.
1352         (__cpy): Likewise.
1353         (norm): Likewise.
1354         (denorm): Likewise.
1355         (__mp_dbl): Likewise.
1356         (__dbl_mp): Likewise.
1357         (add_magnitudes): Likewise.
1358         (sub_magnitudes): Likewise.
1359         (__add): Likewise.
1360         (__sub): Likewise.
1361         (__mul): Likewise.
1362         (__inv): Likewise.
1363         (__dvd): Likewise.
1365 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
1367         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
1368         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
1369         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
1370         2 && __USE_EXTERN_INLINES]: Likewise.
1372 2013-01-08  Andreas Jaeger  <aj@suse.de>
1374         [BZ# 14985]
1375         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
1376         Remove.
1377         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
1378         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
1380 2013-01-07  Anton Blanchard  <anton@samba.org>
1382         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
1383         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
1384         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
1385         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
1386         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
1387         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
1388         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
1389         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
1390         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
1391         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
1392         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
1393         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
1394         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1395         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
1396         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
1397         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
1398         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
1399         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1400         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
1401         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
1402         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
1403         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
1404         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
1405         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
1406         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
1407         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
1408         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1409         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
1410         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
1411         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1412         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
1413         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
1414         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
1415         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1416         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1417         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
1418         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
1419         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
1420         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
1421         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
1422         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
1423         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
1424         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
1426 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
1428         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
1429         (__MALLOC_PMT): Likewise.
1430         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
1431         [__GNUC__], only on [_LIBC].
1432         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
1433         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
1434         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
1435         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
1436         forward declaration.
1437         (realloc_hook_ini): Likewise.
1438         (memalign_hook_ini): Likewise.
1439         (__libc_memalign): Do not use __MALLOC_PMT in variable
1440         declaration.
1441         (__libc_valloc): Likewise.
1442         (__libc_pvalloc): Likewise.
1443         (__libc_calloc): Likewise.
1444         (__posix_memalign): Likewise.
1446         [BZ #14996]
1447         * math/s_casinh.c: Include <float.h>.
1448         (__casinh): Do not do computation with squaring and square root
1449         for large arguments.
1450         * math/s_casinhf.c: Include <float.h>.
1451         (__casinhf): Do not do computation with squaring and square root
1452         for large arguments.
1453         * math/s_casinhl.c: Include <float.h>.
1454         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
1455         (__casinhl): Do not do computation with squaring and square root
1456         for large arguments.
1457         * math/libm-test.inc (casin_test): Add more tests.
1458         (casinh_test): Likewise.
1459         * sysdeps/i386/fpu/libm-test-ulps: Update.
1460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1462 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
1464         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
1465         (__x86_64_raw_data_cache_size): Likewise.
1466         (__x86_64_data_cache_size_half): Likewise.
1467         (__x86_64_raw_data_cache_size_half): Likewise.
1468         (__x86_64_shared_cache_size): Likewise.
1469         (__x86_64_raw_shared_cache_size): Likewise.
1470         (__x86_64_shared_cache_size_half): Likewise.
1471         (__x86_64_raw_shared_cache_size_half): Likewise.
1472         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
1473         to ...
1474         (__x86_data_cache_size): This.
1475         (__x86_64_raw_data_cache_size): Renamed to ...
1476         (__x86_raw_data_cache_size): This.
1477         (__x86_64_data_cache_size_half): Renamed to ...
1478         (__x86_data_cache_size_half): This.
1479         (__x86_64_raw_data_cache_size_half): Renamed to ...
1480         (__x86_raw_data_cache_size_half): This.
1481         (__x86_64_shared_cache_size): Renamed to ...
1482         (__x86_shared_cache_size): This.
1483         (__x86_64_raw_shared_cache_size): Renamed to ...
1484         (__x86_raw_shared_cache_size): This.
1485         (__x86_64_shared_cache_size_half): Renamed to ...
1486         (__x86_shared_cache_size_half): This.
1487         (__x86_64_raw_shared_cache_size_half): Renamed to ...
1488         (__x86_raw_shared_cache_size_half): This.
1489         * sysdeps/x86_64/memcpy.S: Updated.
1490         * sysdeps/x86_64/memset.S: Likewise.
1491         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1492         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1493         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1495 2013-01-04  David S. Miller  <davem@davemloft.net>
1497         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1499 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1501         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
1502         1 to avoid redefinition warning.
1503         (__USE_GNU): Don't define.
1504         (init_signaling_nan): Protoize.
1506         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1508 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1510         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
1511         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
1512         (__cpymn): Likewise.
1513         (norm): Remove commented code.
1514         (denorm): Likewise.
1515         (__mp_dbl): Likewise.
1516         (__inv): Likewise.
1517         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
1518         (__cpymn): Likewise.
1519         (norm): Remove commented code.
1520         (denorm): Likewise.
1521         (__mp_dbl): Likewise.
1522         (__inv): Likewise.
1524         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
1525         mp_no value for 1.0 and 2.0.
1526         (norm): Use RADIXI instead of radixi.d.
1527         (denorm): Likewise.
1528         (__mul): Use 0.0 instead of zero.d.
1529         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
1530         mp_no value for 1.0 and 2.0.
1531         (norm): Use RADIXI instead of radixi.d.
1532         (denorm): Likewise.
1533         (__mul): Use 0.0 instead of zero.d.
1535 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
1537         [BZ #14994]
1538         * math/s_casinh.c (__casinh): Reduce finite argument to first
1539         quadrant then set signs of results at the end.
1540         * math/s_casinhf.c (__casinhf): Likewise.
1541         * math/s_casinhl.c (__casinhl): Likewise.
1542         * math/libm-test.inc (casin_test): Add more tests.
1543         (casinh_test): Likewise.
1544         * sysdeps/i386/fpu/libm-test-ulps: Update.
1545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1547 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1549         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
1551         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
1553         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
1554         declarations.
1555         (denorm): Likewise.
1556         (__mp_dbl): Likewise.
1557         (__inv): Likewise.
1559         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
1560         and adjust the header comment.
1562         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
1563         variable name from declaration.
1565 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
1567         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1568         Initialize COMMON_CPUID_INDEX_7 element.
1569         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
1570         (CPUID_RTM): Likewise.
1571         (HAS_RTM): Likewise.
1572         (COMMON_CPUID_INDEX_7): New enum.
1574 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
1576         [BZ #14981]
1577         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
1578         size is zero, record memory as freed.
1580 2013-01-03  Andreas Jaeger  <aj@suse.de>
1582         * po/ia.po: Add new Interlingua translation.
1584 2012-01-03  Allan McRae  <allan@archlinux.org>
1586         * locale/programs/localedef.c: Fix description of '--posix' flag.
1588 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
1590         * NEWS: Update dates in second copyright notice.
1591         * README: Update copyright dates in example.
1592         * manual/libc.texinfo: Update copyright dates.
1593         * scripts/test-installation.pl: Update copyright date in --version
1594         output.
1596         * hurd/ctty-input.c: Fix copyright notice formatting.
1597         * hurd/ctty-output.c: Likewise.
1598         * hurd/dtable.c: Likewise.
1599         * hurd/hurd-raise.c: Likewise.
1600         * hurd/hurdprio.c: Likewise.
1601         * hurd/msgportdemux.c: Likewise.
1602         * misc/sys/file.h: Likewise.
1603         * misc/sys/ioctl.h: Likewise.
1604         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
1605         * sysdeps/mach/hurd/chdir.c: Likewise.
1606         * sysdeps/mach/hurd/fchdir.c: Likewise.
1607         * sysdeps/mach/hurd/rename.c: Likewise.
1608         * sysdeps/mach/hurd/rmdir.c: Likewise.
1609         * sysdeps/mach/hurd/seekdir.c: Likewise.
1610         * sysdeps/mach/hurd/setsid.c: Likewise.
1611         * sysdeps/posix/wait3.c: Likewise.
1613         * All files with FSF copyright notices: Update copyright dates
1614         using scripts/update-copyrights.
1615         * intl/plural.c: Regenerated.
1616         * locale/programs/charmap-kw.h: Likewise.
1617         * locale/programs/locfile-kw.h: Likewise.
1619 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1621         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
1622         four values.
1624         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
1625         calculation loop and add branch prediction.
1627         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
1628         check access beyond bounds of m1np.
1630         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
1631         MPTWO.
1632         (__inv): Remove local variable MPTWO to use the global
1633         constant.
1634         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
1635         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
1636         variable MPTWO.
1637         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
1638         MP3HALFS static const.
1640 2013-01-01  David S. Miller  <davem@davemloft.net>
1642         * po/ca.po: Update from translation team.
1644 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
1646         * scripts/update-copyrights: New file.
1647         * Makeconfig: Reformat copyright notice.
1648         * ctype/ctype.h: Likewise.
1649         * debug/swprintf_chk.c: Likewise.
1650         * elf/dl-cache.c: Likewise.
1651         * elf/dl-debug.c: Likewise.
1652         * elf/dl-object.c: Likewise.
1653         * grp/initgroups.c: Likewise.
1654         * hurd/Makefile: Likewise.
1655         * hurd/hurd/signal.h: Likewise.
1656         * hurd/hurdfault.c: Likewise.
1657         * hurd/hurdioctl.c: Likewise.
1658         * hurd/hurdlookup.c: Likewise.
1659         * hurd/intr-msg.c: Likewise.
1660         * iconv/gconv_open.c: Likewise.
1661         * libio/swprintf.c: Likewise.
1662         * locale/lc-ctype.c: Likewise.
1663         * locale/nl_langinfo.c: Likewise.
1664         * mach/Machrules: Likewise.
1665         * mach/Makefile: Likewise.
1666         * malloc/obstack.h: Likewise.
1667         * manual/Makefile: Likewise.
1668         * manual/tsort.awk: Likewise.
1669         * misc/bits/stab.def: Likewise.
1670         * nis/nis_print_group_entry.c: Likewise.
1671         * nis/nis_table.c: Likewise.
1672         * nis/nss_compat/compat-pwd.c: Likewise.
1673         * nis/nss_compat/compat-spwd.c: Likewise.
1674         * po/Makefile: Likewise.
1675         * posix/fnmatch.c: Likewise.
1676         * posix/regex.h: Likewise.
1677         * resolv/Makefile: Likewise.
1678         * resolv/nss_dns/dns-network.c: Likewise.
1679         * resolv/res_hconf.c: Likewise.
1680         * scripts/gen-sorted.awk: Likewise.
1681         * soft-fp/soft-fp.h: Likewise.
1682         * stdio-common/printf.h: Likewise.
1683         * stdlib/monetary.h: Likewise.
1684         * stdlib/random.c: Likewise.
1685         * stdlib/random_r.c: Likewise.
1686         * sysdeps/generic/Makefile: Likewise.
1687         * sysdeps/gnu/Makefile: Likewise.
1688         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1689         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1690         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1691         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1692         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1693         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1694         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1695         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1696         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1697         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1698         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1699         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1700         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1701         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1702         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1703         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1704         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1705         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1706         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1707         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1708         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1709         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1710         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1711         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
1712         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
1713         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
1714         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
1715         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
1716         * sysdeps/mach/hurd/errnos.awk: Likewise.
1717         * sysdeps/mach/hurd/fork.c: Likewise.
1718         * sysdeps/mach/hurd/getcwd.c: Likewise.
1719         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
1720         * sysdeps/mach/hurd/mmap.c: Likewise.
1721         * sysdeps/mach/hurd/utimes.c: Likewise.
1722         * sysdeps/mach/hurd/xmknod.c: Likewise.
1723         * sysdeps/posix/profil.c: Likewise.
1724         * sysdeps/posix/readdir_r.c: Likewise.
1725         * sysdeps/powerpc/bits/mathdef.h: Likewise.
1726         * sysdeps/powerpc/bits/setjmp.h: Likewise.
1727         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
1728         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
1729         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
1730         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
1731         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
1732         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
1733         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
1734         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
1735         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
1736         * sysdeps/pthread/lio_listio.c: Likewise.
1737         * sysdeps/sparc/dl-procinfo.h: Likewise.
1738         * sysdeps/unix/i386/sysdep.S: Likewise.
1739         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1740         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
1741         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
1742         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
1743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1744         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
1745         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
1746         * sysdeps/unix/sysv/linux/speed.c: Likewise.
1747         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
1748         * sysdeps/wordsize-32/divdi3.c: Likewise.
1749         * time/sys/time.h: Likewise.
1750         * wcsmbs/Makefile: Likewise.
1752 2013-01-01  David S. Miller  <davem@davemloft.net>
1754         * po/fr.po: Update from translation team.
1756         * catgets/gencat.c: Update copyright year.
1757         * csu/version.c: Likewise.
1758         * debug/catchsegv.sh: Likewise.
1759         * debug/pcprofiledump.c: Likewise.
1760         * debug/xtrace.sh: Likewise.
1761         * elf/ldconfig.c: Likewise.
1762         * elf/ldd.bash.in: Likewise.
1763         * elf/pldd.c: Likewise.
1764         * elf/sotruss.ksh: Likewise.
1765         * elf/sprof.c: Likewise.
1766         * iconv/iconv_prog.c: Likewise.
1767         * iconv/iconvconfig.c: Likewise.
1768         * locale/programs/locale.c: Likewise.
1769         * locale/programs/localedef.c: Likewise.
1770         * login/programs/pt_chown.c: Likewise.
1771         * malloc/memusage.sh: Likewise.
1772         * malloc/memusagestat.c: Likewise.
1773         * malloc/mtrace.pl: Likewise.
1774         * nscd/nscd.c: Likewise.
1775         * nss/getent.c: Likewise.
1776         * nss/makedb.c: Likewise.
1777         * posix/getconf.c: Likewise.
1779 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1781         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
1782         numbers.
1784 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
1786         * math/bits/mathcalls.h (modf): Use __nonnull.
1788 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1790         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
1791         (split): Use macro CN instead of the bare value.
1792         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
1793         could be used.
1794         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
1795         instead of the bare value.
1796         (power1): Likewise.
1798 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1800         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
1801         __ATAN_TWOM.
1802         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1804         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
1805         their values.
1806         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1807         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
1808         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1809         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1811 2012-12-28  Andreas Jaeger  <aj@suse.de>
1813         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
1814         values are from Linux 3.7.
1816         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
1817         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
1819 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1821         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
1822         TRUE case.
1824         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
1825         (norm): Likewise.
1826         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
1827         variables with preprocessor constants.
1828         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1829         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1830         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1832 2012-12-27  Bruno Haible  <bruno@clisp.org>
1834         [BZ #14317]
1835         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
1836         only if needed.
1838 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1840         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
1841         and use variable directly.
1842         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
1844         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
1845         MPONE.
1846         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
1847         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
1848         variable MPONE.
1849         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
1850         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1851         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
1852         include directive.  Remove local variable MPONE.
1853         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
1854         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
1855         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
1857 2012-12-25  David S. Miller  <davem@davemloft.net>
1859         * version.h (RELEASE): Set to "development".
1860         (VERSION): Set to "2.17.90".
1861         * NEWS: Add 2.18 section.
1863 2012-12-21  David S. Miller  <davem@davemloft.net>
1865         * po/hr.po: Update from translation team.
1867 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1869         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
1871 2012-12-19  Steve Ellcey  <sellcey@mips.com>
1873         * NEWS:  Mention new memcpy for MIPS.
1875 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
1877         * manual/contrib.texi (Contributors): Spelling correction.
1879 2012-12-15  David S. Miller  <davem@davemloft.net>
1881         * po/ru.po: Update from translation team.
1883 2012-12-13  David S. Miller  <davem@davemloft.net>
1885         * NEWS: Mention IFUNC testsuite enhancements.
1887         * po/pl.po: Update from translation team.
1888         * po/bg.po: Likewise.
1890         * manual/contrib.texi (Contributors): Update entries for Hongjiu
1891         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
1893 2012-12-11  David S. Miller  <davem@davemloft.net>
1895         * po/sv.po: Update from translation team.
1897         * po/vi.po: Update from translation team.
1899         * po/cs.po: Update from translation team.
1901         * po/de.po: Update from translation team.
1902         * po/eo.po: Likewise.
1903         * po/nl.po: Likewise.
1905 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
1907         [BZ #14246]
1908         * manual/argp.texi (Argp Helper Functions): Move node to follow
1909         Argp Parsing State.
1911         [BZ #14872]
1912         * manual/conf.texi (Limits on File System Capacity): Mention if
1913         terminating null is included in the max size.
1915 2012-12-10  Andreas Jaeger  <aj@suse.de>
1917         * po/cs.po: Update from translation team.
1919 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1921         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
1922         void pointer and cast to uintptr_t.
1923         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
1924         path.
1925         * sysdeps/s390/s390-64/memcpy.S: Likewise.
1926         * sysdeps/s390/s390-64/memset.S: Likewise.
1928 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
1930         [BZ #14833]
1931         * menual/message.texi (Message Translation): Fix typos.
1932         (Helper programs for gettext): Likewise.
1934 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
1936         [BZ #14898]
1937         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
1938         Change to -1.
1940 2012-12-07  David S. Miller  <davem@davemloft.net>
1942         * po/libc.pot: Update.
1944 2012-12-07  Richard Henderson  <rth@redhat.com>
1946         [BZ #10114]
1947         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
1948         normal/normal case to before the switch.
1949         (_FP_DIV): Likewise.
1951 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
1952             Mike Frysinger  <vapier@gentoo.org>
1954         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
1955         check for __NR_fadvise64_64.
1957 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
1959         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
1960         0, not just to plain "0" as a statement.
1961         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
1962         with cw.
1964 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
1966         * NEWS: Use sourceware.org in Bugzilla URL.
1968 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
1970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1971         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
1973         * stdio-common/tst-put-error.c (do_test): Add newline to the
1974         padded test to ensure flush.
1976 2012-12-05  Jeff Law  <law@redhat.com>
1978         * sunrpc/etc.rpc (fedfs_admin): Add entry.
1980 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
1982         * README: Don't refer to ports add-on as distributed separately.
1983         Mention AArch64 in list of systems supported in the ports add-on.
1985         * LICENSES: Add more non-FSF copyright and license notices.
1987         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
1988         ((unused)).
1990         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
1992         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
1993         10000 as width of padded output.
1995 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
1997         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
1999         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
2000         variable LX with __attribute__ ((unused)).
2001         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
2002         Likewise.
2003         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
2004         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
2005         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
2006         with __attribute__ ((unused)).
2008 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
2010         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
2012 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
2014         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
2015         (CFLAGS-nldbl-acos.c): New variable.
2016         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
2017         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
2018         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
2019         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
2020         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
2021         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
2022         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
2023         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
2024         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
2025         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
2026         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
2027         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
2028         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
2029         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
2030         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
2031         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
2032         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
2033         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
2034         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
2035         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
2036         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
2037         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
2038         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
2039         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
2040         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
2041         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
2042         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
2043         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
2044         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
2045         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
2046         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
2047         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
2048         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
2049         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
2050         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
2051         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
2052         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
2053         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
2054         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
2055         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
2056         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
2057         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
2058         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
2059         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
2060         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
2061         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
2062         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
2063         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
2064         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
2065         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
2066         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
2067         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
2068         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
2069         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
2070         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
2071         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
2072         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
2073         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
2074         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
2075         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
2076         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
2077         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
2078         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
2079         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
2080         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
2081         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
2082         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
2083         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
2084         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
2085         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
2086         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
2087         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
2088         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
2089         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
2090         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
2091         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
2092         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
2093         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
2094         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
2095         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
2096         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
2097         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
2098         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
2099         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
2100         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
2101         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
2102         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
2103         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
2104         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
2105         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
2106         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
2107         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
2108         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
2109         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
2110         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
2111         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
2112         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
2114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2115         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
2117         [BZ #14914]
2118         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
2119         whole low double instead of just low 47 bits when splitting values
2120         into two parts.
2122 2012-12-03  Allan McRae  <allan@archlinux.org>
2124         * manual/stdio.texi (Predefined Printf Handlers): Remove
2125         @hsep and @vsep usage.
2127 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
2129         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
2130         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
2132 2012-12-03  Jeff Law  <law@redhat.com>
2134         * time/sys/time.h (settimeofday): Do not mark TV argument
2135         as __nonnull.
2137 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
2139         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
2140         when currently writing and seek to current position when not.
2141         * libio/Makefile (tests): Remove bug-fclose1.
2142         * libio/bug-fclose1.c: Delete.
2144 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
2146         * manual/arith.texi (feenableexcept): Fix typo.
2147         (fedisableexcept): Likewise.
2149 2012-11-30  Roland McGrath  <roland@hack.frob.com>
2151         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
2152         second, differently-typed declaration, rather than a cast.
2154 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
2156         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
2157         * include/rpc/svc.h: ... here.
2159 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
2161         [BZ #13013]
2162         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
2163         depending n and resplen2 to catch cases where answer
2164         equals answerp2.
2166 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
2168         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
2169         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
2171 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
2173         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
2175 2012-11-29  Roland McGrath  <roland@hack.frob.com>
2177         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
2179 2012-11-28  Jeff Law  <law@redhat.com>
2181         [BZ #13761]
2182         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
2183         dataset_temporary.  Track alloca usage into alloca_used.
2184         If dataset is large allocate and release it via malloc/free.
2186 2012-06-04  Florian Weimer  <fweimer@redhat.com>
2188         [BZ #14197]
2189         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
2191 2012-11-28  David S. Miller  <davem@davemloft.net>
2193         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2195 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
2197         [BZ #14803]
2198         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
2199         of pi/2 rounded to nearest to 64 bits.
2200         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
2201         nearest to 64 bits.
2202         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
2203         bits.
2205 2012-11-28  Jeff Law <law@redhat.com>
2206             Martin Osvald <mosvald@redhat.com>
2208         [BZ #14889]
2209         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
2210         * sunrpc/svc.c: Include time.h.
2211         (__svc_accept_failed): New function.
2212         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
2213         any reason other than EINTR, call __svc_accept_failed.
2214         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
2215         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
2217 2012-11-28  Andreas Schwab  <schwab@suse.de>
2219         * scripts/abilist.awk: Also handle indirect functions in .opd
2220         section.
2222 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
2224         [BZ #13881]
2225         * sysdeps/x86/fpu/powl_helper.c: New file.
2226         * sysdeps/x86/fpu/Makefile: Likewise.
2227         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
2228         (p3): New object.
2229         (__ieee754_powl): Use __powl_helper for finite arguments except
2230         integer exponents below 8.
2231         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
2232         (p3): New object.
2233         (__ieee754_powl): Use __powl_helper for finite arguments except
2234         integer exponents below 8.
2235         * math/libm-test.inc (pow_test): Add more tests and enable some
2236         previously disabled tests.
2237         * sysdeps/i386/fpu/libm-test-ulps: Update.
2238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2240 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2241             Carlos O'Donell  <carlos_odonell@mentor.com>
2243         * nss/makedb.c (is_prime): Assert that input is odd and greater
2244         than 4.  Note that fact in a comment too.
2245         (next_prime): Add 4 to input.
2247 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2249         [BZ #11741]
2250         * libio/Makefile (tests): Add test case tst-fwrite-error.
2251         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
2252         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2253         * libio/tst-fwrite-error.c: New test case.
2255 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
2257         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
2258         before casting to void *.
2259         * include/libc-internal.h (__pointer_type): New macro.
2260         (__integer_if_pointer_type_sub): Likewise.
2261         (__integer_if_pointer_type): Likewise.
2262         (cast_to_integer): Likewise.
2263         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
2264         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
2265         before casting to atomic64_t.
2266         (atomic_exchange_acq): Likewise.
2267         (__arch_exchange_and_add_body): Likewise.
2268         (__arch_add_body): Likewise.
2269         (atomic_add_negative): Likewise.
2270         (atomic_add_zero): Likewise.
2272 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
2274         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
2275         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
2276         (add_fdes): Likewise.
2277         (linear_search_fdes): Likewise.
2278         (binary_search_unencoded_fdes): Likewise.
2280 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
2282         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
2284 2012-11-24  Adam Conrad  <adconrad@0c3.net>
2286         * configure.in: Autodetect C++ header directories.
2287         * configure: Regenerated.
2289 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
2291         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
2293 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
2295         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2297 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
2299         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
2300         LDBL_MANT_DIG == 106]: Disable some tests.
2301         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
2302         Likewise.
2303         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
2304         Likewise.
2306         [BZ #14871]
2307         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
2308         input for small inputs.  Return +/- pi/2 for large inputs.
2309         * math/libm-test.inc (atan_test): Add more tests.
2311         * sysdeps/generic/unwind-dw2-fde-glibc.c
2312         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
2313         __attribute__ ((unused)).
2315         [BZ #14645]
2316         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
2317         x * y if x and y are nonzero and z is zero.
2319         [BZ #14811]
2320         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
2321         nonzero exponents with absolute value below 0x1p-117 to +/-
2322         0x1p-117.
2324         [BZ #14869]
2325         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
2326         up arguments below 2**-450, not just those below 2**-500.
2327         * math/libm-test.inc (hypot_test): Add another test.
2329         [BZ #14868]
2330         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
2331         Return a+b for ratio over 2**120, not 2**60.
2332         * math/libm-test.inc (hypot_test): Add another test.
2334         * math/libm-test.inc (clog_test): Use
2335         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
2336         (clog10_test): Likewise.
2338         [BZ #6778]
2339         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
2341 2012-11-22  Andreas Schwab  <schwab@suse.de>
2343         * sysdeps/i386/fpu/libm-test-ulps: Update.
2345 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
2347         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
2348         printf output with newline.
2350 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
2352         [BZ #14865]
2353         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
2354         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
2355         -z nodlopen, -z initfirst and -z execstack support.
2356         * configure: Regenerated.
2358         * elf/elf.h (DF_1_NODIRECT): New macro.
2359         (DF_1_IGNMULDEF): Likewise.
2360         (DF_1_NOKSYMS): Likewise.
2361         (DF_1_NOHDR): Likewise.
2362         (DF_1_EDITED): Likewise.
2363         (DF_1_NORELOC): Likewise.
2364         (DF_1_SYMINTPOSE): Likewise.
2365         (DF_1_GLOBAUDIT): Likewise.
2366         (DF_1_SINGLETON): Likewise.
2367         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
2368         DT_1_SUPPORTED_MASK bits.
2369         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
2371 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
2373         * sysdeps/unix/make-syscalls.sh: Document prefixes.
2375 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
2377         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
2378         macro.
2380         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
2381         (sendmmsg): Move declarations...
2382         * socket/sys/socket.h: ... here.
2383         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
2384         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
2385         include it from...
2386         * socket/recvmmsg.c: ... this new file.
2387         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
2388         (sendmmsg): Rename to __sendmmsg, create weak alias and make
2389         definition of __sendmmsg hidden.
2390         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
2391         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
2392         Move ENOSYS stub into and include it from...
2393         * socket/sendmmsg.c: ... this new file.
2394         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
2395         (sysdep_routines): Move recvmmsg and sendmmsg...
2396         * socket/Makefile (routines): ... here.
2397         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
2398         (GLIBC_PRIVATE): Add __sendmmsg.
2399         * include/sys/socket.h (__sendmmsg): Add declarations.
2400         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
2401         sendmmsg.
2403 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
2405         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
2406         variable I1 with __attribute__ ((unused)).
2407         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
2409 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
2411         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
2412         DUMMY variables with __attribute__ ((unused)).
2414         * bits/byteswap.h: Include <bits/types.h>.
2415         (__bswap_64): Use __uint64_t instead of unsigned long long int.
2417 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
2419         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
2420         string_t.  Do not manually set errno.
2421         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
2422         length with __strnlen.  Make sure to both set errno and return it on
2423         failure.
2425 2012-11-19  David S. Miller  <davem@davemloft.net>
2427         With help from Joseph Myers.
2428         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
2429         very large arguments properly.
2430         * math/libm-test.inc (atan_test): New tests.
2431         (atan2_test): New tests.
2432         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2433         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2435 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
2437         [BZ #14856]
2438         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
2439         Define to 3.
2441         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
2442         [POSIX] (EADDRNOTAVAIL): Likewise.
2443         [POSIX] (EAFNOSUPPORT): Likewise.
2444         [POSIX] (EALREADY): Likewise.
2445         [POSIX] (ECONNABORTED): Likewise.
2446         [POSIX] (ECONNREFUSED): Likewise.
2447         [POSIX] (ECONNRESET): Likewise.
2448         [POSIX] (EDESTADDRREQ): Likewise.
2449         [POSIX] (EDQUOT): Likewise.
2450         [POSIX] (EHOSTUNREACH): Likewise.
2451         [POSIX] (EIDRM): Likewise.
2452         [POSIX] (EISCONN): Likewise.
2453         [POSIX] (ELOOP): Likewise.
2454         [POSIX] (EMULTIHOP): Likewise.
2455         [POSIX] (ENETDOWN): Likewise.
2456         [POSIX] (ENETUNREACH): Likewise.
2457         [POSIX] (ENOBUFS): Likewise.
2458         [POSIX] (ENODATA): Likewise.
2459         [POSIX] (ENOLINK): Likewise.
2460         [POSIX] (ENOMSG): Likewise.
2461         [POSIX] (ENOPROTOOPT): Likewise.
2462         [POSIX] (ENOSR): Likewise.
2463         [POSIX] (ENOSTR): Likewise.
2464         [POSIX] (ENOTCONN): Likewise.
2465         [POSIX] (ENOTSOCK): Likewise.
2466         [POSIX] (EOPNOTSUPP): Likewise.
2467         [POSIX] (EOVERFLOW): Likewise.
2468         [POSIX] (EPROTO): Likewise.
2469         [POSIX] (EPROTONOSUPPORT): Likewise.
2470         [POSIX] (EPROTOTYPE): Likewise.
2471         [POSIX] (ESTALE): Likewise.
2472         [POSIX] (ETIME): Likewise.
2473         [POSIX] (ETXTBSY): Likewise.
2474         [POSIX] (EWOULDBLOCK): Likewise.
2475         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
2476         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
2477         [POSIX] (SEEK_CUR): Likewise.
2478         [POSIX] (SEEK_END): Likewise.
2479         [POSIX || UNIX98] (mode_t): Do not require.
2480         [POSIX] (off_t): Likewise.
2481         [POSIX] (pid_t): Likewise.
2482         [POSIX] (sys/stat.h): Do not allow header.
2483         [POSIX] (unistd.h): Likewise.
2484         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
2485         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
2486         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
2487         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
2488         require.
2489         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
2490         sigevent): Specify elements.
2491         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
2492         entry.
2493         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
2494         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
2496         * conform/data/cpio.h-data [POSIX]: Disable whole file.
2497         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
2498         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
2499         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
2500         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
2501         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
2502         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
2503         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
2504         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
2505         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
2506         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
2507         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
2508         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
2509         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
2510         Likewise.
2511         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
2512         Likewise.
2513         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
2514         Likewise.
2515         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
2516         Likewise.
2517         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
2518         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
2519         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
2520         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
2521         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
2522         Specify lower bound on value.
2523         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
2524         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
2525         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
2526         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
2527         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
2528         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
2529         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
2530         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
2531         value.
2532         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
2533         as optional.
2534         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
2535         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
2536         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
2537         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
2538         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
2539         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
2540         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
2541         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
2542         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
2543         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
2544         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
2545         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
2546         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
2547         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
2548         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
2549         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
2550         entry.
2551         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
2552         optional.
2553         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
2554         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
2555         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
2556         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
2557         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
2558         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
2559         Likewise.
2560         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
2561         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
2562         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
2563         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
2564         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
2565         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
2566         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
2567         as optional.
2568         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
2569         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
2570         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
2571         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
2572         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
2573         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
2574         specify as optional.
2575         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
2576         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
2577         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
2578         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
2579         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
2580         [XPG3] (NL_LANGMAX): Likewise.
2581         [POSIX || XPG3] (NL_MSGMAX): Likewise.
2582         [POSIX || XPG3] (NL_NMAX): Likewise.
2583         [POSIX || XPG3] (NL_SETMAX): Likewise.
2584         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
2585         [XPG3] (NZERO): Likewise.
2586         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
2587         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
2588         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
2589         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
2590         (REG_ERANGE): Expect.
2591         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
2592         optional-constant.
2593         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
2594         Use (void) in prototype.
2595         [POSIX] (*_t): Allow.
2596         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
2597         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
2598         (WRDE_BADVAL): Expect.
2600         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
2601         expect.
2602         [XPG3 || XPG4] (O_RSYNC): Likewise.
2603         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
2604         Likewise.
2605         [XPG3 || XPG4] (pthread_sigmask): Likewise.
2606         [XPG3 || XPG4] (sigqueue): Likewise.
2607         [XPG3 || XPG4] (sigtimedwait): Likewise.
2608         [XPG3 || XPG4] (sigwaitinfo): Likewise.
2609         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
2610         [XPG3 || XPG4] (vsnprintf): Likewise.
2611         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
2612         Likewise.
2613         [XPG3 || XPG4] (blksize_t): Likewise.
2614         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
2615         Likewise.
2616         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
2617         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
2618         [XPG3 || XPG4] (struct itimerspec): Likewise.
2619         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
2620         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
2621         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
2622         [XPG3 || XPG4] (clockid_t): Likewise.
2623         [XPG3 || XPG4] (timer_t): Likewise.
2624         [XPG3 || XPG4] (clock_getres): Likewise.
2625         [XPG3 || XPG4] (clock_gettime): Likewise.
2626         [XPG3 || XPG4] (clock_settime): Likewise.
2627         [XPG3 || XPG4] (nanosleep): Likewise.
2628         [XPG3 || XPG4] (timer_create): Likewise.
2629         [XPG3 || XPG4] (timer_delete): Likewise.
2630         [XPG3 || XPG4] (timer_gettime): Likewise.
2631         [XPG3 || XPG4] (timer_getoverrun): Likewise.
2632         [XPG3 || XPG4] (timer_settime): Likewise.
2633         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
2634         [XPG3 || XPG4] (getlogin_r): Likewise.
2635         [XPG3 || XPG4] (pread): Likewise.
2636         [XPG3 || XPG4] (pthread_atfork): Likewise.
2637         [XPG3 || XPG4] (pwrite): Likewise.
2639         [BZ #14835]
2640         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
2641         <bits/siginfo.h>.
2643 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
2645         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
2646         finalizing MALLSTREAM.
2648         * sysdeps/mach/hurd/syncfs.c: New file.
2650 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2652         [BZ #14719]
2653         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
2654         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
2655         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
2656         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
2657         (_nss_dns_gethostbyname4_r): Likewise.
2658         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
2659         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
2661 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
2663         [BZ #13763]
2664         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
2666 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
2668         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
2669         * elf/cache.c (print_entry): Print ",AArch64" for
2670         FLAG_AARCH64_LIB64
2672         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
2673         * elf/cache.c (print_entry): Print ",hard-float" for
2674         FLAG_ARM_LIBHF.
2676 2012-11-18  David S. Miller  <davem@davemloft.net>
2678         With help from Joseph Myers.
2679         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
2680         cutoff to 2**-13.
2681         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
2682         cutoff to 2**-25.
2683         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
2684         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
2685         small.
2686         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
2687         * math/libm-test.inc (y0_test): New tests.
2688         (y1_test): New tests.
2689         * sysdeps/i386/fpu/libm-test-ulps: Update.
2690         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2691         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2693 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
2695         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
2696         64-bit targets.
2697         * configure: Regenerated.
2699 2012-11-17  David S. Miller  <davem@davemloft.net>
2701         [BZ #14811]
2702         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
2703         nonzero exponents with absolute value below 0x1p-128 to +/-
2704         0x1p-128.
2706 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
2708         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
2710         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
2712         * posix/getconf-speclist.c: New file.
2713         * posix/posix-envs.def: Likewise.
2714         * posix/confstr.c (START_ENV_GROUP): New macro.
2715         (END_ENV_GROUP): Likewise.
2716         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
2717         (KNOWN_PRESENT_ENV_STRING): Likewise.
2718         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
2719         (UNKNOWN_ENVIRONMENT): Likewise.
2720         (confstr): Include posix-envs.def instead of handling
2721         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
2722         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
2723         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
2724         (END_ENV_GROUP): Likewise.
2725         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
2726         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
2727         (UNKNOWN_ENVIRONMENT): Likewise.
2728         (__sysconf): Include posix-envs.def instead of handling associated
2729         cases directly here.
2730         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
2731         preprocessing getconf-speclist.c rather than running getconf or
2732         generating empty file.
2734 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
2736         * scripts/check-local-headers.sh: Ignore 'mach' headers.
2738 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
2740         [BZ #14672]
2741         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
2743 2012-11-16  David S. Miller  <davem@davemloft.net>
2745         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
2746         smaller than LDBL_EPSILON/2.0L, just return xm1.
2748 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
2750         * elf/tst-array1.c (init): Set constructor priority to 1000.
2751         (fini): Set destructor priority to 1000.
2752         * elf/tst-array2dep.c: Likewise.
2754 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2756         [BZ #11741]
2757         * libio/fileops.c (_IO_new_file_write): Correctly return error.
2758         (_IO_new_file_xsputn): Also return EOF if none of the input
2759         data was written when overflow failed.
2760         * libio/iopadn.c (_IO_padn): Likewise.
2761         * libio/iowpadn.c (_IO_wpadn): Likewise.
2762         * stdio-common/tst-put-error.c: Add copyright notice.
2763         (do_test): Add case for printing padded string.
2764         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
2765         _IO_padn returned error.
2766         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
2767         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
2768         return EOF.
2770 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2772         * libio/libioP.h: Add comment note that the references to C++
2773         bits are now obsolete.
2775 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
2777         * math/libm-test.inc (check_complex): Use asprintf.
2779 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
2781         * debug/pcprofiledump.c (print_version): Update copyright year.
2782         * malloc/memusagestat.c (print_version): Likewise.
2784 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
2786         [BZ #14831]
2787         * elf/Makefile (tests): Add tst-audit8.
2788         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
2789         ($(objpfx)tst-audit8.out): New target.
2790         (tst-audit8-ENV): New variable.
2791         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
2792         audit if l_reloc_result is NULL.
2793         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
2794         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
2795         * elf/tst-audit8.c: New file.
2797 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
2799         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
2800         * misc/Makefile (CFLAGS-select.c): Define.
2801         * posix/Makefile (CFLAGS-pause.c): Define.
2803 2012-11-13  David S. Miller  <davem@davemloft.net>
2805         * crypt/Makefile: Move test targets after toplevel Rules
2806         inclusion.  Grab any necessary sysdep routines when linking.
2807         * crypt/md5.c (md5_process_block): Remove define, we will always
2808         name it __md5_process_block.
2809         (md5_finish_ctx): Update md5_process_block call.
2810         (md5_stream): Likewise.
2811         (md5_process_bytes): Likewise.
2812         (md5_process_block): Rename to __md5_process_block and move to ...
2813         * crypt/md5-block.c: ... here.
2814         * crypt/sha256.c (sha256_process_block): Move to ...
2815         * crypt/sha256-block.c: ... here.
2816         * crypt/sha512.c (sha512_process_block): Move to ...
2817         * crypt/sha512-block.c: ... here.
2818         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
2819         path.
2820         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
2821         * sysdeps/sparc/sparc64/multiarch/Makefile
2822         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
2823         crypt subdir.
2824         (localedef-aux): Add md5 crypto assembler when in locale subdir.
2825         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
2826         multiarch changes.
2827         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
2828         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
2829         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
2830         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
2831         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
2832         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
2833         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
2834         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
2835         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
2836         file.
2837         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
2838         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
2839         file.
2840         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
2842 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
2844         * timezone/tzselect.ksh: Update from tzcode git revision
2845         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
2846         * timezone/zdump.c: Likewise.
2847         * timezone/zic.c: Likewise.
2848         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
2849         in TZVERSION setting, not $(PKGVERSION).
2850         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
2851         REPORT_BUGS_TO settings.
2853         [BZ #14838]
2854         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
2855         macro.
2857 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
2859         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
2860         detection to immediately after _FP_ROUND().
2861         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
2862         bits are 0.
2864 2012-11-11  David S. Miller  <davem@davemloft.net>
2866         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
2867         inttypes.h
2868         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
2869         __close rather than their public counterparts.
2871 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
2873         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
2874         file.
2875         [UNIX98] (sem_timedwait): Do not expect.
2876         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
2877         [XPG4 || UNIX98] (sockatmark): Do not expect.
2878         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
2879         (clock_getcpuclockid): Do not expect.
2880         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
2881         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
2882         Do not expect.
2883         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
2884         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
2885         [UNIX98] (vwscanf): Likewise.
2886         [UNIX98] (vswscanf): Likewise.
2888 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
2890         * timezone/version.h: Remove file.
2891         * timezone/README: Do not refer to version.h.
2892         * timezone/Makefile ($(objpfx)zic.o): New dependency on
2893         $(objpfx)version.h.
2894         ($(objpfx)zdump.o): Likewise.
2895         ($(objpfx)version.h): New target.
2897         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
2898         2012i.
2899         * timezone/README: Don't mention modification to tzselect.ksh.
2900         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
2901         work on unmodified tzselect.ksh.  Substitute version numbers in
2902         tzselect.ksh.
2904         * Makefile (format-me): Remove.
2905         (INSTALL): Adjust indentation.  Use commands directly instead of
2906         using $(format-me).
2908         * aclocal.m4 (ACX_PKGVERSION): New macro.
2909         (ACX_BUGURL): Likewise.
2910         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
2911         (PKGVERSION): New AC_DEFINE_UNQUOTED.
2912         (REPORT_BUGS_TO): Likewise.
2913         * configure: Regenerated.
2914         * config.h.in (PKGVERSION): New macro.
2915         (REPORT_BUGS_TO): Likewise.
2916         * config.make.in (PKGVERSION): New variable.
2917         (PKGVERSION_TEXI): Likewise.
2918         (REPORT_BUGS_TO): Likewise.
2919         (REPORT_BUGS_TEXI): Likewise.
2920         * Makefile (format-me): Use -I$(common-objpfx)manual.
2921         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
2922         ($(common-objpfx)manual/%): New target.
2923         (manual/%): Remove target.
2924         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
2925         (print_version): Use PKGVERSION.
2926         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
2927         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
2928         and REPORT_BUGS_TO.
2929         ($(objpfx)xtrace): Likewise.
2930         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
2931         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
2932         (print_version): Use PKGVERSION.
2933         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
2934         (do_version): Use PKGVERSION.
2935         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
2936         REPORT_BUGS_TO.
2937         (common-ldd-rewrite): Likewise.
2938         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
2939         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
2940         (print_version): Use PKGVERSION.
2941         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
2942         * elf/pldd.c (argp_program_bug_address): Remove variable.
2943         (more_help): New function.
2944         (argp): Use more_help.
2945         (print_version): Use PKGVERSION.
2946         * elf/sln.c (main): Use PKGVERSION.
2947         (usage): Use REPORT_BUGS_TO.
2948         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
2949         (top level): Use PKGVERSION.
2950         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
2951         (print_version): Use PKGVERSION.
2952         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
2953         (print_version): Use PKGVERSION.
2954         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
2955         (print_version): Use PKGVERSION.
2956         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
2957         (print_version): Use PKGVERSION.
2958         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
2959         (print_version): Use PKGVERSION.
2960         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
2961         (print_version): Use PKGVERSION.
2962         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
2963         and BUGURL.
2964         ($(objpfx)memusage): Likewise.
2965         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
2966         (do_version): Use PKGVERSION.
2967         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
2968         (print_version): Use PKGVERSION.
2969         * malloc/mtrace.pl ($PACKAGE): Remove variable.
2970         ($PKGVERSION): New variable.
2971         ($REPORT_BUGS_TO): Likewise.
2972         (usage): Use $REPORT_BUGS_TO.
2973         (top level): Use $PKGVERSION.
2974         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
2975         ($(objpfx)pkgvers.texi): New rule.
2976         ($(objpfx)stamp-pkgvers): Likewise.
2977         * manual/install.texi: Include pkgvers.texi.
2978         (--with-pkgversion): Document new configure option.
2979         (--with-bugurl): Likewise.
2980         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
2981         than necessarily for this particular distribution.  Use
2982         REPORT_BUGS_TO for where to report bugs.
2983         * INSTALL: Regenerated.
2984         * manual/libc.texinfo: Include pkgvers.texi.
2985         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
2986         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
2987         (print_version): Use PKGVERSION.
2988         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
2989         (print_version): Use PKGVERSION.
2990         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
2991         (print_version): Use PKGVERSION.
2992         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
2993         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
2994         macro.
2995         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
2996         (print_version): Use PKGVERSION.
2997         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
2998         (print_version): Use PKGVERSION.
2999         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
3000         and PKGVERSION.
3002         * timezone/checktab.awk: Update from tzcode 2012i.
3003         * timezone/ialloc.c: Likewise.
3004         * timezone/private.h: Likewise.
3005         * timezone/scheck.c: Likewise.
3006         * timezone/tzfile.h: Likewise.
3007         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
3008         (TZVERSION): Hardcode tzcode version number.
3009         * timezone/zdump.c: Update from tzcode 2012i.
3010         * timezone/zic.c: Likewise.
3011         * timezone/version.h: New file.
3012         * timezone/README: Describe version.h.  Update upstream location.
3014         [BZ #14824]
3015         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
3016         (mktemp): Enable declaration.
3017         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
3018         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
3019         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
3020         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
3021         Likewise.
3022         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
3023         Likewise.
3024         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
3025         Likewise.
3026         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
3027         Likewise.
3028         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
3029         Likewise.
3030         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
3031         Likewise.
3033         [BZ #14821]
3034         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
3035         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
3036         for copies of such integer values.
3037         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
3038         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
3040 2012-11-09  Andreas Jaeger  <aj@suse.de>
3042         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
3043         definitions and declarations that are provided by
3044         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
3046 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3048         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
3049         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
3050         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
3051         definition.
3053 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
3055         * elf/elf.h: Update comment before AArch64 relocations.
3057 2012-11-07  David S. Miller  <davem@davemloft.net>
3059         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
3060         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
3061         (__start_context): Declare.
3062         (__makecontext_ret): Delete.
3063         (__makecontext): Hook up __start_context instead of
3064         __makecontext_ret.
3065         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
3066         (sysdep_routines): Add __start_context when in stdlib.
3068 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
3070         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
3071         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
3072         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
3073         hardcoded "nm".
3074         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
3075         (READELF): New variable.  Use it instead of hardcoded "readelf".
3077 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3079         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
3080         * sysdeps/x86/Makefile: Here.
3081         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
3082         * sysdeps/x86/tst-xmmymm.sh: This.
3084 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
3086         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
3087         expectations.
3088         [UNIX98] (pthread_barrier_t): Do not expect.
3089         [UNIX98] (pthread_barrierattr_t): Likewise.
3090         [UNIX98] (pthread_spinlock_t): Likewise.
3091         [UNIX98] (pthread_barrier_destroy): Likewise.
3092         [UNIX98] (pthread_barrier_init): Likewise.
3093         [UNIX98] (pthread_barrier_wait): Likewise.
3094         [UNIX98] (pthread_barrierattr_destroy): Likewise.
3095         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
3096         [UNIX98] (pthread_barrierattr_init): Likewise.
3097         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
3098         [UNIX98] (pthread_getcpuclockid): Likewise.
3099         [UNIX98] (pthread_mutex_timedlock): Likewise.
3100         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
3101         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
3102         [UNIX98] (pthread_sigmask): Likewise.
3103         [UNIX98] (pthread_spin_destroy): Likewise.
3104         [UNIX98] (pthread_spin_init): Likewise.
3105         [UNIX98] (pthread_spin_lock): Likewise.
3106         [UNIX98] (pthread_spin_trylock): Likewise.
3107         [UNIX98] (pthread_spin_unlock): Likewise.
3108         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
3109         Do not expect.
3110         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
3111         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
3112         [XPG3 || XPG4] (pthread_cond_t): Likewise.
3113         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
3114         [XPG3 || XPG4] (pthread_key_t): Likewise.
3115         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
3116         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
3117         [XPG3 || XPG4] (pthread_once_t): Likewise.
3118         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
3119         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
3120         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
3121         [XPG3 || XPG4] (pthread_t): Likewise.
3123         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
3124         not expect.
3125         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
3127         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
3128         Change function return type to int.
3130         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
3131         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
3132         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
3133         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
3134         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
3135         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
3136         [!POSIX] (posix_madvise): Likewise.
3137         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
3138         && !UNIX98].
3139         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
3140         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
3141         (mode_t): Likewise.
3142         (posix_mem_offset): Likewise.
3143         (posix_typed_mem_get_info): Likewise.
3144         (posix_typed_mem_open): Likewise.
3146         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
3147         Change condition to [XOPEN2K8].
3149         * conform/conformtest.pl: Preprocess allow-header data with -x c
3150         instead of from stdin.
3151         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
3152         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
3153         [C99-based standards] (cerfc): Likewise.
3154         [C99-based standards] (cexp2): Likewise.
3155         [C99-based standards] (cexpm1): Likewise.
3156         [C99-based standards] (clog10): Likewise.
3157         [C99-based standards] (clog1p): Likewise.
3158         [C99-based standards] (clog2): Likewise.
3159         [C99-based standards] (clgamma): Likewise.
3160         [C99-based standards] (ctgamma): Likewise.
3161         [C99-based standards] (cerff): Likewise.
3162         [C99-based standards] (cerfcf): Likewise.
3163         [C99-based standards] (cexp2f): Likewise.
3164         [C99-based standards] (cexpm1f): Likewise.
3165         [C99-based standards] (clog10f): Likewise.
3166         [C99-based standards] (clog1pf): Likewise.
3167         [C99-based standards] (clog2f): Likewise.
3168         [C99-based standards] (clgammaf): Likewise.
3169         [C99-based standards] (ctgammaf): Likewise.
3170         [C99-based standards] (cerfl): Likewise.
3171         [C99-based standards] (cerfcl): Likewise.
3172         [C99-based standards] (cexp2l): Likewise.
3173         [C99-based standards] (cexpm1l): Likewise.
3174         [C99-based standards] (clog10l): Likewise.
3175         [C99-based standards] (clog1pl): Likewise.
3176         [C99-based standards] (clog2l): Likewise.
3177         [C99-based standards] (clgammal): Likewise.
3178         [C99-based standards] (ctgammal): Likewise.
3179         * conform/data/inttypes.h-data [C99-based standards]: Include
3180         stdint.h-data.  Remove all expectations for stdint.h contents.
3181         [C99-based standards] (PRI*): Do not allow.
3182         [C99-based standards] (SCN*): Likewise.
3183         [C99-based standards] (*_t): Likewise.
3184         [C99-based-standards] (PRId8): Expect macro.
3185         [C99-based-standards] (PRIi8): Likewise.
3186         [C99-based-standards] (PRIo8): Likewise.
3187         [C99-based-standards] (PRIu8): Likewise.
3188         [C99-based-standards] (PRIx8): Likewise.
3189         [C99-based-standards] (PRIX8): Likewise.
3190         [C99-based-standards] (SCNd8): Likewise.
3191         [C99-based-standards] (SCNi8): Likewise.
3192         [C99-based-standards] (SCNo8): Likewise.
3193         [C99-based-standards] (SCNu8): Likewise.
3194         [C99-based-standards] (SCNx8): Likewise.
3195         [C99-based-standards] (PRIdLEAST8): Likewise.
3196         [C99-based-standards] (PRIiLEAST8): Likewise.
3197         [C99-based-standards] (PRIoLEAST8): Likewise.
3198         [C99-based-standards] (PRIuLEAST8): Likewise.
3199         [C99-based-standards] (PRIxLEAST8): Likewise.
3200         [C99-based-standards] (PRIXLEAST8): Likewise.
3201         [C99-based-standards] (SCNdLEAST8): Likewise.
3202         [C99-based-standards] (SCNiLEAST8): Likewise.
3203         [C99-based-standards] (SCNoLEAST8): Likewise.
3204         [C99-based-standards] (SCNuLEAST8): Likewise.
3205         [C99-based-standards] (SCNxLEAST8): Likewise.
3206         [C99-based-standards] (PRIdFAST8): Likewise.
3207         [C99-based-standards] (PRIiFAST8): Likewise.
3208         [C99-based-standards] (PRIoFAST8): Likewise.
3209         [C99-based-standards] (PRIuFAST8): Likewise.
3210         [C99-based-standards] (PRIxFAST8): Likewise.
3211         [C99-based-standards] (PRIXFAST8): Likewise.
3212         [C99-based-standards] (SCNdFAST8): Likewise.
3213         [C99-based-standards] (SCNiFAST8): Likewise.
3214         [C99-based-standards] (SCNoFAST8): Likewise.
3215         [C99-based-standards] (SCNuFAST8): Likewise.
3216         [C99-based-standards] (SCNxFAST8): Likewise.
3217         [C99-based-standards] (PRId16): Likewise.
3218         [C99-based-standards] (PRIi16): Likewise.
3219         [C99-based-standards] (PRIo16): Likewise.
3220         [C99-based-standards] (PRIu16): Likewise.
3221         [C99-based-standards] (PRIx16): Likewise.
3222         [C99-based-standards] (PRIX16): Likewise.
3223         [C99-based-standards] (SCNd16): Likewise.
3224         [C99-based-standards] (SCNi16): Likewise.
3225         [C99-based-standards] (SCNo16): Likewise.
3226         [C99-based-standards] (SCNu16): Likewise.
3227         [C99-based-standards] (SCNx16): Likewise.
3228         [C99-based-standards] (PRIdLEAST16): Likewise.
3229         [C99-based-standards] (PRIiLEAST16): Likewise.
3230         [C99-based-standards] (PRIoLEAST16): Likewise.
3231         [C99-based-standards] (PRIuLEAST16): Likewise.
3232         [C99-based-standards] (PRIxLEAST16): Likewise.
3233         [C99-based-standards] (PRIXLEAST16): Likewise.
3234         [C99-based-standards] (SCNdLEAST16): Likewise.
3235         [C99-based-standards] (SCNiLEAST16): Likewise.
3236         [C99-based-standards] (SCNoLEAST16): Likewise.
3237         [C99-based-standards] (SCNuLEAST16): Likewise.
3238         [C99-based-standards] (SCNxLEAST16): Likewise.
3239         [C99-based-standards] (PRIdFAST16): Likewise.
3240         [C99-based-standards] (PRIiFAST16): Likewise.
3241         [C99-based-standards] (PRIoFAST16): Likewise.
3242         [C99-based-standards] (PRIuFAST16): Likewise.
3243         [C99-based-standards] (PRIxFAST16): Likewise.
3244         [C99-based-standards] (PRIXFAST16): Likewise.
3245         [C99-based-standards] (SCNdFAST16): Likewise.
3246         [C99-based-standards] (SCNiFAST16): Likewise.
3247         [C99-based-standards] (SCNoFAST16): Likewise.
3248         [C99-based-standards] (SCNuFAST16): Likewise.
3249         [C99-based-standards] (SCNxFAST16): Likewise.
3250         [C99-based-standards] (PRId32): Likewise.
3251         [C99-based-standards] (PRIi32): Likewise.
3252         [C99-based-standards] (PRIo32): Likewise.
3253         [C99-based-standards] (PRIu32): Likewise.
3254         [C99-based-standards] (PRIx32): Likewise.
3255         [C99-based-standards] (PRIX32): Likewise.
3256         [C99-based-standards] (SCNd32): Likewise.
3257         [C99-based-standards] (SCNi32): Likewise.
3258         [C99-based-standards] (SCNo32): Likewise.
3259         [C99-based-standards] (SCNu32): Likewise.
3260         [C99-based-standards] (SCNx32): Likewise.
3261         [C99-based-standards] (PRIdLEAST32): Likewise.
3262         [C99-based-standards] (PRIiLEAST32): Likewise.
3263         [C99-based-standards] (PRIoLEAST32): Likewise.
3264         [C99-based-standards] (PRIuLEAST32): Likewise.
3265         [C99-based-standards] (PRIxLEAST32): Likewise.
3266         [C99-based-standards] (PRIXLEAST32): Likewise.
3267         [C99-based-standards] (SCNdLEAST32): Likewise.
3268         [C99-based-standards] (SCNiLEAST32): Likewise.
3269         [C99-based-standards] (SCNoLEAST32): Likewise.
3270         [C99-based-standards] (SCNuLEAST32): Likewise.
3271         [C99-based-standards] (SCNxLEAST32): Likewise.
3272         [C99-based-standards] (PRIdFAST32): Likewise.
3273         [C99-based-standards] (PRIiFAST32): Likewise.
3274         [C99-based-standards] (PRIoFAST32): Likewise.
3275         [C99-based-standards] (PRIuFAST32): Likewise.
3276         [C99-based-standards] (PRIxFAST32): Likewise.
3277         [C99-based-standards] (PRIXFAST32): Likewise.
3278         [C99-based-standards] (SCNdFAST32): Likewise.
3279         [C99-based-standards] (SCNiFAST32): Likewise.
3280         [C99-based-standards] (SCNoFAST32): Likewise.
3281         [C99-based-standards] (SCNuFAST32): Likewise.
3282         [C99-based-standards] (SCNxFAST32): Likewise.
3283         [C99-based-standards] (PRId64): Likewise.
3284         [C99-based-standards] (PRIi64): Likewise.
3285         [C99-based-standards] (PRIo64): Likewise.
3286         [C99-based-standards] (PRIu64): Likewise.
3287         [C99-based-standards] (PRIx64): Likewise.
3288         [C99-based-standards] (PRIX64): Likewise.
3289         [C99-based-standards] (SCNd64): Likewise.
3290         [C99-based-standards] (SCNi64): Likewise.
3291         [C99-based-standards] (SCNo64): Likewise.
3292         [C99-based-standards] (SCNu64): Likewise.
3293         [C99-based-standards] (SCNx64): Likewise.
3294         [C99-based-standards] (PRIdLEAST64): Likewise.
3295         [C99-based-standards] (PRIiLEAST64): Likewise.
3296         [C99-based-standards] (PRIoLEAST64): Likewise.
3297         [C99-based-standards] (PRIuLEAST64): Likewise.
3298         [C99-based-standards] (PRIxLEAST64): Likewise.
3299         [C99-based-standards] (PRIXLEAST64): Likewise.
3300         [C99-based-standards] (SCNdLEAST64): Likewise.
3301         [C99-based-standards] (SCNiLEAST64): Likewise.
3302         [C99-based-standards] (SCNoLEAST64): Likewise.
3303         [C99-based-standards] (SCNuLEAST64): Likewise.
3304         [C99-based-standards] (SCNxLEAST64): Likewise.
3305         [C99-based-standards] (PRIdFAST64): Likewise.
3306         [C99-based-standards] (PRIiFAST64): Likewise.
3307         [C99-based-standards] (PRIoFAST64): Likewise.
3308         [C99-based-standards] (PRIuFAST64): Likewise.
3309         [C99-based-standards] (PRIxFAST64): Likewise.
3310         [C99-based-standards] (PRIXFAST64): Likewise.
3311         [C99-based-standards] (SCNdFAST64): Likewise.
3312         [C99-based-standards] (SCNiFAST64): Likewise.
3313         [C99-based-standards] (SCNoFAST64): Likewise.
3314         [C99-based-standards] (SCNuFAST64): Likewise.
3315         [C99-based-standards] (SCNxFAST64): Likewise.
3316         [C99-based-standards] (PRIdMAX): Likewise.
3317         [C99-based-standards] (PRIiMAX): Likewise.
3318         [C99-based-standards] (PRIoMAX): Likewise.
3319         [C99-based-standards] (PRIuMAX): Likewise.
3320         [C99-based-standards] (PRIxMAX): Likewise.
3321         [C99-based-standards] (PRIXMAX): Likewise.
3322         [C99-based-standards] (SCNdMAX): Likewise.
3323         [C99-based-standards] (SCNiMAX): Likewise.
3324         [C99-based-standards] (SCNoMAX): Likewise.
3325         [C99-based-standards] (SCNuMAX): Likewise.
3326         [C99-based-standards] (SCNxMAX): Likewise.
3327         [C99-based-standards] (PRIdPTR): Likewise.
3328         [C99-based-standards] (PRIiPTR): Likewise.
3329         [C99-based-standards] (PRIoPTR): Likewise.
3330         [C99-based-standards] (PRIuPTR): Likewise.
3331         [C99-based-standards] (PRIxPTR): Likewise.
3332         [C99-based-standards] (PRIXPTR): Likewise.
3333         [C99-based-standards] (SCNdPTR): Likewise.
3334         [C99-based-standards] (SCNiPTR): Likewise.
3335         [C99-based-standards] (SCNoPTR): Likewise.
3336         [C99-based-standards] (SCNuPTR): Likewise.
3337         [C99-based-standards] (SCNxPTR): Likewise.
3338         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
3339         allow.
3340         * conform/data/stdint.h-data: Update comments to clarify
3341         requirements.
3342         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
3343         type.
3344         [C99-based standards] (INT8_MAX): Likewise.
3345         [C99-based standards] (INT16_MIN): Likewise.
3346         [C99-based standards] (INT16_MAX): Likewise.
3347         [C99-based standards] (INT32_MIN): Likewise.
3348         [C99-based standards] (INT32_MAX): Likewise.
3349         [C99-based standards] (INT64_MIN): Likewise.
3350         [C99-based standards] (INT64_MAX): Likewise.
3351         [C99-based standards] (UINT8_MAX): Likewise.
3352         [C99-based standards] (UINT16_MAX): Likewise.
3353         [C99-based standards] (UINT32_MAX): Likewise.
3354         [C99-based standards] (UINT64_MAX): Likewise.
3355         [C99-based standards] (INT_LEAST8_MIN): Likewise.
3356         [C99-based standards] (INT_LEAST8_MAX): Likewise.
3357         [C99-based standards] (INT_LEAST16_MIN): Likewise.
3358         [C99-based standards] (INT_LEAST16_MAX): Likewise.
3359         [C99-based standards] (INT_LEAST32_MIN): Likewise.
3360         [C99-based standards] (INT_LEAST32_MAX): Likewise.
3361         [C99-based standards] (INT_LEAST64_MIN): Likewise.
3362         [C99-based standards] (INT_LEAST64_MAX): Likewise.
3363         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
3364         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
3365         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
3366         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
3367         [C99-based standards] (INT_FAST8_MIN): Likewise.
3368         [C99-based standards] (INT_FAST8_MAX): Likewise.
3369         [C99-based standards] (INT_FAST16_MIN): Likewise.
3370         [C99-based standards] (INT_FAST16_MAX): Likewise.
3371         [C99-based standards] (INT_FAST32_MIN): Likewise.
3372         [C99-based standards] (INT_FAST32_MAX): Likewise.
3373         [C99-based standards] (INT_FAST64_MIN): Likewise.
3374         [C99-based standards] (INT_FAST64_MAX): Likewise.
3375         [C99-based standards] (UINT_FAST8_MAX): Likewise.
3376         [C99-based standards] (UINT_FAST16_MAX): Likewise.
3377         [C99-based standards] (UINT_FAST32_MAX): Likewise.
3378         [C99-based standards] (UINT_FAST64_MAX): Likewise.
3379         [C99-based standards] (INTPTR_MIN): Likewise.
3380         [C99-based standards] (INTPTR_MAX): Likewise.
3381         [C99-based standards] (UINTPTR_MAX): Likewise.
3382         [C99-based standards] (INTMAX_MIN): Likewise.
3383         [C99-based standards] (INTMAX_MAX): Likewise.
3384         [C99-based standards] (UINTMAX_MAX): Likewise.
3385         [C99-based standards] (PTRDIFF_MIN): Likewise.
3386         [C99-based standards] (PTRDIFF_MAX): Likewise.
3387         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
3388         [C99-based standards] (SIZE_MAX): Likewise.
3389         [C99-based standards] (WCHAR_MAX): Likewise.
3390         [C99-based standards] (WINT_MAX): Likewise.
3391         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
3392         constraint on value.
3393         [C99-based standards] (WCHAR_MIN): Likewise.
3394         [C99-based standards] (WINT_MIN): Likewise.
3395         [C99-based standards] (*_t): Allow.
3396         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
3397         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
3398         Include math.h-data and complex.h-data.  Remove all expectations
3399         of math.h and complex.h contents.
3400         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
3401         at end of line.
3402         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
3403         (struct tm): Expect tag.
3404         [C99-based-standards] (wcstof): Expect function.
3405         [C99-based-standards] (wcstold): Likewise.
3406         [C99-based-standards] (wcstoll): Likewise.
3407         [C99-based-standards] (wcstoull): Likewise.
3408         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
3409         macro-int-constant.  Specify type.
3410         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
3411         constraint on value.
3412         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
3413         Specify type.
3414         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
3415         Specify value.
3416         [ISO C standards]: Do not allow headers.
3417         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
3418         wcs[abcdefghijklmnopqrstuvwxyz]*.
3419         [ISO C standards] (*_t): Do not allow.
3420         * conform/data/wctype.h-data [C99-based standards] (iswblank):
3421         Expect function.
3422         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
3423         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
3424         Specify type.
3425         [ISO C standards]: Do not allow headers.
3426         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
3427         is[abcdefghijklmnopqrstuvwxyz]*.
3428         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
3429         to[abcdefghijklmnopqrstuvwxyz]*.
3430         [ISO C standards] (*_t): Do not allow.
3431         * conform/data/stdalign.h-data: New file.
3432         * conform/data/stdbool.h-data: Likewise.
3433         * conform/data/stdnoreturn.h-data: Likewise.
3435 2012-11-07  Roland McGrath  <roland@hack.frob.com>
3437         [BZ #14815]
3438         * manual/filesys.texi (Directory Entries): Typo fix.
3439         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
3441 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
3443         * elf/elf.h (EM_AARCH64): New macro.
3444         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
3445         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
3446         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
3447         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
3448         (R_AARCH64_TLSDESC): Likewise.
3449         (NT_ARM_TLS): Likewise.
3450         (NT_ARM_HW_BREAK): Likewise.
3451         (NT_ARM_HW_WATCH): Likewise.
3453 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
3455         [BZ #14811]
3456         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
3457         (__ieee754_powl): Saturate nonzero exponents with absolute value
3458         below 0x1p-79 to +/- 0x1p-79.
3459         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
3460         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
3461         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
3462         nonzero exponents with absolute value below 0x1p-32 to +/-
3463         0x1p-32.
3464         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
3465         (__ieee754_powl): Saturate nonzero exponents with absolute value
3466         below 0x1p-79 to +/- 0x1p-79.
3467         * math/libm-test.inc (pow_test): Add more tests.
3469 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3471         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
3472         _dl_s390_cap_flags with kernel. Increase string length.
3473         (_dl_s390_platforms): Add z196 and zEC12.
3475 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
3477         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
3478         Change XOPEN21K to XOPEN2K.
3480 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
3482         * string/memmove.c: Use memcpy when possible.
3484 2012-11-06  Andreas Jaeger  <aj@suse.de>
3486         * po/eo.po: Update from translation team.
3488 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
3490         [BZ #14793]
3491         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
3492         exponent and small x and y exponents, scale x or y up.  Increase
3493         by 2 the exponent used in scaling up.
3494         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
3495         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
3496         * math/libm-test.inc (fma_test): Add more tests.
3497         (fma_test_towardzero): Likewise.
3498         (fma_test_downward): Likewise.
3499         (fma_test_upward): Likewise.
3501 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
3503         [BZ #14805]
3504         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
3505         fenv_t *.
3507         [BZ #14801]
3508         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
3509         namespace for names of struct fields.
3510         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
3511         fenv_t fields.
3512         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3513         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
3515 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3517         [BZ #3665]
3518         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
3520 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
3522         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
3523         PTR_DEMANGLE.
3525         [BZ #5246]
3526         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
3527         PTR_DEMANGLE.
3529 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
3531         [BZ #14797]
3532         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
3533         definitely overflow as x * y not x * y + z.
3534         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
3535         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
3536         * math/libm-test.inc (fma_test): Add more tests.
3537         (fma_test_towardzero): Likewise.
3538         (fma_test_downward): Likewise.
3539         (fma_test_upward): Likewise.
3541 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
3543         [BZ #157]
3545         * include/stub-tag.h: Remove file.
3546         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
3547         '#include' of it.
3548         * manual/maint.texi (Porting): Don't reference it.
3549         * Makerules ($(objpfx)stubs): Likewise.
3550         * dirent/closedir.c: Don't include <stub-tag.h>.
3551         * dirent/dirfd.c: Likewise.
3552         * dirent/fdopendir.c: Likewise.
3553         * dirent/getdents.c: Likewise.
3554         * dirent/getdents64.c: Likewise.
3555         * dirent/opendir.c: Likewise.
3556         * dirent/readdir.c: Likewise.
3557         * dirent/readdir64.c: Likewise.
3558         * dirent/readdir64_r.c: Likewise.
3559         * dirent/readdir_r.c: Likewise.
3560         * dirent/rewinddir.c: Likewise.
3561         * dirent/seekdir.c: Likewise.
3562         * dirent/telldir.c: Likewise.
3563         * gmon/profil.c: Likewise.
3564         * grp/setgroups.c: Likewise.
3565         * inet/if_index.c: Likewise.
3566         * io/access.c: Likewise.
3567         * io/chdir.c: Likewise.
3568         * io/chmod.c: Likewise.
3569         * io/chown.c: Likewise.
3570         * io/close.c: Likewise.
3571         * io/dup.c: Likewise.
3572         * io/dup2.c: Likewise.
3573         * io/dup3.c: Likewise.
3574         * io/euidaccess.c: Likewise.
3575         * io/faccessat.c: Likewise.
3576         * io/fchdir.c: Likewise.
3577         * io/fchmod.c: Likewise.
3578         * io/fchmodat.c: Likewise.
3579         * io/fchown.c: Likewise.
3580         * io/fchownat.c: Likewise.
3581         * io/fcntl.c: Likewise.
3582         * io/flock.c: Likewise.
3583         * io/fstatfs.c: Likewise.
3584         * io/fstatfs64.c: Likewise.
3585         * io/fstatvfs.c: Likewise.
3586         * io/fstatvfs64.c: Likewise.
3587         * io/futimens.c: Likewise.
3588         * io/fxstat.c: Likewise.
3589         * io/fxstat64.c: Likewise.
3590         * io/fxstatat.c: Likewise.
3591         * io/fxstatat64.c: Likewise.
3592         * io/getcwd.c: Likewise.
3593         * io/isatty.c: Likewise.
3594         * io/lchmod.c: Likewise.
3595         * io/lchown.c: Likewise.
3596         * io/link.c: Likewise.
3597         * io/linkat.c: Likewise.
3598         * io/lseek.c: Likewise.
3599         * io/lseek64.c: Likewise.
3600         * io/lxstat64.c: Likewise.
3601         * io/mkdir.c: Likewise.
3602         * io/mkdirat.c: Likewise.
3603         * io/mkfifo.c: Likewise.
3604         * io/mkfifoat.c: Likewise.
3605         * io/open.c: Likewise.
3606         * io/open64.c: Likewise.
3607         * io/openat.c: Likewise.
3608         * io/openat64.c: Likewise.
3609         * io/pipe.c: Likewise.
3610         * io/pipe2.c: Likewise.
3611         * io/poll.c: Likewise.
3612         * io/posix_fadvise.c: Likewise.
3613         * io/posix_fadvise64.c: Likewise.
3614         * io/posix_fallocate.c: Likewise.
3615         * io/posix_fallocate64.c: Likewise.
3616         * io/read.c: Likewise.
3617         * io/readlink.c: Likewise.
3618         * io/readlinkat.c: Likewise.
3619         * io/rmdir.c: Likewise.
3620         * io/sendfile.c: Likewise.
3621         * io/sendfile64.c: Likewise.
3622         * io/statfs.c: Likewise.
3623         * io/statfs64.c: Likewise.
3624         * io/statvfs.c: Likewise.
3625         * io/statvfs64.c: Likewise.
3626         * io/symlink.c: Likewise.
3627         * io/symlinkat.c: Likewise.
3628         * io/ttyname.c: Likewise.
3629         * io/ttyname_r.c: Likewise.
3630         * io/umask.c: Likewise.
3631         * io/unlink.c: Likewise.
3632         * io/unlinkat.c: Likewise.
3633         * io/utime.c: Likewise.
3634         * io/utimensat.c: Likewise.
3635         * io/write.c: Likewise.
3636         * io/xmknod.c: Likewise.
3637         * io/xmknodat.c: Likewise.
3638         * io/xstat.c: Likewise.
3639         * io/xstat64.c: Likewise.
3640         * login/getpt.c: Likewise.
3641         * login/grantpt.c: Likewise.
3642         * login/unlockpt.c: Likewise.
3643         * math/e_acoshl.c: Likewise.
3644         * math/e_acosl.c: Likewise.
3645         * math/e_asinl.c: Likewise.
3646         * math/e_atan2l.c: Likewise.
3647         * math/e_atanhl.c: Likewise.
3648         * math/e_coshl.c: Likewise.
3649         * math/e_expl.c: Likewise.
3650         * math/e_fmodl.c: Likewise.
3651         * math/e_gammal_r.c: Likewise.
3652         * math/e_hypotl.c: Likewise.
3653         * math/e_j0l.c: Likewise.
3654         * math/e_j1l.c: Likewise.
3655         * math/e_jnl.c: Likewise.
3656         * math/e_lgammal_r.c: Likewise.
3657         * math/e_log10l.c: Likewise.
3658         * math/e_log2l.c: Likewise.
3659         * math/e_logl.c: Likewise.
3660         * math/e_powl.c: Likewise.
3661         * math/e_rem_pio2l.c: Likewise.
3662         * math/e_sinhl.c: Likewise.
3663         * math/e_sqrtl.c: Likewise.
3664         * math/fclrexcpt.c: Likewise.
3665         * math/fedisblxcpt.c: Likewise.
3666         * math/feenablxcpt.c: Likewise.
3667         * math/fegetenv.c: Likewise.
3668         * math/fegetexcept.c: Likewise.
3669         * math/fegetround.c: Likewise.
3670         * math/feholdexcpt.c: Likewise.
3671         * math/fesetenv.c: Likewise.
3672         * math/fesetround.c: Likewise.
3673         * math/feupdateenv.c: Likewise.
3674         * math/fgetexcptflg.c: Likewise.
3675         * math/fraiseexcpt.c: Likewise.
3676         * math/fsetexcptflg.c: Likewise.
3677         * math/ftestexcept.c: Likewise.
3678         * math/k_cosl.c: Likewise.
3679         * math/k_rem_pio2l.c: Likewise.
3680         * math/k_sinl.c: Likewise.
3681         * math/k_tanl.c: Likewise.
3682         * math/s_asinhl.c: Likewise.
3683         * math/s_atanl.c: Likewise.
3684         * math/s_cbrtl.c: Likewise.
3685         * math/s_erfl.c: Likewise.
3686         * math/s_expm1l.c: Likewise.
3687         * math/s_log1pl.c: Likewise.
3688         * math/s_tanhl.c: Likewise.
3689         * misc/acct.c: Likewise.
3690         * misc/brk.c: Likewise.
3691         * misc/chflags.c: Likewise.
3692         * misc/chroot.c: Likewise.
3693         * misc/fchflags.c: Likewise.
3694         * misc/fgetxattr.c: Likewise.
3695         * misc/flistxattr.c: Likewise.
3696         * misc/fremovexattr.c: Likewise.
3697         * misc/fsetxattr.c: Likewise.
3698         * misc/fsync.c: Likewise.
3699         * misc/ftruncate.c: Likewise.
3700         * misc/futimes.c: Likewise.
3701         * misc/futimesat.c: Likewise.
3702         * misc/getdomain.c: Likewise.
3703         * misc/getdtsz.c: Likewise.
3704         * misc/gethostid.c: Likewise.
3705         * misc/gethostname.c: Likewise.
3706         * misc/getloadavg.c: Likewise.
3707         * misc/getpagesize.c: Likewise.
3708         * misc/getsysstats.c: Likewise.
3709         * misc/getxattr.c: Likewise.
3710         * misc/gtty.c: Likewise.
3711         * misc/ioctl.c: Likewise.
3712         * misc/lgetxattr.c: Likewise.
3713         * misc/listxattr.c: Likewise.
3714         * misc/llistxattr.c: Likewise.
3715         * misc/lremovexattr.c: Likewise.
3716         * misc/lsetxattr.c: Likewise.
3717         * misc/lutimes.c: Likewise.
3718         * misc/madvise.c: Likewise.
3719         * misc/mincore.c: Likewise.
3720         * misc/mlock.c: Likewise.
3721         * misc/mlockall.c: Likewise.
3722         * misc/mmap.c: Likewise.
3723         * misc/mprotect.c: Likewise.
3724         * misc/msync.c: Likewise.
3725         * misc/munlock.c: Likewise.
3726         * misc/munlockall.c: Likewise.
3727         * misc/munmap.c: Likewise.
3728         * misc/preadv.c: Likewise.
3729         * misc/preadv64.c: Likewise.
3730         * misc/ptrace.c: Likewise.
3731         * misc/pwritev.c: Likewise.
3732         * misc/pwritev64.c: Likewise.
3733         * misc/readv.c: Likewise.
3734         * misc/reboot.c: Likewise.
3735         * misc/remap_file_pages.c: Likewise.
3736         * misc/removexattr.c: Likewise.
3737         * misc/revoke.c: Likewise.
3738         * misc/select.c: Likewise.
3739         * misc/setdomain.c: Likewise.
3740         * misc/setegid.c: Likewise.
3741         * misc/seteuid.c: Likewise.
3742         * misc/sethostid.c: Likewise.
3743         * misc/sethostname.c: Likewise.
3744         * misc/setregid.c: Likewise.
3745         * misc/setreuid.c: Likewise.
3746         * misc/setxattr.c: Likewise.
3747         * misc/sstk.c: Likewise.
3748         * misc/stty.c: Likewise.
3749         * misc/swapoff.c: Likewise.
3750         * misc/swapon.c: Likewise.
3751         * misc/sync.c: Likewise.
3752         * misc/syncfs.c: Likewise.
3753         * misc/syscall.c: Likewise.
3754         * misc/truncate.c: Likewise.
3755         * misc/ualarm.c: Likewise.
3756         * misc/usleep.c: Likewise.
3757         * misc/ustat.c: Likewise.
3758         * misc/utimes.c: Likewise.
3759         * misc/vhangup.c: Likewise.
3760         * misc/writev.c: Likewise.
3761         * posix/_exit.c: Likewise.
3762         * posix/alarm.c: Likewise.
3763         * posix/execve.c: Likewise.
3764         * posix/fexecve.c: Likewise.
3765         * posix/fork.c: Likewise.
3766         * posix/fpathconf.c: Likewise.
3767         * posix/getaddrinfo.c: Likewise.
3768         * posix/getegid.c: Likewise.
3769         * posix/geteuid.c: Likewise.
3770         * posix/getgid.c: Likewise.
3771         * posix/getgroups.c: Likewise.
3772         * posix/getlogin.c: Likewise.
3773         * posix/getlogin_r.c: Likewise.
3774         * posix/getpgid.c: Likewise.
3775         * posix/getpid.c: Likewise.
3776         * posix/getppid.c: Likewise.
3777         * posix/getresgid.c: Likewise.
3778         * posix/getresuid.c: Likewise.
3779         * posix/getsid.c: Likewise.
3780         * posix/getuid.c: Likewise.
3781         * posix/glob64.c: Likewise.
3782         * posix/nanosleep.c: Likewise.
3783         * posix/pathconf.c: Likewise.
3784         * posix/pause.c: Likewise.
3785         * posix/posix_madvise.c: Likewise.
3786         * posix/pread.c: Likewise.
3787         * posix/pread64.c: Likewise.
3788         * posix/pwrite.c: Likewise.
3789         * posix/pwrite64.c: Likewise.
3790         * posix/sched_getaffinity.c: Likewise.
3791         * posix/sched_getp.c: Likewise.
3792         * posix/sched_gets.c: Likewise.
3793         * posix/sched_primax.c: Likewise.
3794         * posix/sched_primin.c: Likewise.
3795         * posix/sched_rr_gi.c: Likewise.
3796         * posix/sched_setaffinity.c: Likewise.
3797         * posix/sched_setp.c: Likewise.
3798         * posix/sched_sets.c: Likewise.
3799         * posix/sched_yield.c: Likewise.
3800         * posix/setgid.c: Likewise.
3801         * posix/setlogin.c: Likewise.
3802         * posix/setpgid.c: Likewise.
3803         * posix/setresgid.c: Likewise.
3804         * posix/setresuid.c: Likewise.
3805         * posix/setsid.c: Likewise.
3806         * posix/setuid.c: Likewise.
3807         * posix/sleep.c: Likewise.
3808         * posix/spawni.c: Likewise.
3809         * posix/sysconf.c: Likewise.
3810         * posix/times.c: Likewise.
3811         * posix/wait.c: Likewise.
3812         * posix/wait3.c: Likewise.
3813         * posix/wait4.c: Likewise.
3814         * posix/waitpid.c: Likewise.
3815         * resolv/gai_sigqueue.c: Likewise.
3816         * resource/getpriority.c: Likewise.
3817         * resource/getrlimit.c: Likewise.
3818         * resource/getrusage.c: Likewise.
3819         * resource/nice.c: Likewise.
3820         * resource/setpriority.c: Likewise.
3821         * resource/setrlimit.c: Likewise.
3822         * resource/ulimit.c: Likewise.
3823         * rt/aio_cancel.c: Likewise.
3824         * rt/aio_fsync.c: Likewise.
3825         * rt/aio_read.c: Likewise.
3826         * rt/aio_sigqueue.c: Likewise.
3827         * rt/aio_suspend.c: Likewise.
3828         * rt/aio_write.c: Likewise.
3829         * rt/clock_getres.c: Likewise.
3830         * rt/clock_gettime.c: Likewise.
3831         * rt/clock_nanosleep.c: Likewise.
3832         * rt/clock_settime.c: Likewise.
3833         * rt/lio_listio.c: Likewise.
3834         * rt/mq_close.c: Likewise.
3835         * rt/mq_getattr.c: Likewise.
3836         * rt/mq_notify.c: Likewise.
3837         * rt/mq_open.c: Likewise.
3838         * rt/mq_receive.c: Likewise.
3839         * rt/mq_send.c: Likewise.
3840         * rt/mq_setattr.c: Likewise.
3841         * rt/mq_timedreceive.c: Likewise.
3842         * rt/mq_timedsend.c: Likewise.
3843         * rt/mq_unlink.c: Likewise.
3844         * rt/shm_open.c: Likewise.
3845         * rt/shm_unlink.c: Likewise.
3846         * rt/timer_create.c: Likewise.
3847         * rt/timer_delete.c: Likewise.
3848         * rt/timer_getoverr.c: Likewise.
3849         * rt/timer_gettime.c: Likewise.
3850         * rt/timer_settime.c: Likewise.
3851         * setjmp/__longjmp.c: Likewise.
3852         * setjmp/setjmp.c: Likewise.
3853         * signal/kill.c: Likewise.
3854         * signal/killpg.c: Likewise.
3855         * signal/raise.c: Likewise.
3856         * signal/sigaction.c: Likewise.
3857         * signal/sigaltstack.c: Likewise.
3858         * signal/sigblock.c: Likewise.
3859         * signal/sigignore.c: Likewise.
3860         * signal/sigintr.c: Likewise.
3861         * signal/signal.c: Likewise.
3862         * signal/sigpause.c: Likewise.
3863         * signal/sigpending.c: Likewise.
3864         * signal/sigqueue.c: Likewise.
3865         * signal/sigreturn.c: Likewise.
3866         * signal/sigset.c: Likewise.
3867         * signal/sigsetmask.c: Likewise.
3868         * signal/sigstack.c: Likewise.
3869         * signal/sigsuspend.c: Likewise.
3870         * signal/sigtimedwait.c: Likewise.
3871         * signal/sigvec.c: Likewise.
3872         * signal/sigwait.c: Likewise.
3873         * signal/sigwaitinfo.c: Likewise.
3874         * signal/sysv_signal.c: Likewise.
3875         * socket/accept.c: Likewise.
3876         * socket/accept4.c: Likewise.
3877         * socket/bind.c: Likewise.
3878         * socket/connect.c: Likewise.
3879         * socket/getpeername.c: Likewise.
3880         * socket/getsockname.c: Likewise.
3881         * socket/getsockopt.c: Likewise.
3882         * socket/isfdtype.c: Likewise.
3883         * socket/listen.c: Likewise.
3884         * socket/recv.c: Likewise.
3885         * socket/recvfrom.c: Likewise.
3886         * socket/recvmsg.c: Likewise.
3887         * socket/send.c: Likewise.
3888         * socket/sendmsg.c: Likewise.
3889         * socket/sendto.c: Likewise.
3890         * socket/setsockopt.c: Likewise.
3891         * socket/shutdown.c: Likewise.
3892         * socket/sockatmark.c: Likewise.
3893         * socket/socket.c: Likewise.
3894         * socket/socketpair.c: Likewise.
3895         * stdio-common/ctermid.c: Likewise.
3896         * stdio-common/cuserid.c: Likewise.
3897         * stdio-common/remove.c: Likewise.
3898         * stdio-common/rename.c: Likewise.
3899         * stdio-common/renameat.c: Likewise.
3900         * stdio-common/tempname.c: Likewise.
3901         * stdlib/getcontext.c: Likewise.
3902         * stdlib/makecontext.c: Likewise.
3903         * stdlib/setcontext.c: Likewise.
3904         * stdlib/swapcontext.c: Likewise.
3905         * stdlib/system.c: Likewise.
3906         * streams/fattach.c: Likewise.
3907         * streams/fdetach.c: Likewise.
3908         * streams/getmsg.c: Likewise.
3909         * streams/getpmsg.c: Likewise.
3910         * streams/putmsg.c: Likewise.
3911         * streams/putpmsg.c: Likewise.
3912         * sysdeps/unix/bsd/getpt.c: Likewise.
3913         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
3914         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
3915         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
3917         Likewise.
3918         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
3919         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
3920         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3921         * sysvipc/msgctl.c: Likewise.
3922         * sysvipc/msgget.c: Likewise.
3923         * sysvipc/msgrcv.c: Likewise.
3924         * sysvipc/msgsnd.c: Likewise.
3925         * sysvipc/semctl.c: Likewise.
3926         * sysvipc/semget.c: Likewise.
3927         * sysvipc/semop.c: Likewise.
3928         * sysvipc/semtimedop.c: Likewise.
3929         * sysvipc/shmat.c: Likewise.
3930         * sysvipc/shmctl.c: Likewise.
3931         * sysvipc/shmdt.c: Likewise.
3932         * sysvipc/shmget.c: Likewise.
3933         * termios/tcdrain.c: Likewise.
3934         * termios/tcflow.c: Likewise.
3935         * termios/tcflush.c: Likewise.
3936         * termios/tcgetattr.c: Likewise.
3937         * termios/tcgetpgrp.c: Likewise.
3938         * termios/tcsendbrk.c: Likewise.
3939         * termios/tcsetattr.c: Likewise.
3940         * termios/tcsetpgrp.c: Likewise.
3941         * time/adjtime.c: Likewise.
3942         * time/clock.c: Likewise.
3943         * time/getitimer.c: Likewise.
3944         * time/gettimeofday.c: Likewise.
3945         * time/setitimer.c: Likewise.
3946         * time/settimeofday.c: Likewise.
3947         * time/stime.c: Likewise.
3948         * time/time.c: Likewise.
3950 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
3952         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
3953         /usr/old/bin.
3955         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
3956         instead of spaces.
3957         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
3959 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
3961         [BZ #14796]
3962         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
3963         FE_TONEAREST before applying Dekker multiplication and Knuth
3964         addition.  Clear inexact exceptions and check for exact zero
3965         results afterwards.
3966         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
3967         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
3968         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
3969         * math/libm-test.inc (fma_test): Add more tests.
3970         (fma_test_towardzero): Likewise.
3971         (fma_test_downward): Likewise.
3972         (fma_test_upward): Likewise.
3973         * sysdeps/generic/math_private.h (default_libc_fesetround): New
3974         function.
3975         (libc_fesetround): New macro.
3976         (libc_fesetroundf): Likewise.
3977         (libc_fesetroundl): Likewise.
3978         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
3979         function.
3980         (libc_fesetround_387): Likewise.
3981         (libc_fesetroundf): New macro.
3982         (libc_fesetround): Likewise.
3983         (libc_fesetroundl): Likewise.
3984         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
3985         function.
3986         (libc_fesetroundf): New macro.
3987         (libc_fesetround): Likewise.
3988         (libc_fesetroundl): Likewise.
3989         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
3990         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
3991         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
3992         libm_hidden_ver.
3993         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
3994         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
3995         libm_hidden_def.
3996         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
3997         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
3998         libm_hidden_ver.
3999         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
4000         libm_hidden_def.
4002         [BZ #3439]
4003         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
4004         integer constant usable in #if and use that to give value to enum
4005         constant.
4006         (FE_DIVBYZERO): Likewise.
4007         (FE_UNDERFLOW): Likewise.
4008         (FE_OVERFLOW): Likewise.
4009         (FE_INVALID): Likewise.
4010         (FE_INVALID_SNAN): Likewise.
4011         (FE_INVALID_ISI): Likewise.
4012         (FE_INVALID_IDI): Likewise.
4013         (FE_INVALID_ZDZ): Likewise.
4014         (FE_INVALID_IMZ): Likewise.
4015         (FE_INVALID_COMPARE): Likewise.
4016         (FE_INVALID_SOFTWARE): Likewise.
4017         (FE_INVALID_SQRT): Likewise.
4018         (FE_INVALID_INTEGER_CONVERSION): Likewise.
4019         (FE_TONEAREST): Likewise.
4020         (FE_TOWARDZERO): Likewise.
4021         (FE_UPWARD): Likewise.
4022         (FE_DOWNWARD): Likewise.
4023         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
4024         (FE_DIVBYZERO): Likewise.
4025         (FE_OVERFLOW): Likewise.
4026         (FE_UNDERFLOW): Likewise.
4027         (FE_INEXACT): Likewise.
4028         (FE_TONEAREST): Likewise.
4029         (FE_DOWNWARD): Likewise.
4030         (FE_UPWARD): Likewise.
4031         (FE_TOWARDZERO): Likewise.
4032         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
4033         (FE_UNDERFLOW): Likewise.
4034         (FE_OVERFLOW): Likewise.
4035         (FE_DIVBYZERO): Likewise.
4036         (FE_INVALID): Likewise.
4037         (FE_TONEAREST): Likewise.
4038         (FE_TOWARDZERO): Likewise.
4039         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
4040         (FE_OVERFLOW): Likewise.
4041         (FE_UNDERFLOW): Likewise.
4042         (FE_DIVBYZERO): Likewise.
4043         (FE_INEXACT): Likewise.
4044         (FE_TONEAREST): Likewise.
4045         (FE_TOWARDZERO): Likewise.
4046         (FE_UPWARD): Likewise.
4047         (FE_DOWNWARD): Likewise.
4048         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
4049         (FE_DIVBYZERO): Likewise.
4050         (FE_OVERFLOW): Likewise.
4051         (FE_UNDERFLOW): Likewise.
4052         (FE_INEXACT): Likewise.
4053         (FE_TONEAREST): Likewise.
4054         (FE_DOWNWARD): Likewise.
4055         (FE_UPWARD): Likewise.
4056         (FE_TOWARDZERO): Likewise.
4058 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
4060         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
4062 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
4064         * scripts/cross-test-ssh.sh (command): Use newlines to separate
4065         commands.  Quote $PWD.
4066         (blacklist_exports): Don't use remove_newlines.  Replace "declare
4067         -x" by "export".
4068         (remove_newlines): Remove.
4070 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
4072         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
4073         * stdlib/stdlib.h (atof): Moved to ...
4074         * include/bits/stdlib-float.h: Here.  New file.
4075         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
4076         * stdlib/bits/stdlib-float.h: New file.
4077         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
4078         -mno-sse -mno-mmx.
4079         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
4080         <xmmintrin.h>.
4082 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
4084         * conform/conformtest.pl (@headers): Add fenv.h.
4085         * conform/data/fenv.h-data: New file.
4086         * include/fenv.h [_ISOMAC]: Disable all contents of file except
4087         include of <math/fenv.h>.
4089         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
4090         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
4091         && !UNIX98].  Enables tests for XOPEN2K8.
4092         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
4093         POSIX2008]: Likewise.
4095         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
4096         (struct rusage): Do not expect type or its members.
4098         [BZ #3439]
4099         * math/math.h (FP_NAN): Define macro to integer constant usable in
4100         #if and use that to give value to enum constant.
4101         (FP_INFINITE): Likewise.
4102         (FP_ZERO): Likewise.
4103         (FP_SUBNORMAL): Likewise.
4104         (FP_NORMAL): Likewise.
4106 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
4108         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
4109         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
4110         arguments.
4112 2012-11-02  Roland McGrath  <roland@hack.frob.com>
4114         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
4115         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
4116         autoconf-time if not.
4117         * configure.in: Remove AC_PREREQ.
4119 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4121         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
4122         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
4123         of the internal implementation.
4125 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
4127         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
4128         except include of <misc/sys/syslog.h>.
4130 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
4133         function returns with a NULL context exit with zero.
4135 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4137         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
4139 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
4141         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
4142         (run_program_cmd): This.
4143         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
4144         (tst_langinfo): New variable.  Use it.
4146 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
4148         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
4149         floating point opcodes.
4151 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
4153         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
4154         variable.
4156         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
4158         * sysdeps/mach/hurd/powerpc: Remove directory.
4159         * sysdeps/mach/powerpc: Likewise.
4161 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4163         * scripts/check-local-headers.sh: Ignore c++ headers.
4165 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
4167         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
4168         __libc_cleanup_region_start argument.
4170 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
4172         [BZ #14784]
4173         [BZ #14785]
4174         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
4175         x * y using scaling, not as x * y + z.
4176         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4177         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4178         * math/libm-test.inc (fma_test): Add more tests.
4179         (fma_test_towardzero): Likewise.
4180         (fma_test_downward): Likewise.
4181         (fma_test_upward): Likewise.
4183 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
4185         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
4187 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
4189         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
4190         New variable.
4192 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
4194         * rt/tst-shm.c (worker): Correct checking for mmap failure.
4196 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
4198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4199         Fix sort order.
4200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4201         Likewise.
4203 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4206         Fix the order of the list for glibc 2.17.
4207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4208         Likewise.
4210 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
4212         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4214 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
4216         [BZ #14610]
4217         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
4218         for low part of x being zero before using __atanl (y).
4219         * math/libm-test.inc (atan2_test): Add another test.
4221         * manual/install.texi (Configuring and compiling): Document
4222         general use of test-wrapper and test-wrapper-env.
4223         * INSTALL: Regenerated.
4225         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
4226         (__fma): Do not extract and scale down low bits on after-rounding
4227         systems when result rounded to normal precision would have normal
4228         exponent.
4229         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
4230         (__fmal): Do not extract and scale down low bits on after-rounding
4231         systems when result rounded to normal precision would have normal
4232         exponent.
4233         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
4234         (__fmal): Do not extract and scale down low bits on after-rounding
4235         systems when result rounded to normal precision would have normal
4236         exponent.
4237         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
4238         macro.
4239         (fma_test): Add more tests.
4240         (fma_test_towardzero): Likewise.
4241         (fma_test_downward): Likewise.
4242         (fma_test_upward): Likewise.
4244 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
4246         * sysdeps/i386/tininess.h: Renamed to ...
4247         * sysdeps/x86/tininess.h: This.
4248         * sysdeps/x86_64/tininess.h: Removed.
4250 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
4252         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
4253         input.  Use $(build-program-cmd).
4254         ($(objpfx)tst-array1-static.out): Likewise.
4255         ($(objpfx)tst-array2.out): Likewise.
4256         ($(objpfx)tst-array3.out): Likewise.
4257         ($(objpfx)tst-array4.out): Likewise.
4258         ($(objpfx)tst-array5.out): Likewise.
4259         ($(objpfx)tst-array5-static.out): Likewise.
4261 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
4263         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
4264         if defined.
4266         * nss/nsswitch.h (nss_interface_function): Provide new
4267         macro for use with NSS functions.
4268         * grp/initgroups.c: Use new macro.
4269         * nss/getXXbyYY.c: Likewise.
4270         * nss/getXXbyYY_r.c: Likewise.
4271         * nss/getXXent.c: Likewise.
4272         * nss/getXXent_r.c: Likewise.
4273         * sysdeps/posix/getaddrinfo.c: Likewise.
4275 2012-10-30  Andreas Jaeger  <aj@suse.de>
4277         * po/ru.po: Update Russion translation from translation project.
4279 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
4281         [BZ #14152]
4282         [BZ #14783]
4283         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
4284         result and shift together with sticky bit instead of replicating
4285         round-to-nearest rounding.
4286         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4287         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4288         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
4289         missing underflow exceptions.
4290         (fma_test_towardzero): Add more tests.
4291         (fma_test_downward): Likewise.
4292         (fma_test_upward): Likewise.
4294         [BZ #14047]
4295         * sysdeps/generic/tininess.h: New file.
4296         * sysdeps/i386/tininess.h: Likewise.
4297         * sysdeps/sh/tininess.h: Likewise.
4298         * sysdeps/x86_64/tininess.h: Likewise.
4299         * stdlib/tst-strtod-underflow.c: Likewise.
4300         * stdlib/tst-tininess.c: Likewise.
4301         * stdlib/strtod_l.c: Include <tininess.h>.
4302         (round_and_return): Do not set errno for exact underflow cases.
4303         Force an underflow exception when setting errno for underflow.
4304         Determine underflow based on rounding to normal precision if
4305         TININESS_AFTER_ROUNDING.
4306         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
4307         ERANGE for exact underflow cases.
4308         * stdlib/Makefile (tests): Add tst-tininess and
4309         tst-strtod-underflow.
4310         ($(objpfx)tst-tininess): Use $(link-libm).
4311         ($(objpfx)tst-strtod-underflow): Likewise.
4313 2012-10-30  Andreas Jaeger  <aj@suse.de>
4315         [BZ#14767]
4316         * elf/Makefile (tests): Remove conditional for have-initfini-array
4317         since this is now always required and the variable does not exist
4318         anymore.
4319         (tests-static): Likewise.
4320         (modules-names): Likewise.
4322         * po/eo.po: Add Esperanto translation from translation project.
4324         * elf/tst-array1.c (fini_array): Make writeable so that it can be
4325         merged with constructor/destructor.
4326         (init_array): Likewise.
4327         * elf/tst-array2dep.c (fini_array): Likewise.
4328         (init_array): Likewise.
4330 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
4332         * manual/message.texi: Delete @cartouche tags.
4334 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
4336         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
4337         EOPNOTSUPP.
4338         * sysdeps/mach/hurd/fsync.c: Likewise.
4340         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
4341         [_POSIX_REALTIME_SIGNALS]: Change condition to
4342         [_POSIX_REALTIME_SIGNALS > 0].
4344 2012-10-27  Andreas Jaeger  <aj@suse.de>
4346         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
4347         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
4348         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
4349         [__WORDSIZE != 64]: Likewise.
4351 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
4353         *  iconvdata/tst-table.sh: Remove ${SHELL}.
4354         *  iconvdata/tst-tables.sh: Likewise.
4356 2012-10-25  David S. Miller  <davem@davemloft.net>
4358         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
4359         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
4360         of strtoull.
4362         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
4363         ifunc-impl-list.c
4364         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4365         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
4366         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
4367         file.
4369 2012-10-25  Roland McGrath  <roland@hack.frob.com>
4371         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
4372         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
4373         __getdirentries.
4375 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
4376             Jim Blandy  <jimb@codesourcery.com>
4378         * scripts/cross-test-ssh.sh: New file.
4379         * manual/install.texi (Configuring and compiling): Document use of
4380         cross-test-ssh.sh.
4381         * INSTALL: Regenerated.
4383 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
4385         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
4386         EOPNOTSUPP.
4388 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
4390         * Makeconfig (run-program-prefix): Fix comment.
4392 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
4393             Jim Blandy  <jimb@codesourcery.com>
4395         * Makeconfig (test-wrapper): New variable,
4396         (test-wrapper-env): Likewise.
4397         [$(cross-compiling) = yes && $(test-wrapper) != ""]
4398         (run-built-tests): Define to yes.
4399         (run-program-prefix): Use $(test-wrapper).
4400         (built-program-cmd): Likewise.
4401         * Rules (make-test-out): Use $(test-wrapper-env) and
4402         $(host-built-program-cmd).
4403         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
4404         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
4405         tst-pathopt.sh.
4406         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
4407         $(test-wrapper-env) to tst-rtld-load-self.sh.
4408         ($(objpfx)order2.out): Use $(test-wrapper).
4409         ($(objpfx)tst-initorder.out): Likewise.
4410         ($(objpfx)tst-initorder2.out): Likewise.
4411         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
4412         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
4413         (test_wrapper_env): New variable.  Use it to run ld.so.
4414         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
4415         Use it to run ld.so.
4416         (test_wrapper_env): Likewise.
4417         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
4418         $(test-wrapper) to run-iconv-test.sh.
4419         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
4420         (ICONV): Use $test_wrapper.
4421         * posix/Makefile ($(objpfx)globtest.out): Pass
4422         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
4423         globtest.sh, not $(run-program-prefix).
4424         * posix/globtest.sh (run_via_rtld_prefix): New variable.
4425         (test_wrapper): Likewise.
4426         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
4427         set together with run_via_rtld_prefix.
4428         (run_program_prefix): Define in terms of test_wrapper and
4429         run_via_rtld_prefix.
4431 2012-10-24  Roland McGrath  <roland@hack.frob.com>
4433         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
4434         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
4435         Targets removed.
4437         [BZ #14743]
4438         * include/time.h: Remove librt_hidden_proto (clock_gettime).
4439         Declare __clock_getres, __clock_gettime, __clock_settime,
4440         __clock_nanosleep, and __clock_getcpuclockid.
4441         * rt/clock_gettime.c: Define __clock_gettime as an alias.
4442         Remove librt_hidden_def (clock_gettime).
4443         * sysdeps/unix/clock_gettime.c: Likewise.
4444         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
4445         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
4446         * rt/clock_getres.c: Define __clock_getres as an alias.
4447         * sysdeps/posix/clock_getres.c: Likewise.
4448         * rt/clock_settime.c: Define __clock_settime as an alias.
4449         * sysdeps/unix/clock_settime.c: Likewise.
4450         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
4451         * sysdeps/unix/clock_nanosleep.c: Likewise.
4452         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
4453         * rt/clock-compat.c: New file.
4454         * rt/Makefile (librt-routines): Add clock-compat and move
4455         $(clock-routines) to ...
4456         (routines): ... here, new variable.
4457         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
4458         Don't add get_clockfreq here.
4459         * rt/Versions (libc: GLIBC_2.17): New version set.
4460         Add clock_* symbols here.
4461         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
4462         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
4463         (GLIBC_2.17): Add clock_* symbols.
4464         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
4465         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
4466         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
4467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4468         Likewise.
4469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4470         Likewise.
4471         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
4472         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
4473         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
4474         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
4475         * NEWS: Mention the move.
4477         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
4478         Use __open, __read, __close rather than their public counterparts.
4479         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
4480         (__get_clockfreq_via_cpuinfo): Likewise.
4481         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
4482         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
4484         * config.h.in (HAVE_IFUNC): New #undef.
4485         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
4486         was successful.
4487         * configure: Regenerated.
4489 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
4491         * configure.in: Move READELF check to start of file.
4492         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
4493         libc_cv_asm_gnu_indirect_function in the process.
4494         * configure: Regenerated.
4496 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
4498         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
4499         send the output to /dev/null.
4500         (libc_cv_cc_with_libunwind): Likewise.
4501         (libc_cv_as_noexecstack): Likewise.
4502         * configure: Regenerate.
4504 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
4506         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
4508         * posix/globtest.sh (TMPDIR): Do not set.
4509         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
4510         (testout): Likewise.
4512 2012-10-24  Andreas Jaeger  <aj@suse.de>
4514         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
4515         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
4516         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
4517         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
4518         posix_fadvise64, posix_fallocate64.
4520         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
4521         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
4522         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
4523         Likewise.
4524         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
4525         Likewise.
4526         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
4528         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
4529         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
4530         <bits/fcntl-linux.h>.
4531         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
4533         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
4534         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
4535         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
4536         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
4537         [__WORDSIZE != 64]: Likewise.
4539 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
4541         * Makeconfig (run-built-tests): New variable.
4542         * Rules [$(cross-compiling) = yes]: Change condition to
4543         [$(run-built-tests) = no].
4544         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
4545         to [$(run-built-tests) = yes].
4546         * elf/Makefile [$(cross-compiling) = no]: Likewise
4547         * grp/Makefile [$(cross-compiling) = no]: Likewise.
4548         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
4549         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
4550         * intl/Makefile [$(cross-compiling) = no]: Likewise.
4551         * io/Makefile [$(cross-compiling) = no]: Likewise.
4552         * libio/Makefile [$(cross-compiling) = no]: Likewise.
4553         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
4554         * misc/Makefile [$(cross-compiling) = no]: Likewise.
4555         * posix/Makefile [$(cross-compiling) = no]: Likewise.
4556         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
4557         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
4558         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
4559         * string/Makefile [$(cross-compiling) = no]: Likewise.
4561         * posix/Makefile ($(objpfx)globtest.out): Pass
4562         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
4563         $(rtld-installed-name).
4564         * posix/globtest.sh (elf_objpfx): Remove variable.
4565         (rtld_installed_name): Likewise.
4566         (library_path): Likewise.
4567         (run_program_prefix): New variable.  Use for running globtest
4568         binary.
4570 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
4571             Joseph Myers  <joseph@codesourcery.com>
4573         * Makeconfig (host-built-program-cmd): New variable.
4574         * elf/Makefile (tst-stackguard1-ARGS): Use
4575         $(host-built-program-cmd).
4576         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
4577         (tst-spawn-ARGS): Likewise.
4578         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
4580 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
4581             Jim Blandy  <jimb@codesourcery.com>
4583         * Makeconfig (run-via-rtld-prefix): New variable.
4584         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
4585         (built-program-cmd): Likewise.
4587 2012-10-22  Andreas Jaeger  <aj@suse.de>
4589         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
4590         __O_RSYNC if it exists, otherwise to O_SYNC.
4592 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
4593             Joseph Myers  <joseph@codesourcery.com>
4595         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
4596         /dev/null.
4597         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
4598         from /dev/null
4599         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
4600         /dev/null.
4602 2012-10-22  Andreas Jaeger  <aj@suse.de>
4604         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
4605         Define always.
4606         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
4608         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
4609         bits/fcntl-linux.h.
4611         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
4612         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
4614         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
4615         to __O_LARGEFILE.
4616         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
4617         to __O_LARGEFILE.
4619 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
4620             Joseph Myers  <joseph@codesourcery.com>
4622         * config.make.in (NM): New variable.
4624 2012-10-21  Andreas Jaeger  <aj@suse.de>
4626         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
4627         definitions and declarations that are provided by
4628         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
4630 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
4632         [BZ #14683]
4633         * elf/Makefile (tests-static): Add tst-leaks1-static.
4634         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
4635         ($(objpfx)tst-leaks1-static): New rule.
4636         ($(objpfx)tst-leaks1-static-mem): Likewise.
4637         (tst-leaks1-static-ENV): New macro.
4638         * elf/dl-open.c (dl_open_worker): Check the main application
4639         only if SHARED is defined.
4640         * elf/tst-leaks1-static.c: New file.
4642 2012-10-20  Andreas Jaeger  <aj@suse.de>
4644         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
4645         generic values for Linux.
4646         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
4647         and declarations that are provided by <bits/fcntl-linux.h> and
4648         include <bits/fcntl-linux.h>.
4649         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4650         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4652 2012-10-20  Roland McGrath  <roland@hack.frob.com>
4654         * io/fcntl.h: Move include of <bits/types.h> to the top and
4655         include it unconditionally.
4657 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
4659         * wcsmbs/Makefile (tests-ifunc): New variable.
4660         (tests): Add $(tests-ifunc).
4661         * wcsmbs/test-wcschr-ifunc.c: New file.
4662         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4663         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4664         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4665         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4666         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4668         * string/Makefile (tests-ifunc): New variable.
4669         (tests): Add $(tests-ifunc).
4670         * string/test-memccpy.c (TEST_NAME): New macro.
4671         * string/test-memchr.c (TEST_NAME): Likewise.
4672         * string/test-memcmp.c (TEST_NAME): Likewise.
4673         * string/test-memcpy.c (TEST_NAME): Likewise.
4674         * string/test-memmem.c (TEST_NAME): Likewise.
4675         * string/test-memmove.c (TEST_NAME): Likewise.
4676         * string/test-memset.c (TEST_NAME): Likewise.
4677         * string/test-rawmemchr.c (TEST_NAME): Likewise.
4678         * string/test-stpcpy.c (TEST_NAME): Likewise.
4679         * string/test-stpncpy.c (TEST_NAME): Likewise.
4680         * string/test-strcasecmp.c (TEST_NAME): Likewise.
4681         * string/test-strcasestr.c (TEST_NAME): Likewise.
4682         * string/test-strcat.c (TEST_NAME): Likewise.
4683         * string/test-strchr.c (TEST_NAME): Likewise.
4684         * string/test-strcmp.c(TEST_NAME): Likewise.
4685         * string/test-strcpy.c (TEST_NAME): Likewise.
4686         * string/test-strcspn.c (TEST_NAME): Likewise.
4687         * string/test-strlen.c (TEST_NAME): Likewise.
4688         * string/test-strncasecmp.c (TEST_NAME): Likewise.
4689         * string/test-strncmp.c (TEST_NAME): Likewise.
4690         * string/test-strncpy.c (TEST_NAME): Likewise.
4691         * string/test-strnlen.c (TEST_NAME): Likewise.
4692         * string/test-strpbrk.c (TEST_NAME): Likewise.
4693         * string/test-strrchr.c (TEST_NAME): Likewise.
4694         * string/test-strspn.c (TEST_NAME): Likewise.
4695         * string/test-strstr.c (TEST_NAME): Likewise.
4696         * string/test-bcopy-ifunc.c: New file.
4697         * string/test-bzero-ifunc.c: Likewise.
4698         * string/test-memccpy-ifunc.c: Likewise.
4699         * string/test-memchr-ifunc.c: Likewise.
4700         * string/test-memcmp-ifunc.c: Likewise.
4701         * string/test-memcpy-ifunc.c: Likewise.
4702         * string/test-memmem-ifunc.c: Likewise.
4703         * string/test-memmove-ifunc.c: Likewise.
4704         * string/test-mempcpy-ifunc.c: Likewise.
4705         * string/test-memset-ifunc.c: Likewise.
4706         * string/test-rawmemchr-ifunc.c: Likewise.
4707         * string/test-stpcpy-ifunc.c: Likewise.
4708         * string/test-stpncpy-ifunc.c: Likewise.
4709         * string/test-strcasecmp-ifunc.c: Likewise.
4710         * string/test-strcasestr-ifunc.c: Likewise.
4711         * string/test-strcat-ifunc.c: Likewise.
4712         * string/test-strchr-ifunc.c: Likewise.
4713         * string/test-strchrnul-ifunc.c: Likewise.
4714         * string/test-strcmp-ifunc.c: Likewise.
4715         * string/test-strcpy-ifunc.c: Likewise.
4716         * string/test-strcspn-ifunc.c: Likewise.
4717         * string/test-strlen-ifunc.c: Likewise.
4718         * string/test-strncasecmp-ifunc.c: Likewise.
4719         * string/test-strncat-ifunc.c: Likewise.
4720         * string/test-strncmp-ifunc.c: Likewise.
4721         * string/test-strncpy-ifunc.c: Likewise.
4722         * string/test-strnlen-ifunc.c: Likewise.
4723         * string/test-strpbrk-ifunc.c: Likewise.
4724         * string/test-strrchr-ifunc.c: Likewise.
4725         * string/test-strspn-ifunc.c: Likewise.
4726         * string/test-strstr-ifunc.c: Likewise.
4728         * debug/Makefile (tests-ifunc): New variable.
4729         (tests): Add $(tests-ifunc).
4730         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
4731         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
4732         * debug/test-stpcpy_chk-ifunc.c: New file.
4733         * debug/test-strcpy_chk-ifunc.c: Likewise.
4735 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
4737         [BZ #13601]
4738         * elf/dl-load.c (open_verify): Retry read if the entire ELF
4739         header is not read in.
4741 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
4743         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
4744         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
4745         directly.  Pass built executable to script as
4746         $(built-program-cmd).
4747         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
4748         $testprogram without using LD_LIBRARY_PATH and $ldso.
4750         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
4751         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
4752         $(rtld-installed-name).
4753         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
4754         (rtld_installed_name): Likewise.
4755         (library_path): Likewise.
4756         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
4757         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
4758         $(run-program-prefix) to tst-tables.sh.
4759         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
4760         it to run tst-table-from and tst-table-to.
4761         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
4762         Pass it to tst-table.sh.
4763         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
4764         $(run-program-prefix) to tst-gettext.sh.
4765         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
4766         tst-translit.sh.
4767         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
4768         tst-gettext2.sh.
4769         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
4770         to run tst-gettext.
4771         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
4772         to run tst-gettext2.
4773         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
4774         to run tst-translit.
4775         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
4776         $(run-program-prefix) to tst-mtrace.sh.
4777         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
4778         to run tst-mtrace.
4779         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
4780         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
4781         $(rtld-installed-name).
4782         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
4783         (rtld_installed_name): Likewise.
4784         (run_program_prefix): New variable.  Use it to run wordexp-test.
4786         * Makeconfig (ARCH): Remove all definitions.
4787         (machine): Likewise.
4788         [ARCH]: Remove conditional code.
4789         [!objdir]: Give error.
4790         [!objdir] (objpfx): Remove.
4791         [!objdir] (common-objpfx): Likewise.
4792         [!objdir] (common-objdir): Likewise.
4793         * configure.in (config_makefile): Remove.  Hardcode Makefile in
4794         AC_CONFIG_FILES call.
4795         * configure: Regenerated.
4797         [BZ #13888]
4798         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
4799         or TMPDIR.
4800         (testout): Likewise.
4802         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
4803         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
4804         $(rtld-installed-name).
4805         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
4806         (rtld_installed_name): Likwise.
4807         (runit): Remove function.
4808         (run_getconf): New variable,  Use it for running getconf binary.
4810 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
4812         [BZ #14716]
4813         * string/test-memmem.c (check_result): New function.
4814         (do_one_test): Use it.
4815         (check1): New function.
4816         (test_main): Use it.
4818 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
4820         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
4822 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
4824         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
4825         (_G_LSEEK64): Likewise.
4826         (_G_MMAP64): Likewise.
4827         (_G_FSTAT64): Likewise.
4828         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
4829         (_G_LSEEK64): Likewise.
4830         (_G_MMAP64): Likewise.
4831         (_G_FSTAT64): Likewise.
4832         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
4833         unconditional.  Call __mmap64 directly.
4834         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
4835         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
4836         __lseek64 directly.
4837         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
4838         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
4839         __mmap64 directly.
4840         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
4841         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
4842         __lseek64 directly.
4843         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
4844         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
4845         __lseek64 directly.
4846         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
4847         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
4848         __lseek64 directly.
4849         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
4850         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
4851         __fxstat64 directly.
4852         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
4853         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
4854         unconditional.
4855         (freopen64) [!_G_OPEN64]: Remove conditional code.
4856         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
4857         unconditional.
4858         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
4859         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
4860         unconditional.
4861         (ftello64) [!_G_LSEEK64]: Remove conditional code.
4862         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
4863         unconditional.
4864         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
4865         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
4866         unconditional.
4867         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
4868         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
4869         unconditional.
4870         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
4871         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
4872         unconditional.
4873         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
4874         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
4875         unconditional.
4876         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
4878 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
4880         [BZ #12140]
4881         * manual/memory.texi (Malloc Tunable Parameters): Add note
4882         about free list pointers overwriting some perturb bytes.
4883         Wording suggested by Roland McGrath.
4885 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
4887         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
4888         (lgamma_test): Likewise.
4889         (tgamma_test): Likewise.
4891 2012-10-16  Florian Weimer  <fweimer@redhat.com>
4893         [BZ #14700]
4894         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
4895         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
4897 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
4899         * NEWS: Mention BZ #14716.
4900         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
4901         when removing AVAILABLE1_USES_J macro.
4903 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
4905         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
4906         (__bswap_64): __uint64_t for unsigned 64-bit int.
4908 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
4910         * include/string.h (memmem): Declare libc hidden alias.
4911         * string/memmem.c (memmem): Define libc hidden alias.
4912         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
4913         __read, __close instead of open, read, close.
4915 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4917         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
4918         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
4919         global and hidden.
4920         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
4921         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
4922         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
4923         Likewise.
4924         (__rawmemchr_sse2): Likewise.
4925         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
4926         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
4927         (__strchr_sse2): Likewise.
4928         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
4929         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
4930         (__strcasecmp_sse2): Likewise.
4931         (__strncasecmp_sse2): Likewise.
4932         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
4933         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
4934         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
4935         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
4936         (__strrchr_sse2): Likewise.
4937         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
4938         ifunc-impl-list.c.
4939         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4940         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4941         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4942         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
4943         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4944         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4945         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4946         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4947         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
4948         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
4949         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
4950         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
4951         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
4952         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4953         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4954         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4955         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4956         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4957         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
4958         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
4959         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
4960         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
4961         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
4962         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
4963         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
4964         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
4965         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4966         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
4967         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4968         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4970         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
4971         global and hidden.
4972         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
4973         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
4974         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
4975         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
4976         Likewise.
4977         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
4978         Likewise.
4979         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
4980         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
4981         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
4982         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
4983         ifunc-impl-list.c.
4984         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4985         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4986         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4987         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4988         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4989         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4990         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4991         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4992         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4993         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4994         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4995         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4996         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4997         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
4998         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
4999         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
5000         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
5001         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
5002         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5003         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5004         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5005         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5006         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5007         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5008         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
5009         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
5010         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
5011         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
5012         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
5013         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5014         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
5015         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5016         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5017         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
5018         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5019         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5020         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5021         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5022         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5023         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5024         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
5026         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
5027         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
5028         * include/ifunc-impl-list.h: New file.
5029         * misc/ifunc-impl-list.c: Likewise.
5030         * misc/Makefile (routines): Add ifunc-impl-list.
5031         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
5032         * string/test-string.h: Include <ifunc-impl-list.h>.
5033         [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
5034         impl_array): New variables.
5035         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
5036         are defined.
5037         (test_init): Call __libc_ifunc_impl_list to initialize
5038         func_list if TEST_IFUNC and TEST_NAME are defined.
5040         * string/Makefile (strop-tests): Add bcopy and bzero.
5041         * string/test-bcopy.c: New file.
5042         * string/test-bzero.c: Likewise.
5043         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
5044         defined.
5045         * string/test-memset.c: Support bzero test if TEST_BZERO is
5046         defined.
5047         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
5048         __libc_memmove.
5049         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
5050         __libc_memset.
5051         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
5052         of memset.
5054 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
5056         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
5057         * configure: Regenerated.
5059         * Makeconfig (+link-static-before-libc): Don't include
5060         $(link-static-libc).
5062         * libio/libio.h (_IO_pos_t): Remove.
5064 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
5066         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
5067         McGrath.
5069 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
5071         * crypt/crypt-entry.c: Include fips-private.h.
5072         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
5073         * crypt/md5c-test.c (main): Tolerate disabled MD5.
5074         * sysdeps/unix/sysv/linux/fips-private.h: New file.
5075         * sysdeps/generic/fips-private.h: New file, dummy fallback.
5077 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
5079         * crypt/crypt-private.h: Include stdbool.h.
5080         (_ufc_setup_salt_r): Return bool.
5081         * crypt/crypt-entry.c: Include errno.h.
5082         (__crypt_r): Return NULL with EINVAL for bad salt.
5083         * crypt/crypt_util.c (bad_for_salt): New.
5084         (_ufc_setup_salt_r): Check that salt is long enough and within
5085         the specified alphabet.
5086         * crypt/badsalttest.c: New file.
5087         * crypt/Makefile (tests): Add it.
5088         ($(objpfx)badsalttest): New.
5090 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
5092         * NEWS: Add entry for BZ #14602.
5094 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
5096         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
5097         type-generic.
5098         * math/libm-test.inc: Update comment listing what functions and
5099         macros are tested.
5100         (isgreater_test): New function.
5101         (isgreaterequal_test): Likewise.
5102         (isless_test): Likewise.
5103         (islessequal_test): Likewise.
5104         (islessgreater_test): Likewise.
5105         (isunordered_test): Likewise.
5106         (main): Call the new functions.
5108 2012-10-09  Roland McGrath  <roland@hack.frob.com>
5110         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
5111         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
5112         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
5113         * sysdeps/i386/configure: Regenerated.
5114         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
5115         * sysdeps/mach/configure: Regenerated.
5116         * sysdeps/mach/hurd/configure: Regenerated.
5117         * sysdeps/powerpc/configure: Regenerated.
5118         * sysdeps/powerpc/powerpc32/configure: Regenerated.
5119         * sysdeps/powerpc/powerpc64/configure: Regenerated.
5120         * sysdeps/s390/s390-32/configure: Regenerated.
5121         * sysdeps/s390/s390-64/configure: Regenerated.
5122         * sysdeps/sh/configure: Regenerated.
5123         * sysdeps/sparc/configure: Regenerated.
5124         * sysdeps/unix/sysv/linux/configure: Regenerated.
5125         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
5126         * sysdeps/x86_64/configure: Regenerated.
5128         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
5129         defined.  Don't check if MAP is NULL.
5131 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
5133         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
5134         (_G_stat64): Likewise.
5135         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
5136         (_G_stat64): Likewise.
5137         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
5138         instead of struct _G_stat64.
5139         * libio/fileops.c (mmap_remap_check): Likewise.
5140         (decide_maybe_mmap): Likewise.
5141         (_IO_new_file_seekoff): Likewise.
5142         (_IO_file_stat): Likewise.
5143         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
5144         _G_off64_t.
5145         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
5146         instead of struct _G_stat64.
5147         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
5149 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
5151         [BZ #14602]
5152         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
5153         Replace with ...
5154         (CHECK_EOL): New macro.
5155         (two_way_short_needle): Check beginning of haystack for EOL.  Use
5156         CHECK_EOL.
5157         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
5158         Replace with CHECK_EOL.
5159         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
5160         Replace with CHECK_EOL.
5162 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
5164         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
5165         type-generic.
5166         * math/libm-test.inc: Update comment listing what functions and
5167         macros are tested.
5168         (finite_test): New function.
5169         (isinf_test): Likewise.
5170         (isnan_test): Likewise.
5171         (fpclassify_test): Test subnormal input.
5172         (isfinite_test): Likewise.
5173         (isnormal_test): Likewise.
5174         (main): Call the new functions.
5176 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
5178         [BZ #14660]
5179         * Makerules (%.dynsym): Force C locale when running
5180         $(OBJDUMP) --dynamic-syms.
5182 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
5184         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
5185         <stdint.h>.
5187 2012-10-06  David S. Miller  <davem@davemloft.net>
5189         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
5190         upper 32-bits of the length value in %o2 since we use branch-on-register
5191         tests which consider the entire 64-bit register.
5193 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
5195         * string/test-strstr.c (check2): Add a test for page boundary.
5197 2012-10-05  David S. Miller  <davem@davemloft.net>
5199         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
5200         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
5201         file.
5202         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
5203         sysdep_routines.
5204         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
5205         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
5206         and bzero when HWCAP_SPARC_CRYPTO is present.
5208 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
5210         [BZ #14602]
5211         * string/test-strstr.c (check2): New function.
5212         (test_main): Call check2.
5214         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
5215         and bug-strchr1.
5216         * string/bug-strcasestr1.c (do_test): Moved to ...
5217         * string/test-strcasestr.c (check1): Here.  New function.
5218         (do_one_test): Break out result checking code into ...
5219         (check_result): This.  New function.
5220         (do_one_test): Call check_result.
5221         (test_main): Call check1.
5222         * string/bug-strchr1.c (do_test): Moved to ...
5223         * string/test-strchr.c (check1): Here.  New function.
5224         (do_one_test): Break out result checking code into ...
5225         (check_result): This.  New function.
5226         (do_one_test): Call check_result.
5227         (test_main): Call check1.
5228         * string/bug-strstr1.c (main): Moved to ...
5229         * string/test-strstr.c (check1): Here.  New function.
5230         (do_one_test): Break out result checking code into ...
5231         (check_result): This.  New function.
5232         (do_one_test): Call check_result.
5233         (test_main): Call check1.
5234         * string/bug-strcasestr1.c: Removed.
5235         * string/bug-strchr1.c: Likewise.
5236         * string/bug-strstr1.c: Likewise.
5238         * elf/Makefile (dl-routines): Add hwcaps.
5239         * elf/dl-support.c (_dl_important_hwcaps): Removed.
5240         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
5241         (_dl_important_hwcaps): Moved to ...
5242         * elf/dl-hwcaps.c: Here.  New file.
5243         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
5245         [BZ #14557]
5246         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
5247         if IS_IN_rtld isn't defined.
5249         * elf/dl-support.c (_dl_sysinfo_map): New.
5250         Include "get-dynamic-info.h" and "setup-vdso.h".
5251         (_dl_non_dynamic_init): Call setup_vdso.
5252         * elf/dynamic-link.h: Don't include <assert.h>.
5253         (elf_get_dynamic_info): Moved to ...
5254         * elf/get-dynamic-info.h: Here.  New file.
5255         * elf/dynamic-link.h: Include "get-dynamic-info.h".
5256         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
5257         * elf/setup-vdso.h: Here.  New file.
5258         * elf/rtld.c: Include "setup-vdso.h".
5259         (dl_main): Call setup_vdso.
5261 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
5263         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
5264         creal in comment listing functions tested.  List finite, isinf,
5265         isnan, isless, islessequal, isgreater, isgreaterequal,
5266         islessgreater, isunordered, lgamma_r and pow10 as functions and
5267         macros not tested.  Mention which functions not tested are aliases
5268         for other functions.  Fix typo.  Note that signs of NaNs are not
5269         tested.
5271         * scripts/config.guess: Update from config.git.
5272         * scripts/config.sub: Likewise.
5274 2012-10-04  Roland McGrath  <roland@hack.frob.com>
5276         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
5277         * misc/madvise.c (madvise): Renamed to __madvise.
5278         Make madvise a weak alias.
5279         * include/sys/mman.h: Declare __madvise.
5280         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
5281         * sysdeps/unix/syscalls.list
5282         (madvise): Make __madvise the strong name, and madvise a weak alias.
5283         * sysdeps/unix/sysv/linux/syscalls.list
5284         (madvise, mmap): Remove redundant entries.
5285         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
5286         * malloc/malloc.c (mtrim): Likewise.
5287         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
5289 2012-10-03  Roland McGrath  <roland@hack.frob.com>
5291         * sysdeps/mach/hurd/dl-cache.c: File removed.
5292         * config.h.in (USE_LDCONFIG): New #undef.
5293         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
5294         * configure: Regenerated.
5295         * elf/Makefile (dl-routines): Add dl-cache only under
5296         [$(use-ldconfig) = yes].
5297         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
5298         cache on [USE_LDCONFIG].
5299         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
5300         [USE_LDCONFIG].
5301         * elf/rtld.c (dl_main): Likewise.
5303 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
5305         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
5306         _SC_LEVEL4_CACHE_LINESIZE.
5308 2012-10-03  Roland McGrath  <roland@hack.frob.com>
5310         * sysdeps/unix/bsd/confstr.h: File removed.
5312 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
5314         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
5315         sys/sdt-config.h.
5317 2012-10-02  Roland McGrath  <roland@hack.frob.com>
5319         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
5320         Make 'mapoff' field ElfW(Off) rather than off_t.
5322 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5324         * nscd/Makefile: Remove nscd-cflags and all its users.
5325         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
5326         (CFLAGS-nonlib): Add compiler flags for nscd modules.
5328         [BZ #10631]
5329         * malloc.c (malloc_printerr): Clarify error message.
5331 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
5333         [BZ #14648]
5334         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5335         Set bit_FMA_Usable if FMA is supported.
5336         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
5337         macro.
5338         (bit_FMA4_Usable): Updated.
5339         (index_FMA_Usable): New macro.
5340         (CPUID_FMA): Likewise
5341         (HAS_FMA): Defined with bit_FMA_Usable.
5343 2012-10-01  Roland McGrath  <roland@hack.frob.com>
5345         * bits/types.h (__swblk_t): Type removed.
5346         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
5347         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
5348         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5349         (__SWBLK_T_TYPE): Likewise.
5350         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
5351         (__SWBLK_T_TYPE): Likewise.
5352         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5353         (__SWBLK_T_TYPE): Likewise.
5354         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5355         (__SWBLK_T_TYPE): Likewise.
5357 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
5358             Honza Horak <hhorak@redhat.com>
5360         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
5361         (xdr_mapname): Use YPMAXMAP as maxsize.
5362         (xdr_peername): Use YPMAXPEER as maxsize.
5363         (xdr_keydat): Use YPAXRECORD as maxsize.
5364         (xdr_valdat): Use YPMAXRECORD as maxsize.
5366 2012-10-01  Roland McGrath  <roland@hack.frob.com>
5368         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
5370         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
5371         * csu/init-first.c: ... here.
5372         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
5373         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
5374         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
5375         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
5376         * sysdeps/i386/init-first.c: File removed.
5377         * sysdeps/sh/init-first.c: File removed.
5379 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
5381         [BZ #14645]
5382         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
5383         if x * y might underflow to zero and z is zero.
5384         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5385         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5386         * math/libm-test.inc (min_subnorm_value): New variable.
5387         (fma_test): Add more tests.
5388         (fma_test_towardzero): Likewise.
5389         (fma_test_downward): Likewise
5390         (fma_test_upward): Likewise.
5391         (initialize): Set min_subnorm_value.
5393 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
5395         [BZ #14638]
5396         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
5397         0 + 0.
5398         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
5399         mode for addition resulting in exact zero.
5400         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
5401         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
5402         exact 0 + 0.
5403         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5404         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5405         * math/libm-test.inc (fma_test): Add more tests.
5406         (fma_test_towardzero): New function.
5407         (fma_test_downward): Likewise.
5408         (fma_test_upward): Likewise.
5409         (main): Call the new functions.
5411 2012-09-28  David S. Miller  <davem@davemloft.net>
5413         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
5415 2012-09-28  Roland McGrath  <roland@hack.frob.com>
5417         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
5418         instead of SIGALRM.
5420         * sysdeps/gnu/_G_config.h: Moved to ...
5421         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
5422         * sysdeps/mach/hurd/_G_config.h: Moved to ...
5423         * sysdeps/generic/_G_config.h: ... here.
5425         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
5427         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
5429         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
5430         Conditionalize target on [libnss_test1.so-version].
5432         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
5434         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
5435         (elfobjdir): Move out of conditionals.
5437         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
5438         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
5439         (__nss_lookup_function): Conditionalize label remove_from_tree on
5440         [!DO_STATIC_NSS || SHARED], matching its only use.
5442 2012-09-28  David S. Miller  <davem@davemloft.net>
5444         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
5445         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
5446         file.
5447         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
5448         sysdep_routines.
5449         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
5450         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
5451         when HWCAP_SPARC_CRYPTO is present.
5453 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
5455         * io/tst-mknodat.c: Create a FIFO instead of a socket.
5457 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
5459         [BZ #6530]
5460         * stdio-common/vfprintf.c (process_string_arg): Revert
5461         2000-07-22 change.
5463 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
5465         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
5466         for testcase.
5467         * stdio-common/tst-sprintf.c: Include <locale.h>
5468         (main): Test sprintf's handling of incomplete multibyte
5469         characters.
5471 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
5473         * elf/dl-runtime.c (VERSYMIDX): Removed.
5474         * elf/dl-version.c (VERSYMIDX): Likewise.
5475         * elf/do-rel.h (VERSYMIDX): Likewise.
5476         (VALIDX): Likewise.
5477         * elf/dynamic-link.h (VERSYMIDX): Likewise.
5478         * elf/rtld.c (VALIDX): Likewise.
5479         (ADDRIDX): Likewise.
5480         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
5481         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
5482         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
5483         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
5484         (VALIDX): Likewise.
5485         (ADDRIDX): Likewise.
5487 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
5489         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
5491 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
5493         [BZ #11438]
5494         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
5495         to global scope.
5496         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
5497         addresses are in the same scope as 192.0.2/24.
5498         * posix/gai.conf: Document new scope table defaults.
5500 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5502         [BZ #5298]
5503         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
5504         for ftell.  Compute offsets from write pointers instead.
5505         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
5507 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5509         [BZ #14543]
5510         * libio/Makefile (tests): New test case tst-fseek.
5511         * libio/tst-fseek.c: New test case to verify that fseek/ftell
5512         combination works in wide mode.
5513         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
5514         state when the external buffer state changes.
5516 2012-09-27  David S. Miller  <davem@davemloft.net>
5518         [BZ #14376]
5519         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
5520         pass reloc->r_addend in as the 'high' argument to
5521         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
5523         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5525 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
5527         * rt/tst-aio2.c: Include <pthread.h>.
5528         * rt/tst-aio3.c: Likewise.
5530 2012-09-27  Steve Ellcey  <sellcey@mips.com>
5532         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
5534 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
5536         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
5537         contents on [SHARED].
5539 2012-09-26  Marek Polacek  <polacek@redhat.com>
5541         [BZ #14530]
5542         [BZ #13741]
5543         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
5544         for C++ and GCC <4.3 as well as for non GCC compilers.
5546 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
5548         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5550 2012-09-25  Roland McGrath  <roland@hack.frob.com>
5552         * Makefile.in (all, install): Declare with .PHONY.
5553         Reported by Michael Hope <michael.hope@linaro.org>.
5555 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5557         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
5558         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
5559         system header.
5560         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
5561         Likewise.
5562         (sydep_routines): Add the new and the internal functions.
5563         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
5564         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
5565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
5566         (GLIBC_2.17): Add the new function.
5567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
5568         (GLIBC_2.17): Likewise.
5569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
5570         (GLIBC_2.17): Likewise.
5571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
5572         (GLIBC_2.17): Likewise.
5573         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
5575 2012-09-25  Alan Modra  <amodra@gmail.com>
5577         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
5578         Add release barrier before setting once_control to say
5579         initialisation is done.  Add hints on lwarx.  Use macro in
5580         place of isync.
5581         (clear_once_control): Add release barrier.
5583 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
5585         [BZ #13629]
5586         * math/s_clog.c (__clog): Handle more values close to |z| = 1
5587         specially.
5588         * math/s_clog10.c (__clog10): Likewise.
5589         * math/s_clog10f.c (__clog10f): Likewise.
5590         * math/s_clog10l.c (__clog10l): Likewise.
5591         * math/s_clogf.c (__clogf): Likewise.
5592         * math/s_clogl.c (__clogl): Likewise.
5593         * math/Makefile (libm-calls): Add x2y2m1.
5594         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
5595         (__x2y2m1): Likewise.
5596         (__x2y2m1l): Likewise.
5597         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
5598         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
5599         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
5600         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
5601         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
5602         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
5603         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
5604         * sysdeps/i386/fpu/libm-test-ulps: Update.
5605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5607         [BZ #14621]
5608         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
5609         int as type of variable DEPTH.
5610         (glob): Use size_t instead of int as type of variables NEWCOUNT
5611         and OLD_PATHC.
5613 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5615         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
5616         Add s_sincosf-sse2.
5617         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
5618         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
5619         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
5620         macros for using routine as __sincosf_ia32.
5621         Use macro for function declaration and weak_alias.
5622         * sysdeps/i386/fpu/libm-test-ulps: Update.
5624         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
5625         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5627         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
5628         subnormal argument.
5629         * math/s_cexpf.c (__cexpf): Likewise.
5630         * math/s_csinf.c (__csinf): Likewise.
5631         * math/s_csinhf.c (__csinhf): Likewise.
5632         * math/s_ctanf.c (__ctanf): Likewise.
5633         * math/s_ctanhf.c (__ctanhf): Likewise.
5634         * math/s_ccosh.c (__ccoshf): Likewise.
5635         * math/s_cexp.c (__cexpl): Likewise.
5636         * math/s_csin.c (__csin): Likewise.
5637         * math/s_csinh.c (__csinh): Likewise.
5638         * math/s_ctan.c (__ctan): Likewise.
5639         * math/s_ctanh.c (ctanh): Likewise.
5640         * math/s_ccoshl.c (__ccoshl): Likewise.
5641         * math/s_cexpl.c (__cexpl): Likewise.
5642         * math/s_csinl.c (__csinl): Likewise.
5643         * math/s_csinhl.c (__csinhl): Likewise.
5644         * math/s_ctanl.c (__ctanl): Likewise.
5645         * math/s_ctanhl.c (__ctanhl): Likewise.
5647 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
5649         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
5650         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
5651         (_IO_off_t): Define to __off_t, not _G_off_t.
5652         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
5653         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
5654         (_IO_wint_t): Define to wint_t, not _G_wint_t.
5655         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
5656         type of __dummy and __dummy2 fields.
5657         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
5658         (_G_ssize_t): Likewise.
5659         (_G_off_t): Likewise.
5660         (_G_pid_t): Likewise.
5661         (_G_uid_t): Likewise.
5662         (_G_wchar_t): Likewise.
5663         (_G_wint_t): Likewise.
5664         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
5665         (_G_ssize_t): Likewise.
5666         (_G_off_t): Likewise.
5667         (_G_pid_t): Likewise.
5668         (_G_uid_t): Likewise.
5669         (_G_wchar_t): Likewise.
5670         (_G_wint_t): Likewise.
5671         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
5672         (_G_ssize_t): Likewise.
5673         (_G_off_t): Likewise.
5674         (_G_pid_t): Likewise.
5675         (_G_uid_t): Likewise.
5676         (_G_wchar_t): Likewise.
5677         (_G_wint_t): Likewise.
5679 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
5681         * malloc/arena.c: Include malloc-sysdep.h.
5682         (shrink_heap): Use check_may_shrink_heap to decide if madvise
5683         is sufficient to shrink the heap or an unmap is needed.
5684         * sysdeps/generic/malloc-sysdep.h: New file.  Define
5685         new function check_may_shrink_heap.
5686         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
5687         new function check_may_shrink_heap.
5689 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
5691         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
5692         comments.
5694 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
5696         * catgets/test-gencat.sh: Add "set -e".
5697         * elf/tst-pathopt.sh: Likewise.
5698         * grp/tst_fgetgrent.sh: Likewise.
5699         * iconvdata/run-iconv-test.sh: Likewise.
5700         * intl/tst-gettext.sh: Likewise.
5701         * intl/tst-gettext2.sh: Likewise.
5702         * intl/tst-gettext4.sh: Likewise.
5703         * intl/tst-gettext6.sh: Likewise.
5704         * intl/tst-translit.sh: Likewise.
5705         * io/ftwtest-sh: Likewise.
5706         * libio/test-freopen.sh: Likewise.
5707         * malloc/tst-mtrace.sh: Likewise.
5708         * posix/globtest.sh: Likewise.
5709         * posix/tst-getconf.sh: Likewise.
5710         * posix/wordexp-tst.sh: Likewise.
5711         * stdio-common/tst-printf.sh: Likewise.
5712         * stdio-common/tst-unbputc.sh: Likewise.
5713         * stdlib/tst-fmtmsg.sh: Likewise.
5714         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
5715         * catgets/Makefile: Do not specify -e option when running
5716         testsuite shell scripts.
5717         * elf/Makefile: Likewise.
5718         * grp/Makefile: Likewise.
5719         * iconvdata/Makefile: Likewise.
5720         * intl/Makefile: Likewise.
5721         * io/Makefile: Likewise.
5722         * libio/Makefile: Likewise.
5723         * malloc/Makefile: Likewise.
5724         * posix/Makefile: Likewise.
5725         * stdio-common/Makefile: Likewise.
5726         * stdlib/Makefile: Likewise.
5727         * sysdeps/x86_64/Makefile: Likewise.
5729         * io/ftwtest-sh: Add copyright header.
5730         * posix/globtest.sh: Likewise.
5731         * posix/tst-getconf.sh: Likewise.
5732         * posix/wordexp-tst.sh: Likewise.
5733         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
5735 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
5737         [BZ #13679]
5738         * Makeconfig (+link): Defined as $(+link-static) if
5739         $(build-shared) isn't yes.
5740         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
5741         isn't yes.
5742         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
5744         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
5746         [BZ #14562]
5747         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
5748         new chunk size with MALLOC_ALIGN_MASK.
5750 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
5752         [BZ #5044]
5753         * stdio-common/printf_fphex.c: Include <stdbool.h> and
5754         <rounding-mode.h>.
5755         (__printf_fphex): Determine rounding using get_rounding_mode and
5756         round_away.
5757         * stdio-common/tst-printf-round.c (struct hex_test): New
5758         structure.
5759         (hex_tests): New variable.
5760         (test_hex_in_one_mode): New function.
5761         (do_test): Also run tests for hex float output.
5763 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
5765         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
5766         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
5767         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
5768         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
5769         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
5770         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
5771         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
5772         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
5774 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
5776         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
5777         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
5778         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
5779         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
5781 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
5783         [BZ #14579]
5784         * elf/rtld.c (dl_main): Limit the check for self loading to normal
5785         mode only.
5786         * elf/tst-rtld-load-self.sh: New test.
5787         * elf/Makefile: Run it.
5789 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
5791         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
5792         (tst-writev-ENV): Remove.
5793         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
5795 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
5797         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
5799 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
5801         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
5802         unconditional.
5803         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
5804         Likewise.
5805         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
5806         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
5807         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
5808         Likewise.
5810 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5812         [BZ #14587]
5813         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
5814         * config.make.in (have-cpp-asm-debuginfo): Removed.
5815         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
5816         * configure: Regenerated.
5818 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
5820         [BZ #5044]
5821         * stdio-common/printf_fp.c: Include <stdbool.h> and
5822         <rounding-mode.h>.
5823         (___printf_fp): Determine rounding using get_rounding_mode and
5824         round_away.
5825         * stdio-common/tst-printf-round.c: New file.
5826         * stdio-common/Makefile (tests): Add tst-printf-round.
5827         (link-libm): New variable.
5828         ($(objpfx)tst-printf-round): Depend in $(link-libm).
5830 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
5832         [BZ #14576]
5833         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
5834         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
5835         Likewise.
5836         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
5837         Likewise.
5839 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
5841         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
5842         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
5843         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
5844         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
5846 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
5848         [BZ #14518]
5849         * include/rounding-mode.h: New file.
5850         * sysdeps/generic/get-rounding-mode.h: Likewise.
5851         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
5852         * stdlib/strtod_l.c: Include <rounding-mode.h>.
5853         (MAX_VALUE): New macro.
5854         (MIN_VALUE): Likewise.
5855         (overflow_value): New function.
5856         (underflow_value): Likewise.
5857         (round_and_return): Use overflow_value and underflow_value to
5858         determine return values in overflow and underflow cases.  Use
5859         round_away to determine rounding depending on rounding mode.
5860         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
5861         determine return values in overflow and underflow cases.
5862         * stdlib/tst-strtod-round.c: Include <fenv.h>.
5863         (struct test_results): New structure.
5864         (struct test): Use struct test_results to store expected results
5865         for all rounding modes.
5866         (TEST): Include expected results for all rounding modes.
5867         (test_in_one_mode): New function.
5868         (do_test): Use test_in_one_mode to compute and check results.
5869         Check results for all rounding modes.
5870         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
5871         $(link-libm).
5873 2012-12-09  Allan McRae  <allan@archlinux.org>
5875         * sysdeps/i386/fpu/libm-test-ulps: Update
5877 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
5879         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
5880         (_G_int32_t): Likewise.
5881         (_G_uint16_t): Likewise.
5882         (_G_uint32_t): Likewise.
5883         (_G_HAVE_BOOL): Likewise.
5884         (_G_HAVE_ATEXIT): Likewise.
5885         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
5886         (_G_HAVE_IO_FILE_OPEN): Likewise.
5887         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
5888         (_G_int32_t): Likewise.
5889         (_G_uint16_t): Likewise.
5890         (_G_uint32_t): Likewise.
5891         (_G_HAVE_BOOL): Likewise.
5892         (_G_HAVE_ATEXIT): Likewise.
5893         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
5894         (_G_HAVE_IO_FILE_OPEN): Likewise.
5895         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
5896         (_G_int32_t): Likewise.
5897         (_G_uint16_t): Likewise.
5898         (_G_uint32_t): Likewise.
5899         (_G_HAVE_BOOL): Likewise.
5900         (_G_HAVE_ATEXIT): Likewise.
5901         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
5902         (_G_HAVE_IO_FILE_OPEN): Likewise.
5904 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
5906         * csu/libc-tls.c: Update copyright years.
5908 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
5910         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
5911         [!_G_USING_THUNKS]: Remove conditional code.
5912         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
5913         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
5915         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
5916         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
5917         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
5918         (_G_VTABLE_LABEL_PREFIX): Likewise.
5919         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
5920         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
5921         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
5922         (_G_VTABLE_LABEL_PREFIX): Likewise.
5923         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
5924         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
5925         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
5926         (_G_VTABLE_LABEL_PREFIX): Likewise.
5927         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
5929 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
5931         * libio/Makefile: Include ../Makeconfig before tests.
5932         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
5933         only if $(build-shared) is yes.
5935         * iconv/gconv_db.c: Update copyright years.
5937 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5939         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
5940         unwind info if defined PIC. Fix special cases description.
5941         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
5943         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
5944         DP_HI_MASK entry.
5945         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
5947 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
5949         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
5951         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
5952         is NULL.
5954         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
5955         (LDLIBS-tst-chk4): This.
5956         (LDFLAGS-tst-chk5): Renamed to ...
5957         (LDLIBS-tst-chk5): This.
5958         (LDFLAGS-tst-chk6): Renamed to ...
5959         (LDLIBS-tst-chk6): This.
5960         (LDFLAGS-tst-lfschk4): Renamed to ...
5961         (LDLIBS-tst-lfschk4): This.
5962         (LDFLAGS-tst-lfschk5): Renamed to ...
5963         (LDLIBS-tst-lfschk5): This.
5964         (LDFLAGS-tst-lfschk6): Renamed to ...
5965         (LDLIBS-tst-lfschk6): This.
5967         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
5968         on $(common-objpfx)soversions.mk.
5970 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
5972         [BZ #10014]
5973         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
5974         example host name.
5976 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
5978         * malloc/arena.c (arena_get_retry): New function that gets
5979         another arena for the caller to try its request on.
5980         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
5981         current arena cannot fulfill the request.
5982         (__libc_memalign): Likewise.
5983         (__libc_memalign): Likewise.
5984         (__libc_pvalloc): Likewise.
5985         (__libc_calloc): Likewise.
5987 2012-09-05  John Tobey  <john.tobey@gmail.com>
5989         [BZ #13542]
5990         * manual/arith.texi (Operations on Complex): Fix description
5991         of carg branch cut.
5993 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
5995         [BZ #10014]
5996         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
5997         host name.
5999         [BZ #10038]
6000         * manual/memory.texi (Memory): Make order of menu items match
6001         order of sections.
6003 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
6005         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
6006         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
6007         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
6009 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
6011         * csu/libc-tls.c (static_dtv): Renamed to ...
6012         (_dl_static_dtv): This.  Make it global.
6013         (_dl_initial_dtv): Removed.
6014         (__libc_setup_tls): Updated.
6015         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
6016         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
6017         DL_INITIAL_DTV.
6019 2012-09-06  Petr Machata  <pmachata@redhat.com>
6021         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
6022         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
6023         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
6024         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
6026 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
6028         [BZ #14545]
6029         * csu/libc-tls.c (_dl_initial_dtv): New variable.
6030         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
6031         freeing dtv[-1].
6033 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
6035         [BZ #14544]
6036         * Makeconfig (link-static-before-libc): Replace $(+prector)
6037         with $(+prectorT).
6038         (link-static-after-libc): Replace $(+postctor) with
6039         $(+postctorT).
6040         (link-bounded): Replace $(+prector)/$(+postctor) with
6041         $(+prectorT)/$(+postctorT).
6042         (+prectorT): New macro.
6043         (+postctorT): Likewise.
6045 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
6047         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
6048         (round_str): Handle values above the maximum for IBM long double
6049         as inexact.
6050         * stdlib/tst-strtod-round.c (tests): Regenerated.
6052 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6054         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
6055         assembler flag.
6056         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
6057         zarch_nohighgprs around the zarch optimized routines.
6058         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
6059         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
6060         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
6061         for zarch.
6063 2012-09-05  David S. Miller  <davem@davemloft.net>
6065         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6067         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
6068         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
6069         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
6070         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
6071         entries.
6073 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
6075         * malloc/arena.c: Fold copyright years.
6076         * malloc/mcheck.c, malloc/memusage.c: Likewise.
6078 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
6080         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
6082 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
6084         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
6086 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
6088         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
6089         change internal state upon failure.
6091 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
6093         * malloc/mcheck.c (mcheck_check_all): Fix typo.
6094         * malloc/memusage.c (mmap): Likewise.
6095         (mmap64, mremap): Likewise.  Adjust name in comment.
6097 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6099         * libio/fileops.c: Fix typos in comments.
6100         * libio/oldfileops.c: Likewise.
6101         * libio/wfileops.c: Likewise.
6103 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6105         [BZ #1349]
6106         * malloc/Makefile (tests): Add tst-malloc-usable test case.
6107         (tst-malloc-usable-ENV): Set environment for test case.
6108         * malloc/hooks.c (malloc_check_get_size): New function to get
6109         requested size.
6110         * malloc/malloc.c (musable): Use malloc_check_get_size.
6111         * malloc/tst-malloc-usable.c: New test case.
6113 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
6115         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
6117 2012-09-05  Allan McRae  <allan@archlinux.org>
6119         [BZ #13966]
6120         * configure.in (CXX_SYSINCLUDES): Use compiler output to
6121         determine header location.
6122         * configure: Regenerated.
6124 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
6126         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
6127         float format.
6128         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
6129         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
6130         format.
6131         (test): Regenerate.
6133 2012-09-04  David S. Miller  <davem@davemloft.net>
6135         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
6136         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
6137         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
6139 2012-09-04  Florian Weimer  <fweimer@redhat.com>
6141         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
6142         failures.
6144         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
6146 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
6148         [BZ #9914]
6149         * libio/iogetdelim.c: Include <limits.h>.
6150         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
6151         + len + 1 would overflow.
6153 2012-09-03  Andreas Jaeger  <aj@suse.de>
6155         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6156         * sysdeps/i386/fpu/libm-test-ulps: Update.
6158 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
6160         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
6161         Add s_sinf-sse2, s_conf-sse2.
6163         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
6164         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
6165         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
6166         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
6168         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
6169         for using routine as __sinf_ia32.
6170         Use macro for function declaration and weak_alias.
6171         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
6172         for using routine as __cosf_ia32.
6173         Use macro for function declaration and weak_alias.
6175         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
6176         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
6178         * sysdeps/x86_64/fpu/s_sinf.S: New file.
6179         * sysdeps/x86_64/fpu/s_cosf.S: New file.
6180         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6182         * math/libm-test.inc (cos_test): Add more test cases.
6183         (sin_test): Likewise.
6184         (sincos_test): Likewise.
6186 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6188         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
6189         (IFUNC_RESOLVE): Make pointers to the specialized implementations
6190         hidden.
6191         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
6193 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
6195         [BZ #14538]
6196         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
6197         first element of the GOT.
6198         (elf_machine_load_address): Return the difference between
6199         the runtime address of _DYNAMIC and elf_machine_dynamic ().
6201 2012-09-01  Allan McRae  <allan@archlinux.org>
6203         [BZ #13412]
6204         * configure.in (AWK): Require gawk version 3.0 or later.
6205         * configure: Regenerated.
6207 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
6209         * sysdeps/unix/sysv/linux/kernel-features.h
6210         (__ASSUME_POSIX_CPU_TIMERS): Remove.
6211         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
6212         [__NR_clock_getres]: Make code unconditional.
6213         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
6214         (clock_getcpuclockid): Remove code left unreachable by removal of
6215         conditionals.
6216         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
6217         code unconditional.
6218         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
6219         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
6220         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
6221         Make code unconditional.
6222         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
6223         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
6224         * sysdeps/unix/sysv/linux/clock_settime.c
6225         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
6226         conditional code.
6227         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
6228         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
6230 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
6232         [BZ #14476]
6233         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
6234         scripts/test-installation.pl.
6236         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
6237         and $ld_so_version if it is set.
6239 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
6241         [BZ #14516]
6242         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
6243         failure if reading from procfs failed.
6244         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
6246 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
6248         * sysdeps/unix/sysv/linux/kernel-features.h
6249         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
6250         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
6251         Remove conditional code.
6252         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6253         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
6254         Remove conditional code.
6255         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6256         * sysdeps/unix/sysv/linux/i386/fxstat.c
6257         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
6258         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6259         * sysdeps/unix/sysv/linux/i386/fxstatat.c
6260         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
6261         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6262         * sysdeps/unix/sysv/linux/i386/lxstat.c
6263         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
6264         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6265         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
6266         Remove conditional code.
6267         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6268         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
6269         Remove conditional code.
6270         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6271         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
6272         <kernel-features.h>.
6273         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
6274         Remove.
6275         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
6276         Remove conditional code.
6277         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6278         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
6279         Remove conditional.
6281 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
6283         [BZ #5400]
6284         * NEWS: Add fixed bug number.
6286 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
6288         [BZ #14519]
6289         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
6290         underflowing exponent in case of negative sign.
6291         * stdlib/tst-strtod-round-data: Add more tests.
6292         * stdlib/tst-strtod-round.c (tests): Regenerated.
6294         [BZ #3479]
6295         * stdlib/strtod_l.c (NDIG): Remove.
6296         (HEXNDIG): Likewise.
6297         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
6298         smallest representable value.
6299         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
6300         lie within an exact representation of 1/2 ulp of the result.
6301         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
6302         unconditionally.
6303         (TENS_P9_IDX): Define unconditionally.
6304         (TENS_P9_SIZE): Likewise.
6305         (TENS_P10_IDX): Likewise.
6306         (TENS_P10_SIZE): Likewise.
6307         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
6308         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
6309         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
6310         entries for 10^2^13 and 10^2^14.
6311         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
6312         (TENS_P13_IDX): Define.
6313         (TENS_P13_SIZE): Likewise.
6314         (TENS_P14_IDX): Likewise.
6315         (TENS_P14_SIZE): Likewise.
6316         (_fpioconst_pow10): Change array size to
6317         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
6318         unconditional.
6319         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
6320         1024]: Add entries for 10^2^13 and 10^2^14.
6321         [LAST_POW10 > _LAST_POW10]: Remove #error.
6322         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
6323         (_fpioconst_pow10): Change array size to
6324         FPIOCONST_POW10_ARRAY_SIZE.
6325         * stdlib/gen-fpioconst.c: New file.
6326         * stdlib/gen-tst-strtod-round.c: Likewise.
6327         * stdlib/tst-strtod-round-data: Likewise.
6328         * stdlib/tst-strtod-round.c: Likewise.
6329         * stdlib/Makefile (tests): Add tst-strtod-round.
6331         [BZ #14459]
6332         * stdlib/strtod_l.c: Include <stdint.h>.
6333         (NDEBUG): Do not define.
6334         (round_and_return): Change EXPONENT parameter to type intmax_t.
6335         Rearrange calculations to avoid internal overflow possibilities.
6336         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
6337         Rearrange calculations to avoid internal overflow possibilities.
6338         Assert that number fits inside MPNSIZE limbs.
6339         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
6340         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
6341         calculations and add assertions to avoid internal overflow
6342         possibilities.  Add casts to avoid signed/unsigned operations.
6343         * stdlib/tst-strtod-overflow.c: New file.
6344         * stdlib/Makefile (tests): Add tst-strtod-overflow.
6346 2012-08-25  Marek Polacek  <polacek@redhat.com>
6348         * time/time.h: Fix some typos in comments.
6350 2012-08-23  Roland McGrath  <roland@hack.frob.com>
6352         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
6353         * posix/tst-rfc3484-2.c: Likewise.
6354         * posix/tst-rfc3484-3.c: Likewise.
6356 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
6358         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
6359         (EF_ARM_ABI_FLOAT_HARD): Likewise.
6361 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
6363         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
6364         #include of fxstatat64.c.
6366 2012-08-22  Roland McGrath  <roland@hack.frob.com>
6368         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
6369         * shadow/getspent_r.c: Likewise.
6370         * shadow/getspnam.c: Likewise.
6371         * shadow/getspnam_r.c: Likewise.
6372         * gshadow/getsgent.c: Likewise.
6373         * gshadow/getsgent_r.c: Likewise.
6374         * gshadow/getsgnam.c: Likewise.
6375         * gshadow/getsgnam_r.c: Likewise.
6376         * inet/getnetbyad.c: Likewise.
6377         * inet/getnetbyad_r.c: Likewise.
6378         * inet/getnetbynm.c: Likewise.
6379         * inet/getnetbynm_r.c: Likewise.
6380         * inet/getnetent.c: Likewise.
6381         * inet/getnetent_r.c: Likewise.
6382         * inet/getproto.c: Likewise.
6383         * inet/getproto_r.c: Likewise.
6384         * inet/getprtent.c: Likewise.
6385         * inet/getprtent_r.c: Likewise.
6386         * inet/getprtname.c: Likewise.
6387         * inet/getprtname_r.c: Likewise.
6388         * inet/getrpcbyname.c: Likewise.
6389         * inet/getrpcbyname_r.c: Likewise.
6390         * inet/getrpcbynumber.c: Likewise.
6391         * inet/getrpcbynumber_r.c: Likewise.
6392         * inet/getrpcent.c: Likewise.
6393         * inet/getrpcent_r.c: Likewise.
6394         * inet/getaliasent.c: Likewise.
6395         * inet/getaliasent_r.c: Likewise.
6396         * inet/getaliasname.c: Likewise.
6397         * inet/getaliasname_r.c: Likewise.
6398         * nscd/getgrgid_r.c: Likewise.
6399         * nscd/getgrnam_r.c: Likewise.
6400         * nscd/gethstbyad_r.c: Likewise.
6401         * nscd/gethstbynm3_r.c: Likewise.
6402         * nscd/getpwnam_r.c: Likewise.
6403         * nscd/getpwuid_r.c: Likewise.
6404         * nscd/getsrvbynm_r.c: Likewise.
6405         * nscd/getsrvbypt_r.c: Likewise.
6406         * nscd/gai.c: Likewise.
6408         * configure.in (build_nscd): New substituted variable, set
6409         by --disable-build-nscd and defaults to $use_nscd.
6410         * configure: Regenerated.
6411         * config.make.in (build-nscd): New substituted variable.
6412         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
6413         Change conditional to require [$(build-nscd) = yes] as well.
6414         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
6416         [BZ# 13696]
6417         * configure.in (use_nscd): New substituted variable, set by
6418         --disable-nscd.  If enabled, define USE_NSCD.
6419         * configure: Regenerated.
6420         * config.h.in: Add USE_NSCD.
6421         * config.make.in (use-nscd): New substituted variable.
6422         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
6423         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
6424         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
6425         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
6426         (CFLAGS-getgrnam_r.c): Likewise.
6427         (CFLAGS-initgroups.c): Likewise.
6428         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
6429         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
6430         Variables removed.
6431         * inet/getnetgrent_r.c
6432         (nscd_setnetgrent): New function, broken out of ...
6433         (setnetgrent): ... here.  Call it.
6434         (innetgr): Conditionalize nscd bits on [USE_NSCD].
6435         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
6436         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
6437         * nscd/Makefile (routines, aux): Move definitions after include of
6438         Makeconfig.  Conditionalize on [$(use-nscd) != no].
6439         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
6440         Conditionalize on [USE_NSCD].
6441         (is_nscd, nscd_init_cb): Likewise.
6442         (nss_load_library): Conditionalize init callback on [USE_NSCD].
6443         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
6444         * nss/nss_db/db-init.c: Likewise.
6445         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
6446         [USE_NSCD].
6447         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
6448         (make_request): Use it.
6449         (cache_valid_p): New function.
6450         (__check_pf): Use it.
6451         * NEWS: Add item for --disable-nscd.
6453 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
6455         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
6456         to support sed >= 4.2.1-20-ga9bf076.
6457         * configure: Regenerated.
6459 2012-08-22  Roland McGrath  <roland@hack.frob.com>
6461         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
6462         Conditionalize whole body on [IREL].
6464 2012-08-22  Jeff Law <law@redhat.com>
6466         [BZ #14505]
6467         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
6468         if the family is PF_UNSPEC.
6470 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
6472         * Makerules (lib-version): Rename from V.
6473         (install-lib-nosubdir): Change V to lib-version.
6475 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
6477         [BZ #14252]
6478         * powerpc32/power6/wcschr.c: New file.
6479         * powerpc32/power6/wcscpy.c: New file.
6480         * powerpc32/power6/wcsrchr.c: New file.
6481         * powerpc64/power6/wcschr.c: New file.
6482         * powerpc64/power6/wcscpy.c: New file.
6483         * powerpc64/power6/wcsrchr.c: New file.
6485 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
6487         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
6488         (two_way_short_needle): Use it.
6489         * string/strstr.c (AVAILABLE1_USES_J): Define.
6490         * string/strcasestr.c: Likewise.
6492         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
6493         array references.
6494         * string/strcasestr.c (TOLOWER): Make side-effect safe.
6496         [BZ #11607]
6497         * NEWS: Add an entry.
6498         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
6499         define their defaults.
6500         (two_way_short_needle): Detect end-of-string on-the-fly.
6501         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
6502         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
6503         * string/bug-strcasestr1.c: New test.
6504         * string/Makefile: Run it.
6506 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
6508         [BZ #11607]
6509         * string/str-two-way.h (two_way_short_needle): Optimize matching of
6510         the first character.
6512 2012-08-21  Roland McGrath  <roland@hack.frob.com>
6514         * csu/elf-init.c (__libc_csu_irel): Function removed.
6515         * csu/libc-start.c (apply_irel): New function.
6516         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
6518 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
6520         * sysdeps/unix/sysv/linux/kernel-features.h
6521         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
6522         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
6523         <kernel-features.h>.
6524         [__NR_fadvise64_64]: Make code unconditional.
6525         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
6526         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
6527         !__NR_fadvise64_64)]: Likewise.
6528         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
6529         !__NR_fadvise64_64))]: Likewise.
6530         [__NR_fadvise64]: Make code unconditional.
6531         [!__NR_fadvise64]: Remove conditional code.
6532         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
6533         <kernel-features.h>.
6534         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
6535         unconditional.
6536         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
6537         conditional code.
6538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
6539         not include <kernel-features.h>.
6540         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
6541         unconditional.
6542         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
6543         conditional code.
6544         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
6545         include <kernel-features.h>.
6546         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
6547         unconditional.
6548         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
6549         conditional code.
6551 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
6553         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
6554         slight instruction rearrangements per scrollpipe analysis.
6555         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
6557 2012-08-20  Roland McGrath  <roland@hack.frob.com>
6559         * manual/syslog.texi (syslog; vsyslog, closelog):
6560         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
6561         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
6563         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
6564         DSOCAPS to match condition on defining it.
6566 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
6568         * sysdeps/unix/sysv/linux/kernel-features.h
6569         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
6570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
6571         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
6572         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
6573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
6574         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
6575         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
6576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
6577         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
6578         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
6580         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
6581         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
6583         * sysdeps/unix/sysv/linux/kernel-features.h
6584         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
6585         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
6586         unconditional.
6587         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
6588         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
6589         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
6590         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
6591         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
6592         Make code unconditional.
6593         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
6594         (__mmap64) [!__NR_mmap2]: Likewise.
6595         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
6596         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
6597         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
6598         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
6599         [__NR_mmap2]: Make code unconditional.
6600         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
6601         (__mmap64) [!__NR_mmap2]: Likewise.
6603 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6605         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
6607 2012-08-18  Andreas Jaeger  <aj@suse.de>
6609         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
6611 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
6613         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
6614         * include/unistd.h (__have_sock_cloexec): Likewise.
6615         (__have_pipe2): Likewise.
6616         (__have_dup3): Likewise.
6618 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
6620         [BZ #9685]
6621         * include/unistd.h (__have_pipe2): Change define into an extern int.
6622         (__have_dup3): Likewise.
6623         * socket/have_sock_cloexec.c: Include fcntl.h.
6624         (__have_pipe2): New variable.
6625         (__have_dup3): Likewise.
6627 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
6629         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
6631 2012-08-17  Marek Polacek  <polacek@redhat.com>
6633         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
6634         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
6636 2012-08-17  Roland McGrath  <roland@hack.frob.com>
6638         * configure.in: Add AC_SUBST for sysheaders.
6639         * configure: Regenerated.
6640         * config.make.in (sysheaders): New substituted variable.
6642         * sysdeps/unix/mkfifo.c: Moved ...
6643         * sysdeps/posix/mkfifo.c: ... here.
6644         * sysdeps/unix/mkfifoat.c: Moved ...
6645         * sysdeps/posix/mkfifoat.c: ... here.
6647         * sysdeps/unix/utime.c: Moved ...
6648         * sysdeps/posix/utime.c: ... here.
6650         * sysdeps/unix/time.c: Moved ...
6651         * sysdeps/posix/time.c: ... here.
6652         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
6653         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
6655         * sysdeps/unix/nice.c: Moved ...
6656         * sysdeps/posix/nice.c: ... here.
6658         * sysdeps/unix/alarm.c: Moved ...
6659         * sysdeps/posix/alarm.c: ... here.
6661         * intl/Makefile ($(codeset_mo)): Depend on the input file.
6663 2012-08-17  Jeff Law <law@redhat.com>
6665         * intl/Makefile (codeset_mo): New variable.
6666         ($(codeset_mo)): New target.
6667         (tst-codeset.out): Depend on that.  Remove explicit rule.
6668         (tst-gettext3.out, tst-gettext5.out): Likewise.
6669         (LOCPATH-ENV, tst-codeset-ENV): New variables.
6670         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
6671         * intl/tst-codeset.sh: Remove.
6672         * intl/tst-gettext3.sh: Likewise.
6673         * intl/tst-gettext5.sh: Likewise.
6675 2012-08-17  Roland McGrath  <roland@hack.frob.com>
6677         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
6678         * sysdeps/unix/syscalls.list: ... here.
6680         * sysdeps/posix/getaddrinfo.c
6681         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
6682         (gaiconf_init, gaiconf_reload): Use them.
6683         [!_STATBUF_ST_NSEC]
6684         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
6685         Define using time_t rather than struct timespec.
6687         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
6688         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
6689         Macros removed.
6690         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
6691         [!NO_THREADS].
6692         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
6693         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
6694         Likewise.
6696         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
6697         __libc_cleanup_push argument.
6699         * bits/param.h: New file.
6700         * misc/sys/param.h: New file.
6701         * include/sys/param.h: New file.
6702         * misc/Makefile (headers): Add bits/param.h.
6703         * sysdeps/generic/sys/param.h: File removed.
6704         * sysdeps/unix/sysv/linux/bits/param.h: New file.
6705         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
6706         * sysdeps/mach/hurd/bits/param.h: New file.
6707         * sysdeps/mach/hurd/sys/param.h: File removed.
6709         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
6710         last change.
6712         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
6713         [_IO_MTSAFE_IO].
6714         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
6715         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
6716         New macros.
6718         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
6719         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
6720         rather than -D_IO_MTSAFE_IO conditionally.
6721         * stdio-common/Makefile (CPPFLAGS): Likewise.
6722         * wcsmbs/Makefile (CPPFLAGS): Likewise.
6723         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
6724         Use $(libio-mtsafe).
6725         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
6726         of -D_IO_MTSAFE_IO.
6727         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
6728         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
6729         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
6730         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
6731         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
6732         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
6733         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
6734         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
6735         (CFLAGS-fread_u_chk.c): Likewise.
6736         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
6737         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
6738         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
6739         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
6740         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
6741         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
6742         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
6743         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
6744         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
6746         * libio/Makefile: Test [$(libc-reentrant) = yes]
6747         instead of [$(filter %REENTRANT, $(defines)) nonempty].
6749         * Makeconfig
6750         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
6751         * sysdeps/pthread/configure: File removed.
6752         * sysdeps/pthread/Makeconfig: New file.
6753         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
6754         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
6756 2012-08-16  Gary Benson  <gbenson@redhat.com>
6758         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
6759         unmapping the first object in a namespace.
6761 2012-08-16  Roland McGrath  <roland@hack.frob.com>
6763         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
6764         (__internal_setnetgrent): ... this.  Add internal_function to
6765         definition.  Add libc_hidden_def.
6766         (setnetgrent): Update caller.
6767         (internal_endnetgrent): Renamed to ...
6768         (__internal_endnetgrent): ... this.  Add internal_function to
6769         definition.  Add libc_hidden_def.
6770         (endnetgrent): Update caller.
6771         (internal_getnetgrent_r): Renamed to ...
6772         (__internal_getnetgrent_r): ... this.  Add internal_function to
6773         definition.  Add libc_hidden_def.
6774         (__getnetgrent_r): Update caller.
6775         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
6777 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
6779         * stdlib/longlong.h: Update from GCC.
6781 2012-08-16  Roland McGrath  <roland@hack.frob.com>
6783         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
6784         on _QL, which is set by umul_ppmm but never used.
6785         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
6786         variables, which are set by GMP macros but never used.
6787         * stdio-common/_itowa.c (_itowa): Likewise.
6788         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
6789         * stdlib/mod_1.c (mpn_mod_1): Likewise.
6791 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
6793         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
6794         struct La_sh_regs is not constant.
6795         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
6796         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
6797         and struct La_sparc64_regs are not constant.
6799 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
6801         * sysdeps/unix/sysv/linux/kernel-features.h
6802         (__ASSUME_POSIX_TIMERS): Remove.
6803         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
6804         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
6805         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
6806         Make code unconditional.
6807         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
6808         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
6809         Make code unconditional.
6810         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
6811         * sysdeps/unix/sysv/linux/clock_nanosleep.c
6812         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
6813         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
6814         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
6815         Make code unconditional.
6816         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
6817         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
6818         (__libc_missing_posix_timers): Remove.
6820 2012-08-15  Roland McGrath  <roland@hack.frob.com>
6822         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
6823         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
6825         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
6827         * elf/dl-sym.c: Include <stdlib.h>.
6829         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
6830         constants, which avoids warnings in 32-bit builds.
6832         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
6833         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
6835         * misc/lseek.c: File moved to ...
6836         * io/lseek.c: ... here.
6838         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
6840         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
6841         shifting LEN more than 31 bits at once.
6843 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
6845         [BZ #14195]
6846         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
6847         segmentation fault for a case of two empty input strings.
6848         * string/test-strncasecmp.c (check1): Renamed to...
6849         (bz12205): ...this.
6850         (bz14195): Add new testcase for two empty input strings and N > 0.
6851         (test_main): Call new testcase, adapt for renamed function.
6853 2012-08-15  Andreas Jaeger  <aj@suse.de>
6855         [BZ #14090]
6856         * crypt/md5test2.c: New test, based on test supplied by Serge
6857         Belyshev <belyshev@depni.sinp.msu.ru>.
6858         * crypt/Makefile (xtests): Add md5test-giant..
6859         * crypt/Makefile ($(objpfx)md5test-giant): Add.
6861 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6863         [BZ #14090]
6864         * crypt/md5.c (md5_process_block): Don't assume the buffer
6865         length is less than 2**32.
6866         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
6867         length is less than 2**64.
6869 2012-08-15  Roland McGrath  <roland@hack.frob.com>
6871         * string/str-two-way.h: Include <sys/param.h>.
6872         (MAX): Macro removed.
6874         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
6875         Move #define and #undef of memmove to just before and after
6876         including <string.h>.
6878         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
6879         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
6880         and after including <string.h>.  Move declarations of
6881         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
6882         to before #include "string/memmove.c".
6884         * include/dirent.h: Declare __getdirentries.
6886         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
6887         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
6889 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
6891         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
6892         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
6893         * sysdeps/i386/configure: Regenerated.
6894         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
6895         STABS_CURRENT_FILE, and STABS_FUN.
6896         (END): Remove call to STABS_FUN_END.
6897         (STABS_CURRENT_FILE1): Delete.
6898         (STABS_CURRENT_FILE): Likewise.
6899         (STABS_FUN): Likewise.
6900         (STABS_FUN_END): Likewise.
6901         (STABS_FUN2): Likewise.
6902         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
6903         * sysdeps/x86_64/configure: Regenerated.
6905 2012-08-14  Roland McGrath  <roland@hack.frob.com>
6907         * elf/dl-open.c: Include <atomic.h>.
6908         * elf/dl-lookup.c: Likewise.
6910 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
6912         * sysdeps/unix/sysv/linux/kernel-features.h
6913         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
6914         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
6915         unconditionally.
6916         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
6917         unconditionally.
6918         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
6919         condition on __ASSUME_CLONE_THREAD_FLAGS.
6921 2012-08-14  Andreas Jaeger  <aj@suse.de>
6923         * sysdeps/i386/fpu/libm-test-ulps: Update.
6925 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
6927         * include/atomic.h (atomic_exchange_and_add): Split into ...
6928         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
6929         New atomic macros.
6931 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
6933         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6935 2012-08-13  Jeff Law <law@redhat.com>
6937         * manual/stdio.texi (snprintf): Clarify handling of the trailing
6938         null byte in the output string.
6940 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
6942         * sysdeps/unix/sysv/linux/kernel-features.h
6943         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
6944         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
6945         (__ASSUME_ARG_MAX_STACK_BASED): Define.
6946         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6947         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
6948         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
6949         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
6951 2012-08-09  Jeff Law <law@redhat.com>
6953         [BZ #13939]
6954         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
6955         When avoid_arena is set, don't retry in the that arena.  Pick the
6956         next one, whatever it might be.
6957         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
6958         (arena_lock): Pass in new parameter to arena_get2.
6959         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
6960         arena_get2.
6961         (__libc_malloc): Unify retrying after main arena failure with
6962         __libc_memalign version.
6963         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
6965 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
6967         [BZ #14166]
6968         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
6969         to __redirect_strstr.
6970         (__strstr_sse42): Use typeof __redirect_strstr.
6971         (__strstr_ia32): Likewise.
6972         (__libc_strstr): New prototype.
6973         (strstr): Renamed to ...
6974         (__libc_strstr): This.
6975         (strstr): New strong alias of __libc_strstr.
6976         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
6977         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
6978         __redirect_time.
6979         Include <time.h>.
6980         (__libc_time): New prototype.
6981         (time_ifunc): Replace time with __libc_time.
6982         (time): New strong alias and hidden definition of __libc_time.
6983         (__GI_time): Remove strong alias.
6984         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
6985         Include <stddef.h>.
6986         (memmove): Redefined to __redirect_memmove.
6987         (__memmove_sse2): Use typeof __redirect_memmove.
6988         (__memmove_ssse3): Likewise.
6989         (__memmove_ssse3_back): Likewise.
6990         (__libc_memmove): New prototype.
6991         (memmove): Renamed to ...
6992         (__libc_memmove): This.
6993         (memmove): New strong alias of __libc_memmove.
6995 2012-08-08  Mark Salter  <msalter@redhat.com>
6997         * elf/elf.h
6998         (R_MN10300_TLS_GD): Define.
6999         (R_MN10300_TLS_LD): Likewise.
7000         (R_MN10300_TLS_LDO): Likewise.
7001         (R_MN10300_TLS_GOTIE): Likewise.
7002         (R_MN10300_TLS_IE): Likewise.
7003         (R_MN10300_TLS_LE): Likewise.
7004         (R_MN10300_TLS_DTPMOD): Likewise.
7005         (R_MN10300_TLS_DTPOFF): Likewise.
7006         (R_MN10300_TLS_TPOFF): Likewise.
7007         (R_MN10300_SYM_DIFF): Likewise.
7008         (R_MN10300_ALIGN): Likewise.
7009         (R_MN10300_NUM): Update.
7011 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
7013         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
7014         Remove.
7016 2012-08-08  Roland McGrath  <roland@hack.frob.com>
7018         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
7020         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
7021         sysdeps/unix -> sysdeps/posix move.
7022         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
7024 2012-08-07      Allan McRae     <allan@archlinux.org>
7026         [BZ #14303]
7027         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
7028         (SUNOS_CPP): Likewise.
7029         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
7030         not found.
7031         (open_input): Call CPP using execvp.
7033 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
7035         * sysdeps/unix/sysv/linux/kernel-features.h
7036         (__ASSUME_PROT_GROWSUPDOWN): Remove.
7037         (__ASSUME_NO_CLONE_DETACHED): Likewise.
7038         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
7039         (__ASSUME_WAITID_SYSCALL): Likewise.
7040         * sysdeps/unix/sysv/linux/dl-execstack.c
7041         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
7042         code unconditional.
7043         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
7044         conditional code.
7045         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
7046         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
7047         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
7048         code.
7049         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
7050         unconditional.
7051         [__ASSUME_WAITID_SYSCALL]: Likewise.
7052         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
7054 2012-08-07  Roland McGrath  <roland@hack.frob.com>
7056         * sysdeps/unix/closedir.c: Renamed to ...
7057         * sysdeps/posix/closedir.c: ... here.
7058         * sysdeps/unix/dirfd.c: Renamed to ...
7059         * sysdeps/posix/dirfd.c: ... here.
7060         * sysdeps/unix/dirstream.h: Renamed to ...
7061         * sysdeps/posix/dirstream.h: ... here.
7062         * sysdeps/unix/fdopendir.c: Renamed to ...
7063         * sysdeps/posix/fdopendir.c: ... here.
7064         * sysdeps/unix/opendir.c: Renamed to ...
7065         * sysdeps/posix/opendir.c: ... here.
7066         * sysdeps/unix/readdir.c: Renamed to ...
7067         * sysdeps/posix/readdir.c: ... here.
7068         * sysdeps/unix/readdir_r.c: Renamed to ...
7069         * sysdeps/posix/readdir_r.c: ... here.
7070         * sysdeps/unix/rewinddir.c: Renamed to ...
7071         * sysdeps/posix/rewinddir.c: ... here.
7072         * sysdeps/unix/seekdir.c: Renamed to ...
7073         * sysdeps/posix/seekdir.c: ... here.
7074         * sysdeps/unix/telldir.c: Renamed to ...
7075         * sysdeps/posix/telldir.c: ... here.
7076         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
7077         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
7078         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
7079         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
7081         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
7082         * bits/fcntl.h: ... here.
7084         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
7085         not 0.
7086         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
7087         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
7088         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
7089         (struct flock): Move l_start, l_len to the beginning.
7090         Use __pid_t for l_pid.
7091         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
7092         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
7093         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
7094         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
7095         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
7096         [__USE_LARGEFILE64] (struct flock64): New type.
7097         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
7099         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
7100         * bits/dirent.h: ... here.
7102         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
7103         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
7105 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
7107         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
7108         Change from 2.6.0 to 2.6.16.
7109         * sysdeps/unix/sysv/linux/configure: Regenerated.
7110         * sysdeps/unix/sysv/linux/kernel-features.h
7111         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
7112         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
7113         version.
7114         (__ASSUME_UTIMES): Likewise.
7115         (__ASSUME_CLONE_STOPPED): Remove.
7116         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
7117         architectures, not kernel version.
7118         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
7119         (__ASSUME_NO_CLONE_DETACHED): Likewise.
7120         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
7121         (__ASSUME_WAITID_SYSCALL): Likewise.
7122         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
7123         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
7124         * README: State 2.6.16 as minimum Linux kernel version.  Do not
7125         refer to older versions.
7127 2012-08-06  Roland McGrath  <roland@hack.frob.com>
7129         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
7130         Define alphasort64 as an alias.
7131         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
7132         Define versionsort64 as an alias.
7133         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
7134         Define scandir64 as an alias.
7135         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
7136         Define scandirat64 as an alias.
7137         * dirent/alphasort64.c (alphasort64):
7138         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
7139         * dirent/versionsort64.c: Likewise.
7140         * dirent/scandir64.c: Likewise.
7141         * dirent/scandirat64.c: Likewise.
7142         * sysdeps/wordsize-64/alphasort.c: File removed.
7143         * sysdeps/wordsize-64/alphasort64.c: File removed.
7144         * sysdeps/wordsize-64/scandir.c: File removed.
7145         * sysdeps/wordsize-64/scandir64.c: File removed.
7146         * sysdeps/wordsize-64/scandirat.c: File removed.
7147         * sysdeps/wordsize-64/scandirat64.c: File removed.
7148         * sysdeps/wordsize-64/versionsort.c: File removed.
7149         * sysdeps/wordsize-64/versionsort64.c: File removed.
7150         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
7151         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
7152         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
7153         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
7154         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
7155         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
7156         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
7157         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
7159         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
7160         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
7161         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
7162         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
7163         [defined __arch64__ || defined __sparcv9]
7164         (__INO_T_MATCHES_INO64_T): New macro.
7165         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
7166         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
7167         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
7168         * sysdeps/unix/sysv/linux/bits/dirent.h
7169         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
7170         (_DIRENT_MATCHES_DIRENT64): New macro.
7172         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
7173         Define lockf64 as an alias.
7174         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
7175         Define fseeko64 as an alias.
7176         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
7177         Define ftello64 as an alias.
7178         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
7179         Define _IO_fgetpos64 and fgetpos64 as aliases.
7180         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
7181         Define _IO_fsetpos64 and fsetpos64 as aliases.
7182         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
7183         Conditionalize body on this.
7184         * libio/fseeko64.c: Likewise.
7185         * libio/ftello64.c: Likewise.
7186         * libio/iofgetpos64.c: Likewise.
7187         * libio/iofsetpos64.c: Likewise.
7188         * sysdeps/wordsize-64/lockf.c: File removed.
7189         * sysdeps/wordsize-64/lockf64.c: File removed.
7190         * sysdeps/wordsize-64/fseeko.c: File removed.
7191         * sysdeps/wordsize-64/fseeko64.c: File removed.
7192         * sysdeps/wordsize-64/ftello.c: File removed.
7193         * sysdeps/wordsize-64/ftello64.c: File removed.
7194         * sysdeps/wordsize-64/iofgetpos.c: File removed.
7195         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
7196         * sysdeps/wordsize-64/iofsetpos.c: File removed.
7197         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
7198         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
7199         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
7200         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
7201         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
7202         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
7203         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
7204         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
7205         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
7206         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
7207         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
7209         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
7210         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
7211         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
7212         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
7213         [defined __arch64__ || defined __sparcv9]
7214         (__OFF_T_MATCHES_OFF64_T): New macro.
7215         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
7216         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
7217         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
7218         (__OFF_T_MATCHES_OFF64_T): New macro.
7220 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
7222         * stdlib/secure-getenv.c (__secure_getenv): Replace
7223         GLIBC_2_16 with GLIBC_2_17.
7225 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
7227         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
7228         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
7230 2012-08-03  David S. Miller  <davem@davemloft.net>
7232         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7234 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
7236         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
7237         Remove.
7238         (__ASSUME_CORRECT_SI_PID): Likewise.
7239         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
7240         (__ASSUME_TMPFS_NAME): Likewise.
7241         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
7242         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
7243         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
7244         (HAVE_AUX_SECURE): Make definition unconditional.
7245         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
7246         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
7248 2012-08-03  Roland McGrath  <roland@hack.frob.com>
7250         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
7251         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
7252         * sysdeps/mach/hurd/eloop-threshold.h: New file.
7253         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
7254         __eloop_threshold instead of SYMLOOP_MAX.
7256         * sysdeps/generic/eloop-threshold.h: New file.
7257         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
7258         of MAXSYMLINKS.
7259         * elf/chroot_canon.c (chroot_canon): Likewise.
7261 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
7263         [BZ #13717]
7264         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
7265         Change to 2.6.0 everywhere.
7266         * sysdeps/unix/sysv/linux/configure: Regenerated.
7267         * sysdeps/unix/sysv/linux/kernel-features.h
7268         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
7269         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
7270         kernel versions.
7271         (__ASSUME_POSIX_TIMERS): Define unconditionally.
7272         (__ASSUME_FUTEX_REQUEUE): Remove.
7273         (__ASSUME_STATFS64): Define unconditionally.
7274         (__ASSUME_AT_SECURE): Likewise.
7275         (__ASSUME_CORRECT_SI_PID): Likewise.
7276         (__ASSUME_TGKILL): Define without depending on kernel version for
7277         i386.
7278         (__ASSUME_UTIMES): Likewise.
7279         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
7280         kernel version.
7281         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
7282         (__ASSUME_TMPFS_NAME): Likewise.
7283         * README: Update reference to Linux kernel versions.
7285 2012-08-02  Marek Polacek  <polacek@redhat.com>
7287         [BZ# 14150]
7288         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
7289         libc_cv_asm_type_prefix with %.
7290         * configure: Regenerated.
7291         * include/libc-symbols.h: Remove comment about
7292         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
7293         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
7294         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
7295         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
7296         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
7297         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
7298         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
7299         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
7300         * elf/tst-unique2mod1.c: Likewise.
7301         * elf/tst-unique1mod2.c: Likewise.
7302         * elf/tst-unique1mod1.c: Likewise.
7303         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
7304         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
7305         Replace ASM_TYPE_DIRECTIVE with .type.
7306         * sysdeps/s390/s390-64/sysdep.h: Likewise.
7307         * sysdeps/i386/sysdep.h: Likewise.
7308         * sysdeps/x86_64/sysdep.h: Likewise.
7309         * sysdeps/sh/sysdep.h: Likewise.
7310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
7311         Do not define ASM_TYPE_DIRECTIVE.
7312         * sysdeps/powerpc/sysdep.h: Likewise.
7313         * sysdeps/powerpc/powerpc32/sysdep.h:
7314         Replace ASM_TYPE_DIRECTIVE with .type.
7315         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
7316         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
7317         * sysdeps/i386/fpu/e_powf.S: Likewise.
7318         * sysdeps/i386/fpu/e_expl.S: Likewise.
7319         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
7320         * sysdeps/i386/fpu/e_acosh.S: Likewise.
7321         * sysdeps/i386/fpu/e_pow.S: Likewise.
7322         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
7323         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
7324         * sysdeps/i386/fpu/s_expm1.S: Likewise.
7325         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
7326         * sysdeps/i386/fpu/e_log2.S: Likewise.
7327         * sysdeps/i386/fpu/e_log2l.S: Likewise.
7328         * sysdeps/i386/fpu/e_scalb.S: Likewise.
7329         * sysdeps/i386/fpu/e_powl.S: Likewise.
7330         * sysdeps/i386/fpu/e_log10f.S: Likewise.
7331         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
7332         * sysdeps/i386/fpu/e_logl.S: Likewise.
7333         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
7334         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
7335         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
7336         * sysdeps/i386/fpu/e_log2f.S: Likewise.
7337         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
7338         * sysdeps/i386/fpu/e_log.S: Likewise.
7339         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
7340         * sysdeps/i386/fpu/e_logf.S: Likewise.
7341         * sysdeps/i386/fpu/e_log10l.S: Likewise.
7342         * sysdeps/i386/fpu/e_atanh.S: Likewise.
7343         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
7344         * sysdeps/i386/fpu/e_log10.S: Likewise.
7345         * sysdeps/i386/fpu/s_frexp.S: Likewise.
7346         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
7347         * sysdeps/i386/fpu/s_asinh.S: Likewise.
7348         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
7349         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
7350         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
7351         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
7352         * sysdeps/i386/i686/strtok.S: Likewise.
7353         * sysdeps/i386/i386-mcount.S: Likewise.
7354         * sysdeps/i386/strtok.S: Likewise.
7355         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
7356         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
7357         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
7358         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
7359         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
7360         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
7361         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
7362         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
7363         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
7364         * sysdeps/x86_64/_mcount.S: Likewise.
7365         * sysdeps/x86_64/strtok.S: Likewise.
7366         * sysdeps/sh/_mcount.S: Likewise.
7368 2012-08-01  Roland McGrath  <roland@hack.frob.com>
7370         * libio/iofopen.c: Include <fcntl.h>.
7371         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
7372         (_IO_fopen64, fopen64): Define as aliases.
7373         * libio/iofopen64.c: Include <fcntl.h>.
7374         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
7375         Conditionalize body on this.
7376         * sysdeps/wordsize-64/iofopen.c: File removed.
7377         * sysdeps/wordsize-64/iofopen64.c: File removed.
7379 2012-08-01  Marek Polacek  <polacek@redhat.com>
7381         * libc/Makeconfig: Use elf in place of binfmt-subdir.
7382         Use dlfcn directly instead of a variable.
7383         (binfmt-subdir): Do not define.
7384         (dlfcn): Likewise.
7386 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
7388         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
7389         Remove all definitions.
7390         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
7391         <kernel-features.h>.
7392         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
7393         (miss_F_GETOWN_EX): Remove all definitions.
7394         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
7395         macro definition.
7396         [!__ASSUME_FCNTL64]: Remove conditional code.
7397         [__ASSUME_FCNTL64]: Make code unconditional.
7398         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
7399         <kernel-features.h>.
7400         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
7401         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
7402         (lockf64) [__NR_fcntl64]: Make code unconditional.
7403         (lockf64) [__ASSUME_FCNTL64]: Likewise.
7405         * sysdeps/unix/sysv/linux/kernel-features.h
7406         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
7407         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
7408         Make code unconditional.
7409         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
7410         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
7411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
7412         [__NR_vfork]: Make code unconditional.
7413         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
7414         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
7415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
7416         [__NR_vfork]: Make code unconditional.
7417         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
7418         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
7420 2012-08-01  Roland McGrath  <roland@hack.frob.com>
7422         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
7423         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
7425         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
7426         Define mkstemp64 as an alias.
7427         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
7428         Define mkstemps64 as an alias.
7429         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
7430         Define mkostemp64 as an alias.
7431         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
7432         Define mkostemps64 as an alias.
7433         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
7434         Conditionalize body on this.
7435         * misc/mkostemp64.c: Likewise.
7436         * misc/mkostemps64.c: Likewise.
7437         * misc/mkstemps64.c: Likewise.
7438         * sysdeps/wordsize-64/mkstemp64.c: File removed.
7439         * sysdeps/wordsize-64/mkostemp64.c: File removed.
7440         * sysdeps/wordsize-64/mkostemp.c: File removed.
7441         * sysdeps/wordsize-64/mkstemp.c: File removed.
7442         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
7443         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
7444         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
7445         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
7447         [BZ #14138]
7448         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
7449         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
7450         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
7451         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
7453         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
7454         compat_symbol macros from <shlib-compat.h> rather than the underlying
7455         default_symbol_version and symbol_version macros, so that DEFAULT
7456         lines in shlib-versions are respected.
7457         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
7459 2012-08-01  Florian Weimer  <fweimer@redhat.com>
7461         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
7462         Declare with warn_unused_result.
7463         (setgid, setregid, setegid, setresgid): Likewise.
7464         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
7465         Likewise.
7466         * WUR-REPORT: Remove set*id functions.
7468 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
7470         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
7472 2012-07-31  Roland McGrath  <roland@hack.frob.com>
7474         * include/sys/socket.h (__libc_accept, __libc_accept4):
7475         Add attribute_hidden.
7476         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
7478         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
7479         use of PTR_MANGLE.
7480         * inet/getnetgrent_r.c (setup): Likewise.
7482         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
7484 2012-07-31  David S. Miller  <davem@davemloft.net>
7486         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7488 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
7490         [BZ #13629]
7491         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
7492         value between 1.0 and 2.0 and smaller part has absolute value less
7493         than 1.0.
7494         * math/s_clog10.c (__clog10): Likewise.
7495         * math/s_clog10f.c (__clog10f): Likewise.
7496         * math/s_clog10l.c (__clog10l): Likewise.
7497         * math/s_clogf.c (__clogf): Likewise.
7498         * math/s_clogl.c (__clogl): Likewise.
7499         * math/libm-test.inc (clog_test): Add more tests.
7500         (clog10_test): Likewise.
7501         * sysdeps/i386/fpu/libm-test-ulps: Update.
7502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7504 2012-07-31  Florian Weimer  <fweimer@redhat.com>
7506         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
7507         Exit with zero in case no suitable GID is found, and write a
7508         message to standard error.
7510 2012-07-30  Roland McGrath  <roland@hack.frob.com>
7512         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
7513         rather than to 1.
7514         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
7515         (MAXPATHLEN): Removed.
7516         (NOGROUP, NODEV): New macros.
7517         (setbit, clrbit, isset, isclr): New macros.
7518         (howmany, roundup, powerof2): New macros.
7519         (DEV_BSIZE): New macro.
7521         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
7522         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
7524         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
7525         definition on [!__NO_LONG_DOUBLE_MATH].
7527         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
7528         PTR_MANGLE and PTR_DEMANGLE.
7530         * socket/accept4.c (accept4): Rename to __libc_accept4.
7531         Define accept4 as a weak alias.
7533         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
7534         on [_DIRENT_HAVE_D_TYPE].
7535         * io/ftw.c (ftw_dir): Likewise.
7537         * io/xmknod.c (__xmknod): Don't check PATH for being null.
7539         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
7541         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
7542         Use the BSD numbers rather than the arbitrary ones we had.
7543         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
7544         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
7545         (SIGXCPU, SIGXFSZ): New macros.
7546         (_NSIG): Now 32.
7548         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
7549         initializer on [_LIBC_REENTRANT].
7551         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
7552         definitions inside [_POSIX_MAPPED_FILES].
7554         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
7556         * dirent/opendir.c: Include <fcntl.h>.
7558         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
7559         (__libc_getspecific): Likewise.
7560         (__libc_key_create): Likewise.
7562         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
7563         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
7564         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
7565         (tmpfile64): Define as alias.
7566         * sysdeps/wordsize-64/tmpfile.c: File removed.
7567         * sysdeps/wordsize-64/tmpfile64.c: File removed.
7568         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
7569         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
7571         * stdio-common/vfscanf.c: Include <stdbool.h>.
7572         * nss/makedb.c: Likewise.
7573         * stdio-common/_i18n_number.h: Likewise.
7574         * argp/argp-help.c: Likewise.
7575         * posix/wordexp.c: Likewise.
7576         * sysdeps/posix/spawni.c: Likewise.
7577         * nss/nss_files/files-initgroups.c: Likewise.
7578         * stdio-common/reg-modifier.c: Include <stdlib.h>.
7579         * nss/nss_files/files-initgroups.c: Likewise.
7580         * nss/nss_db/db-netgrp.c: Likewise.
7581         * nss/nss_db/db-initgroups.c: Likewise.
7582         * io/fchmodat.c: Include <sys/stat.h>.
7584         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
7585         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
7587         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
7588         [HAVE_MMAP].
7590         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
7591         Add multiple inclusion protection.
7593 2012-07-27  David S. Miller  <davem@davemloft.net>
7595         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7597 2012-07-27  Gary Benson  <gbenson@redhat.com>
7599         [BZ #14298]
7600         * elf/rtld.c: Include <stap-probe.h>.
7601         (dl_main): Added static probes "init_start" and "init_complete".
7602         * elf/dl-load.c: Include <stap-probe.h>.
7603         (lose): Take new parameter "nsid".
7604         Added static probe "map_failed".
7605         (_dl_map_object_from_fd): Pass namespace id to lose.
7606         Added static probe "map_start".
7607         (open_verify): Pass namespace id to lose.
7608         * elf/dl-open.c: Include <stap-probe.h>.
7609         (dl_open_worker) Added static probes "map_complete", "reloc_start"
7610         and "reloc_complete".
7611         * elf/dl-close.c: Include <stap-probe.h>.
7612         (_dl_close_worker): Added static probes "unmap_start" and
7613         "unmap_complete".
7614         * elf/rtld-debugger-interface.txt: New file documenting the above.
7616 2012-07-26  Roland McGrath  <roland@hack.frob.com>
7618         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
7619         rather than a string variable.
7620         * sunrpc/rpc_main.c (h_output): Likewise.
7621         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
7623 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
7625         * inet/check_native.c: New file.
7627 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
7629         [BZ #13629]
7630         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
7631         if larger part has absolute value 1.0.
7632         * math/s_clog10.c (__clog10): Likewise.
7633         * math/s_clog10f.c (__clog10f): Likewise.
7634         * math/s_clog10l.c (__clog10l): Likewise.
7635         * math/s_clogf.c (__clogf): Likewise.
7636         * math/s_clogl.c (__clogl): Likewise.
7637         * math/libm-test.inc (clog_test): Add more tests.
7638         (clog10_test): Likewise.
7639         * sysdeps/i386/fpu/libm-test-ulps: Update.
7640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7642         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
7643         (pltexit): Likewise.
7644         (La_regs): Likewise.
7645         (La_retval): Likewise.
7646         (int_retval): Likewise.
7647         Update #error for removed macros to refer only to definitions in
7648         tst-audit.h.
7649         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
7650         macro.
7651         (pltexit): Likewise.
7652         (La_regs): Likewise.
7653         (La_retval): Likewise.
7654         (int_retval): Likewise.
7655         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
7656         macro.
7657         (pltexit): Likewise.
7658         (La_regs): Likewise.
7659         (La_retval): Likewise.
7660         (int_retval): Likewise.
7661         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
7662         macro.
7663         (pltexit): Likewise.
7664         (La_regs): Likewise.
7665         (La_retval): Likewise.
7666         (int_retval): Likewise.
7667         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
7668         macro.
7669         (pltexit): Likewise.
7670         (La_regs): Likewise.
7671         (La_retval): Likewise.
7672         (int_retval): Likewise.
7673         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
7674         macro.
7675         (pltexit): Likewise.
7676         (La_regs): Likewise.
7677         (La_retval): Likewise.
7678         (int_retval): Likewise.
7679         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
7680         macro.
7681         (pltexit): Likewise.
7682         (La_regs): Likewise.
7683         (La_retval): Likewise.
7684         (int_retval): Likewise.
7685         * sysdeps/generic/tst-audit.h: Update comment to refer only to
7686         macro definitions in tst-audit.h.
7687         * sysdeps/i386/tst-audit.h: New file.
7688         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
7689         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
7690         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
7691         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
7692         * sysdeps/sh/tst-audit.h: Likewise.
7693         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
7694         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
7695         * sysdeps/x86_64/tst-audit.h: Likewise.
7697 2012-07-26  Andreas Jaeger  <aj@suse.de>
7699         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
7700         ptrace.
7702         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
7703         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
7704         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
7705         PTRACE_O_MASK.
7706         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
7707         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
7708         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
7710         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
7711         value.
7713         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
7714         _sigsys.
7715         (si_call_addr, si_syscall, si_arch): Define new macro.
7716         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
7717         _sigsys.
7718         (si_call_addr, si_syscall, si_arch): Define new marcro.
7719         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
7720         _sigsys.
7721         (si_call_addr, si_syscall, si_arch): Define new macro.
7722         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
7723         _sigsys.
7724         (si_call_addr, si_syscall, si_arch): Define new macro.
7726 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
7728         [BZ #13717]
7729         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
7730         Change to 2.4.21 where previously 2.4.1.
7731         * sysdeps/unix/sysv/linux/configure: Regenerated.
7732         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
7733         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
7734         Linux kernel version.
7735         (__ASSUME_STD_AUXV): Remove.
7736         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
7737         kernel version.
7738         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
7739         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
7740         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
7741         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
7742         (__ASSUME_NETLINK_SUPPORT): Likewise.
7743         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
7744         (__no_netlink_support): Remove conditional definition.
7745         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
7746         Remove.
7747         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
7748         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
7749         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
7750         (if_nameindex_ioctl): Remove.
7751         (if_nameindex_netlink): Do not handle __no_netlink_support.
7752         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
7753         code.
7754         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
7755         Remove conditional code.
7756         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
7757         code.
7758         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
7759         unconditional.
7760         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
7761         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
7762         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
7763         Remove.
7764         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7765         [!__ASSUME_STD_AUXV]: Remove conditional code.
7766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
7767         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
7768         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
7769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
7770         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
7771         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
7772         code.
7773         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
7774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
7775         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
7776         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
7777         conditional code.
7778         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
7779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
7780         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
7781         code.
7782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
7783         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
7784         conditional code.
7785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
7786         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
7787         code unconditional.
7788         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7789         conditional code.
7790         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
7791         unconditional.
7792         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7793         conditional code.
7794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
7795         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
7796         unconditional.
7797         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7798         conditional code.
7799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
7800         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
7801         code unconditional.
7802         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7803         conditional code.
7804         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
7805         unconditional.
7806         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7807         conditional code.
7808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
7809         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
7810         code unconditional.
7811         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7812         conditional code.
7813         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
7814         unconditional.
7815         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7816         conditional code.
7818 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
7820         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
7821         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
7822         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7823         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
7824         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
7825         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7826         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
7827         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
7828         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
7829         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7830         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
7831         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
7832         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
7833         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
7834         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
7835         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
7836         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
7837         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
7838         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
7839         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
7840         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
7841         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
7842         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
7844 2012-07-25  Florian Weimer  <fweimer@redhat.com>
7846         * Versions.def: Add GLIBC_2.17.
7847         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
7848         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
7849         Introduce __libc_secure_getenv.
7850         * stdlib/Versions (2.17): Add secure_getenv
7851         (GLIBC_PRIVATE): Add __libc_secure_getenv.
7852         * stdlib/secure-getenv.c: Rename __secure_getenv to
7853         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
7854         symbol __secure_getenv for GLIBC_2.0.
7855         * stdlib/tst-secure-getenv.c: New.
7856         * stdlib/Makefile (tests): Add testcase.
7857         * manual/startup.texi (Environment Access): Document
7858         secure_getenv.
7859         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
7860         __libc_secure_getenv.
7861         * inet/ruserpass.c (ruserpass): Likewise.
7862         * malloc/mtrace.c (mtrace): Likewise.
7863         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
7864         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
7865         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
7866         * sysdeps/posix/tempname.c: Likewise.  Evaluate
7867         HAVE_SECURE_GETENV.
7868         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
7869         __secure_getenv to __libc_secure_getenv.
7870         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
7871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7872         Likewise.
7873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7874         Likewise.
7875         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
7876         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
7877         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
7878         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
7879         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
7880         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
7881         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
7883 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
7885         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
7886         (struct La_i86_retval): Likewise.
7887         (struct La_x86_64_regs): Likewise.
7888         (struct La_x86_64_retval): Likewise.
7889         (struct La_x32_regs): Likewise.
7890         (struct La_x32_retval): Likewise.
7891         (struct La_ppc32_regs): Likewise.
7892         (struct La_ppc32_retval): Likewise.
7893         (struct La_ppc64_regs): Likewise.
7894         (struct La_ppc64_retval): Likewise.
7895         (struct La_sh_regs): Likewise.
7896         (struct La_sh_retval): Likewise.
7897         (struct La_s390_32_regs): Likewise.
7898         (struct La_s390_32_retval): Likewise.
7899         (struct La_s390_64_regs): Likewise.
7900         (struct La_s390_64_retval): Likewise.
7901         (struct La_sparc32_regs): Likewise.
7902         (struct La_sparc32_retval): Likewise.
7903         (struct La_sparc64_regs): Likewise.
7904         (struct La_sparc64_retval): Likewise.
7905         (struct audit_ifaces): Remove architecture-specific pltenter and
7906         pltexit members.
7907         * sysdeps/i386/ldsodefs.h: New file.
7908         * sysdeps/powerpc/ldsodefs.h: Likewise.
7909         * sysdeps/s390/ldsodefs.h: Likewise.
7910         * sysdeps/sh/ldsodefs.h: Likewise.
7911         * sysdeps/sparc/ldsodefs.h: Likewise.
7912         * sysdeps/x86_64/ldsodefs.h: Likewise.
7914 2012-07-25  Marek Polacek  <polacek@redhat.com>
7916         [BZ #6808]
7917         * math/libm-test.inc (yn_test): Add another test.
7918         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
7919         to ERANGE when the result is +-Inf.
7920         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
7921         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
7922         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
7923         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
7925 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
7927         * conform/data/time.h-data (NULL): Use macro-constant.  Require
7928         equal to 0.
7929         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
7930         clock_t.
7931         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
7933 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
7935         * configure.in <sysdeps resolving>: Correct printing
7936         Implies_before.
7937         * configure: Regenerate.
7939 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
7941         * math/w_ilogb.c: Include <limits.h>.
7942         * math/w_ilogbl.c: Likewise.
7944 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
7946         * manual/lang.texi (__va_copy): Document primarily as ISO C99
7947         va_copy.  Document allowing for unavailable va_copy only as
7948         pre-C99 compatibility.
7949         * manual/string.texi (Copying and Concatenation): Use va_copy
7950         instead of __va_copy in concat example.
7952 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
7954         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
7955         (__sendto): Use create_address_port.  Initialize APORT and deallocate
7956         it if not null.
7958         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
7959         with O_NOLINK passed to __file_name_lookup.
7961         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
7962         with O_NOLINK passed to __file_name_lookup.
7964         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
7965         negative N or less than NGIDS.
7967         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
7968         type to string_t.  Set ERANGE as errno and return it if NAME is not big
7969         enough.  Use memcpy instead of strncpy.
7971 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
7973         * elf/Makefile (check-data): Remove.
7974         (localplt.data): New vpath directive.
7975         ($(objpfx)check-localplt.out): Use localplt.data from vpath
7976         instead of $(check-data).
7977         * scripts/data/localplt-generic.data: Move to ...
7978         * sysdeps/generic/localplt.data: ... here.
7979         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
7980         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
7981         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
7982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7983         ... here.
7984         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
7985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7986         ... here.
7987         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
7988         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
7989         ... here.
7990         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
7991         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
7992         ... here.
7993         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
7994         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
7995         ... here.
7996         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
7997         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
7998         ... here.
8000 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8002         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
8003         PPC32 and PPC64 files.
8004         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
8005         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
8007 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8009         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
8010         __makecontext_ret to ...
8011         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
8012         ... here and call exit if uc_link is NULL.  New file.
8013         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
8014         __makecontext_ret.S.
8015         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
8016         __makecontext_ret to ...
8017         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
8018         ... here and call exit if uc_link is NULL.  New file.
8019         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
8020         __makecontext_ret.S.
8022 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8024         * elf/elf.h (R_390_IRELATIVE): New definition.
8025         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
8026         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
8027         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
8028         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
8029         (elf_machine_lazy_rel): Likewise.
8030         * sysdeps/s390/dl-irel.h: New file.
8031         * sysdeps/s390/s390-64/memcpy.S: New asm code.
8032         * sysdeps/s390/s390-64/memset.S: New asm code.
8033         * sysdeps/s390/s390-64/memcmp.S: New asm code.
8034         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
8035         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
8036         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
8037         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
8038         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
8039         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
8040         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
8041         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
8042         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
8043         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
8044         * sysdeps/s390/s390-32/memcpy.S: New asm code.
8045         * sysdeps/s390/s390-32/memset.S: New asm code.
8046         * sysdeps/s390/s390-32/memcmp.S: New asm code.
8048 2012-07-17  Marek Polacek  <polacek@redhat.com>
8050         [BZ #14349]
8051         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
8052         * sysdeps/s390/s390-64/configure.in: Likewise.
8053         * sysdeps/sparc/configure.in: Likewise.
8054         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
8055         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
8056         * sysdeps/i386/configure.in: Likewise.
8057         * sysdeps/x86_64/configure.in: Likewise.
8058         * sysdeps/sh/configure.in: Likewise.
8059         * sysdeps/s390/s390-32/configure: Regenerated.
8060         * sysdeps/s390/s390-64/configure: Likewise.
8061         * sysdeps/x86_64/configure: Likewise.
8062         * sysdeps/sh/configure: Likewise.
8063         * sysdeps/powerpc/powerpc64/configure: Likewise.
8064         * sysdeps/powerpc/powerpc32/configure: Likewise.
8065         * sysdeps/sparc/configure: Likwise.
8066         * sysdeps/i386/configure: Likewise.
8068         * elf/dl-open.c: Comment fixes.
8070 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
8072         * Makefile [CXX] (check-data): Remove.
8073         [CXX] (c++-types.data): New vpath directive.
8074         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
8075         vpath.  Do not allow for C++ type data being missing.
8076         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
8077         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
8078         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
8079         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
8080         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
8081         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
8082         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
8083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
8084         ... here.
8085         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
8086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
8087         ... here.
8088         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
8089         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
8090         ... here.
8091         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
8092         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
8093         ... here.
8094         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
8095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
8096         ... here.
8097         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
8098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
8099         ... here.
8100         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
8101         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
8102         ... here.
8103         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
8104         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
8106         * elf/tls-macros.h (TLS_LE): Move architecture-specific
8107         definitions to architecture-specific files.
8108         (TLS_IE): Likewise.
8109         (TLS_LD): Likewise.
8110         (TLS_GD): Likewise.
8111         * sysdeps/i386/tls-macros.h: New file.
8112         * sysdeps/powerpc/tls-macros.h: Likewise.
8113         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
8114         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
8115         * sysdeps/sh/tls-macros.h: Likewise.
8116         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
8117         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
8118         * sysdeps/x86_64/tls-macros.h: Likewise.
8120 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
8122         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
8123         zero value for regular exit case.
8125         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
8126         (__start_context): Preserve zero value for regular exit case.
8128 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
8129             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8131         * manual/setjmp.texi (setcontext): Clarify normal process
8132         termination when uc_link is the null pointer.
8133         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
8134         exit call.
8136 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
8138         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
8139         preprocessor.  Test for each exception mask separately.
8141 2012-07-16  Andreas Jaeger  <aj@suse.de>
8143         * po/ru.po: Update from translation team.
8145 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
8147         * conform/data/string.h-data (NULL): Use macro-constant.  Require
8148         equal to 0.
8149         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
8150         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
8151         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
8152         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
8153         [ISO || ISO99 || ISO11] (*_t): Do not allow.
8155 2012-07-13  Andreas Jaeger  <aj@suse.de>
8157         * po/fr.po: Update from translation team.
8159 2012-07-12  Marek Polacek  <polacek@redhat.com>
8161         [BZ #14173]
8162         * math/libm-test.inc (yn_test): Add test for BZ #14173.
8163         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
8164         loop condition.
8166 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
8168         [BZ #13717]
8169         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
8170         Change to 2.4.1 where previously 2.4.0.
8171         * sysdeps/unix/sysv/linux/configure: Regenerated.
8172         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
8173         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
8174         version.
8175         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
8176         (__ASSUME_AT_CLKTCK): Remove.
8177         (__ASSUME_AT_PAGESIZE): Likewise.
8178         (__ASSUME_AT_XID): Likewise.
8179         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
8180         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
8181         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
8182         unconditionally.
8183         (HAVE_AUX_PAGESIZE): Likewise.
8184         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
8185         [__ASSUME_AT_CLKTCK]: Make code unconditional.
8186         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
8188 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
8190         [BZ #14307]
8191         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
8192         the temporary buffer used to invoke __gethostbyname2_r,
8193         __gethostbyaddr_r and gethostbyname4_r to make room for struct
8194         host_data / struct gaih_addrtuple.
8195         * resolv/nss_dns/dns-host.c (global scope): Move definition of
8196         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
8197         header file nss/nsswitch.h.
8198         * nss/nsswitch.h (global scope): Add definition of implementation
8199         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
8200         resolv/nss_dns/dns-host.c).
8202 2012-07-11  Andreas Jaeger  <aj@suse.de>
8204         * po/fr.po: Update from translation team.
8206         * po/sv.po: Update from translation team
8207         * po/fr.po: Another update from translation team.
8209 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8211         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
8212         for subnormals or multiply small sinh result by itself.
8213         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
8214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8216 2012-07-11  David S. Miller  <davem@davemloft.net>
8218         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8220 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
8222         [BZ #14347]
8223         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
8224         (INTERNAL_MARK): Shift it here.
8226 2012-07-10  Marek Polacek  <polacek@redhat.com>
8228         [BZ #14151]
8229         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
8230         libc_cv_asm_global_directive with .globl.
8231         * configure: Regenerated.
8232         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
8233         with .globl.
8234         * sysdeps/i386/configure: Regenerated.
8235         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
8236         with .globl.
8237         * sysdeps/x86_64/configure: Regenerated.
8238         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
8239         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
8240         * elf/tst-unique2mod2.c: Likewise.
8241         * elf/tst-unique2mod1.c: Likewise.
8242         * elf/tst-unique1mod2.c: Likewise.
8243         * elf/tst-unique1mod1.c: Likewise.
8244         * sysdeps/s390/s390-32/sysdep.h: Likewise.
8245         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
8246         * sysdeps/s390/s390-64/sysdep.h: Likewise.
8247         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
8248         * sysdeps/mach/sysdep.h: Likewise.
8249         * sysdeps/i386/sysdep.h: Likewise.
8250         * sysdeps/i386/i386-mcount.S: Likewise.
8251         * sysdeps/x86_64/_mcount.S: Likewise.
8252         * sysdeps/x86_64/sysdep.h: Likewise.
8253         * sysdeps/sh/_mcount.S: Likewise.
8254         * sysdeps/sh/sysdep.h: Likewise.
8255         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
8256         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
8257         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
8258         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8259         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
8260         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
8261         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
8262         * locale/localeinfo.h: Likewise.
8263         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
8264         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
8266 2012-07-09  Roland McGrath  <roland@hack.frob.com>
8268         [BZ #14336]
8269         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
8270         system".
8271         * manual/message.texi (The Uniforum approach): Likewise.
8272         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
8273         (glibc iconv Implementation): Likewise.
8275 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
8277         [BZ #14337]
8278         * math/s_clog.c (__clog): Avoid scaling a value down where that
8279         could result in underflow.
8280         * math/s_clog10.c (__clog10): Likewise.
8281         * math/s_clog10f.c (__clog10f): Likewise.
8282         * math/s_clog10l.c (__clog10l): Likewise.
8283         * math/s_clogf.c (__clogf): Likewise.
8284         * math/s_clogl.c (__clogl): Likewise.
8285         * math/libm-test.inc (clog_test): Add more tests.
8286         (clog10_test): Likewise.
8287         * sysdeps/i386/fpu/libm-test-ulps: Update.
8288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8290 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
8292         [BZ #14283]
8293         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
8294         by 7 not 8 to examine high bit of fractional part.
8296         [BZ #14042]
8297         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
8298         for call to __mcount_internal.
8299         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
8300         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
8301         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
8303 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
8305         [BZ #14154]
8306         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
8307         approximation for values within 0x1p-13f of an odd multiple of
8308         pi/4.
8309         * math/libm-test.inc (tan_test): Do not allow spurious underflow
8310         exception.  Add more tests.
8311         * sysdeps/i386/fpu/libm-test-ulps: Update.
8313         [BZ #6778]
8314         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
8315         inputs and return -1 for them.  Do not check for +Inf in case not
8316         reachable for +Inf.
8317         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
8318         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
8319         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
8320         and return -1 for them.  Do not check for +Inf in case not
8321         reachable for +Inf.
8322         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
8323         define.
8324         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
8325         and return -1 for them.  Do not check for +Inf in case not
8326         reachable for +Inf.
8327         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
8328         spurious underflow.
8329         * sysdeps/i386/fpu/libm-test-ulps: Update.
8330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8332 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
8334         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
8336 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
8338         [BZ #14157]
8339         [BZ #14331]
8340         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
8341         could result in spurious underflow.  Scale down values above
8342         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
8343         * math/s_csqrtf.c (__csqrtf): Likewise.
8344         * math/s_csqrtl.c (__csqrtl): Likewise.
8345         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
8346         spurious underflow.
8347         * sysdeps/i386/fpu/libm-test-ulps: Update.
8348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8350 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
8352         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
8353         xopen-msg.sed.
8354         * catgets/xopen-msg.awk: New file.
8355         * catgets/xopen-msg.sed: Removed.
8357         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
8358         po2text.sed.
8359         * intl/po2test.awk: New file.
8360         * intl/po2test.sed: Removed.
8362 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
8364         [BZ #14328]
8365         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
8366         or multiply small sinh result by itself.
8367         * math/s_ctanf.c (__ctanf): Likewise.
8368         * math/s_ctanh.c (__ctanh): Likewise.
8369         * math/s_ctanhf.c (__ctanhf): Likewise.
8370         * math/s_ctanhl.c (__ctanhl): Likewise.
8371         * math/s_ctanl.c (__ctanl): Likewise.
8372         * math/libm-test.inc (ctan_test_tonearest): New function.
8373         (ctan_test_towardzero): Likewise.
8374         (ctan_test_downward): Likewise.
8375         (ctan_test_upward): Likewise.
8376         (ctanh_test_tonearest): Likewise.
8377         (ctanh_test_towardzero): Likewise.
8378         (ctanh_test_downward): Likewise.
8379         (ctanh_test_upward): Likewise.
8380         (main): Call these new functions.
8381         * sysdeps/i386/fpu/libm-test-ulps: Update.
8382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8384 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
8386         * .gitignore: Delete /ports entry.
8388 2012-07-03  Andreas Jaeger  <aj@suse.de>
8390         * po/bg.po: Update from translation team.
8391         * po/cs.po: Likewise.
8392         * po/de.po: Likewise.
8393         * po/hr.po: Likewise.
8394         * po/nl.pl: Likewise.
8395         * po/pl.po: Likewise.
8396         * po/vi.po: Likewise.
8398 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
8400         * Makeconfig [!+link] (+link-before-libc): New variable.
8401         [!+link] (+link-after-libc): Likewise.
8402         [!+link] (+link-tests): Likewise.
8403         [!+link] (+link): Define in terms of $(+link-before-libc) and
8404         $(+link-after-libc).
8405         [!+link-static] (+link-static-before-libc): New variable.
8406         [!+link-static] (+link-static-after-libc): Likewise.
8407         [!+link-static] (+link-static-tests): Likewise.
8408         [!+link-static] (+link-static): Define in terms of
8409         $(+link-static-before-libc) and $(+link-static-after-libc).
8410         [build-shared] (link-libc-before-gnulib): New variable.
8411         [build-shared] (link-libc-tests): Likewise.
8412         [build-shared] (link-libc): Define in terms of
8413         $(link-libc-before-gnulib).
8414         [!build-shared] (link-libc-tests): New variable.
8415         (link-libc-static-tests): New variable.
8416         [!gnulib] (gnulib-arch): New variable.
8417         [!gnulib] (gnulib-tests): Likewise.
8418         [!gnulib] (static-gnulib-arch): Likewise.
8419         [!gnulib] (static-gnulib-tests): Likewise.
8420         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
8421         Define with "=" instead of ":=".
8422         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
8423         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
8424         * Rules (binaries-all-notests): New variable.
8425         (binaries-all-tests): Likewise.
8426         (binaries-static-notests): Likewise.
8427         (binaries-static-tests): Likewise.
8428         (binaries-all): Define using $(binaries-all-notests) and
8429         $(binaries-all-tests).
8430         (binaries-static): Define using $(binaries-static-notests) and
8431         $(binaries-static-tests).
8432         (binaries-shared-tests): New variable.
8433         (binaries-shared-notests): Likewise.
8434         (binaries-shared): Remove variable.
8435         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
8436         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
8437         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
8438         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
8439         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
8440         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
8441         * elf/Makefile (sln-modules): New variable.
8442         (extra-objs): Add $(sln-modules:=.o).
8443         (ldconfig-modules): Add static-stubs.
8444         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
8445         * elf/static-stubs.c: New file.
8447         [BZ #14283]
8448         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
8449         by 7 not 8 to examine high bit of fractional part.  Use volatile
8450         variables when splitting into final array of floats if
8451         __FLT_EVAL_METHOD__ != 0.
8452         * math/libm-test.inc (cos_test): Add another test.
8453         (sin_test): Likewise.
8454         * sysdeps/i386/fpu/libm-test-ulps: Update.
8456         [BZ #14273]
8457         * math/libm-test.inc (cosh_test): Add more tests.
8459         * version.h (RELEASE): Set to "development".
8460         (VERSION): Set to "2.16.90".
8462 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
8464         * NEWS: Update copyright. Remove last-updated date.
8465         Mention math library bug fixes and timezone data changes.
8466         * README: Mention GNU/Hurd, x32, and HPPA support status.
8468 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
8470         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
8472 2012-06-27  Andreas Jaeger  <aj@suse.de>
8474         * manual/contrib.texi (Contributors): Add Samuel Thibault.
8476 2012-06-25  Andreas Jaeger  <aj@suse.de>
8478         * sysdeps/s390/fpu/libm-test-ulps: Update.
8480 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
8481             Thomas Schwinge  <thomas@codesourcery.com>
8483         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
8484         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
8485         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
8486         fanotify_mark.
8488 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
8490         * sysdeps/mach/start.c: Remove file.
8491         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
8492         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
8493         * sysdeps/sh/init-first.c: Likewise.
8495         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
8496         registers for frame unwinding purposes, add CFI directives.
8497         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
8498         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
8499         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
8500         Likewise.
8502         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
8503         __fortify_fail returning.
8504         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
8506         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
8507         sysdeps/sh/____longjmp_chk.S.
8508         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
8509         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
8510         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
8511         (gen-as-const-headers): Append sigaltstack-offsets.sym.
8513         * sysdeps/sh/abort-instr.h: New file.
8514         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
8515         process in case exit returns.
8517         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
8518         initialize the GOT register before use.
8520         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
8521         calculation of ARGC > 4.
8523         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
8524         meaningful names to some local labels.
8526 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
8527             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8529         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
8530         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
8531         (__arch_compare_and_exchange_val_16_acq): Likewise.
8532         (__arch_compare_and_exchange_val_32_acq): Likewise.
8533         (atomic_exchange_and_add): Fix gUSA sequence.
8534         (atomic_add): Likewise.
8535         (atomic_add_negative): Likewise.
8536         (atomic_add_zero): Likewise.
8537         (atomic_bit_test_set): Likewise.
8539 2012-06-22  Andreas Schwab  <schwab@redhat.com>
8541         [BZ #13579]
8542         * include/link.h (struct link_map): Add l_free_initfini.
8543         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
8544         l_initfini.
8545         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
8546         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
8547         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
8548         set.
8550 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
8552         * configure.in: Use AC_LANG_SOURCE.
8553         * configure: Regenerate.
8555 2012-06-22  Roland McGrath  <roland@hack.frob.com>
8557         * configure.in (libc_cv_localstatedir): New substituted variable.
8558         * configure: Regenerated.
8559         * config.make.in (localstatedir): New variable, substituted from
8560         libc_cv_localstatedir.
8561         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
8562         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
8563         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
8564         * sysdeps/gnu/configure: Regenerated.
8566 2012-06-21  Jeff Law  <law@redhat.com>
8568         [BZ #14277]
8569         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
8570         free.  Simplify list management for _LIBC case.
8572 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
8574         [BZ #14273]
8575         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
8576         Clear sign bit of 64-bit integer value before comparing against
8577         overflow value.
8579         * sysdeps/mach/configure: Regenerated.
8581 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
8583         [BZ #14278]
8584         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
8586 2012-06-21  Jeff Law  <law@redhat.com>
8588         [BZ #13882]
8589         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
8590         uint16_t for elements in the "seen" array to avoid char overflows.
8591         * elf/dl-fini.c (_dl_sort_fini): Likewise.
8592         * elf/dl-open.c (dl_open_worker): Likewise.
8594 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
8596         * scripts/list-sources.sh: Scan PORTS for translations.
8597         * po/libc.pot: Regenerated.
8599 2012-06-21  Andreas Jaeger  <aj@suse.de>
8601         [BZ #12194]
8602         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
8603         warning.
8604         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
8605         * bits/byteswap-16.h (__bswap_16): Likewise.
8606         * bits/byteswap.h (__bswap_constant_16): Likewise.
8608 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
8610         [BZ #14117]
8611         * sysdeps/i386/fpu_control.h: Removed.
8612         * sysdeps/x86_64/fpu_control.h: Moved to ...
8613         * sysdeps/x86/fpu_control.h: Here.
8615         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
8616         (_FPU_SETCW): Likewise.
8618 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
8620         [BZ #14117]
8621         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
8622         * sysdeps/x86/fpu/bits/mathinline.h: This.
8623         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
8625         [BZ #14050]
8626         [BZ #14117]
8627         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
8628         functions if __x86_64__ is defined.
8630 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
8632         * string/endian.h: Add !__ASSEMBLER__ condition for including
8633         conversion interfaces.
8635 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
8637         [BZ #14241]
8638         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
8639         of ABS(x) in calculating zero to negative powers other than odd
8640         integers.
8641         * math/libm-test.inc (pow_test): Add more tests.
8643 2012-06-15  Andreas Jaeger  <aj@suse.de>
8645         * manual/contrib.texi (Contributors): Update entry of Liubov
8646         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
8647         Machado Filho.
8649 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
8651         * string/string.h: Add __wur to GNU version of strerror_r.
8653 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
8655         [BZ #14229]
8656         * string/Makefile (tests): Add tst-strtok_r.
8657         * string/tst-strtok_r.c: New file.
8658         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
8659         RAX_LP/RDX_LP on SAVE_PTR.
8661 2012-06-14  Roland McGrath  <roland@hack.frob.com>
8663         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
8665 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
8667         * libm_test.inc (csqrt_test): Allow more spurious underflow
8668         exceptions.
8669         (j0_test): Likewise.
8670         (j1_test): Likewise.
8671         (y0_test): Likewise.
8672         (y1_test): Likewise.
8674 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
8676         * po/Makefile (libc.pot): Use UTF-8 charset.
8678 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
8680         [BZ #14210]
8681         Suppress sign-conversion warning from FD_SET.
8682         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
8683         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
8684         not unsigned long int.
8685         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
8687 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
8689         [BZ #14050]
8690         [BZ #14117]
8691         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
8692         __extern_always_inline instead of __extern_inline.
8693         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
8694         (__signbit): Likewise.
8695         (__signbitl): Support C++ namespace.
8696         (lrintf): New inline function.
8697         (lrint): Likewise.
8698         (llrintf): Likewise.
8699         (llrint): Likewise.
8700         (fmaxf): Likewise.
8701         (fmax): Likewise.
8702         (fminf): Likewise.
8703         (fmin): Likewise.
8704         (rint): Likewise.
8705         (rintf): Likewise.
8706         (ceil): Likewise.
8707         (ceilf): Likewise.
8708         (floor): Likewise.
8709         (floorf): Likewise.
8710         (nearbyint): Likewise.
8711         (nearbyintf): Likewise.
8713 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
8715         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
8716         non-default versions.
8718 2012-06-11  Roland McGrath  <roland@hack.frob.com>
8720         [BZ #14218]
8721         * manual/argp.texi (Argp): Reword argp_parse description slightly.
8723 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
8725         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
8726         (FE_UPWARD, FE_DOWNWARD): Don't define.
8727         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
8728         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
8730         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
8731         reading it.
8732         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
8733         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
8735 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8737         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
8738         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
8739         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
8740         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
8742 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
8744         [BZ #14117]
8745         * sysdeps/i386/fpu/bits/fenv.h: Removed.
8746         * sysdeps/i386/fpu/Implies: New file.
8747         * sysdeps/x86_64/fpu/Implies: Likewise.
8748         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
8749         * sysdeps/x86/fpu/bits/fenv.h: This.
8751         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
8752         __SSE_MATH__.
8754 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
8756         [BZ #14134]
8757         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
8758         character 0xffff that matches the last element of the
8759         conversion table.
8761 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8763         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
8764         fmodl commit.
8766 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8768         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
8769         values higher than 25.6283.
8771 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8773         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
8774         subnormal exponent extraction and add some __builtin_expect.
8775         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
8776         Fix for subnormal mantissa calculation.
8778 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
8780         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
8781         cpu2 is -1 and errno is not ENOSYS.
8783 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
8785         [BZ #14117]
8786         * sysdeps/i386/i486/bits/string.h: Renamed to ...
8787         * sysdeps/x86/bits/string.h: This.
8788         * sysdeps/x86_64/bits/string.h: Removed.
8790         * sysdeps/i386/i486/bits/string.h: Define inline functions only
8791         if not compiling for x86-64, but compiling for >= i486.
8793         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
8794         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
8796         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
8797         New macro from Linux kernel 3.4.0.
8798         (FP_XSTATE_MAGIC2): Likewise.
8799         (FP_XSTATE_MAGIC2_SIZE): Likewise.
8800         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
8801         (struct _fpx_sw_bytes): New struct.
8802         (struct _xsave_hdr): Likewise.
8803         (struct _ymmh_state): Likewise.
8804         (struct _xstate): Likewise.
8806         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
8807         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
8808         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
8809         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
8810         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
8811         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
8813         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
8814         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
8815         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
8816         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
8817         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
8818         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
8820 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
8822         [BZ #13743]
8823         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
8824         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
8825         (sysdep_headers): Include sys/platform/ppc.h.
8826         * sysdeps/powerpc/test-gettimebase.c: Test for
8827         __ppc_get_timebase() to catch future ISA opcode/insn changes.
8828         * manual/Makefile (appendices): Include platform.texi.
8829         * manual/contrib.texi (Contributors): Update @node pointers.
8830         * manual/maint.texi (Maintenance): Likewise.
8831         (Platform): New node.
8832         * manual/platform.texi: New file.  Document the new features.
8834 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8835             Jakub Jelinek  <jakub@redhat.com>
8837         [BZ #14188]
8838         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
8839         where __builtin_expect is unavailable.
8841 2012-06-03  David S. Miller  <davem@davemloft.net>
8843         * stdlib/longlong.h: Updated from GCC.
8845 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
8847         [BZ #14042]
8848         * sysdeps/powerpc/powerpc32/mcount.c: New file.
8849         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
8850         __mcount_internal.
8851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
8852         (GLIBC_2.16): Likewise.
8854 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
8856         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
8858 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
8860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
8861         (default-abi): New variable.
8862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
8863         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
8864         variable.
8865         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
8866         Likewise.
8867         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
8868         Likewise.
8869         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
8870         Likewise.
8872         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
8873         definition.  Document in comment.
8875 2012-06-01  David S. Miller  <davem@davemloft.net>
8877         * stdlib/longlong.h: Updated from GCC.
8879 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
8881         [BZ #14117]
8882         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
8883         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
8884         sys/debugreg.h sys/io.h here.
8885         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
8886         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
8887         sys/io.h.
8888         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
8889         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
8890         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
8891         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
8892         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
8893         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
8895         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
8896         Define only if __x86_64__ is defined.
8898 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
8900         [BZ #14048]
8901         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
8902         Use int64_t for variable i.
8903         * math/libm-test.inc (fmod_test): Add more tests.
8905         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
8906         z computation is not scheduled after fetestexcept.
8907         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
8908         Use math_force_eval instead of asm to ensure calculation scheduled
8909         before exception test.
8910         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
8911         Ensure a1 + u.d computation is not scheduled after fetestexcept.
8913 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
8915         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
8916         computation is not scheduled after fetestexcept.
8918 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
8920         [BZ #14117]
8921         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
8922         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
8924 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8926         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
8927         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
8929 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
8931         [BZ #14117]
8932         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
8933         <bits/wordsize.h>.
8934         (__WCHAR_MIN): Support __WORDSIZE == 64.
8935         (__WCHAR_MAX): Likewise.
8937         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
8938         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
8940         [BZ #14183]
8941         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
8942         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
8944         [BZ #14117]
8945         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
8946         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
8948         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
8949         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
8951         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
8952         Defined to 1 if __x86_64__ isn't defined.
8953         (_STAT_VER_LINUX_OLD): New.
8954         (st_atime): Remove duplicate.
8955         (st_mtime): Likewise.
8956         (st_ctime): Likewise.
8958 2012-05-31  David S. Miller  <davem@davemloft.net>
8960         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
8961         entries.
8963 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
8965         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
8966         gen-libm-test.pl.
8968         [BZ #14132]
8969         * elf/dl-reloc.c: Include <_itoa.h>.
8970         (_dl_reloc_bad_type): Remove use of INTUSE.
8971         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
8972         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
8973         * stdio-common/psiginfo.c (psiginfo): Likewise.
8974         * stdio-common/psignal.c (psignal): Likewise.
8975         * string/strsignal.c (strsignal): Likewise.
8976         * include/signal.h (_sys_siglist): Declare hidden proto.
8977         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
8978         INTVARDEF with libc_hidden_data_def.
8979         * stdio-common/itoa-udigits.c: Likewise.
8980         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
8981         (_itoa_lower_digits_internal): Remove declaration.
8982         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
8983         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
8984         (_sys_sigabbrev_internal): Remove aliases.
8985         (_sys_siglist): Define hidden alias.
8987 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
8989         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8990         bits/sysctl.h.
8992 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
8994         [BZ #14117]
8995         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
8996         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
8998         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
8999         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
9000         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
9001         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
9002         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
9003         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
9005         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
9006         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
9007         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
9009         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
9010         with __addr.
9011         (insw): Likewise.
9012         (insl): Likewise.
9013         (outsb): Likewise.
9014         (outsw): Likewise.
9015         (outsl): Likewise.
9017         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
9018         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
9019         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
9021         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
9022         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
9023         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
9024         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
9025         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
9026         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
9028         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
9029         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
9031         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
9032         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
9034         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
9035         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
9036         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
9038         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
9039         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
9040         to ...
9041         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
9043         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
9044         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
9045         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
9047         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
9048         for x86-64.
9049         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
9051 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
9053         * math/math.h (M_El): Use two more decimal places.
9054         (M_LOG2El): Likewise.
9055         (M_LOG10El): Likewise.
9056         (M_LN2l): Likewise.
9057         (M_LN10l): Likewise.
9058         (M_PIl): Likewise.
9059         (M_PI_2l): Likewise.
9060         (M_PI_4l): Likewise.
9061         (M_1_PIl): Likewise.
9062         (M_2_PIl): Likewise.
9063         (M_2_SQRTPIl): Likewise.
9064         (M_SQRT2l): Likewise.
9065         (M_SQRT1_2l): Likewise.
9067 2012-05-31  David S. Miller  <davem@davemloft.net>
9069         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
9070         values between float registers.
9071         * sysdeps/sparc/sparc64/memset.S: Likewise.
9072         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
9074 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
9076         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
9077         -D_FORTIFY_SOURCE=1.
9078         (CPPFLAGS-tst-longjmp_chk.c): Define.
9079         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
9080         (CPPFLAGS-tst-longjmp_chk2.c): Define.
9081         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
9082         CFLAGS-tst-wchar-h.c.
9084 2012-05-31  Marek Polacek  <polacek@redhat.com>
9086         [BZ #14132]
9087         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
9088         __endmntent_internal): Remove declaration.
9089         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
9090         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
9091         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
9093 2012-05-30  David S. Miller  <davem@davemloft.net>
9095         * sysdeps/sparc/sparc32/soft-fp/q_util.c
9096         (___Q_simulate_exceptions): Use real FP ops rather than writing
9097         into the %fsr.
9098         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
9099         Likewise.
9101 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
9103         [BZ #14117]
9104         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
9105         * sysdeps/x86/bits/xtitypes.h: This.
9107         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
9108         * sysdeps/x86/bits/wordsize.h: This.
9110         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
9111         * sysdeps/x86/bits/huge_vall.h: This.
9113         * sysdeps/i386/bits/select.h: Removed.
9114         * sysdeps/x86_64/bits/select.h: Renamed to ...
9115         * sysdeps/x86/bits/select.h: This.
9117         * sysdeps/i386/bits/setjmp.h: Removed.
9118         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
9119         * sysdeps/x86/bits/setjmp.h: This.
9121         * sysdeps/i386/bits/mathdef.h: Removed.
9122         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
9123         * sysdeps/x86/bits/mathdef.h: This.
9125 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
9127         [BZ #14132]
9128         * include/sys/socket.h (__connect_internal)
9129         (__libc_sa_len_internal): Remove declaration.
9130         (__connect, __libc_sa_len): Declare hidden_proto.
9131         (SA_LEN): Remove use of INTUSE.
9132         * socket/connect.c: Add libc_hidden_def.
9133         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
9134         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
9135         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
9136         alias.
9137         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9138         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
9139         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
9140         of adding _internal alias.
9142 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
9144         [BZ #14117]
9145         * sysdeps/i386/bits/link.h: Removed.
9146         * sysdeps/i386/bits/linkmap.h: Likewise.
9147         * sysdeps/x86_64/bits/link.h: Renamed to ...
9148         * sysdeps/x86/bits/link.h: This.
9149         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
9150         * sysdeps/x86/bits/linkmap.h: This.
9152         * sysdeps/i386/bits/endian.h: Removed.
9153         * sysdeps/x86_64/bits/endian.h: Renamed to ...
9154         * sysdeps/x86/bits/endian.h: This.
9156         * sysdeps/i386/bits/byteswap.h: Removed.
9157         * sysdeps/i386/bits/byteswap-16.h: Likewise.
9158         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
9159         * sysdeps/x86/bits/byteswap.h: This.
9160         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
9161         * sysdeps/x86/bits/byteswap-16.h: This.
9162         * sysdeps/i386/Implies: Add x86.
9163         * sysdeps/x86_64/Implies: Likewise.
9165 2012-05-30  David S. Miller  <davem@davemloft.net>
9167         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
9168         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
9169         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
9170         (FP_TRAPPING_EXCEPTIONS): Define.
9171         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
9172         (FP_TRAPPING_EXCEPTIONS): Define.
9173         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
9174         subnormals only when inexact has been signalled or underflow
9175         exceptions are enabled.
9176         (_FP_PACK_CANONICAL): Likewise.
9178 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
9180         [BZ #14183]
9181         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
9182         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
9184 2012-05-30  Richard Henderson  <rth@twiddle.net>
9186         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
9187         with #ifndef NOT_IN_libc.
9189         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
9190         marked to avoid plt entry.
9192 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
9194         [BZ #14112]
9195         * Makeconfig (default-abi): New macro.
9196         (abi-includes): Likewise.
9197         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
9198         $(abi-$(default-abi)-lib-soname) for soname if defined.
9199         ($(common-objpfx)gnu/lib-names.stmp): Generate from
9200         abi-variants.
9201         * Makefile (installed-stubs): Likewise.
9202         * include/stubs-biarch.h: Removed.
9203         * scripts/lib-names.awk: Only handle one library at a time.
9204         * scripts/soversions.awk: Remove WORDSIZE support.
9205         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
9206         entries.
9207         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
9208         Removed.
9209         (syscall-list-default-condition): Likewise.
9210         (syscall-list-default-condition): Likewise.
9211         (syscall-list-includes): Likewise.
9212         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
9213         syscall-list-* with abi-*.  Handle undefined abi-variants.
9214         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
9215         * sysdeps/unix/sysv/linux/i386/Implies: New file.
9216         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
9217         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
9218         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
9219         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
9220         Removed.
9221         (syscall-list-32-options): Likewise.
9222         (syscall-list-32-condition): Likewise.
9223         (syscall-list-64-options): Likewise.
9224         (syscall-list-64-condition): Likewise.
9225         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
9226         macro.
9227         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
9228         Renamed to ...
9229         (abi-*): This.
9230         (abi-64-ld-soname): New macro.
9231         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
9232         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
9233         Renamed to ...
9234         (abi-*): This.
9235         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
9236         * sysdeps/x86_64/x32/shlib-versions: Likewise.
9238 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
9240         * sysdeps/unix/sysv/linux/kernel-features.h
9241         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
9242         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
9243         include <kernel-features.h>.
9244         [!__NR_ftruncate64]: Remove conditional code.
9245         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9246         [__NR_ftruncate64]: Make code unconditional.
9247         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9248         * sysdeps/unix/sysv/linux/truncate64.c: Do not
9249         include <kernel-features.h>.
9250         [!__NR_ftruncate64]: Remove conditional code.
9251         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9252         [__NR_ftruncate64]: Make code unconditional.
9253         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
9255         include <kernel-features.h>.
9256         [!__NR_ftruncate64]: Remove conditional code.
9257         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9258         [__NR_ftruncate64]: Make code unconditional.
9259         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
9261         include <kernel-features.h>.
9262         [!__NR_ftruncate64]: Remove conditional code.
9263         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9264         [__NR_ftruncate64]: Make code unconditional.
9265         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9267         * configure.in (libc_cv_fpie): Weaken to a compile test using
9268         LIBC_TRY_CC_OPTION.
9269         * configure: Regenerated.
9271 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9273         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
9274         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
9275         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
9276         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9277         Refreshed.
9278         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
9279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
9280         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
9281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
9282         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
9283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9284         Refreshed.
9286 2012-05-27  David S. Miller  <davem@davemloft.net>
9288         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
9289         (___Q_zero): New.
9290         (__Q_simulate_exceptions): Return void.  Change to simulate
9291         exceptions by writing into the %fsr.
9292         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
9293         (__Qp_handle_exceptions): Likewise.
9294         (numbers): Delete.
9295         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
9296         __Qp_handle_exceptions.
9297         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
9298         __Qp_handle_exceptions.
9299         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
9300         as unused and give dummy FP_RND_NEAREST initializer.
9301         (FP_INHIBIT_RESULTS): Define.
9302         (___Q_simulate_exceptions): Update declaration.
9303         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
9304         formatting.
9305         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
9306         as unused and give dummy FP_RND_NEAREST initializer.
9307         (__Qp_handle_exceptions): Update declaration.
9308         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
9309         formatting.
9311 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
9313         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
9314         the temporary FPU control word.
9315         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
9316         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
9317         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
9318         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
9319         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
9320         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
9321         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
9322         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
9323         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
9324         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
9325         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
9327 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9329         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
9330         fields.
9332 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
9334         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
9335         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
9336         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
9337         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
9338         Likewise.
9339         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
9340         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
9341         Likewise.
9343 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
9345         * po/h.po: Update from translation team.
9347 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
9349         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
9351         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
9352         handling of denormals.
9353         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
9354         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
9355         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
9356         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
9357         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
9358         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
9359         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
9360         Likewise.
9362 2012-05-26  Marek Polacek  <polacek@redhat.com>
9364         [BZ #14152]
9365         * math/libm-test.inc (fma_test): Don't always expect underflow
9366         exception.
9368 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9370         [BZ #12416]
9371         * elf/tst-execstack.c: Include stackinfo.h.
9372         (do_test): Adjust test case to ensure that pthread_getattr_np
9373         behaviour remains the same after marking stack executable.
9375 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
9377         * sysdeps/unix/sysv/linux/kernel-features.h
9378         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
9379         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
9380         kernel-features.h.
9381         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
9382         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
9383         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
9384         kernel-features.h.
9385         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
9386         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
9388 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
9390         * configure.in: Define the default includes to being none.
9391         * configure: Regenerated.
9393 2012-05-25  Roland McGrath  <roland@hack.frob.com>
9395         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
9396         * sysdeps/x86_64/setjmp.S: Likewise.
9397         * sysdeps/i386/bsd-setjmp.S: Likewise.
9398         * sysdeps/i386/bsd-_setjmp.S: Likewise.
9399         * sysdeps/i386/setjmp.S: Likewise.
9400         * sysdeps/i386/__longjmp.S: Likewise.
9401         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
9402         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
9404         * include/stap-probe.h: New file.
9405         * configure.in: Handle --enable-systemtap.
9406         * configure: Regenerated.
9407         * config.h.in (USE_STAP_PROBE): New #undef.
9408         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
9409         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
9410         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
9412 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
9414         [BZ #13717]
9415         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
9416         to 2.4.0 where earlier.
9417         * sysdeps/unix/sysv/linux/configure: Regenerated.
9418         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
9419         <kernel-features.h>.
9420         [__ASSUME_32BITUIDS]: Make code unconditional.
9421         [!__ASSUME_32BITUIDS]: Remove conditional code.
9422         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
9423         <kernel-features.h>.
9424         [__ASSUME_32BITUIDS]: Make code unconditional.
9425         [!__ASSUME_32BITUIDS]: Remove conditional code.
9426         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
9427         [__ASSUME_32BITUIDS]: Make code unconditional.
9428         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
9429         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
9430         <kernel-features.h>.
9431         [__ASSUME_32BITUIDS]: Make code unconditional.
9432         [!__ASSUME_32BITUIDS]: Remove conditional code.
9433         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
9434         <kernel-features.h>.
9435         [__ASSUME_32BITUIDS]: Make code unconditional.
9436         [!__ASSUME_32BITUIDS]: Remove conditional code.
9437         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
9438         <kernel-features.h>.
9439         [__ASSUME_32BITUIDS]: Make code unconditional.
9440         [!__ASSUME_32BITUIDS]: Remove conditional code.
9441         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
9442         <kernel-features.h>.
9443         [__ASSUME_32BITUIDS]: Make code unconditional.
9444         [!__ASSUME_32BITUIDS]: Remove conditional code.
9445         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
9446         <kernel-features.h>.
9447         [__ASSUME_32BITUIDS]: Make code unconditional.
9448         [!__ASSUME_32BITUIDS]: Remove conditional code.
9449         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
9450         <kernel-features.h>.
9451         [__ASSUME_32BITUIDS]: Make code unconditional.
9452         [!__ASSUME_32BITUIDS]: Remove conditional code.
9453         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
9454         <kernel-features.h>.
9455         [__ASSUME_32BITUIDS]: Make code unconditional.
9456         [!__ASSUME_32BITUIDS]: Remove conditional code.
9457         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
9458         <kernel-features.h>.
9459         [__ASSUME_32BITUIDS]: Make code unconditional.
9460         [!__ASSUME_32BITUIDS]: Remove conditional code.
9461         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
9462         <kernel-features.h>.
9463         [__ASSUME_32BITUIDS]: Make code unconditional.
9464         [!__ASSUME_32BITUIDS]: Remove conditional code.
9465         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
9466         <kernel-features.h>.
9467         [__ASSUME_32BITUIDS]: Make code unconditional.
9468         [!__ASSUME_32BITUIDS]: Remove conditional code.
9469         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
9470         <kernel-features.h>.
9471         [__NR_setresgid] (__setresgid): Do not declare.
9472         [__ASSUME_32BITUIDS]: Make code unconditional.
9473         [!__ASSUME_32BITUIDS]: Remove conditional code.
9474         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
9475         <kernel-features.h>.
9476         [__NR_setresuid] (__setresuid): Do not declare.
9477         [__ASSUME_32BITUIDS]: Make code unconditional.
9478         [!__ASSUME_32BITUIDS]: Remove conditional code.
9479         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
9480         <kernel-features.h>.
9481         [__ASSUME_32BITUIDS]: Make code unconditional.
9482         [!__ASSUME_32BITUIDS]: Remove conditional code.
9483         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
9484         <kernel-features.h>.
9485         [__ASSUME_32BITUIDS]: Make code unconditional.
9486         [!__ASSUME_32BITUIDS]: Remove conditional code.
9487         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
9488         <kernel-features.h>.
9489         [__ASSUME_32BITUIDS]: Make code unconditional.
9490         [!__ASSUME_32BITUIDS]: Remove conditional code.
9491         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
9492         <kernel-features.h>.
9493         [__ASSUME_32BITUIDS]: Make code unconditional.
9494         [!__ASSUME_32BITUIDS]: Remove conditional code.
9495         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
9496         <kernel-features.h>.
9497         [__ASSUME_32BITUIDS]: Make code unconditional.
9498         [!__ASSUME_32BITUIDS]: Remove conditional code.
9499         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
9500         <kernel-features.h>.
9501         [__ASSUME_32BITUIDS]: Make code unconditional.
9502         [!__ASSUME_32BITUIDS]: Remove conditional code.
9503         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
9504         <kernel-features.h>.
9505         [__ASSUME_32BITUIDS]: Make code unconditional.
9506         [!__ASSUME_32BITUIDS]: Remove conditional code.
9507         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
9508         <kernel-features.h>.
9509         [__ASSUME_32BITUIDS]: Make code unconditional.
9510         [!__ASSUME_32BITUIDS]: Remove conditional code.
9511         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
9512         <kernel-features.h>.
9513         [__ASSUME_32BITUIDS]: Make code unconditional.
9514         [!__ASSUME_32BITUIDS]: Remove conditional code.
9515         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
9516         <kernel-features.h>.
9517         [__ASSUME_32BITUIDS]: Make code unconditional.
9518         [!__ASSUME_32BITUIDS]: Remove conditional code.
9519         * sysdeps/unix/sysv/linux/kernel-features.h
9520         (__ASSUME_SETRESUID_SYSCALL): Remove.
9521         (__ASSUME_SETRESGID_SYSCALL): Likewise.
9522         (__ASSUME_32BITUIDS): Likewise.
9523         (__ASSUME_LDT_WORKS): Likewise.
9524         (__ASSUME_O_DIRECTORY): Likewise.
9525         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
9526         architecture but not kernel version.
9527         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9528         (__ASSUME_MMAP2_SYSCALL): Likewise.
9529         (__ASSUME_STAT64_SYSCALL): Likewise.
9530         (__ASSUME_IPC64): Likewise.
9531         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
9532         <kernel-features.h>.
9533         [__ASSUME_32BITUIDS]: Make code unconditional.
9534         [!__ASSUME_32BITUIDS]: Remove conditional code.
9535         * sysdeps/unix/sysv/linux/opendir.c: Do not include
9536         <kernel-features.h>.
9537         [__ASSUME_O_DIRECTORY]: Make code unconditional.
9538         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
9539         132096]: Remove conditional code.
9540         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
9541         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
9542         <kernel-features.h>.
9543         [__ASSUME_32BITUIDS]: Make code unconditional.
9544         [!__ASSUME_32BITUIDS]: Remove conditional code.
9545         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
9546         <kernel-features.h>.
9547         [__ASSUME_32BITUIDS]: Make code unconditional.
9548         [!__ASSUME_32BITUIDS]: Remove conditional code.
9549         * sysdeps/unix/sysv/linux/setegid.c: Do not include
9550         <kernel-features.h>.
9551         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
9552         unconditional.
9553         (__setresgid): Do not declare.
9554         [__ASSUME_32BITUIDS]: Make code unconditional.
9555         [!__ASSUME_32BITUIDS]: Remove conditional code.
9556         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
9557         <kernel-features.h>.
9558         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
9559         unconditional.
9560         (__setresuid): Do not declare.
9561         [__ASSUME_32BITUIDS]: Make code unconditional.
9562         [!__ASSUME_32BITUIDS]: Remove conditional code.
9563         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
9564         <kernel-features.h>.
9565         [__ASSUME_32BITUIDS]: Make code unconditional.
9566         [!__ASSUME_32BITUIDS]: Remove conditional code.
9567         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
9568         <kernel-features.h>.
9569         [__ASSUME_32BITUIDS]: Make code unconditional.
9570         [!__ASSUME_32BITUIDS]: Remove conditional code.
9572 2012-05-25  Richard Henderson  <rth@twiddle.net>
9574         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
9575         dl_hwcap to ifunc resolver.
9576         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
9577         elf_ifunc_invoke.
9578         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
9579         dl_hwcap to ifunc resolver.
9580         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
9582 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
9584         [BZ #14153]
9585         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
9586         for |x| <= 2**-26, not 2**-57.
9587         * math/libm-test.inc (acos_test): Do not allow spurious underflow
9588         exception.
9590 2012-05-24  Jeff Law  <law@redhat.com>
9592         * stdio-common/Makefile (tests): Add bug25.
9593         * stdio-common/bug25.c: New test.
9595 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
9597         [BZ #13576]
9598         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
9599         multiple of MALLOC_ALIGNMENT in size.
9600         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
9602 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
9604         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
9605         Require >= 256.
9606         (FILENAME_MAX): Use macro-int-constant.
9607         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
9608         (_IOFBF): Use macro-int-constant.
9609         (_IOLBF): Likewise.
9610         (_IONBF): Likewise.
9611         (SEEK_CUR): Likewise.
9612         (SEEK_END): Likewise.
9613         (SEEK_SET): Likewise.
9614         (TMP_MAX): Likewise.
9615         (EOF): Use macro-int-constant.  Require < 0.
9616         (NULL): Use macro-constant.  Require == 0.
9617         (stdin): Require type to be FILE *.
9618         (stdout): Likewise.
9619         (stderr): Likewise.
9620         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
9621         macro-int-constant.
9622         (EXIT_SUCCESS): Likewise.
9623         (NULL): Use macro-constant.  Require == 0.
9624         (RAND_MAX): Use macro-int-constant.
9625         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
9626         [C99-based standards] (strtof): Require function.
9627         [C99-based standards] (strtold): Likewise.
9628         [C99-based standards] (strtoll): Likewise.
9629         [C99-based standards] (strtoull): Likewise.
9630         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
9631         [ISO || ISO99 || ISO11] (limits.h): Likewise.
9632         [ISO || ISO99 || ISO11] (math.h): Likewise.
9633         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
9634         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
9635         [ISO || ISO99 || ISO11] (*_t): Do not allow.
9637 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
9639         [BZ #14132]
9640         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
9641         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
9642         * intl/dgettext.c (DCGETTEXT): Likewise.
9643         * intl/gettext.c (DCGETTEXT): Likewise.
9644         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
9645         * posix/regex_internal.h (gettext): Likewise.
9646         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
9647         Remove declaration.
9648         * include/argz.h (__argz_count_internal)
9649         (__argz_stringify_internal): Remove declaration.
9650         (__argz_count, __argz_stringify): Declare hidden proto.
9651         * intl/dcgettext.c: Remove use of INTDEF.
9652         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
9653         * string/argz-stringify.c: Likewise.
9654         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
9655         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
9656         Declare hidden proto.
9657         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
9658         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
9659         Declare hidden proto.
9660         * include/stdio.h (__asprintf_internal): Don't declare.
9661         (__asprintf): Don't define as macro.  Declare hidden proto.
9662         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
9663         (__fsetlocking): Declare hidden proto.
9664         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
9665         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
9666         hidden proto.
9667         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
9668         (_IO_setlinebuf): Remove use of INTUSE.
9669         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
9670         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
9671         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
9672         Remove declaration.
9673         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
9674         (_IO_do_flush): Remove use of INTUSE.
9675         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
9676         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
9677         (_IO_adjust_column, _IO_least_wmarker)
9678         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
9679         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
9680         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
9681         (_IO_default_doallocate, _IO_wdefault_doallocate)
9682         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
9683         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
9684         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
9685         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
9686         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
9687         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
9688         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
9689         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
9690         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
9691         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
9692         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
9693         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
9694         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
9695         proto.
9696         (_IO_flush_all_internal, _IO_adjust_column_internal)
9697         (_IO_default_uflow_internal, _IO_default_finish_internal)
9698         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
9699         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
9700         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
9701         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
9702         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
9703         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
9704         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
9705         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
9706         (_IO_file_close_internal, _IO_file_close_it_internal)
9707         (_IO_file_underflow_internal, _IO_file_overflow_internal)
9708         (_IO_file_init_internal, _IO_file_attach_internal)
9709         (_IO_file_fopen_internal, _IO_file_read_internal)
9710         (_IO_file_sync_internal, _IO_file_seek_internal)
9711         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
9712         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
9713         (_IO_str_underflow_internal, _IO_str_overflow_internal)
9714         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
9715         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
9716         (_IO_list_all_internal, _IO_link_in_internal)
9717         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
9718         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
9719         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
9720         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
9721         (_IO_do_write_internal, _IO_padn_internal)
9722         (_IO_getline_info_internal, _IO_getline_internal)
9723         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
9724         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
9725         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
9726         (_IO_vfscanf_internal, _IO_vfprintf_internal)
9727         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
9728         (_IO_init_internal, _IO_un_link_internal): Don't declare.
9729         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
9730         with libc_hidden_ver, remove use of INTUSE.
9731         * libio/genops.c: Likewise.
9732         * libio/freopen.c: Likewise.
9733         * libio/freopen64.c: Likewise.
9734         * libio/iofclose.c: Likewise.
9735         * libio/iofdopen.c: Likewise.
9736         * libio/iofflush.c: Likewise.
9737         * libio/iofflush_u.c: Likewise.
9738         * libio/iofgets.c: Likewise.
9739         * libio/iofgets_u.c: Likewise.
9740         * libio/iofopen.c: Likewise.
9741         * libio/iofopncook.c: Likewise.
9742         * libio/iofread.c: Likewise.
9743         * libio/iofread_u.c: Likewise.
9744         * libio/ioftell.c: Likewise.
9745         * libio/iofwrite.c: Likewise.
9746         * libio/iogetline.c: Likewise.
9747         * libio/iogets.c: Likewise.
9748         * libio/iogetwline.c: Likewise.
9749         * libio/iopadn.c: Likewise.
9750         * libio/iopopen.c: Likewise.
9751         * libio/ioseekoff.c: Likewise.
9752         * libio/ioseekpos.c: Likewise.
9753         * libio/iosetbuffer.c: Likewise.
9754         * libio/iosetvbuf.c: Likewise.
9755         * libio/ioungetc.c: Likewise.
9756         * libio/ioungetwc.c: Likewise.
9757         * libio/iovdprintf.c: Likewise.
9758         * libio/iovsprintf.c: Likewise.
9759         * libio/iovsscanf.c: Likewise.
9760         * libio/memstream.c: Likewise.
9761         * libio/obprintf.c: Likewise.
9762         * libio/oldfileops.c: Likewise.
9763         * libio/oldiofclose.c: Likewise.
9764         * libio/oldiofdopen.c: Likewise.
9765         * libio/oldiofopen.c: Likewise.
9766         * libio/oldiopopen.c: Likewise.
9767         * libio/oldstdfiles.c: Likewise.
9768         * libio/putc.c: Likewise.
9769         * libio/setbuf.c: Likewise.
9770         * libio/setlinebuf.c: Likewise.
9771         * libio/stdfiles.c: Likewise.
9772         * libio/strops.c: Likewise.
9773         * libio/vasprintf.c: Likewise.
9774         * libio/vscanf.c: Likewise.
9775         * libio/vsnprintf.c: Likewise.
9776         * libio/vswprintf.c: Likewise.
9777         * libio/wfiledoalloc.c: Likewise.
9778         * libio/wfileops.c: Likewise.
9779         * libio/wgenops.c: Likewise.
9780         * libio/wmemstream.c: Likewise.
9781         * libio/wstrops.c: Likewise.
9782         * libio/__fpurge.c: Likewise.
9783         * libio/__fsetlocking.c: Likewise.
9784         * assert/assert.c: Likewise.
9785         * debug/fgets_chk.c: Likewise.
9786         * debug/fgets_u_chk.c: Likewise.
9787         * debug/fread_chk.c: Likewise.
9788         * debug/fread_u_chk.c: Likewise.
9789         * debug/gets_chk.c: Likewise.
9790         * debug/obprintf_chk.c: Likewise.
9791         * debug/vasprintf_chk.c: Likewise.
9792         * debug/vdprintf_chk.c: Likewise.
9793         * debug/vsnprintf_chk.c: Likewise.
9794         * debug/vsprintf_chk.c: Likewise.
9795         * malloc/mtrace.c: Likewise.
9796         * misc/error.c: Likewise.
9797         * misc/syslog.c: Likewise.
9798         * stdio-common/asprintf.c: Likewise.
9799         * stdio-common/fxprintf.c: Likewise.
9800         * stdio-common/getw.c: Likewise.
9801         * stdio-common/isoc99_fscanf.c: Likewise.
9802         * stdio-common/isoc99_scanf.c: Likewise.
9803         * stdio-common/isoc99_vfscanf.c: Likewise.
9804         * stdio-common/isoc99_vscanf.c: Likewise.
9805         * stdio-common/isoc99_vsscanf.c: Likewise.
9806         * stdio-common/printf-prs.c: Likewise.
9807         * stdio-common/printf_fp.c: Likewise.
9808         * stdio-common/printf_fphex.c: Likewise.
9809         * stdio-common/printf_size.c: Likewise.
9810         * stdio-common/putw.c: Likewise.
9811         * stdio-common/scanf.c: Likewise.
9812         * stdio-common/sprintf.c: Likewise.
9813         * stdio-common/tmpfile.c: Likewise.
9814         * stdio-common/vfprintf.c: Likewise.
9815         * stdio-common/vfscanf.c: Likewise.
9816         * stdlib/strfmon_l.c: Likewise.
9817         * sunrpc/openchild.c: Likewise.
9818         * sunrpc/xdr_stdio.c: Likewise.
9819         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
9820         * sysdeps/mach/hurd/tmpfile.c: Likewise.
9822 2012-05-24  Roland McGrath  <roland@hack.frob.com>
9824         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
9826         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
9827         in the third column, to generate for the shared library an IFUNC
9828         that uses _dl_vdso_vsym.
9829         * Makerules (COMPILE.c, compile-stdin.c): New variables.
9830         * Makeconfig (object-suffixes-noshared): New variable.
9832         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
9833         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
9834         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
9835         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
9837         [BZ #14132]
9838         * include/sys/time.h (__gettimeofday): Remove macro.
9839         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
9840         * time/gettimeofday.c (__gettimeofday): Remove #undef.
9841         Remove INTDEF.
9842         (__gettimeofday): Add libc_hidden_def.
9843         (gettimeofday): Add libc_hidden_weak.
9844         * sysdeps/mach/gettimeofday.c: Likewise.
9845         * sysdeps/posix/gettimeofday.c: Likewise.
9846         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
9847         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
9848         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
9849         (__gettimeofday_internal): Remove strong_alias.
9850         (__gettimeofday): Add libc_hidden_def.
9851         (gettimeofday): Add libc_hidden_weak.
9852         * sysdeps/unix/syscalls.list (gettimeofday):
9853         Remove __gettimeofday_internal alias.
9855 2012-05-24  Daniel Jacobowitz  <drow@false.org>
9856             H.J. Lu  <hongjiu.lu@intel.com>
9858         [BZ #12495]
9859         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
9860         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
9861         (largebin_index_32_big): New.
9862         (largebin_index): Use it for 16-byte alignment.
9863         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
9864         correction with front_misalign.
9866 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
9868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
9869         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9870         Likewise.
9871         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
9872         Likewise.
9873         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
9874         Likewise.
9875         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
9876         Likewise.
9877         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
9878         Likewise.
9879         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
9880         Likewise.
9881         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
9882         Likewise.
9883         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
9884         Likewise.
9885         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
9886         Likewise.
9887         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
9888         Likewise.
9889         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9890         Likewise.
9891         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
9892         Likewise.
9894         * scripts/data/c++-types-x32-linux-gnu.data: New file.
9895         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
9897 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
9899         [BZ #10846]
9900         [BZ #14036]
9901         * math/libm-test.inc (exp_test): Add test from bug 14036.
9902         (pow_test): Add test from bug 10846.
9904         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
9905         and other flags.
9906         (special_function): Do not include flags in test name.
9907         (parse_args): Likewise.
9908         * sysdeps/i386/fpu/libm-test-ulps: Update.
9909         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9910         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9911         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9914         * math/gen-libm-test.pl (%beautify): Add entries for underflow
9915         exceptions.
9916         * math/libm-test.inc ("Philosophy"): Update comment about
9917         exception testing.
9918         (UNDERFLOW_EXCEPTION): New macro.
9919         (UNDERFLOW_EXCEPTION_OK): Likewise.
9920         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
9921         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
9922         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
9923         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
9924         (INVALID_EXCEPTION_OK): Update value.
9925         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
9926         (OVERFLOW_EXCEPTION_OK): Likewise.
9927         (IGNORE_ZERO_INF_SIGN): Likewise.
9928         (test_exceptions): Handle underflow exceptions.
9929         (acos_test): Update for underflow exception expectations.
9930         (cexp_test): Likewise.
9931         (clog_test): Likewise.
9932         (clog10_test): Likewise.
9933         (csqrt_test): Likewise.
9934         (ctan_test): Likewise.
9935         (ctanh_test): Likewise.
9936         (exp_test): Likewise.
9937         (exp10_test): Likewise.
9938         (exp2_test): Likewise.
9939         (expm1_test): Likewise.
9940         (fma_test): Likewise.
9941         (j0_test): Likewise.
9942         (jn_test): Likewise.
9943         (nexttoward_test): Likewise.
9944         (pow_test): Likewise.
9945         (scalbn_test): Likewise.
9946         (scalbln_test): Likewise.
9947         (tan_test): Likewise.
9948         (y1_test): Likewise.
9949         * sysdeps/i386/fpu/libm-test-ulps: Update.
9950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9952 2012-05-23  David S. Miller  <davem@davemloft.net>
9954         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
9955         (__libc_sigaction): Remove unused local variables.
9957 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
9959         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
9961 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
9963         mktime: avoid signed integer overflow
9964         * time/mktime.c (__mktime_internal): Do not mishandle the case
9965         where diff == INT_MIN.
9967         mktime: simplify computation of average
9968         * time/mktime.c (ranged_convert): Use new time_t_avg function
9969         instead of rolling our own (probably-slower) code.
9971         mktime: do not assume signed right shift propagates sign bit
9972         * time/mktime.c (isdst_differ): New static function.
9973         (__mktime_internal): No need to normalize tm_isdst now.
9974         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
9975         tm_isdst values.
9977         mktime: merge another wrapv change from gnulib
9978         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
9979         from some compilers.
9981         mktime: remove incorrect attempt at unusual arithmetics
9982         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
9983         The code didn't really work on such machines anyway.
9984         (TYPE_MINIMUM): Assume two's complement.
9985         (twos_complement_arithmetic): Verify that long_int and time_t
9986         are two's complement (or unsigned, in the latter case).
9988         mktime: check signed shifts on long_int and time_t, too
9989         * time/mktime.c (SHR): Check that shifts work as desired
9990         on the types long_int and time_t too, as SHR is used on
9991         such types.
9993         mktime: do not assume 'long' is wide enough
9994         * time/mktime.c (verify): Move decl up.
9995         (long_int): New type.
9996         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
9997         to remove assumption in the code that 'long' is wide enough to
9998         store year values.  This assumption is not true on x32 and on
9999         some non-glibc platforms.
10001         mktime: merge wrapv change from gnulib
10002         * time/mktime.c (WRAPV): New macro.
10003         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
10004         (guess_time_tm, __mktime_internal): Do not assume that signed
10005         integer overflow wraps around; modern compilers generate code
10006         where this assumption is no longer valid.
10008 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
10010         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
10011         Replace "jmp L(pseudo_end)" with "ret".
10012         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
10013         Likewise.
10015 2012-05-23  Andreas Jaeger  <aj@suse.de>
10017         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
10018         * sysdeps/unix/sysv/linux/poll.c: Remove file.
10020 2012-05-23  Andreas Jaeger  <aj@suse.de>
10021             Maximilian Attems  <max@stro.at>
10023         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
10024         New macros.
10026 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
10028         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
10029         code so that pseudo_end is just ret and the stack pointer is
10030         correct also for static library in error case.
10032 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
10034         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
10035         move to syscalls.list.
10036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10041         * manual/install.texi (Running make install): Do not mention Linux
10042         kernel version for which pt_chown is not needed.
10043         (Linux): Do not mention problems with nscd with 2.0 kernels.
10044         * INSTALL: Regenerated.
10046 2012-05-23  Andreas Jaeger  <aj@suse.de>
10048         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
10049         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
10050         macro.
10051         * sysdeps/unix/sysv/linux/s390/bits/mman.h
10052         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
10053         * sysdeps/unix/sysv/linux/sh/bits/mman.h
10054         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
10055         * sysdeps/unix/sysv/linux/i386/bits/mman.h
10056         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
10057         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
10058         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
10059         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
10060         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
10061         * sysdeps/unix/sysv/linux/bits/in.h
10062         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
10064 2012-05-22  Roland McGrath  <roland@hack.frob.com>
10066         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
10067         (PREPARE_VERSION): Just use assert instead, it will be elided
10068         under [NDEBUG] anyway.
10070 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
10072         * sysdeps/unix/sysv/linux/Makefile: Include
10073         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
10074         (sysdep_routines): Remove sysctl.
10075         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
10076         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
10077         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
10078         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
10079         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
10081 2012-05-22  Andreas Jaeger  <aj@suse.de>
10083         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
10084         that pseudo_end is just ret and the stack pointer is correct also
10085         for static library in error case.
10087 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
10089         [BZ #14122]
10090         * nss/nsswitch.c (defconfig_entries): New variable.
10091         (__nss_database_lookup): Don't leak defconfig entries.
10092         (nss_parse_service_list): Don't leak on error paths.
10093         (free_database_entries): New function.
10094         (free_defconfig): New function.
10095         (free_mem): Move common code to free_database_entries.
10097 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
10099         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
10100         Add arch_prctl.
10101         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
10103         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
10104         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
10105         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
10106         New macro.
10107         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
10108         (INTERNAL_SYSCALL_TYPES): Likewise.
10109         (LOAD_ARGS_TYPES_[1-6]): Likewise.
10110         (LOAD_REGS_TYPES_[1-6]): Likewise.
10111         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
10112         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
10114 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10116         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
10117         copysignl for GLIBC_2_0.
10118         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
10119         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
10120         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
10121         logbl for GLIBC_2_0.
10122         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
10123         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
10125 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
10127         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
10128         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
10130         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
10131         Use "neg %eax".
10133         * time/mktime.c: Update copyright years.
10135 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10137         mktime: merge comment-quoting-style change from gnulib
10138         * time/mktime.c: Quote 'like this' in comments.
10139         The GNU coding standards suggest that we no longer quote `like this',
10140         as "`" and "'" are typically rendered asymmetrically nowadays.
10141         The typical gnulib style is to quote 'like this' when quoting
10142         code, and "like this" when quoting English.
10144         * time/mktime.c (compile-command): Add "-I.".
10146         mktime: merge mktime-internal.h change from gnulib
10147         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
10149         mktime: merge time_r change from gnulib
10150         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
10152         mktime: merge DEBUG change from gnulib
10153         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
10154         case system <time.h> has a #define.
10156         mktime: merge <sys/types.h> change from gnulib
10157         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
10158         since <time.t> is now guaranteed to define time_t.
10160         mktime: merge HAVE_CONFIG_H change from gnulib
10161         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
10163 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
10165         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
10166         Use "neg %eax".
10168         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
10169         __rlim_t cast.
10170         (struct rusage): Use anonymous union to pad each field to
10171         __syscall_slong_t.
10173 2012-05-21  David S. Miller  <davem@davemloft.net>
10175         * Makefules (o-iterator): Remove .s cases.
10176         (compile-command.s): Delete.
10177         (COMPILE.s): Delete.
10178         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
10180 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
10182         * configure.in (libc_cv_predef_stack_protector): Only consider
10183         "foobar" and "__stack_chk_fail" lines in libc_undefs.
10184         * configure: Regenerated.
10186 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
10188         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
10189         New macro.  Use R*LP on int and pointer.
10190         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
10191         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
10192         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
10193         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
10195         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
10196         [__WORDSIZE_TIME64_COMPAT32] instead of
10197         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
10198         (struct utmp): Likewise.
10199         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
10200         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
10201         Renamed to ...
10202         (__WORDSIZE_TIME64_COMPAT32): This.
10203         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
10204         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
10205         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
10206         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
10207         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
10208         (__WORDSIZE_TIME64_COMPAT32): New macro.
10210 2012-05-21  Andreas Jaeger  <aj@suse.de>
10212         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
10213         only if [SHARED]. Add prototype for __wcschr_ia32.
10215 2012-05-21  Roland McGrath  <roland@hack.frob.com>
10217         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
10218         of %rbp unmolested in the jmp_buf while mangling the low bits.
10219         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
10220         unmolested high bits of %rbp while demangling the low bits.
10221         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
10223 2012-05-21  Andreas Jaeger  <aj@suse.de>
10225         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
10226         * sunrpc/svc_simple.c: Use it for registerrpc.
10227         * sunrpc/xcrypt.c: Use it for passwd2des.
10229         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
10231 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
10233         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
10234         Don't define if [__SYSCALL_WORDSIZE != 32].
10235         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
10236         New macro.
10238 2012-05-21  Bruno Haible  <bruno@clisp.org>
10239             Andreas Jaeger  <aj@suse.de>
10241         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
10242         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
10243         inptr and inend for must_buffer_ch.
10244         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
10245         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
10246         * stdio-common/Makefile (tests): Remove bug15.
10247         (bug15-ENV): Remove macro.
10248         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
10249         anymore.
10251 2012-05-19  Andreas Jaeger  <aj@suse.de>
10252             Roland McGrath  <roland@hack.frob.com>
10254         * manual/contrib.texi: Completely rewritten. It contains now an
10255         alphabetical list of contributors and their contributions.
10257 2012-05-21  Richard Henderson  <rth@twiddle.net>
10259         * misc/getauxval.c (__getauxval): Use unsigned long int.
10260         * misc/sys/auxv.h: Include <sys/cdefs.h>.
10261         (getauxval): Use unsigned long int.
10263 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
10265         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
10267 2012-05-21  Roland McGrath  <roland@hack.frob.com>
10269         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
10270         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
10271         __alignof__ (long double).
10273 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10275         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10277 2012-05-20  Richard Henderson  <rth@twiddle.net>
10279         * misc/getauxval.c: New file.
10280         * misc/sys/auxv.h: New file.
10281         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
10282         (routines): Add getauxval.
10283         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
10284         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
10285         * elf/dl-sysdep.c (_dl_auxv): Remove.
10286         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
10287         * elf/dl-support.c (_dl_auxv): New variable.
10288         (_dl_aux_init): Initialize it.
10289         * manual/startup.texi (Auxiliary Vector): New node.
10290         * sysdeps/generic/bits/hwcap.h: New file.
10291         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
10292         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
10293         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
10294         * sysdeps/sparc/sysdep.h: ... here.  Include it.
10295         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
10296         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
10297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10298         Update.
10299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
10300         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
10301         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
10302         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
10303         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
10304         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
10305         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
10306         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
10308 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10310         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10312 2012-05-19  David S. Miller  <davem@davemloft.net>
10314         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10316 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
10318         [BZ #14123]
10319         * math/s_ccosh.c: Include <float.h>
10320         (__ccosh): Avoid internal overflow calculating sinh and cosh
10321         values before multiplying by sin and cos values.
10322         * math/s_ccoshf.c: Likewise.
10323         * math/s_ccoshl.c: Likewise.
10324         * math/s_csin.c: Likewise.
10325         * math/s_csinf.c: Likewise.
10326         * math/s_csinl.c: Likewise.
10327         * math/s_csinh.c: Likewise.
10328         * math/s_csinhf.c: Likewise.
10329         * math/s_csinhl.c: Likewise.
10330         * math/libm-test.inc (ccos_test): Add more tests.
10331         (ccosh_test): Likewise.
10332         (csin_test): Likewise.
10333         (csinh_test): Likewise.
10334         * sysdeps/i386/fpu/libm-test-ulps: Update.
10335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10337 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
10339         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
10340         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
10342         * sysdeps/x86_64/x32/_itoa.h: Add comment.
10344 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
10346         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
10347         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
10348         * sysdeps/powerpc/soft-fp/Versions: Likewise.
10349         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
10350         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
10351         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
10352         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
10353         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
10354         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
10355         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
10356         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
10357         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
10358         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
10359         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
10360         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
10361         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
10362         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
10363         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
10364         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
10365         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
10366         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
10367         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
10368         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
10369         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
10370         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
10371         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
10372         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
10373         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
10374         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
10375         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
10376         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
10378 2012-05-18  Andreas Jaeger  <aj@suse.de>
10380         * csu/.gitignore: Delete.
10382 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
10384         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
10385         (timex): Use __syscall_slong_t.
10387 2012-05-18  Andreas Jaeger  <aj@suse.de>
10388             Carlos O'Donell  <carlos_odonell@mentor.com>
10390         * manual/install.texi (Configuring and compiling): Update
10391         description about files modified in the source directory.
10392         * INSTALL: Regenerated.
10394 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
10396         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
10397         value.  Use "or" to set return value to -1.
10398         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
10399         negate return value.
10401 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
10403         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
10404         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
10405         failure if the compiler has Graphite support disabled.
10406         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
10407         Likewise.
10408         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
10409         CFLAGS-memmove.c): Likewise.
10410         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
10411         Likewise.
10413 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
10415         * sysdeps/x86_64/x32/_itoa.h: New file.
10417         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
10418         getdents system call only if kernel and user dirents have the
10419         same d_ino and d_off.
10421         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
10422         LLONG_MAX != LONG_MAX.
10423         (_itoa_word): Use _ITOA_WORD_TYPE on value.
10424         (_fitoa_word): Likewise.
10426         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
10427         years.
10428         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
10429         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
10430         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
10432         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
10433         include <bits/wordsize.h>.  Check __x86_64__ instead of
10434         __WORDSIZE.
10435         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
10436         if __x86_64__ is defined.  Use anonymous union on fpstate.
10438         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
10439         anonymous union.
10441 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
10443         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
10444         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
10445         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
10446         Refer to _rtld_local_ro instead of _rtld_global_ro.
10447         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
10448         Likewise.
10449         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
10450         Likewise.
10451         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
10452         Likewise.
10453         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
10454         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
10455         of _rtld_global, and rtld_progname instead of _dl_argv[0].
10457         * sysdeps/powerpc/powerpc32/dl-machine.c
10458         (__elf_machine_runtime_setup) [PROF]: Don't reference
10459         _dl_prof_resolve.
10461 2012-05-18  Andreas Jaeger  <aj@suse.de>
10463         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
10464         function only available for GCCs before 3.4 since GCC 3.4
10465         introduced a builtin.
10466         (lrint): Likewise.
10467         (llrintf): Likewise.
10468         (llrint): Likewise.
10469         (fmaxf): Likewise.
10470         (fmax): Likewise.
10471         (fminf): Likewise.
10472         (fmin): Likewise.
10473         (rint): Likewise.
10474         (rintf): Likewise.
10475         (nearbyint): Likewise.
10476         (nearbyintf): Likewise.
10477         (ceil): Likewise.
10478         (ceilf): Likewise.
10479         (floor): Likewise.
10480         (floorf): Likewise.
10482 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
10484         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
10485         on both fields and cast pointer to __syscall_ulong_t.
10487         * bits/types.h (__fsword_t): New type.
10488         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
10489         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
10490         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
10491         (__FSWORD_T_TYPE): Likewise.
10492         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
10493         (__FSWORD_T_TYPE): Likewise.
10494         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
10495         (__FSWORD_T_TYPE): Likewise.
10496         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
10497         (__FSWORD_T_TYPE): Likewise.
10498         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
10499         __SWORD_TYPE with __fsword_t.
10500         (statfs64): Likewise.
10502 2012-05-17  David S. Miller  <davem@davemloft.net>
10504         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
10506 2012-05-17  Andreas Jaeger  <aj@suse.de>
10508         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
10509         warning.
10511 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
10513         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
10515 2012-05-17  Andreas Jaeger  <aj@suse.de>
10517         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
10518         when it is used.
10520 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
10522         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
10524 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
10526         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
10527         * sysdeps/x86_64/tst-mallocalign1.c: New file.
10529 2012-05-17  Andreas Jaeger  <aj@suse.de>
10530             Carlos O'Donell  <carlos_odonell@mentor.com>
10532         [BZ #14059]
10533         * sysdeps/x86_64/multiarch/init-arch.h
10534         (bit_YMM_Usable): Rename to...
10535         (bit_AVX_Usable): ... this.
10536         (bit_FMA4_Usable): New macro.
10537         (bit_XMM_state): New macro.
10538         (bit_YMM_state): New macro.
10539         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
10540         [__ASSEMBLER__] (index_AVX_Usable): ... this.
10541         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
10542         (CPUID_OSXSAVE): New macro.
10543         (CPUID_AVX): New macro.
10544         (CPUID_FMA4): New macro.
10545         (index_YMM_Usable): Rename to...
10546         (index_AVX_Usable): ... this.
10547         (HAS_AVX): Use HAS_ARCH_FEATURE.
10548         (HAS_FMA4): Likewise.
10549         (HAS_YMM_USABLE): Remove.
10550         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10551         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
10552         are present.
10553         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
10554         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
10555         * sysdeps/x86_64/multiarch/Makefile: Likewise.
10556         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
10557         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
10559 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
10561         * math/libm-test.c: Support platforms without multiple rounding modes.
10562         * math/bug-nextafter.c: Support platforms without FP exceptions.
10563         * math/bug-nexttoward.c: Likewise.
10564         * math/test-fenv.c: Likewise.
10565         * math/test-misc.c: Likewise.
10566         * stdlib/bug-getcontext.c: Likewise.
10568 2012-05-17  Andreas Jaeger  <aj@suse.de>
10570         * manual/examples/search.c (critter_cmp): Change signature to
10571         avoid warnings.
10572         * manual/string.texi (Collation Functions): Likewise.
10574 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10576         * bits/types.h: Fold copyright years.
10577         * bits/typesizes.h: Likewise.
10578         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
10579         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
10580         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
10581         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
10582         * time/time.h: Likewise.
10584 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
10586         [BZ #208]
10587         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
10588         in instead of returning them.  Return void.
10589         (__libc_mallinfo): Accumulate over all arenas.
10590         (__malloc_stats): Adjust for change in int_mallinfo interface.
10592 2012-05-16  Roland McGrath  <roland@hack.frob.com>
10594         [BZ #10375]
10595         * configure.in (NM): Add AC_CHECK_TOOL for it.
10596         (libc_extra_cflags): New substituted variable.
10597         Check for -fstack-protector being used implicitly.
10598         * configure: Regenerated.
10599         * config.make.in (config-extra-cflags): New variable,
10600         gets @libc_extra_cflags@.
10601         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
10603         [BZ #10375]
10604         * configure.in: Check for _FORTIFY_SOURCE being predefined.
10605         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
10606         * configure: Regenerated.
10607         * config.make.in (CPPUNDEFS): New substituted variable.
10608         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
10609         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
10610         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
10612 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10614         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
10615         (mq_attr): Use __syscall_slong_t.
10617 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10619         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
10620         Check __x86_64__ instead of __WORDSIZE.
10621         (_STAT_VER_LINUX): Likewise.
10622         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
10623         __syscall_ulong_t and __syscall_slong_t.
10624         (stat64): Likewise.
10626 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10628         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
10630 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10632         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
10634 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10636         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
10637         __syscall_ulong_t.
10639         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
10640         include <bits/wordsize.h>.  Check __x86_64__ instead of
10641         __WORDSIZE.
10642         (greg_t): Use "__extension__ long long int" if __x86_64__ is
10643         defined.
10644         (mcontext_t): Replace "unsigned long" with "unsigned long long".
10646         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
10647         include <bits/wordsize.h>.  Check __x86_64__ instead of
10648         __WORDSIZE.
10649         (user_regs_struct): Use "__extension__ unsigned long long"
10650         instead of "unsigned long" if __x86_64__ is defined.
10651         (user): Likewise.  Pad after pointer field if __ILP32__ is
10652         defined.
10654 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
10656         * configure.in (makeinfo): Require version 4.5 or later.  Allow
10657         versions 5 to 9.
10658         * configure: Regenerated.
10659         * manual/install.texi (texinfo): Increase version requirement to
10660         4.5 or later.
10661         * INSTALL: Regenerated.
10663         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
10665 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10667         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
10669         * sysdeps/x86_64/x32/ffs.c: New file.
10671         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
10672         __syscall_ulong_t.
10673         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
10674         defined.  Use __syscall_ulong_t.
10675         (shminfo): Use __syscall_ulong_t.
10676         (shm_info): Likewise.
10678         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
10679         __syscall_ulong_t.
10681         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
10682         <bits/wordsize.h>.
10683         (msgqnum_t): Use __syscall_ulong_t.
10684         (msglen_t): Likewise.
10685         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
10686         __syscall_ulong_t.
10688         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
10689         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
10691         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
10693         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
10694         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
10696         * sysvipc/sys/msg.h (msgbuf): Replace long int with
10697         __syscall_slong_t.
10699         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
10700         include <bits/wordsize.h>.  Check __x86_64__ instead of
10701         __WORDSIZE.
10703         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
10704         "unsigned long long int" if __x86_64__ is defined.
10705         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
10707         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
10708         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
10709         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
10711         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
10712         <stdint.h>.
10713         (GET_PC): Cast to uintptr_t first.
10714         (GET_FRAME): Likewise.
10715         (GET_STACK): Likewise.
10717         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
10718         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
10719         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
10720         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
10721         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
10722         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
10723         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
10724         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
10725         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
10726         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
10727         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
10728         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
10729         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
10730         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
10731         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
10732         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
10733         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
10734         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
10735         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
10736         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
10737         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
10738         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
10739         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
10740         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
10741         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
10742         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
10743         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
10744         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
10745         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
10747 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
10749         * Makerules (+depfiles): Also collect depfiles from .oS in
10750         $(extra-objs).
10751         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
10752         .oS, $(libnldbl-routines)).
10754         * Makerules (native-compile-mkdep-flags): Define.
10755         * sunrpc/Makefile (extra-objs): Add $(addprefix
10756         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
10757         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
10758         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
10759         calling $(make-target-directory).
10761 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10763         * bits/types.h (__snseconds_t): Removed.
10764         * time/time.h (struct timespec): Replace __snseconds_t with
10765         __syscall_slong_t.
10766         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
10767         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
10768         Likewise.
10769         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
10770         (__SNSECONDS_T_TYPE): Likewise.
10771         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
10772         (__SNSECONDS_T_TYPE): Likewise.
10773         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
10774         (__SNSECONDS_T_TYPE): Likewise.
10776 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10778         * sysdeps/mach/hurd/bits/typesizes.h
10779         (__SYSCALL_SLONG_TYPE): New macro.
10780         (__SYSCALL_ULONG_TYPE): Likewise.
10782 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10784         * bits/types.h (__syscall_slong_t): New type.
10785         (__syscall_ulong_t): Likewise.
10787         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
10788         (__SYSCALL_ULONG_TYPE): Likewise.
10789         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
10790         (__SYSCALL_SLONG_TYPE): Likewise.
10791         (__SYSCALL_ULONG_TYPE): Likewise.
10792         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
10793         (__SYSCALL_SLONG_TYPE): Likewise.
10794         (__SYSCALL_ULONG_TYPE): Likewise.
10795         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
10796         (__SYSCALL_SLONG_TYPE): Likewise.
10797         (__SYSCALL_ULONG_TYPE): Likewise.
10799 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10801         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
10802         Add sigaltstack-offsets.sym.
10803         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
10804         <sigaltstack-offsets.h>.
10805         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
10806         longjmp_msg pointer.
10807         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
10808         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
10809         signal stack.
10810         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
10812 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
10814         * elf/stackguard-macros.h: Remove file.
10815         * sysdeps/generic/stackguard-macros.h: New file.
10816         * sysdeps/i386/stackguard-macros.h: Likewise.
10817         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
10818         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
10819         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
10820         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
10821         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
10822         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
10823         * sysdeps/x86_64/stackguard-macros.h: Likewise.
10824         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
10825         <elf/stackguard-macros.h>.
10827         [BZ #14109]
10828         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
10829         __aligned__ in attribute.
10830         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
10831         (gregset_t): Likewise.
10833 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10835         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
10836         * sysdeps/x86_64/64/Implies-after: Here.  New file.
10837         * sysdeps/x86_64/x32/Implies-after: New file.
10839 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10841         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
10842         and access return value for _dl_profile_fixup.  Use R10_LP to
10843         load frame size.
10845 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10847         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
10849 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10851         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
10852         * sysdeps/x86_64/x32/sysdep.h: New file.
10854 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10856         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
10857         * sysdeps/x86_64/setjmp.S: Likewise.
10859 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10861         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
10862         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
10863         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
10864         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
10865         remove unused global constant.
10867 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
10869         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
10870         include of <not-cancel.h>.
10872 2012-05-15  Roland McGrath  <roland@hack.frob.com>
10874         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
10876 2012-05-15  Jeff Law  <law@redhat.com>
10877             Andreas Jaeger  <aj@suse.de>
10879         [BZ #13594]
10880         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
10881         out from...
10882         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
10883         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
10884         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
10885         code changing __hst_map_handle.map.
10887 2012-05-15  Roland McGrath  <roland@hack.frob.com>
10889         * configure.in (sysnames): Look for Implies-before and Implies-after
10890         files.
10891         * configure: Regenerated.
10893 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10895         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
10896         8-byte data alignment with LP_SIZE alignment.
10898 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10900         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
10901         into R10_LP.
10903 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10905         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
10907 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10909         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
10910         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
10911         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
10912         Likewise.
10913         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
10915 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10917         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
10918         (stackinfo_sub_sp): Likewise.
10920 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10922         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
10923         RAX_LP.
10925 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10927         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
10928         into R*_LP.
10930 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10932         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
10933         sizes into R*_LP.
10935 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10937         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
10939 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10941         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
10942         into R11_LP and load __x86_64_shared_cache_size_half into
10943         R8_LP.
10945 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10947         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
10948         R8_LP.
10950 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10952         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
10953         logb for POWER7.
10954         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
10955         logbf for POWER7.
10956         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
10957         logbl for POWER7.
10958         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
10959         powerpc32/power7/fpu/s_logb.c via #include.
10960         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
10961         powerpc32/power7/fpu/s_logbf.c via #include.
10962         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
10963         powerpc32/power7/fpu/s_logbl.c via #include.
10965 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
10967         * README.libm: Remove file.
10969 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
10971         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
10972         count for x32.  Use R*_LP and omit operand-size suffix.
10974 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
10976         * shlib-versions: Move x86_64-.*-linux.* entries to ...
10977         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
10978         * sysdeps/x86_64/x32/shlib-versions: New file.
10980 2012-05-14  Roland McGrath  <roland@hack.frob.com>
10982         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
10983         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
10984         Use _dl_fatal_printf instead.
10986 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
10988         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
10989         set if not set by the user.  Do not allow for being unset.
10990         * sysdeps/unix/sysv/linux/configure: Regenerated.
10992 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
10994         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
10995         the `q' suffix from lea and replace .quad with ASM_ADDR.
10997 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
10999         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
11000         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
11001         instead of $17.
11002         (PTR_DEMANGLE): Likewise.
11004 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11006         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
11007         (LP_OP): Likewise.
11008         (ASM_ADDR): Likewise.
11009         (RAX_LP): Likewise.
11010         (RBP_LP): Likewise.
11011         (RBX_LP): Likewise.
11012         (RCX_LP): Likewise.
11013         (RDI_LP): Likewise.
11014         (RSI_LP): Likewise.
11015         (RSP_LP): Likewise.
11016         (R8_LP): Likewise.
11017         (R9_LP): Likewise.
11018         (R10_LP): Likewise.
11019         (R10_LP): Likewise.
11020         (R11_LP): Likewise.
11021         (R12_LP): Likewise.
11022         (R13_LP): Likewise.
11023         (R14_LP): Likewise.
11024         (R15_LP): Likewise.
11026 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11028         * sysdeps/x86_64/x32/dl-machine.h: New file.
11030 2012-05-14  Andreas Jaeger  <aj@suse.de>
11032         * manual/Makefile (subdir): Remove export of subdir.
11033         (all): Remove target.
11034         (.PHONY): Remove all from list.
11035         (mkinstalldirs): Remove.
11036         (.PHONY): Remove installdirs from list.
11037         ($(inst_infodir)/libc.info): Use make-target-directory.
11038         (installdirs): Remove.
11039         (subdir_%): Remove.
11040         (glibc-targets): Remove.
11041         (lib): Remove.
11042         (stubs): Remove.
11043         ($(objpfx)stubs ../po/manual.pot): Remove.
11044         ($(objpfx)stamp%): Remove.
11045         (make-target-directory): Remove.
11046         (subdir_install): Remove.
11047         (routines): Remove.
11048         (aux): Remove.
11049         (sources): Remove.
11050         (objects): Remove.
11051         (headers): Remove.
11053         [BZ #13750]
11054         * manual/.gitignore: Remove, it's not needed anymore.
11055         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
11056         all files in it.
11057         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
11058         directory.
11059         (texis): Renamed to $(objpfx)texis.
11060         (texis-path): New, contains path to generated files.
11061         (chapters.%): Use texis-path for complete path, add extra argument
11062         libc-texinfo.sh.
11063         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
11064         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
11065         (summary,texi, stamp-summary): Use complete path of
11066         files. Generate files in build dir.
11067         (dir-add.texi): Build in build dir.
11068         (libm-err.texi,stamp-libm-err): Likewise.
11069         (version.texi, stamp-version): Likewise.
11070         (.%c.texi): Likewise.
11071         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
11072         (mostlyclean): Remove target.
11073         (realclean): Remove target.
11074         (generated): Add new variable with contents from mostlyclean and
11075         realclean, remove entries duplicated in common-mostlyclean, add
11076         stamp-libm-err and stamp-version.
11077         (generated-dirs): Add libc directory.
11078         ($(inst_infodir)/libc.info): Install files from build dir.
11080         * manual/install.texi (Configuring and compiling): Adjust since
11081         the info files are not part of the tar ball anymore.
11083 2012-05-14  Andreas Jaeger  <aj@suse.de>
11085         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
11086         variable.
11088 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
11090         [BZ #13717]
11091         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
11092         to 2.2.0 where earlier.
11093         * sysdeps/unix/sysv/linux/configure: Regenerated.
11094         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
11095         Remove conditional code.
11096         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
11097         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
11098         Remove conditional code.
11099         [!__NR_lchown]: Likewise.
11100         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
11101         [__NR_lchown]: Likewise.
11102         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
11103         comment referencing __ASSUME_LCHOWN_SYSCALL.
11104         * sysdeps/unix/sysv/linux/i386/sigaction.c
11105         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
11106         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
11107         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
11108         Remove conditional code.
11109         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
11110         (__protocol_available): Remove #if 0 code.
11111         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
11112         conditional code.
11113         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
11114         * sysdeps/unix/sysv/linux/kernel-features.h
11115         (__ASSUME_GETCWD_SYSCALL): Don't define.
11116         (__ASSUME_REALTIME_SIGNALS): Likewise.
11117         (__ASSUME_PREAD_SYSCALL): Likewise.
11118         (__ASSUME_PWRITE_SYSCALL): Likewise.
11119         (__ASSUME_POLL_SYSCALL): Likewise.
11120         (__ASSUME_LCHOWN_SYSCALL): Likewise.
11121         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
11122         non-SPARC.
11123         (__ASSUME_SIOCGIFNAME): Don't define.
11124         (__ASSUME_MSG_NOSIGNAL): Likewise.
11125         (__ASSUME_SENDFILE): Define unconditionally.
11126         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
11127         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
11128         conditional code.
11129         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
11130         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
11131         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
11132         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
11133         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
11134         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
11135         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
11136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
11137         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
11138         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
11140         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
11141         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
11143         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
11144         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
11146         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
11147         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
11149         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
11150         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
11152         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
11153         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
11155         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
11156         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
11158         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
11159         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11160         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
11161         Remove conditional code.
11162         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11163         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
11164         Remove conditional code.
11165         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11166         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
11167         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
11168         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
11169         Remove conditional code.
11170         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11171         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
11172         Remove conditional code.
11173         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11174         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
11175         Remove conditional code.
11176         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11177         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
11178         Remove conditional code.
11179         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11180         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
11181         Remove conditional code.
11182         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11183         * sysdeps/unix/sysv/linux/sh/pwrite64.c
11184         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
11185         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11186         * sysdeps/unix/sysv/linux/sigaction.c
11187         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
11188         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
11189         * sysdeps/unix/sysv/linux/sigpending.c
11190         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
11191         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
11192         * sysdeps/unix/sysv/linux/sigprocmask.c
11193         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
11194         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
11195         * sysdeps/unix/sysv/linux/sigsuspend.c
11196         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
11197         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
11198         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
11199         (__libc_missing_rt_sigs): Remove.
11200         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
11201         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
11202         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
11203         Remove conditional code.
11204         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
11205         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
11206         return 1.
11207         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
11208         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
11209         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
11210         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
11212 2012-05-14  Andreas Jaeger  <aj@suse.de>
11214         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
11215         it's not used in glibc.
11216         (__coshm1): Likewise.
11217         (__acosh1p): Likewise.
11218         (__sgn): Likewise.
11220         * manual/string.texi (Copying and Concatenation): Add missing
11221         variable in concat example.
11222         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11224 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11226         [BZ #14103]
11227         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
11228         __builtin_clzl with __builtin_clzll.
11230 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11232         [BZ #14104]
11233         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
11234         libc_freeres_ptr.
11236 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11238         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
11239         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
11240         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
11241         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
11243 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
11245         * NEWS: Update ia64 info.
11247 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
11249         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
11250         used as bcopy.
11252 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
11254         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
11255         * sysdeps/unix/syscalls.list (dup3): Likewise.
11256         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
11257         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
11259 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
11261         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
11262         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
11264 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
11266         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
11267         thread pointer.
11268         (TLS_IE): Use mov/add instead of movq/addq to load thread
11269         pointer.
11270         (TLS_GD_PREFIX): New.
11271         (TLS_GD): Use it.
11273 2012-05-11  David S. Miller  <davem@davemloft.net>
11275         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
11276         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
11277         (_FPU_SETCW): Likewise.
11279 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
11281         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
11282         is 32-byte aligned.
11284 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
11286         [BZ #11837]
11287         * iconvdata/gb18030.c: Update tables.
11288         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
11289         characters specially.
11290         (BODY for TO_LOOP): Add encoding of missing ranges.
11292 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
11294         [BZ #13673]
11295         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
11296         * sysdeps/mach/hurd/dup3.c: Likewise.
11297         * sysdeps/mach/hurd/readlinkat.c: Likewise.
11298         * sysdeps/powerpc/memmove.c:: Likewise.
11300 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
11302         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
11303         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
11305 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
11307         * elf/elf.h (R_X86_64_RELATIVE64): New.
11308         (R_X86_64_NUM): Updated.
11309         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
11310         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
11311         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
11312         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
11313         tst-quad1pie tst-quad2pie
11314         (modules-names): Add tst-quadmod1 tst-quadmod2.
11315         ($(objpfx)tst-quad1): New dependency.
11316         ($(objpfx)tst-quad2): Likewise.
11317         ($(objpfx)tst-quad1pie): Likewise.
11318         ($(objpfx)tst-quad2pie): Likewise.
11319         * sysdeps/x86_64/tst-quad1.c: New file.
11320         * sysdeps/x86_64/tst-quad1pie.c: New file.
11321         * sysdeps/x86_64/tst-quad2.c: Likewise.
11322         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
11323         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
11324         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
11325         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
11326         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
11328 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11330         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
11331         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
11332         * streams/stropts.h (t_scalar_t): Define type.
11334         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
11335         (_PATH_PRESERVE): Set to "/var/lib".
11336         (_PATH_RWHODIR): Set to "/var/spool/rwho".
11338         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
11339         instead of int.
11341         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
11342         if __dir_mkfile succeeded.
11344         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
11345         checking for _hurd_dtablesize.  Unlock it right after having
11346         finished _hurd_dtable allocation.
11348 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11350         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
11351         * sysdeps/mach/hurd/configure: Regenerated.
11352         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
11353         special-casing to...
11354         * sysdeps/gnu/configure.in: ... this new file.
11355         * sysdeps/unix/sysv/linux/configure: Regenerated.
11356         * sysdeps/gnu/configure: New generated file.
11358         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
11359         for Linux: use nsec instead of usec, as well as:
11360         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
11361         members of type struct timespec.
11362         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
11363         New macros.
11364         (struct stat64): Likewise.
11365         (_STATBUF_ST_NSEC): New macro.
11366         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
11368         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
11369         __strtoul_internal rather than strtoul.
11371 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
11373         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
11374         and reject them.
11376 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11378         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
11379         which preserves existing values.
11380         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
11382 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
11384         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
11385         TIMEOUT values.  Return EINVAL for NFDS values either negative or
11386         greater than FD_SETSIZE.
11388 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11390         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
11391         allocated, call __vm_protect to finish enabling the existing space, and
11392         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
11393         allocate the remainder.
11395 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
11397         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
11398         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
11400 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11402         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
11403         sysdeps/mach/hurd/readlink.c.
11405         * posix/tst-sysconf.c (posix_options): Only use
11406         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
11407         _POSIX_SYNCHRONIZED_IO when they are defined
11408         * sysdeps/mach/hurd/bits/posix_opt.h:
11409         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
11410         (_XOPEN_REALTIME): Undefine macro.
11411         (_XOPEN_REALTIME_THREADS): Undefine macro.
11412         (_XOPEN_SHM): Undefine macro.
11413         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
11414         macro to -1.
11415         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
11416         macro to -1.
11417         (_POSIX_ASYNC_IO): Undefine macro.
11418         (_POSIX_PRIORITIZED_IO): Undefine macro.
11419         (_POSIX_SPIN_LOCKS): Define macro to -1.
11421         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
11422         SA_NODEFER, SA_RESETHAND.
11423         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
11424         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
11425         F_DUPFD_CLOEXEC.
11427 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11429         * elf/Makefile (pldd-modules): Define unconditionally.
11431 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11433         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
11435 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11437         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
11438         Return ENOENT when name is empty.
11439         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
11441 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11443         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
11445         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
11447 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11449         Fix mlock in all cases except non-readable pages.
11450         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
11451         instead of VM_PROT_ALL as parameter to __vm_wire function.
11453         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
11454         (__mkdir): When path is `/', just fail with EEXIST.
11455         * sysdeps/mach/hurd/mkdirat.c: Likewise.
11457 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11459         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
11460         <sys/uio.h> (for writev).
11461         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
11462         and <sys/param.h> (for MIN).
11464 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
11466         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
11467         REQUESTED_TIME.  Properly set the remaining time and return EINTR
11468         if interrupted.
11470 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11472         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
11473         Depend on against $(link-rpcuserlibs).
11475 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11477         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
11478         (__libc_stack_end): Do not use attribute_relro.
11479         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
11480         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
11481         to libthread-provided value.
11482         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
11483         attribute_relro.
11485 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11487         [BZ #3748]
11488         * bits/libc-lock.h (__libc_once_get): New macro.
11489         * sysdeps/mach/bits/libc-lock.h: Likewise.
11490         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
11491         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
11492         instead of using implementation details.
11494         * libio/fileops.c: Unconditionally include <kernel-features.h>.
11495         * libio/freopen.c: Likewise.
11496         * libio/freopen64.c: Likewise.
11497         * misc/syslog.c: Likewise.
11498         * nscd/connections.c: Likewise.
11499         * nscd/netgroupcache.c: Likewise.
11500         * sysdeps/posix/getcwd.c: Likewise.
11502 2012-05-10  Roland McGrath  <roland@hack.frob.com>
11504         * math/w_ilogbf.c: Add #include <limits.h>.
11506 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11508         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
11509         path instead of returning without unlocking.
11511         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
11512         immediate-write ioctls.
11513         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
11515 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11517         * sysdeps/mach/hurd/i386/init-first.c (init): Use
11518         __builtin_frame_address instead of making assumptions about the
11519         location of the return address relative to DATA.  Force early load of
11520         the return address.
11521         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
11522         __builtin_frame_address.
11524         dup3 for GNU Hurd.
11525         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
11526         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
11527         implement dup3 and do some further code clean-ups.
11528         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
11529         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
11531 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11533         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
11535         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
11536         HURD_CRITICAL_END around holding _hurd_dtable_lock.
11537         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
11538         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
11539         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
11540         d->port.lock.
11542         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
11543         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
11544         when handler == SIG_ERR, not when handler != SIG_ERR.
11546 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11548         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
11549         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
11550         definitions.
11552         accept4 for GNU Hurd.
11553         * include/sys/socket.h (__libc_accept4): New prototype.
11554         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
11555         to implement __libc_accept4.
11556         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
11557         __libc_accept4.
11558         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
11560         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
11561         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
11562         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
11563         signal-defines.sym.
11565 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11567         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
11569 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11571         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
11572         assertion on O_CLOEXEC flag.
11573         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
11574         * hurd/intern-fd.c: Likewise.
11575         * hurd/port2fd.c: Likewise.
11577 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11579         [BZ #3906]
11580         * bits/in.h (IPV6_PKTINFO): Define new macro.
11581         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
11583 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11585         [BZ #13954]
11586         [BZ #13955]
11587         [BZ #13956]
11588         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
11589         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11590         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
11591         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
11592         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11593         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
11594         * math/libm-test.inc (logb_test) : Additional logb tests.
11596 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
11597             Andreas Jaeger  <aj@suse.de>
11599         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
11600         * configure: Regenerated.
11601         * config.h.in (LINK_OBSOLETE_RPC): New macro.
11602         * config.make.in (link-obsolete-rpc): New substituted variable.
11603         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
11604         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
11605         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
11606         (shared-only-routines): Don't set it under [link-obsolete-rpc],
11607         so that libc.a contains the symbols.
11608         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
11609         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
11610         * sunrpc/auth_none.c: Likewise.
11611         * sunrpc/auth_unix.c: Likewise.
11612         * sunrpc/authdes_prot.c: Likewise.
11613         * sunrpc/authuxprot.c: Likewise.
11614         * sunrpc/clnt_gen.c: Likewise.
11615         * sunrpc/clnt_perr.c: Likewise.
11616         * sunrpc/clnt_raw.c: Likewise.
11617         * sunrpc/clnt_simp.c: Likewise.
11618         * sunrpc/clnt_tcp.c: Likewise.
11619         * sunrpc/clnt_udp.c: Likewise.
11620         * sunrpc/clnt_unix.c: Likewise.
11621         * sunrpc/des_crypt.c: Likewise.
11622         * sunrpc/des_soft.c: Likewise.
11623         * sunrpc/get_myaddr.c: Likewise.
11624         * sunrpc/key_call.c: Likewise.
11625         * sunrpc/key_prot.c: Likewise.
11626         * sunrpc/netname.c: Likewise.
11627         * sunrpc/pm_getmaps.c: Likewise.
11628         * sunrpc/pm_getport.c: Likewise.
11629         * sunrpc/pmap_clnt.c: Likewise.
11630         * sunrpc/pmap_prot.c: Likewise.
11631         * sunrpc/pmap_prot2.c: Likewise.
11632         * sunrpc/pmap_rmt.c: Likewise.
11633         * sunrpc/publickey.c: Likewise.
11634         * sunrpc/rpc_cmsg.c: Likewise.
11635         * sunrpc/rpc_common.c: Likewise.
11636         * sunrpc/rpc_dtable.c: Likewise.
11637         * sunrpc/rpc_prot.c: Likewise.
11638         * sunrpc/rpc_thread.c: Likewise.
11639         * sunrpc/rtime.c: Likewise.
11640         * sunrpc/svc.c: Likewise.
11641         * sunrpc/svc_auth.c: Likewise.
11642         * sunrpc/svc_raw.c: Likewise.
11643         * sunrpc/svc_run.c: Likewise.
11644         * sunrpc/svc_tcp.c: Likewise.
11645         * sunrpc/svc_udp.c: Likewise.
11646         * sunrpc/svc_unix.c: Likewise.
11647         * sunrpc/svcauth_des.c: Likewise.
11648         * sunrpc/xcrypt.c: Likewise.
11649         * sunrpc/xdr.c: Likewise.
11650         * sunrpc/xdr_array.c: Likewise.
11651         * sunrpc/xdr_float.c: Likewise.
11652         * sunrpc/xdr_intXX_t.c: Likewise.
11653         * sunrpc/xdr_mem.c: Likewise.
11654         * sunrpc/xdr_rec.c: Likewise.
11655         * sunrpc/xdr_ref.c: Likewise.
11656         * sunrpc/xdr_sizeof.c: Likewise.
11657         * sunrpc/xdr_stdio.c: Likewise.
11659 2012-05-10  Roland McGrath  <roland@hack.frob.com>
11661         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
11662         change.  Update copyright years.
11664 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
11666         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
11668 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
11669             Joseph Myers  <joseph@codesourcery.com>
11670             Paul Pluzhnikov  <ppluzhnikov@google.com>
11672         [BZ #14012]
11673         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
11674         requiring rpcgen.
11675         [cross-compiling] (extra-libs): Likewise.
11676         [cross-compiling] (extra-libs-others): Likewise.
11677         [cross-compiling] (librpcsvc-routines): Likewise.
11678         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
11679         [cross-compiling] (omit-deps): Likewise.
11680         (sunrpc-CPPFLAGS): New variable.
11681         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
11682         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
11683         (cross-rpcgen-objs): New variable.
11684         (extra-objs): Append $(cross-rpcgen-objs).
11685         ($(cross-rpcgen-objs)): New rule.
11686         ($(objpfx)cross-rpcgen): Likewise.
11687         (rpcgen-cmd): Define to use $(built-program-file).  Expand
11688         comment.
11689         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
11690         ($(objpfx)x%.stmp): Likewise.
11691         * sunrpc/proto.h [IS_IN_build] (_): Define.
11692         [IS_IN_build] (_libc_intl_domainname): Likewise.
11694 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
11696         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
11697         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
11698         and R_X86_64_TPOFF64.
11700 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
11702         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
11703         sysdeps/unix/sysv/syscalls.list.
11704         (stime): Likewise.
11705         (utime): Likewise.
11706         * sysdeps/unix/sysv/syscalls.list: Remove file.
11708 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11710         [BZ #3440]
11711         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
11712         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
11713         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
11714         (__LC_IDENTIFICATION): Make these macros useful in #if
11715         expressions, as required by C99.
11717 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
11719         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
11720         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
11721         after this.
11723 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
11725         * stdlib/longlong.h: Updated from GCC.
11727 2012-05-09  Andreas Jaeger  <aj@suse.de>
11729         * nscd/nscd.c (run_modes): Make named enum, reorder so that
11730         default is first entry.
11731         (run_mode): Set type.
11732         (main): Remove informal message about syslog.
11733         (options): Fix typo.
11735         [BZ #14053]
11736         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
11737         to asm.
11738         (lrint): Likewise.
11739         (llrintf): Likewise.
11740         (llrint): Likewise.
11741         (rint): Likewise.
11742         (rintf): Likewise.
11743         (nearbyint): Likewise.
11744         (nearbyintf): Likewise.
11746 2012-05-09  Andreas Jaeger  <aj@suse.de>
11747             Pedro Alves  <palves@redhat.com>
11749         * nscd/nscd.c (run_mode): Use enum.
11750         (main): Cleanup coding style issue.
11752 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
11753             Andreas Jaeger  <aj@suse.de>
11755         * nscd/nscd.c (go_background): Replaced with...
11756         (run_mode): ... this.
11757         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
11758         (options): Add -F --foreground.
11759         (main): Implement it.
11760         (parse_opt): Parse it.
11762 2012-05-09  Andreas Jaeger  <aj@suse.de>
11764         [BZ #14083]
11765         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
11766         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
11767         -Wconversion warning.
11768         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
11769         Likewise.
11771 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
11773         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
11774         == 0.
11775         (LC_ALL): Use macro-int-constant.
11776         (LC_COLLATE): Likewise.
11777         (LC_CTYPE): Likewise.
11778         (LC_MESSAGES): Likewise.
11779         (LC_MONETARY): Likewise.
11780         (LC_NUMERIC): Likewise.
11781         (LC_TIME): Likewise.
11782         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
11783         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
11784         [ISO || ISO99 || ISO11] (*_t): Do not allow.
11785         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
11786         Specify type.
11787         [C99-based standards] (float_t): Expect type.
11788         [C99-based standards] (double_t): Expect type.
11789         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
11790         type.
11791         [C99-based standards] (HUGE_VALL): Likewise.
11792         [C99-based standards] (INFINITY): Likewise.
11793         [C99-based standards] (NAN): Likewise.
11794         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
11795         [C99-based standards] (FP_NAN): Likewise.
11796         [C99-based standards] (FP_NORMAL): Likewise.
11797         [C99-based standards] (FP_SUBNORMAL): Likewise.
11798         [C99-based standards] (FP_ZERO): Likewise.
11799         [C99-based standards] (FP_FAST_FMA): Use
11800         optional-macro-int-constant.  Specify type.  Require == 1.
11801         [C99-based standards] (FP_FAST_FMAF): Likewise.
11802         [C99-based standards] (FP_FAST_FMAL): Likewise.
11803         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
11804         [C99-based standards] (FP_ILOGBNAN): Likewise.
11805         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
11806         Specify type.
11807         [C99-based standards] (MATH_ERREXCEPT): Likewise.
11808         [C99-based standards] (math_errhandling): Specify type.
11809         [ISO99 || ISO11] (signgam): Do not allow.
11810         [non-C99-based standards] (copysignf): Do not allow.
11811         [non-C99-based standards] (exp2f): Likewise.
11812         [non-C99-based standards] (log2f): Likewise.
11813         [non-C99-based standards] (modff): Allow.
11814         [non-C99-based standards] (erff): Do not allow.
11815         [non-C99-based standards] (erfcf): Likewise.
11816         [non-C99-based standards] (gammaf): Likewise.
11817         [non-C99-based standards] (hypotf): Likewise.
11818         [non-C99-based standards] (j0f): Likewise.
11819         [non-C99-based standards] (j1f): Likewise.
11820         [non-C99-based standards] (jnf): Likewise.
11821         [non-C99-based standards] (lgammaf): Likewise.
11822         [non-C99-based standards] (tgammaf): Likewise.
11823         [non-C99-based standards] (y0f): Likewise.
11824         [non-C99-based standards] (y1f): Likewise.
11825         [non-C99-based standards] (ynf): Likewise.
11826         [non-C99-based standards] (isnanf): Likewise.
11827         [non-C99-based standards] (acoshf): Likewise.
11828         [non-C99-based standards] (asinhf): Likewise.
11829         [non-C99-based standards] (atanhf): Likewise.
11830         [non-C99-based standards] (cbrtf): Likewise.
11831         [non-C99-based standards] (expm1f): Likewise.
11832         [non-C99-based standards] (ilogbf): Likewise.
11833         [non-C99-based standards] (log1pf): Likewise.
11834         [non-C99-based standards] (logbf): Likewise.
11835         [non-C99-based standards] (nextafterf): Likewise.
11836         [non-C99-based standards] (remainderf): Likewise.
11837         [non-C99-based standards] (rintf): Likewise.
11838         [non-C99-based standards] (scalbf): Likewise.
11839         [non-C99-based standards] (copysignl): Likewise.
11840         [non-C99-based standards] (exp2l): Likewise.
11841         [non-C99-based standards] (log2l): Likewise.
11842         [non-C99-based standards] (modfl): Allow.
11843         [non-C99-based standards] (erfl): Do not allow.
11844         [non-C99-based standards] (erfcl): Likewise.
11845         [non-C99-based standards] (gammal): Likewise.
11846         [non-C99-based standards] (hypotl): Likewise.
11847         [non-C99-based standards] (j0l): Likewise.
11848         [non-C99-based standards] (j1l): Likewise.
11849         [non-C99-based standards] (jnl): Likewise.
11850         [non-C99-based standards] (lgammal): Likewise.
11851         [non-C99-based standards] (tgammal): Likewise.
11852         [non-C99-based standards] (y0l): Likewise.
11853         [non-C99-based standards] (y1l): Likewise.
11854         [non-C99-based standards] (ynl): Likewise.
11855         [non-C99-based standards] (isnanl): Likewise.
11856         [non-C99-based standards] (acoshl): Likewise.
11857         [non-C99-based standards] (asinhl): Likewise.
11858         [non-C99-based standards] (atanhl): Likewise.
11859         [non-C99-based standards] (cbrtl): Likewise.
11860         [non-C99-based standards] (expm1l): Likewise.
11861         [non-C99-based standards] (ilogbl): Likewise.
11862         [non-C99-based standards] (log1pl): Likewise.
11863         [non-C99-based standards] (logbl): Likewise.
11864         [non-C99-based standards] (nextafterl): Likewise.
11865         [non-C99-based standards] (remainderl): Likewise.
11866         [non-C99-based standards] (rintl): Likewise.
11867         [non-C99-based standards] (scalbl): Likewise.
11868         [ISO || ISO99 || ISO11] (*_t): Do not allow.
11869         [non-C99-based standards] (FP_*): Do not allow.
11870         [C99-based standards] (FP_*): Change to
11871         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
11872         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
11873         allow.
11874         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
11875         (SIG_ERR): Likewise.
11876         [X/Open-based standards] (SIG_HOLD): Likewise.
11877         (SIG_IGN): Likewise.
11878         (SIGABRT): Use macro-int-constant.  Specify type.  Require
11879         positive value.
11880         (SIGFPE): Likewise.
11881         (SIGILL): Likewise.
11882         (SIGINT): Likewise.
11883         (SIGSEGV): Likewise.
11884         (SIGTER): Likewise.
11885         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
11886         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
11887         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
11888         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
11889         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
11890         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
11891         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
11892         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
11893         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
11894         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
11895         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
11896         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
11897         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
11898         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
11899         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
11900         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
11901         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
11902         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
11903         [X/Open-based standards] (SIGTRAP): Likewise.
11904         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
11905         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
11906         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
11907         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
11908         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
11909         allow.
11911 2012-05-08  Ian Wienand  <ianw@vmware.com>
11913         [BZ #14080]
11914         * time/tzset.c (__tzset_parse_tz): Update default rules for
11915         daylight time changes in the Energy Policy Act of 2005.
11917 2012-05-09  Andreas Jaeger  <aj@suse.de>
11919         [BZ #13983]
11920         * elf/ldconfig.c (parse_conf): Change string to make clear that
11921         ldconfig only issued a warning if ld.so.conf does not exist.
11923 2012-05-08  David S. Miller  <davem@davemloft.net>
11925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
11926         movxtod instead of popping the value on the stack.
11928         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11930 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
11932         * config.h.in: Add HAVE_ARM_PCS_VFP.
11934 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
11936         [BZ #13979]
11937         * include/features.h: Warn if user requests __FORTIFY_SOURCE
11938         checking but the checks are disabled for any reason.
11940 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
11942         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
11943         and ELF64_R_TYPE with ELFW(R_TYPE).
11945 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
11947         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
11948         (ulimit): Likewise.
11950         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
11951         (settimeofday): Likewise.
11953 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
11955         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
11956         a struct th_u2 inside the union, and move tu_block/tu_code into
11957         a new th_u3 union of tu_block/tu_code inside of that.  Move
11958         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
11959         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
11960         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
11961         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
11962         (th_stuff): Change to th_u1.tu_stuff.
11963         (th_data): Define.
11964         (th_msg): Change to th_u1.th_u2.tu_data.
11966 2012-05-07  David S. Miller  <davem@davemloft.net>
11968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11970         [BZ #14074]
11971         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
11972         (SETUP_PIC_REG): Use it.
11973         (SETUP_PIC_REG_LEAF): Use it.
11975 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
11977         [BZ #13885]
11978         [BZ #13923]
11979         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
11980         USE_AS_EXPM1L.
11981         (EXPL_FINITE): Likewise.
11982         (FLDLOG): Likewise.
11983         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
11984         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
11985         e_expl.S.
11986         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
11987         USE_AS_EXPM1L.
11988         (EXPL_FINITE): Likewise.
11989         (FLDLOG): Likewise.
11990         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
11991         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
11992         e_expl.S.
11993         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
11994         test of -max_value argument for long double.
11995         * sysdeps/i386/fpu/libm-test-ulps: Update.
11996         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11998 2012-05-06  David S. Miller  <davem@davemloft.net>
12000         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
12001         quad soft-float symbols whose references which are compiler
12002         generated.
12003         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
12005 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
12007         [BZ #13884]
12008         [BZ #13914]
12009         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
12010         USE_AS_EXP10L.
12011         (EXPL_FINITE): Likewise.
12012         (FLDLOG): Likewise.
12013         (c0): Likewise.
12014         (c1): Likewise.
12015         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
12016         Adjust comments for base varying.
12017         (__expl_finite): Change alias to EXPL_FINITE.
12018         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
12019         e_expl.S.
12020         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
12021         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
12022         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
12023         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
12024         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
12025         USE_AS_EXP10L.
12026         (EXPL_FINITE): Likewise.
12027         (FLDLOG): Likewise.
12028         (c0): Likewise.
12029         (c1): Likewise.
12030         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
12031         Adjust comments for base varying.
12032         (__expl_finite): Change alias to EXPL_FINITE.
12033         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
12034         tests for bugs.
12035         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12037         [BZ #14064]
12038         * math/libm-test.inc (check_float_internal): Correct ulp
12039         calculation for subnormal expected results.
12041 2012-05-06  Andreas Jaeger  <aj@suse.de>
12043         * Makeconfig (+math-flags): New, set to -frounding-math.
12044         (+cflags): Add +math-flags so that all of glibc gets compiled with
12045         it.
12047         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
12049 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
12051         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
12052         Disable one test.
12054         [BZ #13787]
12055         [BZ #13922]
12056         [BZ #14036]
12057         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
12058         (__ieee754_expl): Allow for and saturate large arguments.
12059         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
12060         (u_threshold): Likewise.
12061         (__exp): Call __ieee754_exp before checking for overflow and
12062         underflow.
12063         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
12064         (u_threshold): Likewise.
12065         (__expf): Call __ieee754_expf before checking for overflow and
12066         underflow.
12067         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
12068         (u_threshold): Likewise.
12069         (__expl): Call __ieee754_expl before checking for overflow and
12070         underflow.
12071         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
12072         (__ieee754_expl): Allow for and saturate large arguments.
12073         * math/libm-test.inc (exp_test): Add another test.  Do not allow
12074         missing overflow exception on overflow.
12075         (expm1_test): Do not allow missing overflow exception on overflow.
12077         * sysdeps/i386/fpu/e_expl.c: Move to ...
12078         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
12079         rather than using inline asm.
12080         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
12081         * sysdeps/x86_64/fpu/e_expl.S: Copy from
12082         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
12084         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
12085         (nice): Likewise.
12086         (poll): Likewise.
12087         (signal): Likewise.
12088         (time): Likewise.
12089         (times): Likewise.
12091 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
12093         * sysdeps/unix/syscalls.list (adjtime): Add entry from
12094         sysdeps/unix/common/syscalls.list.
12095         (fchmod): Likewise.
12096         (fchown): Likewise.
12097         (ftruncate): Likewise.
12098         (getrusage): Likewise.
12099         (gettimeofday): Likewise.
12100         (setpgid): Likewise.
12101         (setregid): Likewise.
12102         (setreuid): Likewise.
12103         (sigaction): Likewise.
12104         (truncate): Likewise.
12105         (vhangup): Likewise.
12106         * sysdeps/unix/common/syscalls.list: Remove file.
12107         * sysdeps/unix/bsd/Implies: Don't include unix/common.
12108         * sysdeps/unix/sysv/linux/Implies: Likewise.
12110 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
12112         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
12113         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
12114         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
12115         Moved to ...
12116         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12117         Here.
12118         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
12119         to ...
12120         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
12121         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
12122         to ...
12123         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
12124         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
12125         to ...
12126         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
12127         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
12128         to ...
12129         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
12130         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
12131         to ...
12132         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
12133         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
12134         to ...
12135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
12136         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
12137         to ...
12138         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
12139         Here.
12140         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
12141         to ...
12142         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
12143         Here.
12144         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
12145         to ...
12146         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
12147         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
12148         Moved to ...
12149         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
12150         Here.
12151         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
12152         to ...
12153         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
12155 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
12157         * sysdeps/unix/common/bits/dirent.h: Remove file.
12158         * sysdeps/unix/common/bits/fcntl.h: Likewise.
12160         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
12161         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
12162         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
12163         * sysdeps/unix/bsd/isatty.c: Likewise.
12164         * sysdeps/unix/bsd/tcdrain.c: Likewise.
12165         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
12166         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
12168 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12170         [BZ #13563]
12171         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
12172         long double comparison inaccuracies.
12173         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
12174         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12176 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
12178         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
12179         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
12181 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
12183         [BZ #14049]
12184         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
12185         nonzero digits before rounding a hex value.
12186         * stdlib/tst-strtod.c (tests): Add another test.
12188 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12190         * sysdeps/s390/fpu/libm-test-ulps: Update.
12192 2012-05-03  Andreas Jaeger  <aj@suse.de>
12194         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
12195         does not get optimized out.
12196         (malloc_opt_barrier): New.
12198 2012-05-03  Andreas Jaeger  <aj@suse.de>
12199             Roland McGrath  <roland@hack.frob.com>
12201         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
12202         intermediate file deletion.
12203         (generated): Add .symlist files.
12205 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
12207         [BZ #13775]
12208         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
12209         Redirect under this condition.
12210         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
12211         [__USE_GNU] (__dprintf_chk): Not under this condition.
12212         [__USE_GNU] (__vdprintf_chk): Likewise.
12213         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
12214         under this condition.
12215         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
12216         [__USE_XOPEN2K8] (dprintf): Define under this condition.
12217         [__USE_XOPEN2K8] (vdprintf): Likewise.
12218         [__USE_GNU] (__dprintf_chk): Not under this condition.
12219         [__USE_GNU] (__vdprintf_chk): Likewise.
12220         [__USE_GNU] (dprintf): Likewise.
12221         [__USE_GNU] (vdprintf): Likewise.
12223 2012-05-03  Roland McGrath  <roland@hack.frob.com>
12225         * elf/Makefile (common-generated): Set this instead of generated for
12226         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
12227         $(all-built-dso)-derived lists.
12229 2012-05-03  Andreas Jaeger  <aj@suse.de>
12231         * sysdeps/i386/fpu/libm-test-ulps: Update.
12233         * FAQ: Removed.
12234         * FAQ.in: Likewise.
12235         * scripts/gen-FAQ.pl: Likewise.
12236         * manual/install.texi (Installation): Point to online location of
12237         FAQ.
12238         * Makefile (files-for-dist): Remove FAQ.
12239         (FAQ): Remove.
12241 2012-05-02  Allan McRae  <allan@archlinux.org>
12243         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
12244         (LDFLAGS-reldepmod5.so): Likewise.
12245         (LDFLAGS-reldep6mod1.so): Likewise.
12246         (LDFLAGS-reldep6mod4.so): Likewise.
12247         (LDFLAGS-reldep8mod3.so): Likewise.
12248         (LDFLAGS-unload4mod1.so): Likewise.
12249         (LDFLAGS-unload4mod2.so): Likewise.
12250         (LDFLAGS-tst-initorder): Likewise.
12251         (LDFLAGS-tst-initordera2.so): Likewise.
12252         (LDFLAGS-tst-initordera3.so): Likewise.
12253         (LDFLAGS-tst-initordera4.so): Likewise.
12254         (LDFLAGS-tst-initorderb2.so): Likewise.
12255         (LDFLAGS-noload): Likewise.
12256         (LDFLAGS-next): Likewise.
12257         (LDFLAGS-order2mod1.so): Likewise.
12258         (LDFLAGS-order2mod2.so): Likewise.
12259         (LDFLAGS-tst-initorder2): Likewise.
12260         (LDFLAGS-tst-initorder2a.so): Likewise.
12261         (LDFLAGS-tst-initorder2b.so): Likewise.
12262         (LDFLAGS-tst-initorder2c.so): Likewise.
12263         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
12265 2012-05-02  David S. Miller  <davem@davemloft.net>
12267         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12269 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
12271         [BZ #14055]
12272         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
12274 2012-05-02  Andreas Jaeger  <aj@suse.de>
12276         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
12277         since we manipulate rounding mode.
12278         (CPPFLAGS-test-idouble.c): Likewise.
12279         (CPPFLAGS-test-ifloat.c): Likewise.
12280         (CFLAGS-test-ldouble.c): Likewise.
12281         (CFLAGS-test-double.c): Likewise.
12282         (CFLAGS-test-float.c): Likewise.
12283         (CFLAGS-test-misc.c): Likewise.
12284         (CFLAGS-test-test-fenv.c): Likewise.
12286 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12288         [BZ #2550]
12289         [BZ #2570]
12290         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
12291         comparisons to determine direction to adjust input.
12293 2012-05-01  Roland McGrath  <roland@hack.frob.com>
12295         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
12296         output to the target.
12298         * scripts/localplt.awk: New file.
12299         * elf/Makefile ($(objpfx)check-localplt): Target removed.
12300         (check-localplt-CFLAGS): Variable removed.
12301         ($(all-built-dso:=.jmprel)): New static pattern rule.
12302         (generated): Add those targets.
12303         (localplt-built-dso): New variable.
12304         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
12306         * elf/check-localplt.c: File removed.
12308         * scripts/check-execstack.awk: New file.
12309         * elf/Makefile ($(objpfx)check-execstack): Target removed.
12310         (check-execstack-CFLAGS): Variable removed.
12311         ($(objpfx)check-execstack.h): Target removed.
12312         ($(objpfx)execstack-default): New target.
12313         (generated): Add that instead of check-execstack.h.
12314         ($(all-built-dso:=.phdr)): New static pattern rule.
12315         (generated): Add those targets.
12316         * elf/check-execstack.c: File removed.
12318         * scripts/check-textrel.awk: New file.
12319         * elf/Makefile ($(objpfx)check-textrel): Target removed.
12320         (check-textrel-CFLAGS): Variable removed.
12321         (all-built-dso): Use := to define.o
12322         ($(all-built-dso:=.dyn)): New static pattern rule.
12323         (generated): Add those targets.
12324         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
12325         * config.make.in (READELF): New substituted variable.
12326         * elf/check-textrel.c: File removed.
12328 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
12330         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
12331         allow.
12332         * conform/data/ctype.h-data [C99-based standards] (isblank):
12333         Expect function.
12334         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
12335         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
12336         [ISO || ISO99 || ISO11] (*_t): Do not allow.
12337         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
12338         Specify type.  Require positive value.
12339         (EILSEQ): Likewise.
12340         (ERANGE): Likewise.
12341         [ISO || POSIX] (EILSEQ): Do not expect.
12342         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
12343         Specify type.  Require positive value.
12344         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
12345         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
12346         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
12347         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
12348         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
12349         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
12350         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
12351         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
12352         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
12353         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
12354         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
12355         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
12356         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
12357         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
12358         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
12359         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
12360         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
12361         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
12362         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
12363         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
12364         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
12365         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
12366         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
12367         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
12368         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
12369         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
12370         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
12371         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
12372         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
12373         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
12374         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
12375         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
12376         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
12377         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
12378         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
12379         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
12380         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
12381         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
12382         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
12383         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
12384         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
12385         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
12386         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
12387         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
12388         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
12389         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
12390         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
12391         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
12392         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
12393         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
12394         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
12395         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
12396         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
12397         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
12398         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
12399         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
12400         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
12401         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
12402         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
12403         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
12404         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
12405         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
12406         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
12407         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
12408         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
12409         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
12410         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
12411         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
12412         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
12413         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
12414         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
12415         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
12416         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
12417         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
12418         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
12419         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
12420         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
12421         Require >= 2.
12422         (FLT_ROUNDS): Expect as macro, not constant.
12423         (FLT_MANT_DIG): Use macro-int-constant.
12424         (DBL_MANT_DIG): Likewise.
12425         (LDBL_MANT_DIG): Likewise.
12426         (FLT_DIG): Likewise.
12427         (DBL_DIG): Likewise.
12428         (LDBL_DIG): Likewise.
12429         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
12430         (DBL_MIN_EXP): Likewise.
12431         (LDBL_MIN_EXP): Likewise.
12432         (FLT_MAX_EXP): Use macro-int-constant.
12433         (DBL_MAX_EXP): Likewise.
12434         (LDBL_MAX_EXP): Likewise.
12435         (FLT_MAX_10_EXP): Likewise.
12436         (DBL_MAX_10_EXP): Likewise.
12437         (LDBL_MAX_10_EXP): Likewise.
12438         (FLT_MAX): Use macro-constant.
12439         (DBL_MAX): Likewise.
12440         (LDBL_MAX): Likewise.
12441         (FLT_EPSILON): Use macro-constant.  Give upper bound.
12442         (DBL_EPSILON): Likewise.
12443         (LDBL_EPSILON): Likewise.
12444         (FLT_MIN): Likewise.
12445         (DBL_MIN): Likewise.
12446         (LDBL_MIN): Likewise.
12447         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
12448         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
12449         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
12450         [ISO11] (FLT_HAS_SUBNORM): Likewise.
12451         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
12452         [ISO11] (DBL_DECIMAL_DIG): Likewise.
12453         [ISO11] (FLT_DECIMAL_DIG): Likewise.
12454         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
12455         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
12456         [ISO11] (FLT_TRUE_MIN): Likewise.
12457         [ISO11] (LDBL_TRUE_MIN): Likewise.
12458         [ISO || ISO99 || ISO11] (*_t): Do not allow.
12459         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
12460         (SCHAR_MIN): Use macro-int-constant.  Specify type.
12461         (SCHAR_MAX): Likewise.
12462         (UCHAR_MAX): Likewise.
12463         (CHAR_MIN): Likewise.
12464         (CHAR_MAX): Likewise.
12465         (MB_LEN_MAX): Use macro-int-constant.
12466         (SHRT_MIN): Use macro-int-constant.  Specify type.
12467         (SHRT_MAX): Likewise.
12468         (USHRT_MAX): Likewise.
12469         (INT_MAX): Likewise.
12470         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
12471         bound negative.
12472         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
12473         bound with "U".
12474         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
12475         bound with "L".
12476         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
12477         bound negative.  Suffix upper bound with "L".
12478         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
12479         bound with "UL".
12480         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
12481         Specify type.
12482         [C99-based standards] (LLONG_MAX): Likewise.
12483         [C99-based standards] (ULLONG_MAX): Likewise.
12484         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
12485         == 0.
12486         [ISO11] (max_align_t): Require type.
12487         [ISO || ISO99 || ISO11] (*_t): Do not allow.
12489         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
12490         from $CFLAGS, without defining away __attribute__ calls.
12491         (checknamespace): Use $CFLAGS_namespace.
12493         * conform/conformtest.pl (@keywords): Only include C99 keywords
12494         for standards based on C99 or C11.
12496         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
12497         Disable tests.
12498         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
12499         UNIX98]: Likewise.
12501         * conform/conformtest.pl: Handle "macro-int-constant" and test for
12502         usability of symbols in #if.
12504         * conform/conformtest.pl: If macro or constant types start
12505         "promoted:", expect the symbol to be of the following type
12506         promoted by the integer promotions.
12508         * conform/conformtest.pl: Parse all "constant" and "macro" lines
12509         in one place.  Also handle "macro-constant".
12511         * conform/conformtest.pl: Only accept expected macro values with
12512         "==".  Parse all "macro" lines in one place.
12513         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
12515         * conform/conformtest.pl: Handle braced types on "constant" lines
12516         instead of handling "typed-constant".
12517         * conform/data/signal.h-data: Use "constant" instead of
12518         "typed-constant".
12520         * conform/conformtest.pl: Handle "optional-" at start of lines in
12521         one place rather than duplicating several cases.  Handle each
12522         format of "macro" line with initial "optional-".
12524         * conform/conformtest.pl: Only accept expected constant or
12525         optional-constant values with "==".  Parse all "constant" lines in
12526         one place.  Parse all "optional-constant" lines in one place.
12527         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
12528         * conform/data/fmtmsg.h-data: Likewise.
12529         * conform/data/netinet/in.h-data: Likewise.
12530         * conform/data/tar.h-data: Likewise.
12531         * conform/data/limits.h-data: Use "==" form on "constant" and
12532         "optional-constant" lines.
12534         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
12535         Use -std=c99 for XOPEN2K.
12536         (@knownproblems): Remove.
12537         (newtoken): Don't check %isknown.
12539         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
12540         Do not expect macro.
12541         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
12542         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
12543         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
12544         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
12545         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
12546         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
12547         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
12548         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
12549         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
12550         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
12551         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
12552         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
12553         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
12554         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
12555         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
12556         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
12557         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
12558         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
12559         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
12560         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
12561         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
12562         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
12563         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
12564         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
12565         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
12566         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
12567         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
12568         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
12569         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
12570         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
12571         [XPG3] (acosh): Likewise.
12572         [XPG3] (asinh): Likewise.
12573         [XPG3] (atanh): Likewise.
12574         [XPG3] (cbrt): Likewise.
12575         [XPG3] (expm1): Likewise.
12576         [XPG3] (ilogb): Likewise.
12577         [XPG3] (log1p): Likewise.
12578         [XPG3] (logb): Likewise.
12579         [XPG3] (nextafter): Likewise.
12580         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
12581         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
12582         [XPG3] (remainder): Likewise.
12583         [XPG3] (rint): Likewise.
12584         [XPG3 || XPG4 || UNIX98] (round): Likewise.
12585         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
12586         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
12587         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
12588         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
12589         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
12590         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
12591         [UNIX98 || XOPEN2K] (scalb): Expect.
12592         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
12593         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
12594         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
12595         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
12596         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
12597         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
12598         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
12599         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
12600         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
12601         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
12602         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
12603         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
12604         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
12605         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
12606         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
12607         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
12608         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
12609         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
12610         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
12611         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
12612         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
12613         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
12614         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
12615         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
12616         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
12617         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
12618         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
12619         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
12620         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
12621         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
12622         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
12623         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
12624         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
12625         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
12626         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
12627         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
12628         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
12629         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
12630         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
12631         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
12632         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
12633         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
12634         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
12635         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
12636         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
12637         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
12638         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
12639         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
12640         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
12641         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
12642         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
12643         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
12644         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
12645         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
12646         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
12647         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
12648         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
12649         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
12650         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
12651         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
12652         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
12653         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
12654         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
12655         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
12656         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
12657         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
12658         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
12659         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
12660         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
12661         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
12662         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
12663         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
12664         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
12665         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
12666         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
12667         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
12668         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
12669         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
12670         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
12671         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
12672         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
12673         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
12674         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
12675         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
12676         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
12677         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
12678         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
12679         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
12680         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
12681         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
12682         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
12683         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
12684         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
12685         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
12686         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
12687         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
12688         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
12689         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
12690         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
12691         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
12692         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
12693         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
12694         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
12695         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
12696         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
12697         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
12698         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
12699         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
12700         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
12701         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
12702         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
12703         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
12704         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
12705         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
12706         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
12707         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
12708         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
12709         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
12710         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
12711         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
12712         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
12713         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
12714         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
12715         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
12716         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
12717         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
12718         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
12719         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
12720         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
12721         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
12722         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
12723         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
12724         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
12725         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
12726         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
12727         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
12728         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
12730         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
12731         _XOPEN_SOURCE_EXTENDED for XPG4.
12733         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
12735         * Makeconfig (localtime): Remove variable.
12736         (inst_localtime-file): Likewise.
12738 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
12741         Update.
12742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
12743         Update.
12744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
12745         Update.
12746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
12747         Update.
12748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
12749         Update.
12750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
12751         Update.
12752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
12753         Update.
12754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
12755         Update.
12756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
12757         Update.
12759 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
12761         [BZ #2550]
12762         [BZ #2570]
12763         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
12764         comparisons to determine direction to adjust input.
12765         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
12766         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
12767         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
12768         Likewise.
12769         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
12770         Likewise.
12771         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
12772         Likewise.
12773         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
12774         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
12775         Likewise.
12776         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
12777         Likewise.
12778         * math/libm-test.inc (nexttoward_test): Add more tests.
12780 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12782         [BZ #14040]
12783         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
12784         in version GLIBC_2.1, not GLIBC_2.0.
12785         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
12786         Likewise.
12788 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
12790         [BZ #13942]
12791         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
12792         (1 - x) * (1 + x).
12793         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
12794         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
12795         * math/libm-test.inc (acos_test): Add more tests.
12796         (asin_test): Likewise.
12797         * sysdeps/i386/fpu/libm-test-ulps: Update.
12798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12800         [BZ #14034]
12801         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
12802         of square root.
12803         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
12804         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
12805         * math/libm-test.inc (acos_test_tonearest): New function.
12806         (acos_test_towardzero): Likewise.
12807         (acos_test_downward): Likewise.
12808         (acos_test_upward): Likewise.
12809         (asin_test_tonearest): Likewise.
12810         (asin_test_towardzero): Likewise.
12811         (asin_test_downward): Likewise.
12812         (asin_test_upward): Likewise.
12813         (main): Call the new functions.
12814         * sysdeps/i386/fpu/libm-test-ulps: Update.
12815         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12817         [BZ #13884]
12818         [BZ #13924]
12819         * math/e_exp10.c: Include <float.h>.
12820         (__ieee754_exp10): Handle underflow here rather than multiplying
12821         large negative argument by M_LN10.
12822         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
12823         of __ieee754_expf.
12824         * math/e_exp10l.c: Include <float.h>.
12825         (__ieee754_exp10l): Handle underflow here rather than multiplying
12826         large negative argument by M_LN10l.
12827         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
12828         spurious overflow exception on underflow.
12830 2012-04-29  Marek Polacek  <polacek@redhat.com>
12832         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
12833         (__fortify_function): New macro.
12834         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
12835         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
12836         __extern_always_inline.
12837         * libio/bits/stdio2.h: Likewise.
12838         * libio/bits/stdio.h: Likewise.
12839         * string/string.h: Likewise.
12840         * string/bits/string3.h: Likewise.
12841         * include/stdio.h: Likewise.
12842         * stdlib/bits/stdlib.h: Likewise.
12843         * stdlib/stdlib.h: Likewise.
12844         * rt/bits/mqueue2.h: Likewise.
12845         * rt/mqueue.h: Likewise.
12846         * posix/bits/unistd.h: Likewise.
12847         * posix/unistd.h: Likewise.
12848         * io/bits/poll2.h: Likewise.
12849         * io/bits/fcntl2.h: Likewise.
12850         * io/fcntl.h: Likewise.
12851         * io/sys/poll.h: Likewise.
12852         * misc/bits/syslog.h: Likewise.
12853         * misc/bits/syslog-ldbl.h: Likewise.
12854         * misc/sys/syslog.h: Likewise.
12855         * socket/bits/socket2.h: Likewise.
12856         * socket/sys/socket.h: Likewise.
12857         * debug/tst-chk1.c: Likewise.
12858         * wcsmbs/bits/wchar2.h: Likewise.
12859         * wcsmbs/bits/wchar-ldbl.h: Likewise.
12860         * wcsmbs/wchar.h: Likewise.
12862 2012-04-29  Andreas Jaeger  <aj@suse.de>
12864         * Makerules (tests): Remove enable-check-abi protection.
12865         (check-abi-warn): Remove.
12866         (check-abi-%): Remove check-abi-warn usage.
12868         * configure.in: Remove check-abi configure option.
12869         * configure: Regenerated.
12870         * config.make.in (enable-check-abi): Remove.
12872 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
12874         [BZ #14033]
12875         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
12876         double functions to double *_finite functions.
12878         [BZ #13941]
12879         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
12880         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
12881         LDBL_MIN_EXP.
12882         * stdio-common/Makefile (tests): Add tst-sprintf3.
12883         * stdio-common/tst-sprintf3.c: New file.
12885         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
12886         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
12888 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
12890         * conform/conformtest.pl: Remove duplicate typed-constant
12891         handling.
12893 2012-04-28  David S. Miller  <davem@davemloft.net>
12895         * Makerules (%.abilist): Add vpath on sysdep_dirs.
12896         (check-abi-%): Remove AWK script prerequisite and explicit
12897         abilist directory.
12898         (check-abi): Rewrite to just diff the symlist with the abilist.
12899         (config-tls, config-abi-config): Delete, no longer used.
12900         (update-abi-%): Remove AWK script and explicit abilist directory.
12901         (update-abi): Rewrite to simply compare and conditionally copy the
12902         symlist and the sysdep abilist file.  Remove update-abi-config
12903         checks.
12904         * abilist/ld.abilist: Remove.
12905         * abilist/libBrokenLocale.abilist: Remove.
12906         * abilist/libanl.abilist: Remove.
12907         * abilist/libcrypt.abilist: Remove.
12908         * abilist/libdl.abilist: Remove.
12909         * abilist/librt.abilist: Remove.
12910         * abilist/libthread_db.abilist: Remove.
12911         * abilist/libutil.abilist: Remove.
12912         * scripts/extract-abilist.awk: Remove.
12913         * scripts/merge-abilist.awk: Remove.
12914         * sysdeps/generic/libcidn.abilist: New file.
12915         * sysdeps/generic/libnss_compat.abilist: New file.
12916         * sysdeps/generic/libnss_db.abilist: New file.
12917         * sysdeps/generic/libnss_dns.abilist: New file.
12918         * sysdeps/generic/libnss_files.abilist: New file.
12919         * sysdeps/generic/libnss_hesiod.abilist: New file.
12920         * sysdeps/generic/libnss_nis.abilist: New file.
12921         * sysdeps/generic/libnss_nisplus.abilist: New file.
12922         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
12923         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
12924         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
12925         file.
12926         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
12927         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
12928         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
12929         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
12930         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
12931         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
12932         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
12933         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
12934         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
12935         file.
12936         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
12937         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
12938         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
12939         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
12940         file.
12941         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
12942         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
12943         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
12944         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
12945         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
12946         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
12947         file.
12948         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
12949         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
12950         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
12951         file.
12952         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
12953         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
12954         New file.
12955         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
12956         New file.
12957         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
12958         New file.
12959         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
12960         New file.
12961         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
12962         New file.
12963         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
12964         New file.
12965         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
12966         New file.
12967         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
12968         New file.
12969         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
12970         New file.
12971         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
12972         New file.
12973         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
12974         New file.
12975         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
12976         New file.
12977         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
12978         New file.
12979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
12980         file.
12981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
12982         New file.
12983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
12984         New file.
12985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
12986         file.
12987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
12988         New file.
12989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
12990         New file.
12991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
12992         file.
12993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
12994         New file.
12995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
12996         New file.
12997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
12998         New file.
12999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
13000         New file.
13001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
13002         New file.
13003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
13004         New file.
13005         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
13006         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
13007         file.
13008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
13009         New file.
13010         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
13011         file.
13012         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
13013         file.
13014         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
13015         file.
13016         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
13017         file.
13018         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
13019         file.
13020         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13021         New file.
13022         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
13023         file.
13024         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
13025         file.
13026         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
13027         New file.
13028         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
13029         file.
13030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
13031         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
13032         file.
13033         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
13034         New file.
13035         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
13036         file.
13037         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
13038         file.
13039         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
13040         file.
13041         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
13042         file.
13043         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
13044         file.
13045         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13046         New file.
13047         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
13048         file.
13049         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
13050         file.
13051         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
13052         New file.
13053         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
13054         file.
13055         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
13056         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
13057         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
13058         file.
13059         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
13060         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
13061         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
13062         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
13063         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
13064         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
13065         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
13066         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
13067         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
13068         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
13069         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
13070         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
13071         file.
13072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
13073         New file.
13074         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
13075         file.
13076         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
13077         file.
13078         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
13079         file.
13080         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
13081         file.
13082         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
13083         file.
13084         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
13085         New file.
13086         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
13087         New file.
13088         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
13089         file.
13090         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
13091         New file.
13092         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
13093         file.
13094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
13095         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
13096         file.
13097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
13098         New file.
13099         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
13100         file.
13101         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
13102         file.
13103         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
13104         file.
13105         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
13106         file.
13107         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
13108         file.
13109         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
13110         New file.
13111         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
13112         New file.
13113         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
13114         file.
13115         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
13116         New file.
13117         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
13118         file.
13120 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
13122         * conform/conformtest.pl: Fix typo in handling typed-constant from
13123         allow-header.
13125 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
13127         * README: Cut down references to pre-2.6 Linux kernels and
13128         Linuxthreads.  Update lists of configurations in libc and ports
13129         and sort alphabetically.  Say "or newer" with Linux kernel version
13130         requirements.
13132         * config.h.in [IS_IN_build]: Allow compiling without optimization.
13134 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
13136         [BZ #887]
13137         * math/libm-test.inc (logb_test_downward): New test to expose
13138         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
13139         rounding mode.
13141 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
13143         [BZ #14027]
13144         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
13145         to be done.
13146         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
13147         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
13149 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
13151         * sysdeps/unix/i386/brk.S: Remove file.
13152         * sysdeps/unix/i386/dl-brk.S: Likewise.
13153         * sysdeps/unix/i386/pipe.S: Likewise.
13154         * sysdeps/unix/i386/sigreturn.S: Likewise.
13155         * sysdeps/unix/i386/syscall.S: Likewise.
13156         * sysdeps/unix/i386/vfork.S: Likewise.
13157         * sysdeps/unix/i386/wait.S: Likewise.
13159         * sysdeps/unix/common/tcsendbrk.c: Move to ...
13160         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
13162         * configure.in (arm*-none*): Do not allow without
13163         --enable-hacker-mode.
13164         (netbsd*): Remove case setting base_os.
13165         (386bsd*): Likewise.
13166         (freebsd*): Likewise.
13167         (bsdi*): Likewise.
13168         (osf*): Likewise.
13169         (sunos*): Likewise.
13170         (ultrix*): Likewise.
13171         (newsos*): Likewise.
13172         (dynix*): Likewise.
13173         (*bsd*): Likewise.
13174         (sysv*): Likewise.
13175         (isc*): Likewise.
13176         (esix*): Likewise.
13177         (sco*): Likewise.
13178         (minix*): Likewise.
13179         (irix4*): Likewise.
13180         (irix6*): Likewise.
13181         (solaris[2-9]*): Likewise.
13182         (none): Likewise.
13183         * configure: Regenerated.
13185 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13187         [BZ #11521]
13188         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
13189         overflow or cancellation in calculating denominator.
13190         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
13191         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
13192         down expression to avoid unexpected rounding in newer GCCs.
13193         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
13195 2012-04-26  David S. Miller  <davem@davemloft.net>
13197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
13198         long-double compat symbols.
13199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
13200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
13201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
13202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
13203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
13204         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
13205         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
13206         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
13207         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
13208         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
13209         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
13210         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
13211         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
13213 2012-04-25  David S. Miller  <davem@davemloft.net>
13215         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
13216         HWCAP_* values only after the memory barriers have been defined.
13217         (atomic_full_barrier): Define.
13218         (atomic_read_barrier): Define.
13219         (atomic_write_barrier): Define.
13221 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13223         * shlib-versions: Add libgcc_s version information.
13224         * sysdeps/generic/libgcc_s.h: Remove.
13225         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
13226         libgcc_s.h.
13227         * sysdeps/gnu/unwind-resume.c: Likewise.
13228         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
13230 2012-04-25  David S. Miller  <davem@davemloft.net>
13232         * sysdeps/unix/sparc/brk.S: Delete.
13233         * sysdeps/unix/sparc/dl-brk.S: Delete.
13234         * sysdeps/unix/sparc/pipe.S: Delete.
13235         * sysdeps/unix/sparc/sysdep.S: Delete.
13236         * sysdeps/unix/sparc/sysdep.h: Delete.
13237         * sysdeps/unix/sparc/vfork.S: Delete.
13238         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
13239         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
13240         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
13241         ret_ERRVAL, r0, r1, MOVE): Define.
13242         (JUMPTARGET): Remove.
13243         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
13244         sysdeps/unix/sparc/sysdep.h
13245         (ENTRY, END): Remove.
13246         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
13248 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
13250         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
13251         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
13252         -DIS_IN_build.
13254         * timezone/README: Update upstream location and email address for
13255         tzcode and tzdata.
13256         * timezone/zdump.c: Update from tzcode 2012b.
13257         * timezone/zic.c: Likewise.
13259         * configure.in (libc_cv_as_needed): Remove test.
13260         * configure: Regenerated.
13261         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
13262         conditional definition.
13263         [$(have-as-needed) != yes] (no-as-needed): Likewise.
13264         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
13265         * config.make.in (have-as-needed): Remove variable.
13267 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
13268             Paul Pluzhnikov  <ppluzhnikov@google.com>
13270         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
13271         strings correctly.
13273 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
13275         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
13276         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
13277         * sysdeps/sh/strlen.S: Likewise.
13279 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
13281         * sysdeps/unix/fork.S: Remove file.
13282         * sysdeps/unix/i386/fork.S: Likewise.
13283         * sysdeps/unix/sparc/fork.S: Likewise.
13285         * sysdeps/unix/system.c: Remove file.
13286         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
13288         * sysdeps/unix/getegid.S: Remove file.
13289         * sysdeps/unix/geteuid.S: Likewise.
13291 2012-04-24  Roland McGrath  <roland@hack.frob.com>
13293         * scripts/check-localplt.awk: New file.
13294         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
13295         of diff.
13296         * scripts/data/localplt-generic.data: Add a comment.
13298         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
13299         NODE when __dir_mkfile failed.
13300         * sysdeps/mach/hurd/symlinkat.c: Likewise.
13301         Reported by Ludovic Courtès <ludo@gnu.org>.
13303 2012-04-24  Andreas Jaeger  <aj@suse.de>
13305         * Makerules (common-clean): Also remove gen-as-const-headers
13306         files.
13308 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
13310         * Makerules (native-compile): Do not change working directory for
13311         build.  Use $(OUTPUT_OPTION) in command.
13312         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
13314 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13316         [BZ #13886]
13317         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
13318         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
13319         * math/libm-test.inc (floor_test): Add more tests.
13320         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
13322 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
13324         * sysdeps/unix/getdents.c: Remove file.
13325         * sysdeps/unix/sysv/getdents.c: Likewise.
13326         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
13328         * sysdeps/unix/syscalls.list (madvise): Add syscall from
13329         sysdeps/unix/mman/syscalls.list.
13330         (mmap): Likewise.
13331         (mprotect): Likewise.
13332         (msync): Likewise.
13333         (munmap): Likewise.
13334         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
13335         * sysdeps/unix/mman/syscalls.list: Remove.
13336         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
13338         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
13339         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
13340         * configure: Regenerated.
13341         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
13342         $(libgcc_s_suffix).
13343         * config.make.in (libgcc_s_suffix): Remove variable.
13345 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
13347         * sysdeps/unix/sysv/gethostname.c: Move to ...
13348         * sysdeps/posix/gethostname.c: ... here.
13350         * sysdeps/unix/execve.S: Remove file.
13352         * sysdeps/unix/_exit.S: Remove file.
13354 2012-04-23  Andreas Jaeger  <aj@suse.de>
13356         [BZ #13739]
13357         * manual/Makefile: Remove make dist support, there's no
13358         need for a stand-alone documentation tar ball.
13359         (TEXI2DVI): Define always, it's not in Makeconfig.
13360         (dist): Removed.
13361         (tar-it): Removed.
13362         (edition): Removed.
13363         (glibc-doc-$(edition).tar): Removed
13364         (%.Z): Removed.
13365         (%.gz): Removed.
13366         (%.uu): Removed.
13367         (ETAGS): Remove, it's in Makeconfig.
13368         (move-if-change): Remove, it's in Makeconfig.
13370 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
13372         [BZ #13970]
13373         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
13374         (strtod, strtof, strtold, strtol, strtoul, strtoq)
13375         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
13376         (strtod_l, strtof_l, strtold_l): Remove __wur.
13377         It is not necessarily an error to ignore strtol's return value.
13378         One can reliably look at the stored endptr to decide whether
13379         the number had valid syntax.
13381 2012-04-21  Andreas Jaeger  <aj@suse.de>
13383         [BZ #13739]
13384         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
13386 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
13388         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
13389         * sysdeps/unix/sysv/Versions: Remove file.
13391 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
13393         [BZ #13927]
13394         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13396 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
13398         [BZ #7064]
13399         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
13400         version from __vm86.
13402 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
13404         * sysdeps/unix/common/lxstat.c: Remove file.
13405         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
13407         * sysdeps/unix/sysv/Makefile: Remove file.
13409         * sysdeps/unix/sysv/direct.h: Remove file.
13411         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
13412         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
13413         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
13414         * sysdeps/unix/sysv/bits/signum.h: Likewise.
13415         * sysdeps/unix/sysv/bits/stat.h: Likewise.
13416         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
13417         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
13419         * sysdeps/unix/sysv/setrlimit.c: Remove file.
13421         * sysdeps/unix/xmknod.c: Remove file.
13422         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
13424         * sysdeps/unix/sysv/settimeofday.c: Remove file.
13426         * sysdeps/unix/sysv/i386/time.S: Remove file.
13428         * sysdeps/unix/fxstat.c: Remove file.
13429         * sysdeps/unix/xstat.c: Likewise.
13430         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
13432         * sysdeps/unix/sysv/sigaction.c: Remove file.
13434         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
13435         (sysdep_headers): Remove variable.
13436         [termio.h not in sysdep_headers] (generated): Likewise.
13437         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
13438         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
13439         * sysdeps/unix/sysv/tcdrain.c: Likewise.
13440         * sysdeps/unix/sysv/tcflow.c: Likewise.
13441         * sysdeps/unix/sysv/tcflush.c: Likewise.
13442         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
13443         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
13444         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
13445         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
13446         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
13448         * sysdeps/unix/siglist.c: Remove file.
13450         * sysdeps/unix/getppid.S: Remove file.
13452         * sysdeps/unix/mkdir.c: Remove file.
13453         * sysdeps/unix/rmdir.c: Likewise.
13455 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
13457         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
13458         ERR_MAX value.
13459         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
13460         errlist-compat value.
13462 2012-04-18  David S. Miller  <davem@davemloft.net>
13464         * sysdeps/generic/memcopy.h (reg_char): Delete.
13465         * debug/strcat_chk.c: Use char, not reg_char.
13466         * debug/strcpy_chk.c: Likewise.
13467         * debug/strncat_chk.c: Likewise.
13468         * debug/strncpy_chk.c: Likewise.
13469         * string/memchr.c: Likewise.
13470         * string/memrchr.c: Likewise.
13471         * string/rawmemchr.c: Likewise.
13472         * string/strcat.c: Likewise.
13473         * string/strchr.c: Likewise.
13474         * string/strchrnul.c: Likewise.
13475         * string/strcmp.c: Likewise.
13476         * string/strcpy.c: Likewise.
13477         * string/strncat.c: Likewise.
13478         * string/strncmp.c: Likewise.
13479         * string/strncpy.c: Likewise.
13481 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
13483         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
13484         __builtin_memcopy is called when src and dest ranges are known to not
13485         overlap.
13487 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
13489         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
13490         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
13491         fwd_align_merge macro call.
13492         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
13493         bwd_align_merge macro call.
13494         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
13496 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
13498         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
13499         bwd_align_merge macros.
13500         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
13501         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
13502         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
13504 2012-04-18  David S. Miller  <davem@davemloft.net>
13506         * sysdeps/sparc/sparc64/memcopy.h: Delete.
13508 2012-04-18  Andreas Jaeger  <aj@suse.de>
13510         [BZ# 6794]
13511         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
13512         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
13513         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
13515         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
13516         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
13517         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
13519         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
13520         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
13521         Adjust for changed ldbl-128 files.
13523         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
13524         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
13525         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
13527 2012-04-17  David S. Miller  <davem@davemloft.net>
13529         * sysdeps/sparc/sparc32/memcopy.h: Delete.
13531 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
13533         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
13534         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
13535         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
13536         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
13537         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
13538         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
13540 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13542         [BZ #6794]
13543         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
13544         * math/libm-test.inc: Add ilogb errno and exception tests.
13545         * math/w_ilogb.c: New file: ilogb wrapper.
13546         * math/w_ilogbf.c: New file: ilogbf wrapper.
13547         * math/w_ilogbl.c: New file: ilogbl wrapper.
13548         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
13549         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
13550         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
13551         exception being thrown with 0.0 as argument.
13552         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
13553         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
13554         exception being thrown with 0.0 as argument.
13555         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
13556         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
13557         exception being thrown with 0.0 as argument.
13558         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
13559         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
13560         exception being thrown with 0.0 as argument.
13561         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
13562         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
13563         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
13564         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
13565         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
13566         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
13567         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
13568         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
13569         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
13571 2012-04-17  Petr Baudis  <pasky@ucw.cz>
13573         * include/sys/uio.h: Change __vector to __iovec to avoid clash
13574         with altivec.
13576 2012-04-16  Marek Polacek  <polacek@redhat.com>
13578         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
13580 2012-04-16  Marek Polacek  <polacek@redhat.com>
13582         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
13583         operands of fdivp instruction.
13585 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
13587         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
13588         * elf/tst-auditmod3b.c: Likewise.
13589         * elf/tst-auditmod4b.c: Likewise.
13590         * elf/tst-auditmod5b.c: Likewise.
13591         * elf/tst-auditmod6b.c: Likewise.
13592         * elf/tst-auditmod6c.c: Likewise.
13593         * elf/tst-auditmod7b.c: Likewise.
13594         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
13595         * sysdeps/x86_64/preconfigure.in: Likewise.
13596         * sysdeps/x86_64/preconfigure: Regenerated.
13598 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
13600         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
13601         __ILP32__.
13603 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
13605         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
13606         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
13608 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
13610         [BZ #13973]
13611         * locale/iso-639.def: Fix gl language name. Spotted by
13612         Yaron Shahrabani.
13614 2012-04-12  Roland McGrath  <roland@hack.frob.com>
13616         [BZ #2074]
13617         * libio/libio.h (__io_write_fn): Update comment.
13619 2012-04-12  Petr Baudis  <pasky@ucw.cz>
13621         [BZ #2074]
13622         * stdio.texi (Hook Functions): The user provided writer function
13623         is not allowed to return -1.
13625 2012-04-11  David S. Miller  <davem@davemloft.net>
13627         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13629 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
13631         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
13632         Add a leading slash to rtkaio.
13634 2012-04-11  Jim Meyering  <meyering@redhat.com>
13636         [BZ #11959]
13637         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
13638         It is not necessarily an error to ignore fwrite's return
13639         value.  One can reliably use ferror to test for errors after
13640         the fact.
13642 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
13644         * bits/types.h (__snseconds_t): New type.
13645         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
13647         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
13648         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
13649         (__SNSECONDS_T_TYPE): Likewise.
13650         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
13651         (__SNSECONDS_T_TYPE): Likewise.
13652         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
13653         (__SNSECONDS_T_TYPE): Likewise.
13655 2012-04-10  Andreas Jaeger  <aj@suse.de>
13657         [BZ #2636]
13658         * manual/time.texi (Processor Time): Return type of times is
13659         elapsed real time since an arbitrary point in the past.
13660         (CPU Time): Move CLK_TCK from here...
13661         (Processor Time): ...to here.  Correct description.
13662         * manual/conf.texi (Constants for Sysconf): Correct description of
13663         _SC_CLK_TCK.
13665 2012-04-10  David S. Miller  <davem@davemloft.net>
13667         [BZ #13967]
13668         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
13669         where the is a gap between DT_REL(A) and DT_JMPREL.
13671 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
13673         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
13674         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
13675         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
13677 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13679         * elf/dl-support.c (_dl_inhibit_cache): New variable.
13680         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
13681         (dl_main): Handle --inhibit-cache.
13682         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
13683         _dl_inhibit_cache.
13684         * elf/dl-load.c (_dl_map_object): Use it.
13685         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
13687 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
13689         [BZ #13872]
13690         * sysdeps/i386/fpu/e_powl.S (p78): New object.
13691         (__ieee754_powl): Saturate large exponents rather than testing for
13692         overflow of y*log2(x).
13693         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
13694         * math/libm-test.inc (pow_test): Do not permit spurious overflow
13695         exceptions.
13697         [BZ #11521]
13698         * math/s_ctan.c: Include <float.h>.
13699         (__ctan): Avoid internal overflow or cancellation in calculating
13700         denominator.
13701         * math/s_ctanf.c: Likewise.
13702         * math/s_ctanl.c: Likewise.
13703         * math/s_ctanh.c: Likewise.
13704         * math/s_ctanhf.c: Likewise.
13705         * math/s_ctanhl.c: Likewise.
13706         * math/libm-test.inc (ctan_test): Add more tests.
13707         (ctanh_test): Likewise.
13708         * sysdeps/i386/fpu/libm-test-ulps: Update.
13709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13711 2012-04-09  Andreas Jaeger  <aj@suse.de>
13713         [BZ #6894]
13714         * manual/filesys.texi (Directory Entries): Mention that d_namlen
13715         is an optional BSD extension.
13717         [BZ #10254]
13718         * manual/stdio.texi (Opening Streams): Document additional fopen
13719         parameters.
13721 2012-04-09  Roland McGrath  <roland@hack.frob.com>
13723         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
13724         %eax without telling the compiler.
13726 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
13728         [BZ # 13963]
13729         * manual/install.texi: Use sourceware.org.
13731 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
13733         [BZ #13873]
13734         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
13735         (__ieee754_pow): Generate overflow and underflow using huge*huge
13736         and tiny*tiny rather than just returning constant infinity or zero
13737         for large exponents.
13738         * math/libm-test.inc (pow_test): Require overflow exceptions for
13739         applicable cases of large exponents.
13741         [BZ #706]
13742         * sysdeps/i386/fpu/e_pow.S (p10): New object.
13743         (__ieee754_pow): Use iterative multiplication algorithm only for
13744         integer exponents with absolute value below 1024.  Check for odd
13745         integer exponents when using algorithm for real exponents.
13746         * math/libm-test.inc (pow_test): Add more tests.
13747         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13749 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
13751         [BZ #13705]
13752         * math/libm-test.inc (exp_test): Do not allow overflow exception
13753         on underflow test.
13755 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
13757         [BZ #13705]
13758         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
13759         instead of __kernel_standard_f.
13761 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
13763         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
13764         * sysdeps/x86_64/memset_chk.S: Likewise.
13766 2012-04-08  Andreas Jaeger  <aj@suse.de>
13768         [BZ #10153]
13769         * manual/startup.texi (Environment Access): Describe return value
13770         for putenv and setenv.
13772         [BZ #6895]
13773         * manual/filesys.texi (Directory Entries): Add description for
13774         DT_LNK.
13776         [BZ #6890]
13777         * manual/filesys.texi (Directory Entries): Clarify that it's file
13778         system not operating system in the description of DT_UNKNOWN.
13780         [BZ #6578]
13781         * manual/syslog.texi (closelog): Fix reference, it's openlog.
13783 2012-04-08  Stephen Compall  <s11@member.fsf.org>
13785         [BZ #6649]
13786         * manual/llio.texi (Opening and Closing Files): Add cross
13787         reference to explain mode argument.
13789 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
13791         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
13792         * sysdeps/x86_64/memset_chk.S: Likewise.
13794 2012-04-07  David S. Miller  <davem@davemloft.net>
13796         * elf/elf.h (R_SPARC_WDISP10): Define.
13797         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
13798         R_SPARC_SIZE32.
13799         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
13800         R_SPARC_SIZE64 and R_SPARC_H34.
13802 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
13804         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
13805         conditions and remove no longer applicable assertion.
13807 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
13809         * bits/byteswap.h: Include <features.h>.
13810         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
13811         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
13813 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
13815         * bits/byteswap.h (__bswap_16): Removed.
13816         Include <bits/byteswap-16.h> to get __bswap_16.
13817         * sysdeps/i386/bits/byteswap.h: Likewise.
13818         * sysdeps/s390/bits/byteswap.h: Likewise.
13819         * sysdeps/x86_64/bits/byteswap.h: Likewise.
13820         * bits/byteswap-16.h: New file.
13821         * sysdeps/i386/bits/byteswap-16.h: Likewise.
13822         * sysdeps/s390/bits/byteswap-16.h: Likewise.
13823         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
13824         * string/Makefile (headers): Add bits/byteswap-16.h.
13826 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
13828         [BZ #13895]
13829         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
13830         extra indirection.
13831         * nss/Makefile (tests-static, tests): Add tst-nss-static.
13832         * nss/tst-nss-static.c: New.
13834 2012-04-06  Robert Millan  <rmh@gnu.org>
13836         [BZ #6486]
13837         * manual/llio.texi (File Position Primitive): lseek
13838         refers to WHENCE when it really means OFFSET.
13840 2012-04-06  Andreas Jaeger  <aj@suse.de>
13842         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
13843         strncmp declarations.
13845         * abilist/libc.abilist: Add __poll and __ppoll.
13847 2012-04-05  David S. Miller  <davem@davemloft.net>
13849         * scripts/check-local-headers.sh: Accept a host triplet in the
13850         path matched by the exclude regexp.
13852         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
13853         definition.
13854         * sysdeps/powerpc/powerpc32/dl-machine.h
13855         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
13856         * sysdeps/s390/s390-32/dl-machine.h
13857         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
13858         * sysdeps/sparc/sparc32/dl-machine.h
13859         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
13860         * sysdeps/sparc/sparc64/dl-machine.h
13861         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
13863         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
13864         lazy binding.
13865         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
13866         undefined symbol errors.
13868         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
13869         DT_NEEDED entries.
13871 2012-04-05  Michael Matz  <matz@suse.de>
13873         [BZ #13592]
13874         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
13876 2012-04-05  Andreas Jaeger  <aj@suse.de>
13878         [BZ #13908]
13879         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
13880         comment.
13882 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
13884         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
13885         which ROUND is no valid rounding mode.
13887 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
13889         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
13890         read again.
13891         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
13893 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
13895         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
13896         an exception using FPU order intentionally.
13898 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
13900         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
13901         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
13902         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
13903         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
13905 2012-04-05  Simon Josefsson  <simon@josefsson.org>
13907         [BZ #12340]
13908         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
13909         EINVAL when BUFLEN is too smal.
13911 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
13913         [BZ #13553]
13914         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
13915         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
13917 2012-04-03  Andreas Jaeger  <aj@suse.de>
13919         [BZ #13938]
13920         * manual/setjmp.texi (System V contexts): Fix sentence.
13922         [BZ #13926]
13923         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
13924         New macro for this case.
13925         [!__GNUC__] (__bswap_64): New inline function for this case.
13926         * sysdeps/x86_64/bits/byteswap.h: Likewise.
13927         * bits/byteswap.h: Likewise.
13928         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
13929         ull, guard with __GLIBC_HAVE_LONG_LONG.
13931         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
13932         __GLIBC_HAVE_LONG_LONG.
13934         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
13935         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
13937 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
13939         [BZ #13691]
13940         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
13941         inptr and inend, rather than using last_ch.
13943 2012-04-02  David S. Miller  <davem@davemloft.net>
13945         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
13946         * stdio-common/printf-parse.h (read_int): Change return type to
13947         'int', return -1 on INT_MAX overflow.
13948         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
13949         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
13950         overflows INT_MAX.  Check for overflow of in-format-string precision
13951         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
13952         SIZE_MAX not INT_MAX for integer overflow test.
13953         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
13954         skip the construct in the format string but do not record anything.
13955         * stdio-common/bug22.c: Adjust to test both width/prevision
13956         INT_MAX overflow as well as total length INT_MAX overflow.  Check
13957         explicitly for proper errno values.
13959 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
13961         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
13962         CHAR_MAX.
13963         * string/test-strcmp.c [! WIDE]: Likewise.
13964         * time/tst-mktime2.c: Likewise for INT_MAX.
13965         * string/test-string.h: #include <sys/param.h> for MIN.
13967         * csu/init-first.c (__libc_init_first): Call __ctype_init.
13968         * sysdeps/i386/init-first.c (init): Likewise.
13969         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
13970         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
13971         * sysdeps/sh/init-first.c (init): Likewise.
13973 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
13975         * po/ru.po: Update from translation team.
13976         * po/vi.po: Likewise.
13978 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13980         * resolv/nss_dns/dns-host.c: Merge copyright years.
13982 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13984         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
13985         Optimize memcpy with prefetch if
13986         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
13987         src, dst pointers have unequal 16 byte alignments.
13989 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13991         [BZ #13928]
13992         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
13993         from a CNAME entry and return the minimum ttl for the query.
13994         (gaih_getanswer_slice): Likewise.
13996 2012-03-30  Jeff Law  <law@redhat.com>
13998         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
13999         due to long keys.
14000         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
14001         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
14003         * resolv/nss_dns/dns-host.c: Update copyright year.
14005 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
14007         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
14008         requests to save a system call.  Fix check that all bytes are sent.
14010         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
14011         comments for sendmmsg.
14013 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
14015         [BZ #13691]
14016         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
14017         with only 1 character between 0x0041 and 0x01b0.
14018         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
14019         * wcsmbs/tst-mbsnrtowcs.c: New file.
14021 2012-03-29  David S. Miller  <davem@davemloft.net>
14023         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
14024         small copies by hand.
14026 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14028         [BZ #13761]
14029         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
14030         _nss_compat_initgroups_dyn): Fall back to malloc/free
14031         for large group memberships.
14033 2012-03-28  David S. Miller  <davem@davemloft.net>
14035         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
14036         that branches into memcpy.
14037         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
14038         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
14039         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
14040         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
14041         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
14042         bits.
14043         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
14044         implementation too.
14045         * sysdeps/sparc/mempcpy.S: New file.
14047         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
14048         the IFUNC routine in the libc case.
14049         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
14051         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
14052         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
14053         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
14054         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
14055         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
14056         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
14057         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
14058         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
14060         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
14061         loop to 256 bytes instead of 64 bytes and fix test signedness.
14063         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
14064         * sysdeps/sparc/sparc32/Makefile: rather than here...
14065         * sysdeps/sparc/sparc64/Makefile: and here.
14067 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
14069         * malloc/mallocbug.c: Avoid warnings about unused variables.
14071 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14073         [BZ #13760]
14074         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
14075         in the right place. Discard and retry query if response is
14076         larger than input buffer size.
14078 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
14080         [BZ #369]
14081         [BZ #2678]
14082         [BZ #3866]
14083         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
14084         x for large integer exponent.
14085         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14086         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
14087         sign of result as needed afterwards.
14088         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14089         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
14090         result for underflowing pow the same as for overflow.
14091         (__kernel_standard_l): Handle powl overflow and underflow here
14092         rather than calling __kernel_standard.
14093         * math/libm-test.inc (pow_test): Add more tests.
14095         [BZ #3868]
14096         [BZ #13879]
14097         [BZ #13910]
14098         [BZ #13911]
14099         [BZ #13912]
14100         [BZ #13913]
14101         [BZ #13915]
14102         [BZ #13916]
14103         [BZ #13917]
14104         [BZ #13918]
14105         [BZ #13919]
14106         [BZ #13920]
14107         [BZ #13921]
14108         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
14109         * sysdeps/ieee754/k_standard.c: Include <float.h>.
14110         (__kernel_standard_l): New function.
14111         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
14112         __kernel_standard.
14113         * math/w_acosl.c (__acosl): Likewise.
14114         * math/w_asinl.c (__asinl): Likewise.
14115         * math/w_atan2l.c (__atan2l): Likewise.
14116         * math/w_atanhl.c (__atanhl): Likewise.
14117         * math/w_coshl.c (__coshl): Likewise.
14118         * math/w_exp10l.c (__exp10l): Likewise.
14119         * math/w_exp2l.c (__exp2l): Likewise.
14120         * math/w_fmodl.c (__fmodl): Likewise.
14121         * math/w_hypotl.c (__hypotl): Likewise.
14122         * math/w_j0l.c (__j0l, __y0l): Likewise.
14123         * math/w_j1l.c (__j1l, __y1l): Likewise.
14124         * math/w_jnl.c (__jnl, __ynl): Likewise.
14125         * math/w_lgammal.c (__lgammal): Likewise.
14126         * math/w_log10l.c (__log10l): Likewise.
14127         * math/w_log2l.c (__log2l): Likewise.
14128         * math/w_logl.c (__logl): Likewise.
14129         * math/w_powl.c (__powl): Likewise.
14130         * math/w_remainderl.c (__remainderl): Likewise.
14131         * math/w_scalbl.c (sysv_scalbl): Likewise.
14132         * math/w_sinhl.c (__sinhl): Likewise.
14133         * math/w_sqrtl.c (__sqrtl): Likewise.
14134         * math/w_tgammal.c (__tgammal): Likewise.
14135         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
14136         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
14137         * math/libm-test.inc (acos_test): Add more tests.
14138         (acosh_test): Likewise.
14139         (asin_test): Likewise.
14140         (atanh_test): Likewise.
14141         (exp_test): Likewise.
14142         (exp10_test): Likewise.
14143         (exp2_test): Likewise.
14144         (expm1_test): Likewise.
14145         (lgamma_test): Likewise.
14146         (log_test): Likewise.
14147         (log10_test): Likewise.
14148         (log1p_test): Likewise.
14149         (log2_test): Likewise.
14150         (pow_test): Do not allow some spurious overflow exceptions.
14151         (sqrt_test): Add more tests.
14152         (tgamma_test): Likewise.
14153         (y0_test): Likewise.
14154         (y1_test): Likewise.
14155         (yn_test): Likewise.
14157 2012-03-27  Anton Blanchard  <anton@samba.org>
14159         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
14160         MAP_HUGETLB.
14161         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
14162         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
14163         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
14165 2012-03-27  David S. Miller  <davem@davemloft.net>
14167         * conform/Makefile: Run run-conformtest.sh using $(BASH).
14169         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
14170         have-as-vis3 check.
14172 2012-03-27  Andreas Jaeger  <aj@suse.de>
14174         * sysdeps/x86_64/elf/configure.in: Moved to ...
14175         * sysdeps/x86_64/configure.in: ... here.
14176         * sysdeps/x86_64/elf/start.S: Moved to ...
14177         * sysdeps/x86_64/start.S: ... here.
14178         * sysdeps/x86_64/elf/configure: Delete.
14180         * sysdeps/x86_64/configure.in: Merge contents from
14181         sysdeps/i386/configure.in (without i686 check).
14183         * sysdeps/i386/elf/Versions: Merge into ...
14184         * sysdeps/i386/Versions: ... this.
14185         * sysdeps/i386/elf/Versions: Delete file.
14186         * sysdeps/i386/elf/start.S: Moved to ...
14187         * sysdeps/i386/start.S: ...here.
14188         * sysdeps/i386/elf/configure.in: Merge into...
14189         * sysdeps/i386/configure.in: ...here.
14190         * sysdeps/i386/elf/configure.in: Delete file.
14191         * sysdeps/i386/elf/configure: Delete file.
14193         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
14194         * debug/backtracesyms.c: ... here.
14195         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
14196         * debug/backtracesymsfd.c: ... here.
14197         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
14198         * sysdeps/generic/ifunc-sel.h: ... here.
14200         * sysdeps/unix/i386/start.c: Delete file.
14201         * sysdeps/unix/sparc/start.c: Delete file.
14202         * sysdeps/unix/start.c: Delete file.
14204         * sysdeps/sh/elf/configure.in: Moved to ...
14205         * sysdeps/sh/configure.in: ... here.
14206         * sysdeps/sh/elf/start.S: Moved to ...
14207         * sysdeps/sh/start.S: ... here.
14208         * sysdeps/sh/elf/configure: Delete file.
14210         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
14211         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
14212         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
14213         * sysdeps/powerpc/powerpc64/entry.h: ... here.
14214         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
14215         * sysdeps/powerpc/powerpc64/start.S: here.
14216         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
14217         * sysdeps/powerpc/powerpc64/Makefile: ... this.
14218         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
14219         * sysdeps/powerpc/powerpc64/configure.in: ... this.
14220         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
14222         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
14223         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
14224         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
14225         * sysdeps/powerpc/powerpc32/start.S: ... here.
14226         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
14227         * sysdeps/powerpc/powerpc32/configure.in: ... this.
14228         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
14230         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
14231         * sysdeps/powerpc/ifunc-sel.h: ... here.
14232         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
14233         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
14235         * sysdeps/sparc/elf/configure.in: Moved to ...
14236         * sysdeps/sparc/configure.in: ... here.
14237         * sysdeps/sparc/elf/configure: Delete file.
14238         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
14239         * sysdeps/sparc/sparc32/start.S: ... here.
14240         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
14241         * sysdeps/sparc/sparc64/start.S: ... here.
14242         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
14243         * sysdeps/sparc/sparc32/Makefile: ... this.
14244         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
14245         * sysdeps/sparc/sparc64/Makefile: ... this.
14247         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
14248         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
14249         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
14250         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
14251         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
14252         * sysdeps/s390/s390-32/setjmp.S: ... here.
14253         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
14254         * sysdeps/s390/s390-32/configure.in: ... here.
14255         * sysdeps/s390/s390-32/elf/configure: Delete file.
14256         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
14257         * sysdeps/s390/s390-32/start.S: ... here.
14259         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
14260         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
14261         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
14262         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
14263         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
14264         * sysdeps/s390/s390-64/setjmp.S: ... here.
14265         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
14266         * sysdeps/s390/s390-64/configure.in: ... here
14267         * sysdeps/s390/s390-64/elf/configure: Delete file.
14268         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
14269         * sysdeps/s390/s390-64/start.S: ... here.
14270         * sysdeps/s390/s390-64/elf/configure: Delete.
14272         * configure.in: Remove support for elf directories in sysdeps.
14274         * configure: Regenerated.
14275         * sysdeps/i386/configure: Regenerated.
14276         * sysdeps/powerpc/powerpc32/configure: Regenerated.
14277         * sysdeps/powerpc/powerpc64/configure: Regenerated.
14278         * sysdeps/s390/s390-32/configure: Regenerated.
14279         * sysdeps/s390/s390-64/configure: Regenerated.
14280         * sysdeps/sh/configure: Regenerated.
14281         * sysdeps/sparc/configure: Regenerated.
14282         * sysdeps/x86_64/configure: Regenerated.
14284 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
14286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14288         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
14289         denormal result into account.
14291 2012-03-25  Roland McGrath  <roland@hack.frob.com>
14293         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
14294         Reported by Allan McRae <allan@archlinux.org>.
14296 2012-03-23  Jeff Law  <law@redhat.com>
14298         * nss/getnssent.c (__nss_getent): Fix typo.
14300 2012-03-23  David S. Miller  <davem@davemloft.net>
14302         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14304 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
14306         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
14307         to pad to uint64_t for each field.
14308         (dl_tls_index): Replace unsigned long with uint64_t.
14310 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
14311         Paul Pluzhnikov  <ppluzhnikov@google.com>
14313         [BZ #6528]
14314         * grp/Makefile (otherlibs): Don't set it.
14315         * inet/Makefile (otherlibs): Likewise.
14316         * login/Makefile (otherlibs): Likewise.
14317         * nscd/Makefile (otherlibs): Likewise.
14318         * posix/Makefile (otherlibs): Likewise.
14319         * pwd/Makefile (otherlibs): Likewise.
14320         * rt/Makefile (otherlibs): Likewise.
14321         * sunrpc/Makefile (otherlibs): Likewise.
14322         * nss/Makefile (otherlibs): Likewise.
14323         Add libnss_files to routines and static-only-routines.
14324         ($(objpfx)getent): Remove rule.
14325         * resolv/Makefile: Add libnss_dns and libresolv to routines and
14326         static-only-routines.
14328 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
14330         [BZ #13892]
14331         * math/s_cexp.c: Include <float.h>.
14332         (__cexp): Handle exp result overflowing not necessarily
14333         overflowing both real and imaginary parts of result.
14334         * math/s_cexpf.c: Likewise.
14335         * math/s_cexpl.c: Likewise.
14336         * math/libm-test.inc (cexp_test): Add more tests.
14337         * sysdeps/i386/fpu/libm-test-ulps: Update.
14338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14340 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
14342         * include/link.h (ELFW): New macro.
14343         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
14344         Replace ELF64_R_TYPE with ELFW(R_TYPE).
14346 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
14348         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
14349         with uint64_t.
14351 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
14353         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
14354         declaration.
14355         (struct La_x32_retval): Likewise.
14357 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
14359         * sysdeps/x86_64/preconfigure.in: New file.
14360         * sysdeps/x86_64/preconfigure: New generated file.
14362 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
14364         [BZ #13824]
14365         * math/e_exp2l.c: Include <float.h>.
14366         (__ieee754_exp2l): Handle overflow and underflow cases
14367         separately.  Only pass fractional part of argument to
14368         __ieee754_expl.
14369         * math/libm-test.inc (exp2_test): Add more tests.
14371         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
14372         negating x to take absolute value.
14373         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
14374         Likewise.
14375         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
14376         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
14377         Likewise.
14378         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
14379         computing low part if x was negated.
14380         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
14382 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
14384         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
14385         la_x32_gnu_pltexit.
14386         (pltexit): Cast int_retval to ptrdiff_t.
14387         * elf/tst-auditmod3b.c: Likewise.
14388         * elf/tst-auditmod4b.c: Likewise.
14389         * elf/tst-auditmod5b.c: Likewise.
14390         * elf/tst-auditmod6b.c: Likewise.
14391         * elf/tst-auditmod6c.c: Likewise.
14392         * elf/tst-auditmod7b.c: Likewise.
14394         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
14395         and x32_gnu_pltexit.
14397         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
14398         __ELF_NATIVE_CLASS.
14399         (La_x32_regs): New macro.
14400         (La_x32_retval): Likewise.
14401         (la_x32_gnu_pltenter): New function prototype.
14402         (la_x32_gnu_pltexit): Likewise.
14404 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
14406         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
14407         exponent.
14409         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14411         * configure.in (libc_cv_cc_nofma): Check for option to disable
14412         generation of FMA instructions.
14413         * configure: Regenerate.
14414         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
14415         * sysdeps/ieee754/dbl-64/Makefile: New file.
14416         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
14417         Remove brandred-fma4.
14418         (CFLAGS-brandred-fma4.c): Remove.
14419         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
14420         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
14421         define.
14422         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
14423         define.
14425 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
14427         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
14428         LLONG_MAX != LONG_MAX.
14429         (_itoa_word): Use _ITOA_WORD_TYPE on value.
14430         (_fitoa_word): Likewise.
14431         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
14432         LLONG_MAX != LONG_MAX.
14433         * stdio-common/_itowa.h: Include <_itoa.h>.
14434         (_itowa_word): Use _ITOA_WORD_TYPE on value.
14435         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
14436         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
14437         only if not defined.
14438         (_ITOA_WORD_TYPE): Likewise.
14439         (_itoa_word): Use _ITOA_WORD_TYPE on value.
14440         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
14442 2012-03-21  David S. Miller  <davem@davemloft.net>
14444         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14446 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
14448         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
14449         of x86_64 when setting libc_cv_slibdir, libdir and
14450         libc_cv_localedir.
14451         * sysdeps/unix/sysv/linux/configure: Regenerated.
14453 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
14455         * manual/lang.texi (Old Varargs): Remove section.
14456         (How Variadic): Update menu.
14457         (va_start): Do not mention varargs.h.
14459 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
14460             Joseph Myers  <joseph@codesourcery.com>
14462         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
14463         link test.
14464         * configure: Regenerated.
14466 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
14468         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
14469         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
14470         conformtest.pl
14472 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
14474         * NOTES: Remove.
14475         * Makefile (files-for-dist): Remove NOTES.
14476         (NOTES): Remove rule.
14477         * README: Don't refer to NOTES.
14478         * manual/creature.texi: Don't include macros.texi.
14479         * manual/intro.texi (creature.texi): Remove comment referring to
14480         NOTES.
14482         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
14483         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
14484         * configure: Regenerated.
14485         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
14486         LIBC_TRY_CC_OPTION.
14487         (libc_cv_as_i686): Likewise.
14488         (libc_cv_cc_avx): Likewise.
14489         (libc_cv_cc_sse2avx): Likewise.
14490         (libc_cv_cc_fma4): Likewise.
14491         (libc_cv_cc_novzeroupper): Likewise.
14492         * sysdeps/i386/configure: Regenerated.
14494         [BZ #13883]
14495         * sysdeps/i386/fpu/s_cexp.S: Remove.
14496         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
14497         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
14498         * math/libm-test.inc (cexp_test): Add more tests.
14499         * sysdeps/i386/fpu/libm-test-ulps: Update.
14500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14502 2012-03-21  Allan McRae  <allan@archlinux.org>
14504         * timezone/Makefile: Do not install iso3166.tab and zone.tab
14506 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
14508         [BZ #13871]
14509         * math/w_exp2.c: Do not include <float.h>.
14510         (o_threshold, u_threshold): Remove.
14511         (__exp2): Calculate result before checking finiteness and calling
14512         __kernel_standard.
14513         * math/w_exp2f.c: Likewise.
14514         * math/w_exp2l.c: Likewise.
14515         * math/libm-test.inc (exp2_test): Require overflow exception for
14516         1e6 input.
14518         [BZ #3866]
14519         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
14520         range of signed 64-bit integers before using fistpll.  Remove
14521         checks for whether integers fit in mantissa bits.
14522         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
14523         the range of signed 32-bit integers before using fistpl.  Remove
14524         checks for whether integers fit in mantissa bits.
14525         * sysdeps/i386/fpu/e_powl.S (p64): New object.
14526         (__ieee754_powl): Test for y outside the range of signed 64-bit
14527         integers before using fistpll.  Reduce 64-bit values to 63-bit
14528         ones as needed.
14529         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
14530         divide-by-zero is raised for zero to large negative powers.
14531         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
14532         (__ieee754_powl): Test for y outside the range of signed 64-bit
14533         integers before using fistpll.  Reduce 64-bit values to 63-bit
14534         ones as needed.
14535         * math/libm-test.inc (pow_test): Add more tests.
14537 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
14539         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
14540         <stdio-common/_itoa.h>.
14541         * debug/segfault.c: Likewise.
14542         * elf/dl-cache.c: Likewise.
14543         * elf/dl-minimal.c: Likewise.
14544         * elf/dl-misc.c: Likewise.
14545         * elf/dl-sysdep.c: Likewise.
14546         * elf/dl-version.c: Likewise.
14547         * elf/rtld.c: Likewise.
14548         * hurd/hurdsock.c: Likewise.
14549         * hurd/lookup-retry.c: Likewise.
14550         * malloc/malloc.c: Likewise.
14551         * malloc/mtrace.c: Likewise.
14552         * nscd/nscd_getgr_r.c: Likewise.
14553         * nscd/nscd_getpw_r.c: Likewise.
14554         * nscd/nscd_getserv_r.c: Likewise.
14555         * posix/getopt_init.c: Likewise.
14556         * posix/wordexp.c: Likewise.
14557         * stdio-common/_itoa.c: Likewise.
14558         * stdio-common/printf_fphex.c: Likewise.
14559         * stdio-common/vfprintf.c: Likewise.
14560         * string/_strerror.c: Likewise.
14561         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
14562         * sysdeps/i386/i686/hp-timing.h: Likewise.
14563         * sysdeps/mach/_strerror.c: Likewise.
14564         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
14565         * sysdeps/mach/hurd/sethostid.c: Likewise.
14566         * sysdeps/mach/hurd/xmknodat.c: Likewise.
14567         * sysdeps/mach/xpg-strerror.c: Likewise.
14568         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
14569         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
14570         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
14571         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
14572         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
14573         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
14574         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
14575         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
14576         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
14577         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
14578         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
14579         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
14580         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
14581         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
14582         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
14583         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
14584         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
14585         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
14586         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
14587         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
14588         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
14590         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
14592         * stdio-common/_itoa.h: Moved to ...
14593         * sysdeps/generic/_itoa.h: Here.
14595         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
14597         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
14598         instead of "_itoa.h" and "_itowa.h".
14599         * stdio-common/vfprintf.: Likewise.
14601 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
14603         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
14604         <bits/wordsize.h>.
14605         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
14606         (__signbit): Likwise.
14607         (llrintf): Likwise.
14608         (llrint): Likwise.
14610 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
14612         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
14613         __WORDSIZE != 64.
14615 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
14617         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
14618         OVERFLOW_EXCEPTION_OK.
14619         * math/libm-test.inc ("Philosophy"): Update comment about
14620         exception testing.
14621         (OVERFLOW_EXCEPTION): Define.
14622         (OVERFLOW_EXCEPTION_OK): Likewise.
14623         (INVALID_EXCEPTION_OK): Renumber.
14624         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
14625         (IGNORE_ZERO_INF_SIGN): Likewise.
14626         (test_exceptions): Handle FE_OVERFLOW.
14627         (exp10_test): Expect overflow exceptions.
14628         (exp2_test): Likewise.
14629         (expm1_test): Likewise.
14630         (nextafter_test): Likewise.
14631         (pow_test): Likewise.
14632         (scalbn_test): Likewise.
14633         (scalbln_test): Likewise.
14635 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14637         * sysdeps/x86_64/bits/atomic.h
14638         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
14639         64bit integer.
14640         (atomic_exchange_acq): Likewise.
14641         (__arch_exchange_and_add_body): Likewise.
14642         (__arch_add_body): Likewise.
14643         (atomic_add_negative): Likewise.
14644         (atomic_add_zero): Likewise.
14646 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14648         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
14649         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
14651 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14653         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
14654         Check __x86_64__ instead of __WORDSIZE.
14656 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14658         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
14660 2012-03-19  David S. Miller  <davem@davemloft.net>
14662         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14664         * sysdeps/sparc/fpu/fenv_private.h: New file.
14665         * sysdeps/sparc/fpu/math_private.h: Use it.
14666         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
14667         Remove.
14668         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
14669         (libc_feholdexcept_setroundl): Remove.
14670         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
14671         Remove.
14672         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
14673         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
14675 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14677         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
14678         int64_t instead of long int.
14679         (INSERT_WORDS64): Likwise.
14681 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14683         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
14684         _Unwind_GetCFA return to _Unwind_Ptr first.
14686 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
14688         [BZ #13629]
14689         * math/s_clog.c: Include <float.h>.
14690         (__clog): Scale large or subnormal inputs.
14691         * math/s_clogf.c: Likewise.
14692         * math/s_clogl.c: Likewise.
14693         * math/s_clog10.c: Include <float.h>.
14694         (M_LOG10_2): Define.
14695         (__clog10): Scale large or subnormal inputs.
14696         * math/s_clog10f.c: Likewise.
14697         * math/s_clog10l.c: Likewise.
14698         * math/libm-test.inc (clog_test): Add more tests.
14699         (clog10_test): Likewise.
14700         * sysdeps/i386/fpu/libm-test-ulps: Update.
14701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14703         [BZ #11451]
14704         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
14705         x and y.
14706         * math/libm-test.inc (atan2_test): Add another test.
14708         * Makerules (common-objdir-compile): Remove.
14709         * sysdeps/unix/Makefile (config-generated): Do not add
14710         $(unix-generated) to variable.
14711         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
14712         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
14713         Remove rule.
14714         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
14715         Likewise.
14716         [generic bits/local_lim.h] (before-compile): Do not append to
14717         variable.
14718         [generic bits/local_lim.h] (common-generated): Likewise.
14719         [generic sys/param.h] (before-compile): Do not append to variable.
14720         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
14721         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
14722         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
14723         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
14724         include.
14725         [generic sys/param.h] (sys/param.h-includes): Remove variable.
14726         [generic sys/param.h] (sys/param.h-includes): Remove rule.
14727         [generic sys/param.h] ($(addprefix
14728         $(common-objpfx),$(sys/param.h-includes))): Likewise.
14729         [generic sys/param.h] (common-generated): Do not append to
14730         variable.
14731         [generic sys/param.h] (sysdep_headers): Likewise.
14732         [generic bits/errno.h] (before-compile): Do not append to
14733         variable.
14734         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
14735         rule.
14736         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
14737         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
14738         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
14739         [generic bits/errno.h] (common-generated): Do not append to
14740         variable.
14741         [generic bits/ioctls.h] (before-compile): Do not append to
14742         variable.
14743         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
14744         rule.
14745         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
14746         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
14747         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
14748         rule.
14749         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
14750         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
14751         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
14752         [generic bits/ioctls.h] (common-generated): Do not append to
14753         variable.
14754         [generic sys/syscall.h] (syscall.h): Remove variable.
14755         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
14756         rule.
14757         [generic sys/syscall.h] (before-compile): Do not append to
14758         variable.
14759         [generic sys/syscall.h] (common-generated): Likewise.
14760         * sysdeps/unix/errnos-tmpl.c: Remove file.
14761         * sysdeps/unix/errnos.awk: Likewise.
14762         * sysdeps/unix/ioctls-tmpl.c: Likewise.
14763         * sysdeps/unix/ioctls.awk: Likewise.
14764         * sysdeps/unix/mk-local_lim.c: Likewise.
14765         * sysdeps/unix/snarf-ioctls: Likewise.
14767 2012-03-19  Richard Henderson  <rth@twiddle.net>
14769         * sysdeps/i386/fpu/fenv_private.h: New file.
14770         * sysdeps/i386/fpu/math_private.h: Use it.
14771         (math_opt_barrier, math_force_eval): Remove.
14772         (libc_feholdexcept_setround_53bit): Remove.
14773         (libc_feupdateenv_53bit): Remove.
14774         * sysdeps/x86_64/fpu/math_private.h: Likewise.
14775         (math_opt_barrier, math_force_eval): Remove.
14776         (libc_feholdexcept): Remove.
14777         (libc_feholdexcept_setround): Remove.
14778         (libc_fetestexcept, libc_fesetenv): Remove.
14779         (libc_feupdateenv_test): Remove.
14780         (libc_feupdateenv, libc_feholdsetround): Remove.
14781         (libc_feresetround): Remove.
14783         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
14784         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
14786         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
14787         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
14788         (libc_feupdateenv_testl): New.
14789         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
14790         (libc_feupdateenv_testf): New.
14791         (libc_feupdateenv): Use libc_feupdateenv_test.
14792         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
14793         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
14795         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
14796         (libc_feholdsetroundf, libc_feholdsetroundl): New.
14797         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
14798         (libc_feresetround_noex): New.
14799         (libc_feresetround_noexf): New.
14800         (libc_feresetround_noexl): New.
14801         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
14802         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
14803         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
14804         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
14805         SET_RESTORE_ROUND.
14806         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
14807         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
14808         (__cos): Likewise.
14809         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
14810         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
14811         SET_RESTORE_ROUND_NOEX.
14812         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
14813         SET_RESTORE_ROUND_NOEXF.
14814         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
14815         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
14816         (libc_feholdsetroundf): New.
14817         (libc_feresetround, libc_feresetroundf): New.
14819         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
14820         (libc_feholdexcept_setround_53bit): Convert from macro to function.
14821         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
14823         * sysdeps/generic/math_private.h: Include <fenv.h>.
14824         (default_libc_feholdexcept): New.
14825         (default_libc_feholdexcept_setround): New.
14826         (default_libc_fesetenv, default_libc_feupdateenv): New.
14827         (libc_feholdexcept): Only define if undefined.
14828         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
14829         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
14830         (libc_feholdexcept_setroundl): Likewise.
14831         (libc_feholdexcept_setround_53bit): Likewise.
14832         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
14833         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
14834         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
14835         (libc_feupdateenv_53bit): Likewise.
14836         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
14837         (libc_feholdexcept): Convert from macro to inline function.
14838         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
14839         (libc_fesetenv, libc_feupdateenv): Likewise.
14841         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
14842         not previously defined.
14843         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
14844         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
14845         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
14846         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
14847         * sysdeps/ieee754/flt-32/math_private.h: New file.
14848         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
14849         math_private.h below SET_FLOAT_WORD.
14850         (__isnan, __isinf_ns, __finite): Remove.
14851         (__isnanf, __isinf_nsf, __finitef): Remove.
14853 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
14855         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14857 2012-03-17  David S. Miller  <davem@davemloft.net>
14859         [BZ #6471]
14860         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
14861         for 2.16.
14863 2012-03-16  David S. Miller  <davem@davemloft.net>
14865         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
14866         warnings.
14868         [BZ #6471]
14869         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
14870         properly.
14871         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
14872         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
14873         sysdep_routines when subdir is sysvipc.
14874         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
14875         __getshmlba helper.
14877         * sysdeps/sparc/fpu/libm-test/ulps: Update.
14879 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14881         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
14882         [__LP64__].
14884 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14886         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
14887         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
14888         (__lround): Renamed to ...
14889         (__llround): This.  Replace long int with long long int.
14890         Define lround functions as aliases of llround functions.
14891         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
14893 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14895         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
14896         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
14897         adresses to uintptr_t.  Replace "long int" and "unsigned long
14898         int" with "greg_t" on va_arg.
14900 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14902         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
14903         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
14905         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
14906         Move e_machine check before EI_CLASS check.  Handle x32
14907         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
14908         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
14909         SKIP_EM_IA_64 and include
14910         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
14912         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
14913         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
14914         (add_system_dir): New macro.
14916         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
14917         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
14919 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
14921         [BZ #2551]
14922         [BZ #2552]
14923         [BZ #2553]
14924         [BZ #2554]
14925         [BZ #2562]
14926         [BZ #2563]
14927         [BZ #2565]
14928         [BZ #2566]
14929         [BZ #2576]
14930         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
14931         (y0): Likewise.
14932         * math/w_j0f.c (j0f): Likewise.
14933         (y0f): Likewise.
14934         * math/w_j0l.c (__j0l): Likewise.
14935         (__y0l): Likewise.
14936         * math/w_j1.c (j1): Likewise.
14937         (y1): Likewise.
14938         * math/w_j1f.c (j1f): Likewise.
14939         (y1f): Likewise.
14940         * math/w_j1l.c (__j1l): Likewise.
14941         (__y1l): Likewise.
14942         * math/w_jn.c (jn): Likewise.
14943         (yn): Likewise.
14944         * math/w_jnf.c (jnf): Likewise.
14945         (ynf): Likewise.
14946         * math/w_jnl.c (__jnl): Likewise.
14947         (__ynl): Likewise.
14948         * math/libm-test.inc (j0_test): Add more tests.
14949         (j1_test): Likewise.
14950         (jn_test): Likewise.  Add trailing semicolon to existing test.
14951         (y0_test): Likewise.
14952         (y1_test): Likewise.
14953         * sysdeps/i386/fpu/libm-test-ulps: Update.
14954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14956         [BZ #13851]
14957         [BZ #13854]
14958         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
14959         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
14960         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
14961         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
14962         (__tanl): Set errno for infinite argument.
14963         * sysdeps/i386/fpu/mptan.c: Remove.
14964         * sysdeps/i386/fpu/s_tan.S: Likewise.
14965         * sysdeps/i386/fpu/s_tanl.S: Likewise.
14966         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
14967         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
14968         * math/libm-test.inc (tan_test): Add more tests and enable more
14969         tests for double and long double.
14970         * sysdeps/i386/fpu/libm-test-ulps: Update.
14971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14973 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
14975         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
14976         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
14978 2012-03-16  Roland McGrath  <roland@hack.frob.com>
14980         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
14981         * configure.in: Use it for both main tree and add-ons.
14982         * configure: Regenerated.
14984 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14986         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
14988 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
14990         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
14991         in comment.
14993         [BZ #13851]
14994         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
14995         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
14996         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
14997         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
14998         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
14999         infinite argument.
15000         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
15001         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
15002         != 0 for prec == 2.
15003         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
15004         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
15005         * sysdeps/i386/fpu/s_cosl.S: Likewise.
15006         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
15007         * sysdeps/i386/fpu/s_sinl.S: Likewise.
15008         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
15009         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
15010         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
15011         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
15012         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
15013         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
15014         * math/libm-test.inc (cos_test): Add more tests and enable more
15015         tests for long double.
15016         (sin_test): Likewise.
15017         (sincos_test): Likewise.
15018         * sysdeps/i386/fpu/libm-test-ulps: Update.
15019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15021 2012-03-16  David S. Miller  <davem@davemloft.net>
15023         * sysdeps/sparc/fpu/math_private.h: New file.
15025 2012-03-15  David S. Miller  <davem@davemloft.net>
15027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
15028         file.
15029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
15030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
15031         file.
15032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
15033         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
15034         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
15035         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
15036         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
15037         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
15038         sysdep routines.
15039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
15041         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
15042         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
15044         * sysdeps/sparc/sparc-ifunc.h: New file.
15045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
15046         sparc-ifunc.h
15047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
15048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
15049         Likewise.
15050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
15051         Likewise.
15052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
15053         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
15054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
15055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
15056         Likewise.
15057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
15058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
15059         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
15060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
15061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
15062         Likewise.
15063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
15064         Likewise.
15065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
15066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
15067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
15068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
15069         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
15070         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
15071         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
15072         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
15073         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
15074         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
15075         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
15076         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
15077         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
15078         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
15079         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
15080         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
15081         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
15082         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
15083         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
15084         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
15085         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
15086         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
15087         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
15088         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
15090 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
15092         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
15093         scaling.
15094         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15096 2012-03-15  Andreas Jaeger  <aj@suse.de>
15098         [BZ #13852]
15099         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
15100         ieee754/flt-32 implementation for sin, cos and sincos.
15101         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
15102         * sysdeps/i386/fpu/s_cosf.S: Likewise.
15103         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
15104         * sysdeps/i386/fpu/s_sinf.S: Likewise.
15105         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
15106         ieee754/flt-32 implementation for tan.
15108         * math/libm-test.inc (cos_test): Enable some large input tests for
15109         float as well
15110         (sin_test): Likewise.
15111         (sincos_test): Likewise.
15112         (tan_test): Add tests for large input.
15114         * sysdeps/i386/fpu/libm-test-ulps: Update.
15116 2012-03-15  Andreas Jaeger  <aj@suse.de>
15118         [BZ #13658]
15119         * math/libm-test.inc (cos_test): Add more test cases.
15120         (sin_test): Likewise.
15121         (sincos_test): Likewise.
15123 2012-03-15  Andreas Jaeger  <aj@suse.de>
15125         [BZ #13837]
15126         * math/libm-test.inc (cos_test): Add a test case for large input
15127         value.
15128         (sin_test): Likewise.
15129         (sincos_test): Likewise.
15131 2012-03-15  Andreas Jaeger  <aj@suse.de>,
15132         Joseph Myers  <joseph@codesourcery.com>
15134         [BZ #13658]
15135         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
15136         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
15137         * sysdeps/i386/fpu/branred.c: Likewise.
15138         * sysdeps/i386/fpu/dosincos.c: Likewise.
15139         * sysdeps/i386/fpu/mpa.c: Likewise.
15140         * sysdeps/i386/fpu/s_cos.S: Likewise.
15141         * sysdeps/i386/fpu/s_sin.S: Likewise.
15142         * sysdeps/i386/fpu/s_sincos.S: Likewise.
15143         * sysdeps/i386/fpu/sincos32.c: Likewise.
15145         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
15146         Define.
15147         (libc_feupdateenv_53bit): Define.
15148         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
15149         Define.
15150         (libc_feupdateenv_53bit): Define.
15152         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
15153         53 bit (without extend i386 double precision).
15155         * math/libm-test.inc (sincos_test): Add tests for large input.
15156         (sin): Likewise.
15157         (cos): Likewise.
15159         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
15161 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
15163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15165 2012-03-15  David S. Miller  <davem@davemloft.net>
15167         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
15168         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
15169         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
15170         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
15171         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
15172         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
15173         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
15174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
15175         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
15176         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
15177         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
15178         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
15179         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
15180         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
15181         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
15182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
15183         file.
15184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
15185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
15186         file.
15187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
15188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
15189         file.
15190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
15191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
15192         file.
15193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
15194         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
15195         fmin/fmax sysdep routines.
15196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
15198 2012-03-14  David S. Miller  <davem@davemloft.net>
15200         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
15201         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
15202         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
15203         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
15204         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
15205         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
15206         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
15207         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
15208         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
15209         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
15210         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
15211         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
15212         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
15213         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
15214         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
15215         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
15216         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
15217         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
15218         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
15219         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
15220         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
15221         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
15222         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
15223         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
15224         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
15225         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
15226         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
15227         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
15228         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
15229         routines.
15230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
15231         file.
15232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
15233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
15234         file.
15235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
15236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
15237         file.
15238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
15239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
15240         file.
15241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
15242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
15243         file.
15244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
15245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
15246         file.
15247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
15248         file.
15249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
15250         file.
15251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
15252         file.
15253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
15254         New file.
15255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
15256         file.
15257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
15258         file.
15259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
15260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
15261         file.
15262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
15263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
15264         file.
15265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
15266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
15267         file.
15268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
15269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
15270         VIS3 routines.
15272         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
15273         New file.
15275         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15277         * sysdeps/sparc/configure.in: New file.
15278         * sysdeps/sparc/configure: Generate.
15279         * configure.in (libc_cv_sparc_as_vis3): Substitute.
15280         * configure: Regenerate.
15281         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
15282         * config.make.in (have-as-vis3): New.
15283         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
15284         available use -Av9d instead of -Av9a.
15285         * sysdeps/sparc/sparc64/Makefile: Likewise.
15286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
15287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
15288         New file.
15289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
15290         file.
15291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
15292         New file.
15293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
15294         file.
15295         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
15296         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
15297         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
15298         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
15299         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
15301         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
15302         fzeros/fnegs to load 0x80000000 into a float register instead of
15303         using the stack.
15304         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
15306 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
15308         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
15309         bits/syscall.h.
15310         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
15311         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
15312         ($(inst_includedir)/bits/syscall.h): Remove rule.
15313         ($(objpfx)bits/syscall.d): Include instead of
15314         $(objpfx)syscall-list.d.
15315         (generated): Change syscall-list.h and syscall-list.d to
15316         bits/syscall.h and bits/syscall.d.
15318 2012-03-14  Roland McGrath  <roland@hack.frob.com>
15320         [BZ #13846]
15321         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
15323 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
15325         [BZ #13841]
15326         * math/s_csqrt.c: Include <float.h>.
15327         (__csqrt): Scale large or subnormal inputs.
15328         * math/s_csqrtf.c: Likewise.
15329         * math/s_csqrtl.c: Likewise.
15330         * math/libm-test.inc (csqrt_test): Add more tests.
15331         * sysdeps/i386/fpu/libm-test-ulps: Update.
15332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15334         [BZ #13840]
15335         * math/libm-test.inc (hypot_test): Add more tests.
15337 2012-03-13  David S. Miller  <davem@davemloft.net>
15339         [BZ #13840]
15340         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
15341         double-precision for the calculation instead of scaling.
15343 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
15345         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
15346         manipulate bits before adding and subtracting TWO52[sx].
15347         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
15348         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
15349         Likewise.
15350         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
15352 2012-03-13  David S. Miller  <davem@davemloft.net>
15354         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
15355         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
15356         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
15357         rtld-global-offsets.h
15358         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
15360         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
15361         large parameters.
15363         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
15365         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
15366         'err' in the ifdef scope in which it is actually used.
15368         * nss/nss_db/db-init.c: Include string.h
15370 2012-03-12  David S. Miller  <davem@davemloft.net>
15372         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
15373         masking out of the most significant byte of random value used.
15374         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15375         Fix coding style in previous change.
15377         * sysdeps/unix/sysv/linux/kernel-features.h
15378         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
15379         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
15380         expression.
15381         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
15382         later.
15384 2012-03-11  David S. Miller  <davem@davemloft.net>
15386         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
15387         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
15388         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
15389         for 'resultvar' otherwise things get truncated on 64-bit.
15391         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15392         Fix masking out of the most significant byte of random value used.
15394         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15396 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
15398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15400 2012-03-09  David S. Miller  <davem@davemloft.net>
15402         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
15403         variables with appropriate CPP guards.
15404         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
15405         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
15406         on resulting framesize and the management of the outregs buffer for pltexit.
15407         Preserve floating point return values across _dl_call_pltexit call.
15408         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
15409         framesize and the management of the outregs buffer for pltexit.
15410         Preserve floating point return values across _dl_call_pltexit
15411         call.
15412         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
15413         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
15414         (print_exit): Fix format string for return register value.
15416 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
15418         * sunrpc/Makefile (others): Add rpcgen.
15419         ($(objpfx)rpcgen): Remove special build rule and dependency on
15420         libc.
15421         * sunrpc/rpcgen.c: New file.
15423 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15425         [BZ #13673]
15426         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
15427         * stdio-common/bug-vfprintf-nargs.c: Likewise.
15428         * sysdeps/i386/crti.S: Likewise.
15429         * sysdeps/i386/crtn.S: Likewise.
15430         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
15431         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
15432         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
15433         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
15434         * sysdeps/sh/crti.S: Likewise.
15435         * sysdeps/sh/crtn.S: Likewise.
15436         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
15438         [BZ #13673]
15439         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
15440         with URL.
15441         * locale/programs/locfile-kw.gperf: Likewise.
15442         * locale/programs/charmap-kw.h: Regenerated.
15443         * locale/programs/locfile-kw.h: Likewise.
15445         [BZ #13673]
15446         * intl/plural.y: Replace FSF snail mail address with URL.
15447         * intl/plural.c: Regenerated.
15449 2012-03-09  Richard Henderson  <rth@twiddle.net>
15451         * include/math_private.h: Remove file.
15452         * math/math_private.h: Move file ...
15453         * sysdeps/generic/math_private.h: ... here.
15455         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
15456         * sysdeps/powerpc/fpu/math_private.h: Likewise.
15457         * sysdeps/x86_64/fpu/math_private.h: Likewise.
15459         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
15460         and <math_private.h>.
15461         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
15462         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
15463         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
15464         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
15465         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
15466         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
15467         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
15468         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15469         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15470         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
15471         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15472         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
15473         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15474         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
15475         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15476         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15477         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15478         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15479         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15480         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
15481         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15482         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15483         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15484         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15485         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15486         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15487         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15488         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15489         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15490         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15491         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15492         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15493         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15494         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15495         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15496         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15497         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15498         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15499         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15500         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15501         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
15502         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15503         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
15504         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15505         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15506         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15507         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
15508         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15509         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15510         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15511         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15512         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
15513         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15514         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15515         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15516         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15517         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
15518         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15519         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15520         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
15521         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15522         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15523         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15524         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15525         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
15526         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
15527         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
15528         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
15529         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
15530         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
15531         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
15532         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
15533         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
15534         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
15535         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
15536         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
15537         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
15538         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
15539         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
15540         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
15541         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
15542         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
15543         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
15544         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
15545         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
15546         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
15547         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
15548         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
15549         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
15550         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
15551         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
15552         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
15553         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
15554         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
15555         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
15556         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
15557         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
15558         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
15559         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
15560         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
15561         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
15562         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
15563         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
15564         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
15565         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
15566         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
15567         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
15568         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
15569         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
15570         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
15571         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
15572         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
15573         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
15574         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
15575         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
15576         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
15577         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
15578         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
15579         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
15580         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
15581         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
15582         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
15583         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
15584         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
15585         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
15586         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
15587         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
15588         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
15589         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
15590         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
15591         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
15592         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
15593         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
15594         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
15595         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
15596         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
15597         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
15598         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
15599         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
15600         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
15601         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
15602         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
15603         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
15604         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
15605         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
15606         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
15607         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
15608         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
15609         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
15610         * sysdeps/ieee754/k_standard.c: Likewise.
15611         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
15612         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
15613         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
15614         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
15615         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
15616         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
15617         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
15618         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
15619         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
15620         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
15621         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
15622         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
15623         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
15624         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
15625         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
15626         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
15627         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
15628         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
15629         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
15630         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
15631         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
15632         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
15633         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
15634         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
15635         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
15636         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
15637         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
15638         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
15639         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
15640         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
15641         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
15642         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
15643         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
15644         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
15645         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
15646         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
15647         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
15648         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
15649         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
15650         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
15651         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
15652         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
15653         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
15654         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
15655         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
15656         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
15657         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
15658         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
15659         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
15660         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
15661         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
15662         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
15663         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
15664         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
15665         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
15666         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
15667         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
15668         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
15669         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
15670         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
15671         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
15672         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
15673         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
15674         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
15675         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
15676         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
15677         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
15678         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
15679         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
15680         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
15681         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
15682         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
15683         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
15684         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
15685         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
15686         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
15687         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
15688         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
15689         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
15690         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
15691         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
15692         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
15693         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
15694         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
15695         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
15696         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
15697         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
15698         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
15699         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
15700         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
15701         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
15702         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
15703         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
15704         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
15705         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
15706         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
15707         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
15708         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
15709         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
15710         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
15711         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
15712         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
15713         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
15714         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
15715         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
15716         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
15717         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
15718         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
15719         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
15720         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
15721         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
15722         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
15723         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
15724         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
15725         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
15726         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
15727         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
15728         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
15729         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
15730         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
15731         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
15732         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
15733         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15734         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
15735         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
15736         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
15737         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15738         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
15739         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
15740         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
15741         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15742         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15743         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15744         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15745         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
15746         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
15747         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
15748         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15749         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15750         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
15751         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
15752         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15753         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
15754         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
15755         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
15756         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15757         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15758         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
15759         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
15760         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
15761         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15762         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
15763         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
15764         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15765         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
15766         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
15767         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
15768         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
15769         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
15770         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15771         * sysdeps/ieee754/s_lib_version.c: Likewise.
15772         * sysdeps/ieee754/s_matherr.c: Likewise.
15773         * sysdeps/ieee754/s_signgam.c: Likewise.
15774         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
15775         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
15776         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
15777         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
15778         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
15779         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
15780         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
15781         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
15782         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
15783         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
15784         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
15785         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
15786         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
15787         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
15788         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
15789         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
15790         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
15791         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
15792         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
15793         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
15794         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
15796 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
15798         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
15799         * sunrpc/rpc_main.c: Likewise.
15800         * sunrpc/rpc_svcout.c: Likewise.
15802 2012-03-09  David S. Miller  <davem@davemloft.net>
15804         * include/math_private.h: New file.
15806 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
15808         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
15809         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
15810         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
15811         from <bits/socket_type.h>.
15812         (enum __socket_type): Don't define here.
15813         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
15814         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
15815         bits/socket_type.h.
15817         [BZ #13566]
15818         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
15819         checking __USE_GNU.
15821         * Makerules ($(inst_includedir)/%.h): New rule.
15822         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
15823         (install-others): Remove variable setting.
15824         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
15826 2012-03-08  Richard Henderson  <rth@twiddle.net>
15828         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
15829         from macro to inline function; merge with the
15830         !__LIBC_INTERNAL_MATH_INLINES version.
15831         (__ieee754_sqrtf): Likewise.
15833         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
15834         to inline function.
15835         (__rintf, __floor, __floorf): Likewise.
15837         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
15838         macro to inline function.
15839         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
15841         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
15842         not <math/math_private.h>.
15844 2012-03-08  David S. Miller  <davem@davemloft.net>
15846         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
15847         copyright year.
15848         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
15850 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
15852         * resolv/gai_misc.c (handle_requests): Fix struct timespec
15853         normalization.
15854         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
15855         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
15857 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
15859         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
15860         be defined individually, they must be defined as a block.  Define
15861         S for printing a string instead of hidint the different by using a
15862         macro for adding the 'l'.
15863         * stdio-common/tst-fphex-wide.c: Adjust.
15865 2012-03-07  Marek Polacek  <polacek@redhat.com>
15867         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
15869 2012-03-08  Marek Polacek  <polacek@redhat.com>
15871         [BZ #13806]
15872         * stdio-common/Makefile (tests): Add tst-fphex-wide.
15873         * stdio-common/tst-fphex.c: Define a few macros to make the
15874         test reusable.  Use them.
15875         * stdio-common/tst-fphex-wide.c: New file.
15877 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
15879         [BZ #6911]
15880         * manual/macros.texi (gnusystems): New macro.
15881         (nongnusystems): Likewise.
15882         (gnulinuxhurdsystems): Likewise.
15883         (gnuhurdsystems): Likewise..
15884         (gnulinuxsystems): Likewise.
15885         * manual/charset.texi: Use new macros or @theglibc{} to refer to
15886         variants of the GNU system, not "GNU system".
15887         * manual/conf.texi: Likewise.
15888         * manual/errno.texi: Likewise.  Update example of errno macro
15889         expansion.
15890         * manual/filesys.texi: Likewise.
15891         (getumask): Document as specific to GNU/Hurd.
15892         * manual/install.texi: Likewise.  Reword some references to
15893         GNU/Linux.
15894         * manual/intro.texi: Likewise.
15895         * manual/io.texi: Likewise.
15896         (File Name Portability): Detail which constraints are inapplicable
15897         to all GNU systems and which are only inapplicable to GNU/Hurd.
15898         * manual/job.texi: Likewise.
15899         * manual/llio.texi: Likewise.
15900         (O_NOCTTY): Document as present on GNU/Linux.
15901         * manual/maint.texi: Likewise.
15902         * manual/memory.texi: Likewise.
15903         * manual/pattern.texi: Likewise.
15904         * manual/pipe.texi: Likewise.
15905         * manual/process.texi: Likewise.
15906         * manual/resource.texi: Likewise.
15907         (RUSAGE_CHILDREN): Remove statement about specifying a particular
15908         child on GNU/Hurd.
15909         * manual/setjmp.texi: Likewise.
15910         * manual/signal.texi: Likewise.
15911         * manual/startup.texi: Likewise.
15912         * manual/stdio.texi: Likewise.
15913         * manual/terminal.texi: Likewise.
15914         (ONLCR): Document as POSIX.
15915         (OXTABS): Document availability on GNU/Linux as XTABS.
15916         (ONOEOT): Document availability separately from other bits.
15917         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
15918         * manual/time.texi: Likewise.
15919         * manual/users.texi: Likewise.
15920         * INSTALL: Regenerated.
15921         * sysdeps/gnu/errlist.c: Regenerated.
15923         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
15924         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
15925         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
15926         puts.
15927         * configure: Regenerated.
15929 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
15931         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
15932         default includes instead of AC_HEADER_CHECK.
15933         * sysdeps/i386/configure: Regenerated.
15935         [BZ #10716]
15936         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
15937         * math/s_cacoshf.c (__cacoshf): Likewise.
15938         * math/s_cacoshl.c (__cacoshl): Likewise.
15939         * math/s_casinh.c (__casinh): Set signs of result from argument.
15940         * math/s_casinhf.c (__casinhf): Likewise.
15941         * math/s_casinhl.c (__casinhl): Likewise.
15942         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
15943         (casinh_test): Add more tests.
15944         * sysdeps/i386/fpu/libm-test-ulps: Update.
15945         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15947 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
15949         * po/zh_TW.po: Update from translation team.
15951         * login/Makefile (distribute): Remove variable.
15952         * catgets/Makefile: Likewise.
15953         * mach/Makefile: Likewise.
15954         * malloc/Makefile: Likewise.
15955         * misc/Makefile: Likewise.
15956         * iconv/Makefile: Likewise.
15957         * nscd/Makefile: Likewise.
15958         * hurd/Makefile: Likewise.
15959         * manual/Makefile: Likewise.
15960         * locale/Makefile: Likewise.
15961         * intl/Makefile: Likewise.
15962         * conform/Makefile: Likewise.
15963         * nss/Makefile: Likewise.
15964         * time/Makefile: Likewise.
15965         * soft-fp/Makefile: Likewise.
15966         * dirent/Makefile: Likewise.
15967         * gmon/Makefile: Likewise.
15968         * po/Makefile: Likewise.
15969         * rt/Makefile: Likewise.
15970         * socket/Makefile: Likewise.
15971         * math/Makefile: Likewise.
15972         * signal/Makefile: Likewise.
15973         * debug/Makefile: Likewise.
15974         * elf/Makefile: Likewise.
15975         * timezone/Makefile: Likewise.
15976         * stdlib/Makefile: Likewise.
15977         * iconvdata/Makefile: Likewise.
15978         * sunrpc/Makefile: Likewise.
15979         * io/Makefile: Likewise.
15980         * argp/Makefile: Likewise.
15981         * inet/Makefile: Likewise.
15982         * hesiod/Makefile: Likewise.
15983         * grp/Makefile: Likewise.
15984         * csu/Makefile: Likewise.
15985         * wctype/Makefile: Likewise.
15986         * crypt/Makefile: Likewise.
15987         * libio/Makefile: Likewise.
15988         * string/Makefile: Likewise.
15989         * nis/Makefile: Likewise.
15990         * resolv/Makefile: Likewise.
15991         * stdio-common/Makefile: Likewise.
15992         * wcsmbs/Makefile: Likewise.
15993         * dlfcn/Makefile: Likewise.
15994         * posix/Makefile: Likewise.
15996         [BZ #6959]
15997         * timezone/Makefile: Don't install timezone files, just the programs
15998         and scripts.
16000 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
16002         * nss/databases.def: Add missing gshadow entry.
16004         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
16006 2012-03-06  Marek Polacek  <polacek@redhat.com>
16008         [BZ #13726]
16009         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
16010         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16011         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
16012         * stdio-common/tst-long-dbl-fphex.c: New file.
16014 2012-03-06  David S. Miller  <davem@davemloft.net>
16016         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
16017         (set_obp_int): New function.
16018         (get_obp_int): New function.
16019         (__get_clockfreq_via_dev_openprom): Likewise.
16020         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
16021         Avoid unused variable warnings on 'val' and use builtin_expect.
16022         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
16023         __builtin_expect.
16024         (INLINE_CLONE_SYSCALL): Likewise.
16026 2012-03-05  David S. Miller  <davem@davemloft.net>
16028         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16030 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
16032         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16034         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
16035         only for |x| >= 40.
16036         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
16038 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
16040         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
16041         Replace gettimeofday with __vdso_gettimeofday.
16043         * sysdeps/unix/sysv/linux/x86_64/init-first.c
16044         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
16045         __vdso_clock_gettime and __vdso_getcpu.
16047         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
16048         time with __vdso_time.
16050 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
16052         * manual/lang.texi (size_t): Note types to which size_t may be
16053         equivalent with the GNU C Library, but do not describe when
16054         differences between them are significant.
16056 2012-03-05  Andreas Jaeger  <aj@suse.de>
16058         * sysdeps/i386/fpu/libm-test-ulps: Update.
16060 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
16062         [BZ #3976]
16063         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
16064         (__ieee754_pow): Save and restore rounding mode and use
16065         round-to-nearest for main computations.
16066         * math/libm-test.inc (pow_test_tonearest): New function.
16067         (pow_test_towardzero): Likewise.
16068         (pow_test_downward): Likewise.
16069         (pow_test_upward): Likewise.
16070         (main): Call the new functions.
16071         * sysdeps/i386/fpu/libm-test-ulps: Update.
16072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16074         [BZ #3976]
16075         * math/libm-test.inc (cosh_test_tonearest): New function.
16076         (cosh_test_towardzero): Likewise.
16077         (cosh_test_downward): Likewise.
16078         (cosh_test_upward): Likewise.
16079         (sinh_test_tonearest): Likewise.
16080         (sinh_test_towardzero): Likewise.
16081         (sinh_test_downward): Likewise.
16082         (sinh_test_upward): Likewise.
16083         (main): Call the new functions.
16084         * sysdeps/i386/fpu/libm-test-ulps: Update.
16085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16087 2012-03-05  Tom de Vries  <tom@codesourcery.com>
16089         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
16090         default stack guard is set in last bytes.
16091         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
16093 2012-03-05  Kees Cook  <keescook@chromium.org>
16095         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
16097         [BZ #13656]
16098         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
16099         possibly allocate from heap instead of stack.
16100         * stdio-common/bug-vfprintf-nargs.c: New file.
16101         * stdio-common/Makefile (tests): Add nargs overflow test.
16103 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
16105         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16107 2012-03-03  Marek Polacek  <polacek@redhat.com>
16109         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
16110         * math/math_private.h: Likewise.
16111         * stdlib/tst-strtod.c: Likewise.
16112         * sysdeps/i386/i486/bits/atomic.h: Likewise.
16113         * sysdeps/x86_64/bits/atomic.h: Likewise.
16115 2012-03-02  David S. Miller  <davem@davemloft.net>
16117         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
16118         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
16119         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
16120         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
16121         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
16122         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
16123         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
16124         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
16126 2012-03-02  Roland McGrath  <roland@hack.frob.com>
16128         [BZ #13792]
16129         * manual/examples/README: New file, says the example source files
16130         can be used under GPL>=2.
16131         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
16132         line containing just "*/".
16133         * manual/examples/add.c: Add copyright header (GPL>=2).
16134         * manual/examples/argp-ex1.c: Likewise.
16135         * manual/examples/argp-ex2.c: Likewise.
16136         * manual/examples/argp-ex3.c: Likewise.
16137         * manual/examples/argp-ex4.c: Likewise.
16138         * manual/examples/atexit.c: Likewise.
16139         * manual/examples/db.c: Likewise.
16140         * manual/examples/dir.c: Likewise.
16141         * manual/examples/dir2.c: Likewise.
16142         * manual/examples/execinfo.c: Likewise.
16143         * manual/examples/filecli.c: Likewise.
16144         * manual/examples/filesrv.c: Likewise.
16145         * manual/examples/fmtmsgexpl.c: Likewise.
16146         * manual/examples/genpass.c: Likewise.
16147         * manual/examples/inetcli.c: Likewise.
16148         * manual/examples/inetsrv.c: Likewise.
16149         * manual/examples/isockad.c: Likewise.
16150         * manual/examples/longopt.c: Likewise.
16151         * manual/examples/memopen.c: Likewise.
16152         * manual/examples/memstrm.c: Likewise.
16153         * manual/examples/mkfsock.c: Likewise.
16154         * manual/examples/mkisock.c: Likewise.
16155         * manual/examples/mygetpass.c: Likewise.
16156         * manual/examples/pipe.c: Likewise.
16157         * manual/examples/popen.c: Likewise.
16158         * manual/examples/rprintf.c: Likewise.
16159         * manual/examples/search.c: Likewise.
16160         * manual/examples/select.c: Likewise.
16161         * manual/examples/setjmp.c: Likewise.
16162         * manual/examples/sigh1.c: Likewise.
16163         * manual/examples/sigusr.c: Likewise.
16164         * manual/examples/stpcpy.c: Likewise.
16165         * manual/examples/strdupa.c: Likewise.
16166         * manual/examples/strftim.c: Likewise.
16167         * manual/examples/strncat.c: Likewise.
16168         * manual/examples/subopt.c: Likewise.
16169         * manual/examples/swapcontext.c: Likewise.
16170         * manual/examples/termios.c: Likewise.
16171         * manual/examples/testopt.c: Likewise.
16172         * manual/examples/testpass.c: Likewise.
16173         * manual/examples/timeval_subtract.c: Likewise.
16175         [BZ #13792]
16176         * manual/time.texi (Elapsed Time): Move timeval_subtract example
16177         function to ...
16178         * manual/timeval_subtract.c.texi: ... here, new file.
16180 2012-03-02  David S. Miller  <davem@davemloft.net>
16182         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
16184 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
16186         [BZ #3976]
16187         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
16188         (__sin): Save and restore rounding mode and use round-to-nearest
16189         for all computations.
16190         (__cos): Save and restore rounding mode and use round-to-nearest
16191         for all computations.
16192         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
16193         <fenv.h>.
16194         (tan): Save and restore rounding mode and use round-to-nearest for
16195         all computations.
16196         * math/libm-test.inc (cos_test_tonearest): New function.
16197         (cos_test_towardzero): Likewise.
16198         (cos_test_downward): Likewise.
16199         (cos_test_upward): Likewise.
16200         (sin_test_tonearest): Likewise.
16201         (sin_test_towardzero): Likewise.
16202         (sin_test_downward): Likewise.
16203         (sin_test_upward): Likewise.
16204         (tan_test_tonearest): Likewise.
16205         (tan_test_towardzero): Likewise.
16206         (tan_test_downward): Likewise.
16207         (tan_test_upward): Likewise.
16208         (main): Call the new functions.
16209         * sysdeps/i386/fpu/libm-test-ulps: Update.
16210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16212         [BZ #10135]
16213         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
16214         small n, then large n, before computing and testing k+n.
16215         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
16216         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
16217         Likewise.
16218         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
16219         Likewise.
16220         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
16221         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
16222         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
16223         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
16224         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16225         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16226         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
16227         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
16228         * math/libm-test.inc (scalbn_test): Add more tests.
16229         (scalbln_test): Likewise.
16231         * manual/filesys.texi (mode_t): Describe constraints on size and
16232         signedness, not exact equivalence to a particular type.
16233         (ino_t): Likewise.
16234         (ino64_t): Likewise.
16235         (dev_t): Likewise.
16236         (nlink_t): Likewise.
16237         (blkcnt_t): Likewise.
16238         (blkcnt64_t): Likewise.
16239         * manual/llio.texi (off_t): Likewise.
16241         [BZ #3976]
16242         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
16243         (__ieee754_exp): Save and restore rounding mode and use
16244         round-to-nearest for all computations.
16245         * math/libm-test.inc (exp_test_tonearest): New function.
16246         (exp_test_towardzero): Likewise.
16247         (exp_test_downward): Likewise.
16248         (exp_test_upward): Likewise.
16249         (main): Call the new functions.
16250         * sysdeps/i386/fpu/libm-test-ulps: Update.
16251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16253 2012-03-01  Chris Demetriou  <cgd@google.com>
16255         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
16256         have predictable order.
16258 2012-03-01  David S. Miller  <davem@davemloft.net>
16260         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
16262         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
16263         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
16264         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
16265         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
16267         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
16268         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
16269         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
16270         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
16271         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
16272         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
16273         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
16274         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
16275         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
16277         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16279         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
16280         * sysdeps/sparc/fpu/libm-test-ulps: to here.
16281         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
16283         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
16284         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
16285         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
16286         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
16287         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
16288         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
16289         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
16290         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
16291         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
16292         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
16293         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
16294         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
16295         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
16296         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
16297         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
16298         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
16299         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
16300         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
16301         * sysdeps/sparc/elf/configure: Regenerated.
16303 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
16305         * configure.in (AS, LD): Require binutils 2.20 or later.
16306         * configure: Regenerated.
16307         * manual/install.texi (Tools for Compilation): Give binutils 2.20
16308         as required minimum version.
16309         * INSTALL: Regenerated.
16311         [BZ #2541]
16312         [BZ #4108]
16313         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
16314         before squaring exponent.
16315         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
16316         bottom long double and 27 bits of top long double before squaring
16317         exponent.
16318         * math/libm-test.inc (erfc_test): Add more tests.
16319         * sysdeps/i386/fpu/libm-test-ulps: Update.
16320         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16323 2012-03-01  Kai Tietz  <ktietz@redhat.com>
16325         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
16326         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
16327         containing bit-fields.
16328         * soft-fp/extended.h (_FP_UNION_E): Likewise.
16329         * soft-fp/single.h (_FP_UNION_S): Likewise.
16330         * soft-fp/double.h (_FP_UNION_D): Likewise.
16332 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
16334         [BZ #13786]
16335         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
16336         not include ../strcmp.S.
16337         [USE_AS_STRNCASECMP_L]: Likewise.
16338         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
16339         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
16340         * sysdeps/i386/i686/multiarch/strncase_l-c.c
16341         (__strncasecmp_l_ia32): Define as alias to
16342         __strncasecmp_l_nonascii.
16344         [BZ #5794]
16345         * math/libm-test.inc (expm1_test): Add test for bug 5794.
16346         * sysdeps/i386/fpu/libm-test-ulps: Update.
16347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16349         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
16350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16352 2012-02-29  Jeff Law  <law@redhat.com>
16354         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
16355         out of bounds read.
16357 2012-02-29  Marek Polacek  <polacek@redhat.com>
16359         [BZ #13706]
16360         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
16361         * elf/Makefile: Add rules to run tst-unused-dep.out.
16363 2012-02-28  David S. Miller  <davem@davemloft.net>
16365         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
16366         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
16367         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
16368         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
16369         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
16370         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
16372 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
16374         * math/libm-test.inc (llround_test): Move one test from
16375         lround_test.  Use TEST_f_L in moved test.
16376         (lround_test): Move misplaced test to llround_test.  Add testcase
16377         from bug 2561.
16379 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
16381         * sysdeps/x86_64/fpu/e_expf.S: New file.
16382         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
16384 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
16386         [BZ #13637]
16387         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
16388         of remain_len that may cause incomplete multi-byte character and
16389         false match.
16390         * posix/bug-regex33.c: New file.
16391         * posix/Makefile (tests): Add bug-regex33.
16393 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
16395         * manual/macros.texi: New file.
16396         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
16397         * manual/libc.texinfo: Include macros.texi.
16398         * manual/creatute.texi: Likewise.
16399         * manual/install.texi: Likewise.
16400         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
16401         @glibcadj{} in references to the GNU C Library.
16402         * manual/charset.texi: Likewise.
16403         * manual/conf.texi: Likewise.
16404         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
16405         when not using those macros.
16406         * manual/creature.texi: Likewise.
16407         * manual/crypt.texi: Likewise.
16408         * manual/errno.texi: Likewise.
16409         * manual/filesys.texi: Likewise.
16410         * manual/header.texi: Likewise.
16411         * manual/install.texi: Likewise.
16412         * manual/intro.texi: Likewise.
16413         * manual/io.texi: Likewise.
16414         * manual/job.texi: Likewise.
16415         * manual/lang.texi: Likewise.
16416         * manual/libc.texiinfo: Likewise.
16417         * manual/llio.texi: Likewise.
16418         * manual/locale.texi: Likewise.
16419         * manual/maint.texi: Likewise.
16420         * manual/math.texi: Likewise.
16421         * manual/memory.texi: Likewise.
16422         * manual/message.texi: Likewise.
16423         * manual/nss.texi: Likewise.
16424         * manual/pattern.texi: Likewise.
16425         * manual/process.texi: Likewise.
16426         * manual/resource.texi: Likewise.
16427         * manual/search.texi: Likewise.
16428         * manual/setjmp.texi: Likewise.
16429         * manual/signal.texi: Likewise.
16430         * manual/socket.texi: Likewise.
16431         * manual/startup.texi: Likewise.
16432         * manual/stdio.texi: Likewise.
16433         * manual/string.texi: Likewise.
16434         * manual/sysinfo.texi: Likewise.
16435         * manual/syslog.texi: Likewise.
16436         * manual/terminal.texi: Likewise.
16437         * manual/time.texi: Likewise.
16438         * manual/users.texi: Likewise.
16439         * INSTALL: Regenerated.
16440         * NOTES: Regenerated.
16441         * sysdeps/gnu/errlist.c: Regenerated.
16443 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
16445         * include/dirent.h: Include <dirstream.h> before
16446         <dirent/dirent.h>.
16448 2012-02-28  David S. Miller  <davem@davemloft.net>
16450         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
16451         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
16452         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
16453         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
16455 2012-02-27  David S. Miller  <davem@davemloft.net>
16457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
16458         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
16459         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
16460         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
16462         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
16463         frame pointer instead of stack pointer relative arg slot.
16464         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
16465         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
16466         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
16468 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
16470         [BZ #3992]
16471         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
16473 2012-02-27  David S. Miller  <davem@davemloft.net>
16475         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
16476         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
16477         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
16478         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
16479         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
16480         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
16481         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
16482         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
16484 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
16486         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
16487         later.  Allow versions 5-9.
16488         * configure: Regenerated.
16489         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
16490         required minimum version and 4.6 as recommended version.  Do not
16491         mention bugs in GCC 2.7 and 2.8.
16492         * INSTALL: Regenerated.
16494 2012-02-27  David S. Miller  <davem@davemloft.net>
16496         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
16497         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
16498         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
16499         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
16500         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
16501         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
16502         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
16503         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
16505         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
16506         manipulate bits before adding and subtracting TWO112[sx].
16507         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
16509 2012-02-27  Roland McGrath  <roland@hack.frob.com>
16511         [BZ #13775]
16512         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
16513         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
16514         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
16515         being in POSIX, because they are in 1003.1-2008.
16517         * rt/tst-aio.c: Include <fcntl.h>.
16518         * rt/tst-aio7.c: Likewise.
16519         * rt/tst-aio64.c: Likewise.
16521         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
16523 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
16525         * manual/install.texi (--with-headers): Describe headers as
16526         interface headers, not private headers.
16527         (Specific advice for GNU/Linux systems): Describe use of headers
16528         from "make headers_install", not private headers from older
16529         kernels.
16530         * INSTALL: Regenerated.
16531         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
16532         Change to 2.6.19.
16533         * sysdeps/unix/sysv/linux/configure: Regenerated.
16535         * manual/llio.texi (fclean): Remove documentation.
16537         * manual/Makefile (libc-texi-generated): New variable.  Include
16538         version.texi.
16539         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
16540         $(libc-texi-generated), not duplicated list of files.
16541         (version.texi, stamp-version): New rules.
16542         (realclean): Remove $(libc-texi-generated), not individual files
16543         from that list.  Do not remove dir-add.texinfo.
16544         * manual/libc.texinfo: Comment out uses of edition numbers and
16545         references to printed manual.  Remove last-updated dates.
16546         (EDITION): Comment out.
16547         (ISBN): Likewise.
16548         (VERSION, UPDATED): Remove.
16549         (version.texi): Include.
16551 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
16553         * sysdeps/posix/spawni.c: Include <signal.h>.
16554         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
16555         * sysdeps/pthread/aio_fsync.c: Likewise.
16557 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
16559         * conform/Makefile (tests): Run only when not cross-compiling and
16560         when fast-check is not defined.
16562         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
16563         * conform/data/limits.h-data: Fixes for POSIX2008.
16564         * conform/run-conformtest.sh: Run all tests.
16565         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
16566         headers.
16567         * include/bits/dlfcn.h: Likewise.
16568         * include/langinfo.h: Likewise.
16569         * include/monetary.h: Likewise.
16570         * include/sys/poll.h: Likewise.
16572         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
16573         for __USE_GNU.
16574         * posix/spawn.h: Define __need_sigset_t.
16575         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
16576         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
16577         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
16578         to get sigevent_t only.
16579         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
16580         only for __USE_GNU.
16581         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
16582         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
16583         process_vm_writev only for __USE_GNU.
16584         * termios/termios.h: Declare tcgetsid also for POSIX2008.
16586         * conform/Makefile: For now ignore errors from run-conformtest.
16587         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
16588         POSIX to avoid namespace pollution.  Don't prepend headers.
16589         * conform/data/aio.h-data: Fixes for POSIX testing.
16590         * conform/data/fcntl.h-data: Likewise.
16591         * conform/data/glob.h-data: Likewise.
16592         * conform/data/grp.h-data: Likewise.
16593         * conform/data/pthread.h-data: Likewise.
16594         * conform/data/pwd.h-data: Likewise.
16595         * conform/data/signal.h-data: Likewise.
16596         * conform/data/spawn.h-data: Likewise.
16597         * conform/data/stdio.h-data: Likewise.
16598         * conform/data/stdlib.h-data: Likewise.
16599         * conform/data/stropts.h-data: Likewise.
16600         * conform/data/sys/mman.h-data: Likewise.
16601         * conform/data/sys/stat.h-data: Likewise.
16602         * conform/data/sys/types.h-data: Likewise.
16603         * conform/data/sys/wait.h-data: Likewise.
16604         * conform/data/time.h-data: Likewise.
16605         * conform/data/unistd.h-data: Likewise.
16606         * conform/data/utime.h-data: Likewise.
16608         * io/sys/stat.h: fchmod was always in POSIX.
16609         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
16610         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
16611         * rt/aio.h: Define __need_timespec before including <time.h>.
16612         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
16613         struct.  Add forward declaration of pthread_attr_t and use it in
16614         sigevent.
16615         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
16616         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
16617         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
16618         always remove CLK_TCK definition.
16620 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
16622         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
16624 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
16626         * conform/run-conformtest.sh: New file.
16627         * conform/Makefile: Run run-conformtest for tests.
16628         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
16629         support.
16631         * conform/data/uchar.h-data: New file.
16632         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
16633         * conform/data/arpa/inet.h-data: Likewise.
16634         * conform/data/assert.h-data: Likewise.
16635         * conform/data/complex.h-data: Likewise.
16636         * conform/data/cpio.h-data: Likewise.
16637         * conform/data/ctype.h-data: Likewise.
16638         * conform/data/dirent.h-data: Likewise.
16639         * conform/data/dlfcn.h-data: Likewise.
16640         * conform/data/errno.h-data: Likewise.
16641         * conform/data/fcntl.h-data: Likewise.
16642         * conform/data/float.h-data: Likewise.
16643         * conform/data/fmtmsg.h-data: Likewise.
16644         * conform/data/fnmatch.h-data: Likewise.
16645         * conform/data/ftw.h-data: Likewise.
16646         * conform/data/glob.h-data: Likewise.
16647         * conform/data/grp.h-data: Likewise.
16648         * conform/data/iconv.h-data: Likewise.
16649         * conform/data/inttypes.h-data: Likewise.
16650         * conform/data/langinfo.h-data: Likewise.
16651         * conform/data/libgen.h-data: Likewise.
16652         * conform/data/limits.h-data: Likewise.
16653         * conform/data/locale.h-data: Likewise.
16654         * conform/data/math.h-data: Likewise.
16655         * conform/data/monetary.h-data: Likewise.
16656         * conform/data/mqueue.h-data: Likewise.
16657         * conform/data/ndbm.h-data: Likewise.
16658         * conform/data/net/if.h-data: Likewise.
16659         * conform/data/netdb.h-data: Likewise.
16660         * conform/data/netinet/in.h-data: Likewise.
16661         * conform/data/nl_types.h-data: Likewise.
16662         * conform/data/poll.h-data: Likewise.
16663         * conform/data/pthread.h-data: Likewise.
16664         * conform/data/pwd.h-data: Likewise.
16665         * conform/data/regex.h-data: Likewise.
16666         * conform/data/sched.h-data: Likewise.
16667         * conform/data/search.h-data: Likewise.
16668         * conform/data/semaphore.h-data: Likewise.
16669         * conform/data/setjmp.h-data: Likewise.
16670         * conform/data/signal.h-data: Likewise.
16671         * conform/data/spawn.h-data: Likewise.
16672         * conform/data/stdarg.h-data: Likewise.
16673         * conform/data/stdio.h-data: Likewise.
16674         * conform/data/stdlib.h-data: Likewise.
16675         * conform/data/string.h-data: Likewise.
16676         * conform/data/strings.h-data: Likewise.
16677         * conform/data/stropts.h-data: Likewise.
16678         * conform/data/sys/ipc.h-data: Likewise.
16679         * conform/data/sys/mman.h-data: Likewise.
16680         * conform/data/sys/msg.h-data: Likewise.
16681         * conform/data/sys/resource.h-data: Likewise.
16682         * conform/data/sys/select.h-data: Likewise.
16683         * conform/data/sys/sem.h-data: Likewise.
16684         * conform/data/sys/shm.h-data: Likewise.
16685         * conform/data/sys/socket.h-data: Likewise.
16686         * conform/data/sys/stat.h-data: Likewise.
16687         * conform/data/sys/statvfs.h-data: Likewise.
16688         * conform/data/sys/time.h-data: Likewise.
16689         * conform/data/sys/timeb.h-data: Likewise.
16690         * conform/data/sys/times.h-data: Likewise.
16691         * conform/data/sys/types.h-data: Likewise.
16692         * conform/data/sys/uio.h-data: Likewise.
16693         * conform/data/sys/un.h-data: Likewise.
16694         * conform/data/sys/utsname.h-data: Likewise.
16695         * conform/data/sys/wait.h-data: Likewise.
16696         * conform/data/syslog.h-data: Likewise.
16697         * conform/data/tar.h-data: Likewise.
16698         * conform/data/termios.h-data: Likewise.
16699         * conform/data/utime.h-data: Likewise.
16700         * conform/data/utmpx.h-data: Likewise.
16701         * conform/data/varargs.h-data: Likewise.
16702         * conform/data/wchar.h-data: Likewise.
16703         * conform/data/wctype.h-data: Likewise.
16704         * conform/data/wordexp.h-data: Likewise.
16706         * include/stropts.h: New file.
16707         * include/uchar.h: New file.
16708         * include/aio.h: Changes to allow conformtest.pl to use the headers.
16709         * include/assert.h: Likewise.
16710         * include/ctype.h: Likewise.
16711         * include/dirent.h: Likewise.
16712         * include/dlfcn.h: Likewise.
16713         * include/fcntl.h: Likewise.
16714         * include/fnmatch.h: Likewise.
16715         * include/glob.h: Likewise.
16716         * include/grp.h: Likewise.
16717         * include/libio.h: Likewise.
16718         * include/locale.h: Likewise.
16719         * include/math.h: Likewise.
16720         * include/net/if.h: Likewise.
16721         * include/netdb.h: Likewise.
16722         * include/netinet/in.h: Likewise.
16723         * include/pthread.h: Likewise.
16724         * include/pwd.h: Likewise.
16725         * include/regex.h: Likewise.
16726         * include/sched.h: Likewise.
16727         * include/search.h: Likewise.
16728         * include/setjmp.h: Likewise.
16729         * include/signal.h: Likewise.
16730         * include/stdio.h: Likewise.
16731         * include/stdlib.h: Likewise.
16732         * include/string.h: Likewise.
16733         * include/sys/cdefs.h: Likewise.
16734         * include/sys/mman.h: Likewise.
16735         * include/sys/msg.h: Likewise.
16736         * include/sys/resource.h: Likewise.
16737         * include/sys/select.h: Likewise.
16738         * include/sys/socket.h: Likewise.
16739         * include/sys/stat.h: Likewise.
16740         * include/sys/statvfs.h: Likewise.
16741         * include/sys/time.h: Likewise.
16742         * include/sys/times.h: Likewise.
16743         * include/sys/uio.h: Likewise.
16744         * include/sys/utsname.h: Likewise.
16745         * include/sys/wait.h: Likewise.
16746         * include/termios.h: Likewise.
16747         * include/time.h: Likewise.
16748         * include/ulimit.h: Likewise.
16749         * include/unistd.h: Likewise.
16750         * include/utime.h: Likewise.
16751         * include/wchar.h: Likewise.
16752         * include/wctype.h: Likewise.
16753         * include/wordexp.h: Likewise.
16755         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
16757         * time/time.h: TIME_UTC must be a macro.
16758         Make timespec_get available for ISO C11 only as well.
16760 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
16762         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
16763         Reported by Peng Haitao <penght@cn.fujitsu.com>.
16765 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
16767         * configure.in: Use -o not -a in test for unsupported multi-arch.
16769 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
16771         * manual/texinfo.tex: Update to version 2012-01-19.16.
16773 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
16775         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
16777 2012-02-24  Roland McGrath  <roland@hack.frob.com>
16779         [BZ #13738]
16780         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
16781         * manual/fdl-1.3.texi: New file.
16782         * manual/fdl-1.1.texi: File removed.
16784         [BZ #13738]
16785         * manual/libc.texinfo (FDL_VERSION): New @set.
16786         Use it for mention of FDL in cover text.
16787         (Documentation License): Use it in @include file name.
16789 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
16790             Roland McGrath  <roland@hack.frob.com>
16792         [BZ #5461]
16793         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
16794         not LONG_LONG_MAX and LONG_LONG_MIN.
16795         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
16796         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
16797         name.
16798         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
16800 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
16802         [BZ #2547]
16803         [BZ #11365]
16804         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
16805         manipulate bits before adding and subtracting TWO23[sx].
16806         * math/libm-test.inc (nearbyint_test): Add more tests.
16808 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
16810         [BZ #2548]
16811         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
16812         bits before adding and subtracting TWO23[sx].
16813         * math/libm-test.inc (rint_test): Add more tests.
16814         (rint_test_tonearest): Likewise.
16815         (rint_test_towardzero): Likewise.
16816         (rint_test_downward): Likewise.
16817         (rint_test_upward: Likewise.
16819 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
16821         [BZ #10110]
16822         * include/stdc-predef.h: New file.  Extracted from features.h.
16823         * include/features.h: Include stdc-predef.h.
16824         * Makefile (headers): Add stdc-predef.h.
16825         * CONFORMANCE (Compiler limitations): Update.
16827 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
16829         * manual/libc.texinfo (VERSION, UPDATED): Revert.
16831 2012-02-21  David S. Miller  <davem@davemloft.net>
16833         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
16834         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
16836 2012-02-20  David S. Miller  <davem@davemloft.net>
16838         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
16839         using a normal save/restore sequence, rather than allocating a
16840         dummy stack frame just to store a frame pointer and restore.
16841         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
16843 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
16845         * manual/install.texi: Fix stray word in line-wrapped comment.
16847 2012-02-20  David S. Miller  <davem@davemloft.net>
16849         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
16850         both binutils and gcc support GOTDATA.
16852         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
16853         "rd %pc" in the PIC register setup sequences.
16855         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
16856         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
16857         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
16858         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
16859         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
16860         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
16861         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
16862         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
16863         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
16864         (SYSCALL_ERROR_HANDLER): Likewise.
16865         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
16866         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
16867         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
16868         (SYSCALL_ERROR_HANDLER): Likewise.
16870         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
16871         (HAVE_GCC_GOTDATA): New.
16872         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
16873         relocation support in both binutils and gcc.
16874         * sysdeps/sparc/elf/configure: Regenerate.
16876         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
16877         * sysdeps/sparc/sparc32/elf/configure: Delete.
16878         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
16879         * sysdeps/sparc/sparc64/elf/configure: Delete.
16880         * sysdeps/sparc/elf/configure.in: New file.
16881         * sysdeps/sparc/elf/configure: Generate.
16883         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
16884         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
16885         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
16886         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
16887         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
16889 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
16891         * manual/install.texi: Do not mention specific glibc version
16892         numbers.
16893         * manual/libc.texinfo (VERSION, UPDATED): Update.
16894         (@copying): Use @copyright{} and range of years.
16896 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
16898         [BZ #13695]
16899         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
16900         [crti.S not in sysdirs] (generated): Do not append.
16901         [crti.S not in sysdirs] (omit-deps): Likewise.
16902         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
16903         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
16904         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
16905         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
16906         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
16907         Likewise.
16908         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
16909         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
16910         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
16911         * csu/defs.awk: Remove file.
16912         * sysdeps/generic/initfini.c: Likewise.
16913         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
16914         variable.
16915         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
16916         Likewise.
16918 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
16920         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
16921         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
16922         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
16923         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
16924         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
16925         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
16926         <bits/epoll.h>.
16927         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
16928         (__EPOLL_PACKED): Define to empty if not defined by
16929         <bits/epoll.h>.
16930         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
16931         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
16932         bits/epoll.h.
16934 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
16936         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
16937         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
16938         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
16939         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
16940         <bits/timerfd.h>.
16941         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
16942         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
16943         bits/timerfd.h.
16945 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
16947         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
16948         in C locale.
16949         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16950         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
16951         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
16952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16954 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
16956         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
16957         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
16959 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
16961         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
16962         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
16963         defined.
16964         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
16965         Likewise.
16966         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
16967         entry for 2.16.
16969 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
16971         * math/w_acos.c: Use non-signaling floating-point comparisons.
16972         * math/w_acosf.c: Likewise.
16973         * math/w_acosh.c: Likewise.
16974         * math/w_acoshf.c: Likewise.
16975         * math/w_acoshl.c: Likewise.
16976         * math/w_acosl.c: Likewise.
16977         * math/w_asin.c: Likewise.
16978         * math/w_asinf.c: Likewise.
16979         * math/w_asinl.c: Likewise.
16980         * math/w_atanh.c: Likewise.
16981         * math/w_atanhf.c: Likewise.
16982         * math/w_atanhl.c: Likewise.
16983         * math/w_exp2.c: Likewise.
16984         * math/w_exp2f.c: Likewise.
16985         * math/w_exp2l.c: Likewise.
16986         * math/w_j0.c: Likewise.
16987         * math/w_j0f.c: Likewise.
16988         * math/w_j0l.c: Likewise.
16989         * math/w_j1.c: Likewise.
16990         * math/w_j1f.c: Likewise.
16991         * math/w_j1l.c: Likewise.
16992         * math/w_jn.c: Likewise.
16993         * math/w_jnf.c: Likewise.
16994         * math/w_log.c: Likewise.
16995         * math/w_log10.c: Likewise.
16996         * math/w_log10f.c: Likewise.
16997         * math/w_log10l.c: Likewise.
16998         * math/w_log2.c: Likewise.
16999         * math/w_log2f.c: Likewise.
17000         * math/w_log2l.c: Likewise.
17001         * math/w_logf.c: Likewise.
17002         * math/w_logl.c: Likewise.
17003         * math/w_sqrt.c: Likewise.
17004         * math/w_sqrtf.c: Likewise.
17005         * math/w_sqrtl.c: Likewise.
17006         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
17007         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
17008         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
17009         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
17010         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
17012 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
17014         [BZ #9739]
17015         * manual/string.texi (strnlen): Use correct parameter name in
17016         equivalent expression.
17018 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
17020         [BZ #11174]
17021         * manual/users.texi (seteuid): Consistently use neweuid for
17022         argument name.
17024 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
17026         [BZ #13704]
17027         * manual/nss.texi (Services in the NSS configuration): Correct
17028         list of services in example configuration file.
17030 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
17032         [BZ #11322]
17033         * manual/arith.texi: Remove statements about negative zero
17034         behaving identically to zero.
17036 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
17038         [BZ #5993]
17039         * manual/install.texi: Do not document upgrading from libc5.
17041 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
17043         [BZ #4596]
17044         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
17046 2012-02-18  David S. Miller  <davem@davemloft.net>
17048         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
17049         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
17050         %o7 across the call.
17051         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
17052         instead.
17053         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
17054         SETUP_PIC_REG_LEAF.
17055         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
17056         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
17057         * sysdeps/sparc/crtn.S: Likewise.
17059 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
17061         * aout/Makefile: Remove.
17063 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
17065         [BZ #13058]
17066         * manual/examples/argp-ex1.c (main): Format definition in GNU
17067         style.
17068         * manual/examples/argp-ex2.c (main): Likewise.
17069         * manual/examples/argp-ex3.c (main): Likewise.
17070         * manual/examples/argp-ex4.c (main): Likewise.
17071         * manual/examples/longopt.c (main): Use new-style prototype
17072         definition.
17073         * manual/examples/strncat.c (main): Specify return type and use
17074         (void) for arguments.
17075         * manual/examples/subopt.c (main): Use char **argv argument.
17077 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
17079         [BZ #5077]
17080         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
17081         rounding modes.
17083 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
17085         [BZ #6907]
17086         * manual/string.texi (strchr): Change when strchrnul is
17087         recommended.
17089 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
17091         [BZ #174]
17092         * manual/locale.texi (setlocale): Document LOCPATH.
17094 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
17096         [BZ #10210]
17097         * manual/process.texi (execle): Move @dots{} before last argument.
17099 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
17101         [BZ #12047]
17102         * manual/charset.texi (Generic Charset Conversion): Fix typo
17103         (LC_TYPE -> LC_CTYPE).
17105 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
17107         [BZ #5805]
17108         * manual/arith.texi (scalbn): Use @var{} on parameter names.
17109         (scalbnf): Likewise.
17110         (scalbnl): Likewise.
17111         (scalbln): Likewise.
17112         (scalblnf): Likewise.
17113         (scalblnl): Likewise.
17114         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
17115         (vwarnx): Likewise.
17116         (verr): Likewise.
17117         (verrx): Likewise.
17118         * manual/filesys.texi (telldir): Use braces around return type.
17119         * manual/llio.texi (mmap): Add space after comma.
17120         (mmap64): Likewise.
17121         * manual/math.texi (jn): Use @var{} on parameter names.
17122         (jnf): Likewise.
17123         (jnl): Likewise.
17124         (yn): Likewise.
17125         (ynf): Likewise.
17126         (ynl): Likewise.
17127         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
17128         line.
17129         * manual/resource.texi (ulimit): Use @dots{} instead of literal
17130         "...".
17131         (sched_get_priority_min): Remove semicolon on @deftypefun line.
17132         (sched_get_priority_max): Likewise.
17133         * manual/signal.texi (sigvec): Add space after comma.
17134         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
17135         names.
17136         (if_indextoname): Likewise.
17137         (if_freenameindex): Likewise.
17138         (sendto): Use ',' instead of '.' in prototype.
17139         * manual/startup.texi (syscall): Use @dots{} instead of literal
17140         "...".
17141         * manual/stdio.texi (__fpending): Separate initial words of
17142         paragraph from @deftypefun line.
17143         * manual/syslog.texi (syslog): Use @dots{} instead of literal
17144         "...".
17145         (vsyslog): Use @var{} on parameter names.
17146         * manual/terminal.texi (stty): Use @var{} on parameter names.
17147         * manual/users.texi (getutmp): Use @var{} on parameter names.
17148         (getutmpx): Likewise.
17150 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
17152         [BZ #6884]
17153         * manual/stdio.texi (fopen): Fix typos in description of
17154         ",ccs=STRING".
17156 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
17158         [BZ #4026]
17159         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
17160         get clock_id definition.
17162 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
17164         [BZ #4822]
17165         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
17166         (madvise): Cast every argument to void on its own.
17168 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
17170         [BZ #9902]
17171         * manual/startup.texi (Exit Status): Fix typo.
17173 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
17175         [BZ #10140]
17176         * manual/examples/argp-ex1.c: Include <stdlib.h>.
17177         * manual/examples/argp-ex2.c: Likewise.
17178         * manual/examples/argp-ex3.c: Likewise.
17180 2012-02-16  Richard Henderson  <rth@redhat.com>
17182         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
17183         * sysdeps/s390/s390-32/initfini.c: Remove.
17184         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
17185         * sysdeps/s390/s390-64/initfini.c: Remove.
17187 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17189         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
17190         compiler output for sysdeps/generic/initfini.c.
17191         * sysdeps/sh/elf/initfini.c: Remove file.
17193 2012-02-16  David S. Miller  <davem@davemloft.net>
17195         [BZ #11494]
17196         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
17198         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
17199         * sysdeps/sparc/crti.S: New file.
17200         * sysdeps/sparc/crtn.S: New file.
17201         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
17202         * sysdeps/sparc/sparc64/Makefile: Likewise.
17204 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
17206         [BZ #3335]
17207         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
17209 2012-02-15  Roland McGrath  <roland@hack.frob.com>
17211         [BZ #4822]
17212         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
17214         * mach/devstream.c (cookie_io_functions_t): Macro removed.
17215         (write, read, close): Likewise.
17216         Patch by Aurelien Jarno <aurelien@aurel32.net>.
17218 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
17220         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
17221         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
17222         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
17223         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
17224         <bits/signalfd.h>.
17225         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
17226         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17227         bits/signalfd.h.
17229 2012-02-14  Marek Polacek  <polacek@redhat.com>
17231         * sysdeps/x86_64/crti.S: New file.
17232         * sysdeps/x86_64/crtn.S: New file.
17233         * sysdeps/x86_64/elf/initfini.c: Remove file.
17235 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
17237         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
17238         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
17239         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
17240         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
17241         <bits/inotify.h>.
17242         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
17243         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17244         bits/inotify.h.
17246 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
17248         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
17249         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
17250         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
17251         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
17252         <bits/eventfd.h>.
17253         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
17254         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17255         bits/eventfd.h.
17257 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
17259         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
17260         __feraiseexcept instead of feraiseexcept.
17262         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
17263         nanosleep invocations.
17264         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
17265         strings, and add error checking for a nanosleep invocations.
17267 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
17269         Replace FSF snail mail address with URLs, as per GNU coding standards.
17270         Most of the snail mail addresses were wrong anyway, and omitting
17271         them makes the source code easier to maintain.  Almost all of the
17272         changes are to license notices and to locale LC_IDENTIFICATION
17273         addresses, except for this one:
17274         * manual/libc.texinfo: In "Published by", give the FSF's URL,
17275         not its snail mail address.
17277 2012-02-09  Richard Henderson  <rth@twiddle.net>
17279         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
17280         of kernel-features.h.
17282         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
17284 2012-02-08  Marek Polacek  <polacek@redhat.com>
17286         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
17287         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
17288         * sysdeps/gnu/_G_config.h: Likewise.
17289         * sysdeps/generic/_G_config.h: Likewise.
17291 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
17293         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
17294         tests.
17295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17297         * sysdeps/powerpc/powerpc32/crti.S: New file.
17298         * sysdeps/powerpc/powerpc32/crtn.S: New file.
17299         * sysdeps/powerpc/powerpc64/crti.S: New file.
17300         * sysdeps/powerpc/powerpc64/crtn.S: New file.
17302         * Makeconfig (have-initfini): Don't set.
17303         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
17304         * configure.in (nopic_initfini): Don't substitute.
17305         * config.h.in (HAVE_INITFINI): Don't #undef.
17306         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
17307         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
17309 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
17311         Support crti.S and crtn.S provided directly by architectures.
17312         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
17313         [crti.S in sysdirs] (omit-deps): Likewise.
17314         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
17315         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
17316         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
17317         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
17318         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
17319         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
17320         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
17321         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
17322         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
17323         compiler output for sysdeps/generic/initfini.c.
17324         * sysdeps/i386/elf/Makefile: Remove file.
17325         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
17327 2012-02-07  Marek Polacek  <polacek@redhat.com>
17329         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
17330         * sysdeps/gnu/_G_config.h: Likewise.
17331         * sysdeps/mach/hurd/_G_config.h: Likewise.
17333 2012-02-07  Marek Polacek  <polacek@redhat.com>
17335         * math/Makefile (tests): Add tst-CMPLX2.
17336         * math/tst-CMPLX2.c: New file.
17338 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
17340         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
17342         * math/libm-test.inc (jn_test): Add missing L suffix.
17344 2012-02-06  Marek Polacek  <polacek@redhat.com>
17346         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
17347         * sysdeps/i386/fpu/e_powf.S: Likewise.
17348         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
17349         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
17350         * sysdeps/i386/fpu/e_acosh.S: Likewise.
17351         * sysdeps/i386/fpu/e_pow.S: Likewise.
17352         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
17353         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
17354         * sysdeps/i386/fpu/s_expm1.S: Likewise.
17355         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
17356         * sysdeps/i386/fpu/e_log2.S: Likewise.
17357         * sysdeps/i386/fpu/e_log2l.S: Likewise.
17358         * sysdeps/i386/fpu/e_scalb.S: Likewise.
17359         * sysdeps/i386/fpu/e_powl.S: Likewise.
17360         * sysdeps/i386/fpu/s_log1p.S: Likewise.
17361         * sysdeps/i386/fpu/e_log10f.S: Likewise.
17362         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
17363         * sysdeps/i386/fpu/e_logl.S: Likewise.
17364         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
17365         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
17366         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
17367         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
17368         * sysdeps/i386/fpu/e_log2f.S: Likewise.
17369         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
17370         * sysdeps/i386/fpu/e_log.S: Likewise.
17371         * sysdeps/i386/fpu/s_cexp.S: Likewise.
17372         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
17373         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
17374         * sysdeps/i386/fpu/e_logf.S: Likewise.
17375         * sysdeps/i386/fpu/e_log10l.S: Likewise.
17376         * sysdeps/i386/fpu/e_atanh.S: Likewise.
17377         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
17378         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
17379         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
17380         * sysdeps/i386/fpu/e_log10.S: Likewise.
17381         * sysdeps/i386/fpu/s_frexp.S: Likewise.
17382         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
17383         * sysdeps/i386/fpu/s_asinh.S: Likewise.
17384         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
17385         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
17386         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
17387         * sysdeps/i386/asm-syntax.h: Likewise.
17388         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
17389         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
17390         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
17391         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
17392         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
17393         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
17394         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
17395         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
17396         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
17397         * sysdeps/powerpc/sysdep.h: Likewise.
17398         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
17399         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
17401 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
17403         [BZ #411]
17404         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
17406 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
17408         * sysdeps/i386/sysdep.h: Include <features.h>.
17409         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
17410         version.
17412 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
17414         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
17415         Define.
17416         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
17417         LOAD_PIC_REG_STR.
17419 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
17421         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
17422         (SETUP_PIC_REG): Use GET_PC_THUNK.
17423         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
17424         macro.
17426 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
17428         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
17429         for non-PIC compilation.
17430         (SETUP_PIC_REG): Add .p2align directive.
17431         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
17432         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
17433         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
17434         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
17435         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
17436         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
17437         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
17438         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
17439         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
17440         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
17441         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
17442         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
17443         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
17444         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
17445         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
17446         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
17447         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
17448         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
17449         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
17450         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
17451         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
17452         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
17453         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
17454         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
17455         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
17456         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
17457         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
17458         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
17459         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
17460         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
17461         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
17462         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
17463         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
17464         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
17465         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
17466         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
17467         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
17468         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
17469         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
17470         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
17471         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
17473 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
17475         * math/tst-CMPLX.c: Include <stdio.h>.
17477 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
17479         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
17480         float.
17481         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
17482         * sysdeps/sparc/bits/mathdef.h: Likewise.
17484 2012-01-31  Marek Polacek  <polacek@redhat.com>
17486         * libio/libio.h: Don't define _PARAMS.
17487         * locale/programs/config.h: Don't define PARAMS.
17488         * stdlib/strtol_l.c: Likewise.
17489         (__strtol_l): Remove PARAMS from the prototype.
17491 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
17493         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
17494         names.  Just use the correct names.  Remove unnecessary wrapper
17495         functions.
17496         * malloc/arena.c: Likewise.
17497         * malloc/hooks.c: Likewise.
17499         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
17500         ARENA_TEST says not to.  Simplify test for creation of a new arena.
17501         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
17503 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
17505         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
17506         into tail calls.
17507         (update_get_addr): New function.
17508         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
17509         GET_ADDR_MODULE parameter.
17511 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
17513         * crypt/cert.c: Remove __STDC__ conditionals.
17514         * crypt/crypt-entry.c: Likewise.
17515         * crypt/crypt_util.c: Likewise.
17516         * libio/filedoalloc.c: Likewise.
17517         * libio/fileops.c: Likewise.
17518         * libio/genops.c: Likewise.
17519         * libio/iofclose.c: Likewise.
17520         * libio/iofdopen.c: Likewise.
17521         * libio/iofopen.c: Likewise.
17522         * libio/iofopen64.c: Likewise.
17523         * libio/iogetdelim.c: Likewise.
17524         * libio/iopopen.c: Likewise.
17525         * libio/obprintf.c: Likewise.
17526         * libio/oldfileops.c: Likewise.
17527         * libio/oldiofclose.c: Likewise.
17528         * libio/oldiofdopen.c: Likewise.
17529         * libio/oldiofopen.c: Likewise.
17530         * libio/oldiopopen.c: Likewise.
17531         * libio/wfiledoalloc.c: Likewise.
17532         * libio/wgenops.c: Likewise.
17533         * locale/programs/xmalloc.c: Likewise.
17534         * misc/syslog.c: Likewise.
17535         * stdio-common/xbug.c: Likewise.
17536         * string/memchr.c: Likewise.
17537         * string/memcmp.c: Likewise.
17538         * string/memrchr.c: Likewise.
17539         * string/rawmemchr.c: Likewise.
17540         * sysdeps/posix/getcwd.c: Likewise.
17541         * time/strftime_l.c: Likewise.
17543 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
17545         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
17546         * config.make.in (config-cflags-sse2avx): Define.
17547         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
17548         Fix typo.
17550 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
17552         * scripts/config.guess: Update from upstream config git repository.
17553         * scripts/config.sub: Likewise.
17555 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
17557         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
17558         (EM_NUM): Update.
17559         (R_TILEPRO_*, R_TILEGX_*): New macros.
17561         * scripts/firstversions.awk: Fix bug in version range handling.
17563         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
17565         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
17567         * include/sys/epoll.h: New file.
17568         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
17569         libc_hidden_def.
17571 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
17573         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
17574         Avoid unnecessary __WORDSIZE == 64 test.
17575         (fmaxf): Use VEX format if possible.
17576         (fmax): Likewise.
17577         (fminf): Likewise.
17578         (fmin): Likewise.
17580         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
17581         * math/math_private.h: Remove libc_fegetround* and
17582         libc_fesetround*.
17583         * sysdeps/i386/configure.in: Check for -msse2avx.
17584         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
17585         also if SSE2AVX is defined.
17586         Remove libc_fegetround* and libc_fesetround*.
17587         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
17588         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
17589         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
17590         of HAS_YMM_USABLE.
17591         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
17592         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
17593         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
17594         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
17595         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
17597         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
17599 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17601         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
17602         size is not set.
17603         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
17605 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
17607         [BZ #13618]
17608         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
17609         relocation.
17610         * Makeconfig (libm): Define.
17611         * elf/Makefile: Add rules to build and run tst-relsort1.
17612         * elf/tst-relsort1.c: New file.
17613         * elf/tst-relsort1mod1.c: New file.
17614         * elf/tst-relsort1mod2.c: New file.
17616 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
17618         * math/s_ldexp.c: Remove __STDC__ conditionals.
17619         * math/s_ldexpf.c: Likewise.
17620         * math/s_ldexpl.c: Likewise.
17621         * math/s_nextafter.c: Likewise.
17622         * math/s_nexttowardf.c: Likewise.
17623         * math/s_significand.c: Likewise.
17624         * math/s_significandf.c: Likewise.
17625         * math/s_significandl.c: Likewise.
17626         * math/w_jnl.c: Likewise.
17627         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
17628         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
17629         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
17630         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
17631         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
17632         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
17633         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
17634         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
17635         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17636         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
17637         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
17638         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
17639         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
17640         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
17641         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
17642         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
17643         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
17644         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
17645         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
17646         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
17647         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
17648         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
17649         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
17650         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
17651         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
17652         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
17653         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
17654         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
17655         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
17656         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
17657         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
17658         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
17659         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
17660         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
17661         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
17662         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
17663         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
17664         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
17665         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
17666         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
17667         * sysdeps/ieee754/k_standard.c: Likewise.
17668         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
17669         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
17670         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
17671         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
17672         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
17673         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
17674         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
17675         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
17676         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
17677         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
17678         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
17679         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
17680         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
17681         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
17682         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
17683         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
17684         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
17685         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
17686         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
17687         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
17688         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
17689         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
17690         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
17691         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
17692         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
17693         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
17694         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
17695         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
17696         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
17697         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
17698         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
17699         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
17700         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
17701         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
17702         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
17703         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
17704         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
17705         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
17706         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
17707         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
17708         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
17709         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
17710         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
17711         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
17712         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
17713         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17714         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
17715         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
17716         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
17717         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
17718         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
17719         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
17720         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
17721         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
17722         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
17723         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
17724         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
17725         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
17726         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
17727         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
17728         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
17729         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
17730         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
17731         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
17732         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
17733         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
17734         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
17735         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
17736         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
17737         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
17738         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
17739         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
17740         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
17741         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
17742         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
17743         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
17744         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
17745         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
17746         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
17747         * sysdeps/ieee754/s_matherr.c: Likewise.
17748         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
17749         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17750         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17751         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17753 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
17755         * crypt/md5.h: Remove __STDC__ conditionals.
17756         * libio/libioP.h: Likewise.
17757         * locale/programs/config.h: Likewise.
17758         * sysdeps/generic/sysdep.h: Likewise.
17759         * sysdeps/i386/asm-syntax.h: Likewise.
17760         * sysdeps/s390/asm-syntax.h: Likewise.
17761         * sysdeps/unix/sysdep.h: Likewise.
17762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
17763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
17765 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
17767         * libio/libio.h: Remove __STDC__ conditionals.
17768         * malloc/obstack.h: Likewise.
17769         * math/complex.h: Likewise.
17770         * math/math.h: Likewise.
17771         * sysdeps/generic/_G_config.h: Likewise.
17772         * sysdeps/gnu/_G_config.h: Likewise.
17773         * sysdeps/mach/hurd/_G_config.h: Likewise.
17774         * sysdeps/powerpc/bits/mathdef.h: Likewise.
17775         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
17776         * sysdeps/sparc/bits/mathdef.h: Likewise.
17778 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
17780         [BZ #13583]
17781         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
17782         Clean up HAS_* macros.
17783         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
17784         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
17785         possible.
17786         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
17787         HAS_AVX.
17788         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
17789         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
17790         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
17791         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
17792         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
17794 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
17796         * elf/tst-unique3.cc (gets): Remove declaration.
17797         * elf/tst-unique3lib.cc (gets): Likewise.
17798         * elf/tst-unique3lib2.cc (gets): Likewise.
17799         * elf/tst-unique4.cc (gets): Likewise.
17801 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
17803         * include/stdio.h: Add C++ protection.  Add gets declarations and
17804         definitions.
17805         * debug/tst-chk1.c: Don't declare gets here.
17806         * stdio-common/tst-gets.c: Likewise.
17808 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
17810         * posix/glob: Remove directory.
17812 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
17814         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
17816 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
17818         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
17819         of the non-standard EPFNOSUPPORT.
17821 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17823         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
17824         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
17825         ANYWHERE set to 1 only on KERN_NO_SPACE error.
17827 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
17829         * wcsmbs/uchar.h: Test __STDC_VERSION__.
17831 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
17833         * nscd/aicache.c (addhstaiX): Do not cache negative results of
17834         transient errors.
17835         * nscd/grpcache.c (cache_addgr): Likewise.
17836         * nscd/hstcache.c (cache_addhst): Likewise.
17837         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17838         * nscd/pwdcache.c (cache_addpw): Likewise.
17839         * nscd/servicescache.c (cache_addserv): Likewise.
17841 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
17843         * malloc/malloc.c: Various cleanups.
17844         * malloc/hooks.c: Likewise.
17846         * stdlib/Makefile (tests): Add bug-fmtmsg1.
17847         * stdlib/bug-fmtmsg1.c: New file.
17849         * stdlib/fmtmsg.c (init): Add missing unlock.
17850         Patch by Peng Haitao <penght@cn.fujitsu.com>.
17852 2012-01-12  Marek Polacek  <polacek@redhat.com>
17854         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
17855         and _GNU_SOURCE.
17857 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
17859         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
17860         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
17861         macro to ensure uniqueness of label name.
17862         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
17863         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
17865 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
17867         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
17869         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
17870         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
17871         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
17872         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
17874 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
17876         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
17878         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
17879         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
17880         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
17882         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
17884         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
17885         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
17886         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
17887         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
17889         * math/bits/math-finite.h: Add ldexp support.
17891 2012-01-10  Marek Polacek  <polacek@redhat.com>
17893         * locale/programs/localedef.h (show_archive_content): Add noreturn
17894         attribute.
17896 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
17898         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
17900 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
17902         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
17904         * io/Makefile (headers): Add bits/poll2.h.
17906 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
17908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
17909         typo #include statement.
17911 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
17913         * include/sys/cdefs.h: Define __attribute_alloc_size.
17914         * catgets/gencat.c: Add alloc_size attribute and apply consistently
17915         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
17916         * elf/pldd.c: Likewise.
17917         * iconv/iconv_charmap.c: Likewise.
17918         * iconv/iconvconfig.c: Likewise.
17919         * iconv/strtab.c: Likewise.
17920         * locale/programs/locale.c: Likewise.
17921         * locale/programs/localedef.h: Likewise.
17922         * locale/programs/simple-hash.c: Likewise.
17923         * nscd/nscd.h: Likewise.
17924         * nss/makedb.c: Likewise.
17925         * sysdeps/generic/ldconfig.h: Likewise.
17926         * locale/programs/localedef.c: Remove xmalloc prototype.
17927         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
17929 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
17931         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
17932         appropriate.
17934 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
17936         * math/Makefile (tests): Add tst-CMPLX.
17937         * math/tst-CMPLX.c: New file.
17939         * math/complex.h (CMPLXL): Fix typo.
17941         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
17942         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
17943         GLIBC_2.16.
17944         * debug/tst-chk1.c: Add poll and ppoll tests.
17945         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
17946         * include/sys/poll.h: Add hidden proto for ppoll.
17947         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
17948         * sysdeps/mach/hurd/ppoll.c: Likewise.
17949         * io/ppoll.c: Likewise.
17950         * debug/poll_chk.c: New file.
17951         * debug/ppoll_chk.c: New file.
17952         * include/bits/poll2.h: New file.
17953         * io/bits/poll2.h: New file.
17955         [BZ #1350]
17956         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
17958         * configure.in: static is always set to yes.  Remove.
17959         * config.make.in: Don't set build-static.
17960         * Makeconfig: Remove use of build-static.
17961         * dlfcn/Makefile: Likewise.
17962         * elf/Makefile: Likewise.
17963         * math/Makefile: Likewise.
17964         * misc/Makefile: Likewise.
17965         * nptl/Makefile: Likewise.
17966         * sysdeps/mach/hurd/Makefile: Likewise.
17968         * configure.in: PWD_P is not used anymore.
17969         * config.make.in: Remove PWD_P entry.
17971         * configure.in: Remove last remnants of RANLIB.
17972         No need to check for signed size_t anymore.
17973         Don't set libc_commonpagesize and libc_relro_required here for Alpha
17974         and IA-64.
17975         Remove __builtin_expect test because we require at least gcc 3.4.
17976         * aclocal.m4: Likewise.
17978         * wcsmbs/mbrtoc16.c: Implement using towc function.
17979         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
17980         * wcsmbs/wcsmbsload.c: Likewise.
17981         * iconv/gconv_simple.c: Likewise.
17982         * iconv/gconv_int.h: Likewise.
17983         * iconv/gconv_builtin.h: Likewise.
17984         * iconv/iconv_prog.c: Remove CHAR16 handling.
17986         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
17988         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
17990         * configure.in: Remove --with-elf and --enable-bounded options.
17991         Dont set base_machine for ia64.  More non-ELF conditions removed.
17992         Remove testing and setting of leading underscore information.
17993         * config.make.in (build-bounded): Set to no.
17994         * config.h.in: Remove NO_UNDERSCORES entry.
17995         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
17996         them.
17997         * csu/start.c: Remove !NO_UNDERSCORE code.
17998         * locale/localeinfo.h: Likewise.
17999         * sysdeps/generic/machine-gmon.h: Likewise.
18000         * sysdeps/generic/sysdep.h: Likewise.
18001         * sysdeps/i386/sysdep.h: Likewise.
18002         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
18003         * sysdeps/mach/sysdep.h: Likewise.
18004         * sysdeps/s390/s390-32/sysdep.h: Likewise.
18005         * sysdeps/s390/s390-64/sysdep.h: Likewise.
18006         * sysdeps/sh/sysdep.h: Likewise.
18007         * sysdeps/sparc/sparc32/alloca.S: Likewise.
18008         * sysdeps/unix/i386/sysdep.S: Likewise.
18009         * sysdeps/unix/sparc/start.c: Likewise.
18010         * sysdeps/unix/sparc/sysdep.S: Likewise.
18011         * sysdeps/unix/sparc/sysdep.h: Likewise.
18012         * sysdeps/unix/start.c: Likewise.
18013         * sysdeps/unix/x86_64/sysdep.S: Likewise.
18014         * sysdeps/x86_64/sysdep.h: Likewise.
18016 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
18018         [BZ #13553]
18019         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
18020         for non-gcc.
18021         * argp/argp-fmtstream.h: Use const instead __const.
18022         * argp/argp.h: Likewise.
18023         * assert/assert.h: Likewise.
18024         * bits/fenv.h: Likewise.
18025         * bits/sched.h: Likewise.
18026         * bits/sigset.h: Likewise.
18027         * bits/sigthread.h: Likewise.
18028         * catgets/nl_types.h: Likewise.
18029         * conform/data/pthread.h-data: Likewise.
18030         * crypt/crypt-private.h: Likewise.
18031         * crypt/crypt.h: Likewise.
18032         * crypt/crypt_util.c: Likewise.
18033         * ctype/ctype.h: Likewise.
18034         * debug/execinfo.h: Likewise.
18035         * debug/mbsnrtowcs_chk.c: Likewise.
18036         * debug/mbsrtowcs_chk.c: Likewise.
18037         * debug/wcsnrtombs_chk.c: Likewise.
18038         * debug/wcsrtombs_chk.c: Likewise.
18039         * debug/wcstombs_chk.c: Likewise.
18040         * dirent/dirent.h: Likewise.
18041         * dlfcn/dlfcn.h: Likewise.
18042         * elf/neededtest4.c: Likewise.
18043         * grp/grp.h: Likewise.
18044         * gshadow/gshadow.h: Likewise.
18045         * iconv/gconv.h: Likewise.
18046         * iconv/gconv_int.h: Likewise.
18047         * iconv/gconv_simple.c: Likewise.
18048         * iconv/iconv.h: Likewise.
18049         * iconv/loop.c: Likewise.
18050         * iconv/skeleton.c: Likewise.
18051         * include/aio.h: Likewise.
18052         * include/aliases.h: Likewise.
18053         * include/argz.h: Likewise.
18054         * include/arpa/inet.h: Likewise.
18055         * include/assert.h: Likewise.
18056         * include/dirent.h: Likewise.
18057         * include/dlfcn.h: Likewise.
18058         * include/execinfo.h: Likewise.
18059         * include/fcntl.h: Likewise.
18060         * include/fenv.h: Likewise.
18061         * include/glob.h: Likewise.
18062         * include/grp.h: Likewise.
18063         * include/libintl.h: Likewise.
18064         * include/mntent.h: Likewise.
18065         * include/netdb.h: Likewise.
18066         * include/pwd.h: Likewise.
18067         * include/rpc/netdb.h: Likewise.
18068         * include/sched.h: Likewise.
18069         * include/search.h: Likewise.
18070         * include/shadow.h: Likewise.
18071         * include/signal.h: Likewise.
18072         * include/stdio.h: Likewise.
18073         * include/stdlib.h: Likewise.
18074         * include/string.h: Likewise.
18075         * include/sys/socket.h: Likewise.
18076         * include/sys/stat.h: Likewise.
18077         * include/sys/statfs.h: Likewise.
18078         * include/sys/statvfs.h: Likewise.
18079         * include/sys/syslog.h: Likewise.
18080         * include/sys/time.h: Likewise.
18081         * include/sys/uio.h: Likewise.
18082         * include/time.h: Likewise.
18083         * include/unistd.h: Likewise.
18084         * include/utmp.h: Likewise.
18085         * include/wchar.h: Likewise.
18086         * include/wctype.h: Likewise.
18087         * inet/aliases.h: Likewise.
18088         * inet/arpa/inet.h: Likewise.
18089         * inet/netinet/ether.h: Likewise.
18090         * inet/netinet/in.h: Likewise.
18091         * intl/libintl.h: Likewise.
18092         * io/bits/fcntl2.h: Likewise.
18093         * io/fcntl.h: Likewise.
18094         * io/ftw.h: Likewise.
18095         * io/sys/poll.h: Likewise.
18096         * io/sys/stat.h: Likewise.
18097         * io/sys/statfs.h: Likewise.
18098         * io/sys/statvfs.h: Likewise.
18099         * io/utime.h: Likewise.
18100         * libio/bits/stdio.h: Likewise.
18101         * libio/bits/stdio2.h: Likewise.
18102         * libio/libio.h: Likewise.
18103         * libio/libioP.h: Likewise.
18104         * libio/stdio.h: Likewise.
18105         * locale/lc-ctype.c: Likewise.
18106         * locale/locale.h: Likewise.
18107         * login/utmp.h: Likewise.
18108         * malloc/arena.c: Likewise.
18109         * malloc/malloc.c: Likewise.
18110         * malloc/malloc.h: Likewise.
18111         * malloc/mcheck.c: Likewise.
18112         * malloc/mtrace.c: Likewise.
18113         * math/bits/mathcalls.h: Likewise.
18114         * math/fenv.h: Likewise.
18115         * math/math_private.h: Likewise.
18116         * misc/bits/error.h: Likewise.
18117         * misc/bits/syslog.h: Likewise.
18118         * misc/err.h: Likewise.
18119         * misc/error.h: Likewise.
18120         * misc/fstab.h: Likewise.
18121         * misc/mntent.h: Likewise.
18122         * misc/regexp.h: Likewise.
18123         * misc/search.h: Likewise.
18124         * misc/sgtty.h: Likewise.
18125         * misc/sys/mman.h: Likewise.
18126         * misc/sys/syslog.h: Likewise.
18127         * misc/sys/uio.h: Likewise.
18128         * misc/sys/xattr.h: Likewise.
18129         * misc/ttyent.h: Likewise.
18130         * nis/rpcsvc/ypclnt.h: Likewise.
18131         * nss/nss.h: Likewise.
18132         * posix/bits/unistd.h: Likewise.
18133         * posix/fnmatch.h: Likewise.
18134         * posix/glob.h: Likewise.
18135         * posix/sched.h: Likewise.
18136         * posix/spawn.h: Likewise.
18137         * posix/sys/wait.h: Likewise.
18138         * posix/unistd.h: Likewise.
18139         * posix/wordexp.h: Likewise.
18140         * pwd/pwd.h: Likewise.
18141         * resolv/netdb.h: Likewise.
18142         * resource/sys/resource.h: Likewise.
18143         * rt/aio.h: Likewise.
18144         * rt/bits/mqueue2.h: Likewise.
18145         * rt/mqueue.h: Likewise.
18146         * shadow/shadow.h: Likewise.
18147         * signal/signal.h: Likewise.
18148         * socket/send.c: Likewise.
18149         * socket/sendto.c: Likewise.
18150         * socket/sys/socket.h: Likewise.
18151         * stdio-common/printf.h: Likewise.
18152         * stdlib/bits/stdlib.h: Likewise.
18153         * stdlib/fmtmsg.h: Likewise.
18154         * stdlib/monetary.h: Likewise.
18155         * stdlib/stdlib.h: Likewise.
18156         * stdlib/ucontext.h: Likewise.
18157         * streams/stropts.h: Likewise.
18158         * string/argz.h: Likewise.
18159         * string/bits/string2.h: Likewise.
18160         * string/string.h: Likewise.
18161         * string/strings.h: Likewise.
18162         * sunrpc/rpc/auth.h: Likewise.
18163         * sunrpc/rpc/auth_des.h: Likewise.
18164         * sunrpc/rpc/clnt.h: Likewise.
18165         * sunrpc/rpc/netdb.h: Likewise.
18166         * sunrpc/rpc/pmap_clnt.h: Likewise.
18167         * sunrpc/rpc/xdr.h: Likewise.
18168         * sysdeps/generic/inttypes.h: Likewise.
18169         * sysdeps/generic/net/if.h: Likewise.
18170         * sysdeps/generic/sys/swap.h: Likewise.
18171         * sysdeps/gnu/net/if.h: Likewise.
18172         * sysdeps/gnu/utmpx.h: Likewise.
18173         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
18174         * sysdeps/i386/i486/bits/string.h: Likewise.
18175         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
18176         * sysdeps/s390/bits/string.h: Likewise.
18177         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
18178         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
18179         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
18180         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
18181         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
18182         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
18183         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
18184         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
18185         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
18186         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
18187         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
18188         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
18189         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
18190         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
18191         * sysdeps/unix/sysv/linux/readv.c: Likewise.
18192         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
18193         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18194         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
18195         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
18196         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
18197         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
18198         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
18199         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
18200         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
18201         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
18202         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
18203         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
18204         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
18205         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
18206         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
18207         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
18208         * sysvipc/sys/ipc.h: Likewise.
18209         * sysvipc/sys/msg.h: Likewise.
18210         * sysvipc/sys/sem.h: Likewise.
18211         * sysvipc/sys/shm.h: Likewise.
18212         * termios/termios.h: Likewise.
18213         * time/sys/time.h: Likewise.
18214         * time/time.h: Likewise.
18215         * wcsmbs/bits/wchar2.h: Likewise.
18216         * wcsmbs/uchar.h: Likewise.
18217         * wcsmbs/wchar.h: Likewise.
18218         * wctype/wctype.h: Likewise.
18220         [BZ #13551]
18221         * Makeconfig: Remove all but ELF support including AIX support.
18222         * Makerules: Likewise.
18223         * config.h.in: Likewise.
18224         * config.make.in: Likewise.
18225         * configure: Likewise.
18226         * configure.in: Likewise.
18227         * csu/Makefile: Likewise.
18228         * csu/version.c: Likewise.
18229         * debug/Makefile: Likewise.
18230         * dlfcn/Makefile: Likewise.
18231         * elf/Makefile: Likewise.
18232         * extra-lib.mk: Likewise.
18233         * iconv/Makefile: Likewise.
18234         * include/libc-symbols.h: Likewise.
18235         * include/shlib-compat.h: Likewise.
18236         * resolv/Makefile: Likewise.
18237         * resolv/res_libc.c: Likewise.
18238         * rt/Makefile: Likewise.
18239         * sysdeps/i386/asm-syntax.h: Likewise.
18240         * sysdeps/i386/sysdep.h: Likewise.
18241         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
18242         * sysdeps/mach/sysdep.h: Likewise.
18243         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
18244         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
18245         * sysdeps/s390/asm-syntax.h: Likewise.
18246         * sysdeps/s390/s390-32/sysdep.h: Likewise.
18247         * sysdeps/s390/s390-64/sysdep.h: Likewise.
18248         * sysdeps/sh/sysdep.h: Likewise.
18249         * sysdeps/unix/sparc/sysdep.h: Likewise.
18250         * sysdeps/wordsize-32/divdi3.c: Likewise.
18251         * sysdeps/x86_64/sysdep.h: Likewise.
18253         * argp/Versions: Remove _argp_unlock_xxx.
18255         [BZ #13559]
18256         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
18257         * abilist/libBrokenLocale.abilist: Likewise.
18258         * abilist/libanl.abilist: Likewise.
18259         * abilist/libc.abilist: Likewise.
18260         * abilist/libcrypt.abilist: Likewise.
18261         * abilist/libdl.abilist: Likewise.
18262         * abilist/libm.abilist: Likewise.
18263         * abilist/libnsl.abilist: Likewise.
18264         * abilist/libpthread.abilist: Likewise.
18265         * abilist/libresolv.abilist: Likewise.
18266         * abilist/librt.abilist: Likewise.
18267         * abilist/libthread_db.abilist: Likewise.
18268         * abilist/libutil.abilist: Likewise.
18269         * abilist/libnss_db.abilist: New file.
18271         * scripts/abilist.awk: Add support for indirect functions.
18273         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
18275         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
18277         * shlib-versions: Remove entries for ports architectures.
18279         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
18280         files in ports.
18281         * elf/stackguard-macros.h: Remove support for IA-64.
18282         * elf/tst-auditmod1.c: Likewise.
18283         * sysdeps/generic/ldsodefs.h: Likewise.
18285         * sysdeps/unix/sysv/linux/configure.in: Ports should define
18286         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
18287         configure files.
18289         [BZ #13552]
18290         * configure.in: Remove --enable-omitfp support.
18291         * FAQ.in: Adjust.
18292         * config.make.in: Likewise.
18293         * Makeconfig: Likewise.
18294         * manual/install.texi: Likewise.
18296         In case anyone cares, the IA-64 architecture could move to ports.
18297         * sysdeps/ia64/*: Removed.
18298         * sysdeps/unix/sysv/linux/ia64/*: Removed.
18299         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
18301         [BZ #13555]
18302         * configure.in: Remove entries for unsupported architectures.
18304         [BZ #13533]
18305         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
18306         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
18307         routines.
18308         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
18309         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
18310         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
18311         fall back to using wcrtomb.
18312         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
18313         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
18314         renaming.
18315         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
18316         * wcsmbs/tst-c16c32-1.c: New file.
18318         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
18319         local variable.
18321         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
18323         * elf/tst-unique3.cc: Add explicit declaration of gets.
18324         * elf/tst-unique3lib.cc: Likewise.
18325         * elf/tst-unique3lib2.cc: Likewise.
18326         * elf/tst-unique4.cc: Likewise.
18328         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
18330 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
18332         [BZ #13566]
18333         * assert/assert.h (static_assert): Don't define for C++.
18334         * libio/stdio.h (gets): Do declare for C++ <= C++11.
18335         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
18337 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
18339         * iconv/loop.c (single loop): Fix assertion in storing of
18340         remaining bytes.
18342         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
18344 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
18346         * posix/getconf.c: Update copyright year.
18347         * nss/getent.c: Likewise.
18348         * nss/makedb.c: Likewise.
18349         * iconv/iconvconfig.c: Likewise.
18350         * iconv/iconv_prog.c: Likewise.
18351         * elf/ldconfig.c: Likewise.
18352         * elf/pldd.c: Likewise.
18353         * elf/sotruss.ksh: Likewise.
18354         * catgets/gencat.c: Likewise.
18355         * csu/version.c: Likewise.
18356         * elf/ldd.bash.in: Likewise.
18357         * elf/sprof.c (print_version): Likewise.
18358         * locale/programs/locale.c: Likewise.
18359         * locale/programs/localedef.c: Likewise.
18360         * login/programs/pt_chown.c: Likewise.
18361         * nscd/nscd.c (print_version): Likewise.
18362         * debug/xtrace.sh: Likewise.
18363         * malloc/memusage.sh: Likewise.
18364         * malloc/mtrace.pl: Likewise.
18365         * debug/catchsegv.sh: Likewise.
18367 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
18369         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
18370         pure attribute.
18372 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
18374         [BZ #13533]
18375         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
18376         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
18377         transformations.
18378         * iconv/gconv_int.h: Likewise.
18379         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
18380         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
18381         from libc for GLIBC_2.16.
18382         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
18383         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
18384         * wcsmbs/uchar.h: Really define mbstate_t.
18385         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
18386         * wcsmbs/c16rtomb.c: New file.
18387         * wcsmbs/mbrtoc16.c: New file.
18388         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
18389         for C/POSIX locale.
18390         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
18391         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
18393         * wcsmbs/wchar.h: Add missing __restrict.
18395 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
18397         [BZ #13532]
18398         * time/Makefile (routines): Add timespec_get.
18399         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
18400         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
18401         timespec for ISO C11.
18402         * time/timespec_get.c: New file.
18403         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
18404         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
18406         [BZ #13531]
18407         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
18408         * stdlib/stdlib.h: Declare aligned_alloc.
18409         * Versions.def: Add GLIBC_2.16 for libc.
18410         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
18412         [BZ 13527]
18413         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
18414         ISO C11.
18416         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
18417         code.
18419         [BZ #13528]
18420         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
18422         [BZ #13529]
18423         * assert/assert.h (static_assert): Define.
18425         * version.h: Update for 2.16 development version.
18427         [BZ #13526]
18428         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
18429         _ISOC11_SOURCE.
18431         * version.h (RELEASE): Bump for 2.15 release.
18432         * include/features.h (__GLIBC_MINOR__): Bump to 15.
18434         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
18435         Patch by Marek Polacek <mpolacek@redhat.com>.
18437         * bits/byteswap.h: Protect long long constants with __extension__.
18438         * sysdeps/i386/bits/byteswap.h: Likewise.
18439         * sysdeps/ia64/bits/byteswap.h: Likewise.
18440         * sysdeps/s390/bits/byteswap.h: Likewise.
18441         * sysdeps/x86_64/bits/byteswap.h: Likewise.
18443 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18445         [BZ #13540]
18446         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
18447         destination buffer.
18448         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
18450 2011-12-23  Marek Polacek  <polacek@redhat.com>
18452         * elf/dl-addr.c (determine_info): Add inline keyword.
18453         * elf/tst-auditmod4b.c (check_avx): Likewise.
18454         * elf/tst-auditmod6b.c (check_avx): Likewise.
18455         * elf/tst-auditmod6c.c (check_avx): Likewise.
18456         * elf/tst-auditmod7b.c (check_avx): Likewise.
18458 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
18460         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
18461         !__SSE_MATH__.
18463 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18465         [BZ #13540]
18466         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
18467         processing for last bytes.
18469 2011-08-06  Bruno Haible  <bruno@clisp.org>
18471         [BZ #13061]
18472         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
18473         U+0385, not to U+1FEE.
18475         [BZ #13062]
18476         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
18477         entry for U+00A5 U+0301.
18479 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
18481         [BZ #13166]
18482         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
18483         buffer for the output is too small.
18485         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
18486         optimization.
18488         [BZ #13185]
18489         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
18490         SSE flags if possible.
18492 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18494         [BZ #13540]
18495         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
18496         processing for last bytes.
18498 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
18500         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
18501         (syscall-list-default-options, syscall-list-default-condition)
18502         (syscall-list-includes): Define.
18503         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
18504         list of ABIs and options and #if conditions for each ABI.  Do not
18505         handle common syscalls between ABIs specially.
18506         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
18507         Remove.
18508         (syscall-list-variants, syscall-list-32bit-options)
18509         (syscall-list-32bit-condition, syscall-list-64bit-options)
18510         (syscall-list-64bit-condition): Define.
18511         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
18512         (syscall-list-variants, syscall-list-32bit-options)
18513         (syscall-list-32bit-condition, syscall-list-64bit-options)
18514         (syscall-list-64bit-condition): Define.
18515         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
18516         Remove.
18517         (syscall-list-variants, syscall-list-32bit-options)
18518         (syscall-list-32bit-condition, syscall-list-64bit-options)
18519         (syscall-list-64bit-condition): Define.
18520         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
18521         Remove.
18522         (syscall-list-variants, syscall-list-32bit-options)
18523         (syscall-list-32bit-condition, syscall-list-64bit-options)
18524         (syscall-list-64bit-condition): Define.
18526 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
18528         * locale/iso-639.def: Add brx entry.
18530         [BZ #13328]
18531         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
18532         Proposed by Mariusz_Cukr <marcukr@op.pl>.
18534         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
18535         __feraiseexcept_renamed.
18537 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
18539         [BZ #13538]
18540         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
18541         EPOLLET with unsigned values.
18542         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
18543         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
18545         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
18546         to large cancellation.
18547         * math/s_cacoshf.c: Likewise.
18548         * math/s_cacoshl.c: Likewise.
18550 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
18552         [BZ #13305]
18553         [BZ #12786]
18554         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
18555         * math/s_cacoshf.c: Likewise.
18556         * math/s_cacoshl.c: Likewise.
18558 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
18560         [BZ #13439]
18561         * iconv/gconv.h: Define __GCONV_SWAP.
18562         * iconvdata/unicode.c: The swap bit must be stored in __flags.
18563         * iconvdata/utf-16.c: Likewise.
18564         * iconvdata/utf-32.c: Likewise.
18566 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
18568         [BZ #13524]
18569         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
18570         numerator after shifting it by one limb.
18572 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
18574         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
18575         under [__USE_EXTERN_INLINES].
18577 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
18579         [BZ #13446]
18580         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
18582 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18584         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
18585         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
18586         optimized code.
18587         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
18588         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
18589         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
18590         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
18591         for strncasecmp/strncasecmp_l compilation.
18592         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
18593         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
18595 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
18597         [BZ #13484]
18598         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
18599         of __asm__.
18601 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
18603         [BZ #13506]
18604         * time/tzfile.c (__tzfile_read): Check values from file header.
18606 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
18608         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
18609         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
18610         * powerpc/powerpc32/dl-start.S: Likewise.
18611         * powerpc/powerpc32/elf/start.S: Likewise.
18612         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18613         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
18614         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
18615         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
18616         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
18617         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
18618         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
18619         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
18620         * powerpc/powerpc32/fpu/s_round.S: Likewise.
18621         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
18622         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
18623         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
18624         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
18625         * powerpc/powerpc32/memset.S: Likewise.
18626         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
18627         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18628         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18629         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18630         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18631         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
18632         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
18633         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
18634         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
18635         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
18636         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
18637         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
18638         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
18640 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18642         * math/libm-test.inc: Added more nearbyint tests.
18643         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
18644         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
18645         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
18646         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
18648 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
18650         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
18651         FD_CLOEXEC.
18653 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18655         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
18656         Add wcscpy-ssse3 wcscpy-c.
18657         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
18658         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
18659         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
18660         * sysdeps/x86_64/wcschr.S: New file.
18661         * sysdeps/x86_64/wcsrchr.S: New file.
18662         * string/test-strcmp.c: Remove checking of wcscmp function for
18663         wrong alignments.
18664         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
18665         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
18666         wcsrchr-sse2 wcsrchr-c.
18667         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
18668         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
18669         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
18670         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
18671         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
18672         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
18673         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
18674         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
18675         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
18676         * wcsmbc/wcschr.c (WCSCHR): New macro.
18678 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18680         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
18681         * wcsmbs/test-wcsrchr.c: New file.
18682         * string/test-strrchr.c: Add wcsrchr support.
18683         (WIDE): New macro.
18684         * wcsmbs/test-wcscpy.c: New file.
18685         * string/test-strcpy.c: Add wcscpy support.
18686         (WIDE): New macro.
18688 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
18690         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
18691         the inner loop.
18693 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
18695         [BZ #13472]
18696         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
18698 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
18700         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
18701         Minor optimizations.
18703         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
18704         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
18705         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
18707 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
18709         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
18710         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
18711         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
18712         for gcc to avoid warnings.
18713         * inet/Makefile (tests): Add tst-checks.
18714         * inet/tst-checks.c: New file.
18716         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
18717         warning.
18719         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
18720         __wmemcmp_sse2.
18722         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
18723         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
18725         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
18727 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
18729         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
18730         problem.
18732         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
18734 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
18736         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
18737         conditional on GCC version.
18738         (__arch_compare_and_exchange_val_8_acq)
18739         (__arch_compare_and_exchange_val_16_acq)
18740         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
18741         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
18742         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
18744 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
18746         * sysdeps/sh/backtrace.c: New file.
18748 2011-12-02  Andreas Schwab  <schwab@redhat.com>
18750         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
18751         parenthesis.
18753 2011-12-01  Andreas Schwab  <schwab@redhat.com>
18755         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
18756         falling back to utime.
18758 2011-11-30  Andreas Schwab  <schwab@redhat.com>
18760         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
18761         expectations for float.
18763 2011-11-29  Andreas Schwab  <schwab@redhat.com>
18765         * locale/weight.h (findidx): Add parameter len.
18766         * locale/weightwc.h (findidx): Likewise.
18767         * posix/fnmatch_loop.c (FCT): Adjust caller.
18768         * posix/regcomp.c (build_equiv_class): Likewise.
18769         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
18770         * posix/regexec.c (check_node_accept_bytes): Likewise.
18771         * string/strcoll_l.c (STRCOLL): Likewise.
18772         * string/strxfrm_l.c (STRXFRM): Likewise.
18774 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
18776         * Makefile.in: Remove CVSOPT handling.
18777         * configure.in: Remove use of AC_REVISION.
18778         * iconvdata/Makefile (distribute): No need to filter out CVS.
18779         * scripts/list-sources.sh: Remove CVS, subversion and monotone
18780         handling.
18782 2011-11-16  Andreas Schwab  <schwab@redhat.com>
18784         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
18785         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
18786         [USE_AS_STRNCASECMP_L]: Likewise.
18787         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
18788         NO_TLS_DIRECT_SEG_REFS.
18789         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
18790         Fix argument offsets for non-PIC.
18791         [USE_AS_STRNCASECMP_L]: Likewise.
18792         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
18793         NO_TLS_DIRECT_SEG_REFS.
18795 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
18797         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
18798         O_CLOEXEC.
18799         * locale/loadlocale.c (_nl_load_locale): Likewise.
18801 2011-11-15  Andreas Schwab  <schwab@redhat.com>
18803         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
18804         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
18805         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
18806         (SYSCALL_GETTIME): Set errno on error.
18808         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
18809         count references to noai6ai_cached.
18811 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
18813         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
18815         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
18816         FD_CLOEXEC for /proc/self/maps.
18818         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
18819         FD_CLOEXEC for /proc/meminfo.
18821         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
18822         gai.conf.
18824         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
18825         FD_CLOEXEC for given file.
18827         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
18829         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
18830         FD_CLOEXEC for /etc/hosts.
18831         (_gethtent): Likewise.
18833         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
18835         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
18836         cancellation and set FD_CLOEXEC for /etc/netgroup.
18838         * nss/nss_files/files-key.c (search): Don't allow cancellation when
18839         reading /etc/publickey.
18841         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
18842         allow cancellation when reading /etc/group.
18844         * nss/nss_files/files-alias.c (internal_setent): Don't allow
18845         cancellation.
18846         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
18848         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
18849         when using data file.
18851         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
18853         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
18854         (write_nis_obj): Use "c" and "e" in fopen.
18856         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
18858         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
18860         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
18862         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
18864         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
18865         locale.alias.
18867         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
18869         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
18871         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
18873         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
18874         file parsing and set FD_CLOEXEC.
18876 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
18878         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
18880 2011-11-14  Andreas Schwab  <schwab@redhat.com>
18882         * malloc/arena.c (arena_get2): Don't call reused_arena when
18883         _int_new_arena failed.
18885 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
18887         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
18888         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
18889         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
18890         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
18891         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18892         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
18893         to compile strcasecmp and strncasecmp.
18894         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
18895         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
18897         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
18899 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
18901         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
18902         locale-defines.sym to gen-as-const-headers.
18903         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
18904         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
18905         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
18906         to compile strcasecmp and strncasecmp.
18907         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
18908         strcasecmp_l and strncasecmp_l.
18909         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
18910         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
18911         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
18912         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
18913         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
18914         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
18915         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
18916         * sysdeps/i386/i686/multiarch/strncase.S: New file.
18917         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
18918         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
18919         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
18921 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
18923         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
18924         result of SYSDEP_GETTIME_CPU to retval.
18925         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
18926         parameter list to macro.  Remove trailing semicolon.  Adjust users.
18928         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
18929         variable.
18931         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
18932         mantissa words.
18933         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
18935         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
18936         from unused variable.
18938         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
18939         DWARF definitions.
18940         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
18941         for assembling.
18943         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
18944         over namespaces.
18946         * sunrpc/rpc_prot.c (rejected): Fix case value.
18948         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
18949         unsigned long long int to avoid warnings in shift.
18951         * posix/regex_internal.c (re_string_reconstruct): Actually use result
18952         of use of trans.
18953         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
18954         variable tmp.
18956         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
18957         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
18958         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
18960         * nis/nis_table.c (nis_list): Use variable of correct type for
18961         result of __follow_path call.
18963 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18965         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
18966         of math functions ceil, trunc, floor, round, and sqrt, when
18967         avaliable on the platform.
18968         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
18969         name clash.
18970         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
18971         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
18972         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
18974 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
18976         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
18977         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
18979 2011-11-11  Roland McGrath  <roland@hack.frob.com>
18981         * include/unistd.h: Fix __readlink return type.
18982         Reported by Chris Metcalf <cmetcalf@tilera.com>.
18984 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
18986         * stdlib/ucontext.h: Undo last change for makecontext.
18988 2011-11-11  Andreas Schwab  <schwab@redhat.com>
18990         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
18992         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
18993         * setjmp/setjmp.h: Mark functions as non-leaf.
18994         * setjmp/bits/setjmp2.h: Likewise.
18995         * stdlib/ucontext.h: Likewise.
18997 2011-11-10  Andreas Schwab  <schwab@redhat.com>
18999         * malloc/arena.c (_int_new_arena): Don't increment narenas.
19000         (reused_arena): Don't check arena limit.
19001         (arena_get2): Atomically check arena limit.
19003 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
19005         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
19006         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
19008         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
19009         instructions.
19011 2011-11-07  Andreas Schwab  <schwab@redhat.com>
19013         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
19014         handler when locking.
19016         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
19017         Fix size of allocated buffer.
19019 2011-11-04  Andreas Schwab  <schwab@redhat.com>
19021         [BZ #10103]
19022         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
19023         declarations for long double functions.
19024         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
19026         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
19028 2011-11-03  Andreas Schwab  <schwab@redhat.com>
19030         * nscd/nscd.c (main): Don't start AVC thread until credentials are
19031         installed.
19033         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
19034         is disabled.
19036 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19038         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
19040 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
19042         * include/alloca.h (stackinfo_alloca_round): Define.
19043         (extend_alloca): Use it.
19044         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
19045         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
19046         here.
19048         * scripts/check-local-headers.sh: Ignore libaudit.h.
19050         * nscd/Makefile (extra-objs): Make recursively expanded.
19052 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
19054         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
19055         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
19057         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
19058         * posix/tst-rfc3484-2.c: Likewise.
19059         * posix/tst-rfc3484-3.c: Likewise.
19061         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
19062         process_vm_writev.
19063         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
19064         process_vm_writev.
19065         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
19066         process_vm_writev from libc using GLIBC_2.15 version.
19068         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
19070 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
19072         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
19073         stack usage.
19075 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
19077         [BZ #13367]
19078         * nss/getent.c (initgroups_keys): Show error message in case no group
19079         names are given.
19081         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
19082         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
19083         __bump_nl_timestamp.
19084         * nscd/connections (nscd_init): When host database is served open
19085         netlink socket and request notification about configuration changes.
19086         (main_loop_poll): Track netlink file descriptor and bump timestamp
19087         in case data becomes available.
19088         (main_loop_epoll): Likewise.
19089         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
19090         (database_pers_head): Add extra_data fileds.
19091         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
19092         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
19093         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
19094         Adjust caller.
19095         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
19096         in6ai data, call __free_in6ai.
19097         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
19098         Add -DHAVE_NETLINK.
19099         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
19100         interface information.  Reuse previous data if netlink timestamp
19101         is not changed.
19102         (__bump_nl_timestamp): New function.
19103         (__free_in6ai): New function.
19105 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
19107         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
19108         close_not_cancel_no_status here.
19109         (__check_pf): Reorganize code a bit to not call close twice if OOM.
19111 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
19113         [BZ #13276]
19114         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
19115         return value.
19117         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
19118         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
19119         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
19121 2011-07-03  Andreas Jaeger  <aj@suse.de>
19123         [BZ #10709]
19124         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
19125         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
19126         * math/libm-test.inc (sin_test): Add test case.
19128 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
19130         [BZ #13337]
19131         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
19132         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
19134         * elf/chroot_canon.c (chroot_canon): Cleanups.
19136         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
19138         [BZ #13335]
19139         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
19140         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
19142         * string/test-strchr.c: Make usable for strchrnul testing.
19143         * string/test-strchrnul.c: New file.
19144         * string/Makefile (strop-tests): Add strchrnul.
19146         * po/it.po: Update from translation team.
19147         * po/es.po: Likewise.
19149 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
19151         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
19152         the three constants needed as parameters.  Drop the others.
19153         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
19154         __m128i_strloadu_tolower.
19155         Create and initialize variable zero and use it in all the places
19156         where _mm_setzero_si128 was used.
19158         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
19159         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
19160         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
19161         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
19162         anymore.
19163         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
19164         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
19165         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
19166         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
19167         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
19168         __mpranred, __mptan.
19169         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
19170         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
19171         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
19172         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
19173         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
19174         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
19175         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
19176         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
19177         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
19179 2011-10-28  Andreas Schwab  <schwab@redhat.com>
19181         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
19182         redefine if SHARED.
19183         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
19185         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
19186         wide char related routines to wcsmbs subdir.
19188 2011-10-27  Andreas Schwab  <schwab@redhat.com>
19190         [BZ #13344]
19191         * misc/sys/cdefs.h (__THROWNL): Define.
19192         * posix/unistd.h: Use __THREADNL instead of __THREAD
19193         for memory synchronization functions.
19195 2011-10-26  Roland McGrath  <roland@hack.frob.com>
19197         [BZ #13349]
19198         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
19199         doesn't exist.
19200         * manual/stdio.texi (Obstack Streams): Node removed.
19202 2011-10-26  Andreas Schwab  <schwab@redhat.com>
19204         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
19205         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
19206         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
19208         * math/math_private.h (math_force_eval): Allow non-addressable
19209         arguments.
19210         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
19212 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
19214         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
19215         file is not needed.
19217         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
19218         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
19219         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
19220         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
19221         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
19222         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
19223         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
19224         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
19225         Add AVX variants.
19226         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
19227         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
19228         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
19229         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
19230         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
19231         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
19232         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
19233         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
19234         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
19235         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
19236         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
19237         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
19238         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
19239         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
19240         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
19241         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
19242         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
19243         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
19244         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
19246         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
19247         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
19249         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
19250         place.  Use VEX encoding when compiling for AVX.
19252 2011-10-25  Andreas Schwab  <schwab@redhat.com>
19254         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
19255         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19257         * string/test-strchr.c (do_test): Don't generate NUL bytes.
19259 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
19261         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
19262         useless if() expression.
19263         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19264         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19265         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19266         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19267         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19268         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
19269         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
19270         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
19271         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
19272         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
19273         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
19274         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
19275         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
19276         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
19277         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
19278         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
19279         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
19280         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
19281         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
19283         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
19285 2011-10-25  Andreas Schwab  <schwab@redhat.com>
19287         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
19288         condition.
19289         * elf/dl-fini.c (_dl_sort_fini): Likewise.
19291 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
19293         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
19294         .text section.  Avoid duplicate constants.
19295         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
19296         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19297         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
19298         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19299         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
19300         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19301         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19302         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19303         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19304         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
19305         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19306         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
19307         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
19308         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
19309         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
19310         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
19311         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
19312         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19313         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19314         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19315         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
19316         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
19317         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
19318         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
19319         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
19320         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
19321         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
19322         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
19323         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
19324         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
19325         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
19326         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
19327         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
19328         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
19329         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
19330         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
19331         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
19332         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
19333         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
19334         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
19335         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
19336         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
19337         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
19338         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
19339         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
19341 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
19343         * sysdeps/x86_64/dla.h: Move to ...
19344         * sysdeps/x86_64/fpu/dla.h: ...here.
19345         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
19346         situations.  Use __builtin_fma only for gcc 4.6 and up.
19348         * config.make.in: Add have-mfma4 entry.
19349         * configure.in: Substitute libc_cv_cc_fma4.
19350         * math/Makefile (dbl-only-routines): Add sincostab.
19351         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
19352         Use __sincostab not sincos.
19353         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
19354         name is a macro.
19355         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
19356         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19357         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19358         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
19359         using __copysign.
19360         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
19361         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
19362         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
19363         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
19364         and __inv.
19365         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
19366         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
19367         __copysign.
19368         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
19369         define aliases when function name is a macro.
19370         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
19371         sysdeps/ieee754/dbl-64/sincos.tbl.
19372         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
19373         fma4-enabled routines.
19374         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
19375         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
19376         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
19377         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
19378         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
19379         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
19380         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
19381         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
19382         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
19383         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
19384         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
19385         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
19386         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
19387         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
19388         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
19389         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
19390         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
19391         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
19392         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
19393         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
19394         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
19395         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
19396         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
19397         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
19398         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
19399         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
19400         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
19401         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
19402         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
19403         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
19405         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
19406         rename.
19407         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19408         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19409         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19410         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19411         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19412         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19413         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19414         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19416 2011-10-24  Andreas Schwab  <schwab@redhat.com>
19418         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
19420 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
19422         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
19424         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
19425         prediction.
19426         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
19428         * string/strnlen.c: Don't define STRNLEN, reverse logic.
19429         Remove unused variable magic_bits.
19430         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
19432         * string/strnlen.c: Define and use STRNLEN macro.
19433         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
19434         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
19435         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
19436         * wcsmbs/wcslen.c: Define and use WCSLEN.
19437         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
19438         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
19439         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
19440         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
19441         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
19442         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
19443         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
19445 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19447         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19448         strnlen-sse2-no-bsf.
19449         Rename strlen-no-bsf to strlen-sse2-no-bsf.
19450         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
19451         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
19452         Add strnlen support.
19453         (USE_AS_STRNLEN): New macro.
19454         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
19455         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
19456         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
19457         * sysdeps/x86_64/wcslen.S: New file.
19459 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
19461         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
19462         XMM-moves are used for copying on small sizes.
19464 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19466         * wcsmbs/Makefile (strop-tests): Add wcschr.
19467         * wcsmbs/test-wcschr.c: New file.
19468         * string/test-strchr.c: Update.
19469         Add wcschr support.
19470         (WIDE): New macro.
19472 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19474         * wcsmbs/Makefile (strop-tests): Add wcslen.
19475         * wcsmbs/test-wcslen.c: New file.
19476         * string/test-strlen.c: Update.
19477         Add wcslen support.
19478         (WIDE): New macro.
19480 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
19482         * po/it.po: Update from translation team.
19484 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19486         * sysdeps/x86_64/wcscmp.S: Update.
19487         Fix wrong comparison semantics.
19488         wcscmp shall use signed comparison not unsigned.
19489         Don't use substraction to avoid overflow bug.
19490         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
19491         * wcsmbc/wcscmp.c: Likewise.
19492         * string/test-strcmp.c: Likewise.
19493         Add new tests to check cases with negative values.
19495 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
19497         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
19498         * sysdeps/x86_64/dla.h: ...here.  New file.
19499         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
19500         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19501         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19502         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19503         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19504         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19505         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19506         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19507         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19509 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
19511         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
19512         __ynl_finite aliases.
19514 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
19516         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19518         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
19519         define DLA_FMA.
19520         [DLA_FMA] (EMULV): Use DLA_FMA.
19521         [DLA_FMA] (MUL12): Use EMULV.
19522         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
19523         that are not needed.
19524         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19525         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19526         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19527         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19528         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19529         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19530         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19532 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
19534         * math/s_nan.c: Undef __nan.
19535         * math/s_nanf.c: Undef __nanf.
19536         * math/s_nanl.c: Undef __nanl.
19537         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
19538         "math_private.h".
19540 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
19542         * math/s_catan.c: Add branch predictions.
19543         * math/s_catanf.c: Likewise.
19544         * math/s_catanh.c: Likewise.
19545         * math/s_catanhf.c: Likewise.
19546         * math/s_catanhl.c: Likewise.
19547         * math/s_catanl.c: Likewise.
19548         * math/s_cexp.c: Likewise.
19549         * math/s_cexpf.c: Likewise.
19550         * math/s_cexpl.c: Likewise.
19551         * math/s_clog.c: Likewise.
19552         * math/s_clog10.c: Likewise.
19553         * math/s_clog10f.c: Likewise.
19554         * math/s_clog10l.c: Likewise.
19555         * math/s_clogf.c: Likewise.
19556         * math/s_clogl.c: Likewise.
19557         * math/s_csqrt.c: Likewise.
19558         * math/s_csqrtf.c: Likewise.
19559         * math/s_csqrtl.c: Likewise.
19560         * math/s_ctanf.c: Likewise.
19561         * math/s_ctanh.c: Likewise.
19562         * math/s_ctanhf.c: Likewise.
19563         * math/s_ctanhl.c: Likewise.
19564         * math/s_ctanl.c: Likewise.
19566         * math/math_private.h: Define __nan, __nanf, __nanl.
19567         * math/s_cacosh.c: Include <math_private.h>.
19568         * math/s_cacoshl.c: Likewise.
19569         * math/s_casinh.c: Likewise.
19570         * math/s_casinhf.c: Likewise.
19571         * math/s_casinhl.c: Likewise.
19572         * math/s_ccos.c: Rely entire on ccosh.
19573         * math/s_ccosf.c: Rely entire on ccoshf.
19574         * math/s_ccosl.c: Rely entirely on ccoshl.
19575         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
19576         Remove tests for FE_INVALID.
19577         * math/s_ccoshf.c: Likewise.
19578         * math/s_ccoshl.c: Likewise.
19579         * math/s_csin.c: Likewise.
19580         * math/s_csinf.c: Likewise.
19581         * math/s_csinh.c Likewise.
19582         * math/s_csinhf.c: Likewise.
19583         * math/s_csinhl.c: Likewise.
19584         * math/s_csinl.c: Likewise.
19585         * math/s_ctan.c: Likewise.
19586         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
19587         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
19588         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
19590 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
19592         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
19593         compilation problems.
19595         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
19596         __builtin_expect.
19598 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
19600         * sysdeps/i386/configure.in: Test for -mfma4 option.
19601         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
19602         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
19603         COMMON_CPUID_INDEX_80000001.
19604         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
19605         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
19606         use it if FMA3 is not supported.
19607         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
19609         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
19610         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
19612 2011-10-20  Andreas Schwab  <schwab@redhat.com>
19614         [BZ #12892]
19615         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
19616         it would create a cycle with a link time dependency.
19618 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
19620         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
19621         instruction.
19622         * string/Makefile (strop-tests): Add rawmemchr.
19623         * string/test-rawmemchr.c: New file.
19625         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
19626         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
19627         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
19628         when compiling str{,n}casecmp and when AVX is available.  Hook up
19629         new optimized code in initializers.
19631 2011-10-19  Andreas Schwab  <schwab@redhat.com>
19633         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
19634         __feraiseexcept instead of feraiseexcept.
19636 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
19638         * math/math_private.h: Define defaults for libc_fetestexcept and
19639         libc_feupdateenv.
19640         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
19641         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
19642         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
19643         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
19644         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
19645         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
19646         libc_fetestexcept and libc_feupdateenv.
19648         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
19649         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
19650         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
19651         * sysdeps/x86_64/fpu/math_private.h: Define special version of
19652         libc_feholdexcept_setround.
19654         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
19655         Add s_nearbyint-c and s_nearbyintf-c.
19656         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
19657         nearbyintf inlines.
19658         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
19659         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
19660         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
19661         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
19663         * math/math_private.h: Define defaults for libc_fegetround,
19664         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
19665         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
19666         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
19667         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
19668         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
19669         standard functions.
19670         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19671         Remove comments and hacks for old compiler versions.
19672         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
19673         libc_fegetround, libc_fesetround, libc_feholdexcept, and
19674         libc_feholdexceptl.
19676 2011-10-18  Andreas Schwab  <schwab@redhat.com>
19678         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
19679         (__feraiseexcept_renamed): Add __NTH.
19680         (feraiseexcept): Add __NTH.  Rename local variables to fix
19681         namespace violations.
19683 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
19685         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
19687         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
19689         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
19690         recently added interfaces.
19691         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
19693         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
19694         about macro parameter expansion.
19696         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
19697         __NO_MATH_INLINES is defined.  Cleanups.
19699         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
19700         and __floorf is target has SSE4.1.
19701         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
19702         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
19703         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
19704         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
19706         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
19707         name.
19708         (floorf): Likewise.
19710         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
19712 2011-10-17  Andreas Schwab  <schwab@redhat.com>
19714         * misc/sys/cdefs.h: Fix last change.
19716         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
19717         database lookup.
19719 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
19721         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
19723         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
19724         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19725         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19726         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
19727         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
19728         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
19729         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
19730         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
19731         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
19732         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
19733         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
19734         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
19735         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
19736         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
19737         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
19738         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
19739         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
19740         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
19741         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
19742         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
19743         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
19744         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
19746         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
19747         ceil, ceilf, floor, floorf.
19749         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
19750         Perform IRELATIVE relocations last.
19752         * elf/do-rel.h: Add another parameter nrelative, replacing the
19753         local variable with the same name.  Change name of the function
19754         to end in Rel or Rela (uppercase).
19755         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
19756         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
19757         elf_dynamic_do_##reloc function.
19759 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
19761         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
19762         is sufficient, at least on modern CPUs.
19764         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
19766         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
19767         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
19769         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
19770         __expl_finite.
19771         * math/bits/math-finite.h: Add entries for exp.
19772         * math/e_expl.c: Add __*_finite alias.
19773         * sysdeps/i386/fpu/e_exp.S: Likewise.
19774         * sysdeps/i386/fpu/e_expf.S: Likewise.
19775         * sysdeps/i386/fpu/e_expl.c: Likewise.
19776         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
19777         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
19778         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19779         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19780         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
19781         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
19782         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
19784         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
19785         is sufficient, at least on modern CPUs.
19787         * ctype/ctype-info.c (__ctype_init): Define.
19788         * include/ctype.h (__ctype_init): Declare.
19789         (__ctype_b_loc): The variable is always initialized.
19790         (__ctype_toupper_loc): Likewise.
19791         (__ctype_tolower_loc): Likewise.
19792         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
19793         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
19795 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
19797         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
19799         * configure.in: Also look in $cxxmachine/include for C++ system
19800         headers.
19802 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19804         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
19805         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
19806         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
19807         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
19808         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
19809         (USE_AS_WMEMCMP): New macro.
19810         Fixing indents.
19811         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
19812         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
19813         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
19814         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
19815         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
19816         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
19817         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
19818         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
19819         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
19820         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
19821         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
19822         (USE_AS_WMEMCMP): New macro.
19823         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
19824         * sysdeps/string/test-memcmp.c: Update.
19825         Fix simple_wmemcmp.
19826         Add new tests.
19827         * wcsmbs/wmemcmp.c: Update.
19828         (WMEMCMP): New macro.
19829         Fix overflow bug.
19831 2011-10-12  Andreas Jaeger  <aj@suse.de>
19833         [BZ #13268]
19834         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
19836 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
19838         * libio/iofwide.c (do_length): Avoid warning.
19840         * ctype/ctype.h (__isctype_f): Add missing __THROW.
19842 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
19844         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
19846         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
19847         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
19848         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
19849         * sysdeps/i386/i686/fpu/e_log.S: New file.
19850         * sysdeps/i386/i686/fpu/e_logf.S: New file.
19851         * sysdeps/i386/i686/fpu/e_logl.S: New file.
19853         * ctype/ctype.h: Add support for inlined isXXX functions when
19854         compiling C++ code.
19856 2011-10-14  Andreas Schwab  <schwab@redhat.com>
19858         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
19860         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
19862 2011-10-13  Roland McGrath  <roland@hack.frob.com>
19864         [BZ #13291]
19865         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
19867 2011-10-13  Andreas Schwab  <schwab@redhat.com>
19869         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
19870         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
19871         feraiseexcept.
19873         * sysdeps/x86_64/memrchr.S: Check for zero size.
19875         * string/stratcliff.c: Add memrchr tests.
19877 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19879         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
19880         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
19881         rawmemchr-sse2 rawmemchr-sse2-bsf.
19882         * sysdeps/i386/i686/multiarch/memchr.S: New file.
19883         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
19884         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
19885         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
19886         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
19887         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
19888         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
19889         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
19890         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
19891         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
19892         * string/memrchr.c (MEMRCHR): New macro.
19894 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
19896         Add integration with gcc's -ffinite-math-only and optimize wrapper
19897         functions in libm.
19898         * Versions.def: Define GLIBC_2.15 version for libm.
19899         * math/Makefile (headers): Add bits/math-finite.h.
19900         * math/bits/math-finite.h: New file.
19901         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
19902         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
19903         * math/e_acoshl.c: Add __*_finite alias.
19904         * math/e_acosl.c: Likewise.
19905         * math/e_asinl.c: Likewise.
19906         * math/e_atan2l.c: Likewise.
19907         * math/e_atanhl.c: Likewise.
19908         * math/e_coshl.c: Likewise.
19909         * math/e_exp10.c: Likewise.
19910         * math/e_exp10f.c: Likewise.
19911         * math/e_exp10l.c: Likewise.
19912         * math/e_exp2l.c: Likewise.
19913         * math/e_fmodl.c: Likewise.
19914         * math/e_gammal_r.c: Likewise.
19915         * math/e_hypotl.c: Likewise.
19916         * math/e_j0l.c: Likewise.
19917         * math/e_j1l.c: Likewise.
19918         * math/e_jnl.c: Likewise.
19919         * math/e_lgammal_r.c: Likewise.
19920         * math/e_log10l.c: Likewise.
19921         * math/e_log2l.c: Likewise.
19922         * math/e_logl.c: Likewise.
19923         * math/e_powl.c: Likewise.
19924         * math/e_sinhl.c: Likewise.
19925         * math/e_sqrtl.c: Likewise.
19926         * math/e_scalb.c: Completely rewritten and optimized.
19927         * math/e_scalbf.c: Likewise.
19928         * math/e_scalbl.c: Likewise.
19929         * math/w_acos.c: Likewise.
19930         * math/w_acosf.c: Likewise.
19931         * math/w_acosl.c: Likewise.
19932         * math/w_acosh.c: Likewise.
19933         * math/w_acoshf.c: Likewise.
19934         * math/w_acoshl.c: Likewise.
19935         * math/w_asin.c: Likewise.
19936         * math/w_asinf.c: Likewise.
19937         * math/w_asinl.c: Likewise.
19938         * math/w_atan2.c: Likewise.
19939         * math/w_atan2f.c: Likewise.
19940         * math/w_atan2l.c: Likewise.
19941         * math/w_atanh.c: Likewise.
19942         * math/w_atanhf.c: Likewise.
19943         * math/w_atanhl.c: Likewise.
19944         * math/w_exp10.c: Likewise.
19945         * math/w_exp10f.c: Likewise.
19946         * math/w_exp10l.c: Likewise.
19947         * math/w_fmod.c: Likewise.
19948         * math/w_fmodf.c: Likewise.
19949         * math/w_fmodl.c: Likewise.
19950         * math/w_j0.c: Likewise.
19951         * math/w_j0f.c: Likewise.
19952         * math/w_j0l.c: Likewise.
19953         * math/w_j1.c: Likewise.
19954         * math/w_j1f.c: Likewise.
19955         * math/w_j1l.c: Likewise.
19956         * math/w_jn.c: Likewise.
19957         * math/w_jnf.c: Likewise.
19958         * math/w_log.c: Likewise.
19959         * math/w_logf.c: Likewise.
19960         * math/w_logl.c: Likewise.
19961         * math/w_log10.c: Likewise.
19962         * math/w_log10f.c: Likewise.
19963         * math/w_log10l.c: Likewise.
19964         * math/w_log2.c: Likewise.
19965         * math/w_log2f.c: Likewise.
19966         * math/w_log2l.c: Likewise.
19967         * math/w_pow.c: Likewise.
19968         * math/w_powf.c: Likewise.
19969         * math/w_powl.c: Likewise.
19970         * math/w_remainder.c: Likewise.
19971         * math/w_remainderf.c: Likewise.
19972         * math/w_remainderl.c: Likewise.
19973         * math/w_scalb.c: Likewise.
19974         * math/w_scalbf.c: Likewise.
19975         * math/w_scalbl.c: Likewise.
19976         * math/w_sqrt.c: Likewise.
19977         * math/w_sqrtf.c: Likewise.
19978         * math/w_sqrtl.c: Likewise.
19979         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
19980         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
19981         used.
19982         * math/math_private.h: Declare __kernel_standard_f.
19983         * math/w_cosh.c: Remove cruft and optimize a bit.
19984         * math/w_coshf.c: Likewise.
19985         * math/w_coshl.c: Likewise.
19986         * math/w_exp2.c: Likewise.
19987         * math/w_exp2f.c: Likewise.
19988         * math/w_exp2l.c: Likewise.
19989         * math/w_hypot.c: Likewise.
19990         * math/w_hypotf.c: Likewise.
19991         * math/w_hypotl.c: Likewise.
19992         * math/w_lgamma.c: Likewise.
19993         * math/w_lgamma_r.c: Likewise.
19994         * math/w_lgammaf.c: Likewise.
19995         * math/w_lgammaf_r.c: Likewise.
19996         * math/w_lgammal.c: Likewise.
19997         * math/w_lgammal_r.c: Likewise.
19998         * math/w_sinh.c: Likewise.
19999         * math/w_sinhf.c: Likewise.
20000         * math/w_sinhl.c: Likewise.
20001         * math/w_tgamma.c: Likewise.
20002         * math/w_tgammaf.c: Likewise.
20003         * math/w_tgammal.c: Likewise.
20004         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
20005         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
20006         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
20007         Minor optimizations.  Pretty printing.  Remove cruft.
20008         * sysdeps/i386/fpu/e_acosf.S: Likewise.
20009         * sysdeps/i386/fpu/e_acosh.S: Likewise.
20010         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
20011         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
20012         * sysdeps/i386/fpu/e_acosl.c: Likewise.
20013         * sysdeps/i386/fpu/e_asin.S: Likewise.
20014         * sysdeps/i386/fpu/e_asinf.S: Likewise.
20015         * sysdeps/i386/fpu/e_atan2.S: Likewise.
20016         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
20017         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
20018         * sysdeps/i386/fpu/e_atanh.S: Likewise.
20019         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
20020         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
20021         * sysdeps/i386/fpu/e_exp10.S: Likewise.
20022         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
20023         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
20024         * sysdeps/i386/fpu/e_exp2.S: Likewise.
20025         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
20026         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
20027         * sysdeps/i386/fpu/e_fmod.S: Likewise.
20028         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
20029         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
20030         * sysdeps/i386/fpu/e_hypot.S: Likewise.
20031         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
20032         * sysdeps/i386/fpu/e_log.S: Likewise.
20033         * sysdeps/i386/fpu/e_log10.S: Likewise.
20034         * sysdeps/i386/fpu/e_log10f.S: Likewise.
20035         * sysdeps/i386/fpu/e_log10l.S: Likewise.
20036         * sysdeps/i386/fpu/e_log2.S: Likewise.
20037         * sysdeps/i386/fpu/e_log2f.S: Likewise.
20038         * sysdeps/i386/fpu/e_log2l.S: Likewise.
20039         * sysdeps/i386/fpu/e_logf.S: Likewise.
20040         * sysdeps/i386/fpu/e_logl.S: Likewise.
20041         * sysdeps/i386/fpu/e_pow.S: Likewise.
20042         * sysdeps/i386/fpu/e_powf.S: Likewise.
20043         * sysdeps/i386/fpu/e_powl.S: Likewise.
20044         * sysdeps/i386/fpu/e_remainder.S: Likewise.
20045         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
20046         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
20047         * sysdeps/i386/fpu/e_scalb.S: Likewise.
20048         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
20049         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
20050         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
20051         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
20052         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
20053         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20054         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
20055         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20056         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20057         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20058         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20059         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20060         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20061         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20062         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20063         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20064         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
20065         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20066         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20067         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20068         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
20069         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20070         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20071         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20072         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20073         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20074         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
20075         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
20076         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
20077         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
20078         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
20079         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
20080         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
20081         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
20082         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
20083         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
20084         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
20085         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
20086         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
20087         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
20088         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
20089         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
20090         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
20091         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
20092         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
20093         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
20094         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
20095         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
20096         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
20097         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
20098         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
20099         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
20100         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
20101         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
20102         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
20103         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
20104         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
20105         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
20106         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
20107         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
20108         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
20109         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
20110         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
20111         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
20112         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
20113         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
20114         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
20115         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
20116         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
20117         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
20118         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
20119         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
20120         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
20121         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
20122         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
20123         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
20124         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
20125         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
20126         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
20127         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
20128         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
20129         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
20130         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
20131         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
20132         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
20133         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
20134         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
20135         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
20136         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
20137         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
20138         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
20139         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
20140         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
20141         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20142         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
20143         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
20144         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20145         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20146         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20147         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20148         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
20149         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
20150         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
20151         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
20152         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
20153         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
20154         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
20155         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
20156         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
20157         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
20158         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
20159         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
20160         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
20161         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
20162         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
20163         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
20164         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
20165         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
20166         (__isnanf): Likewise.
20167         (__isinf_ns): Likewise.
20168         (__isinf_nsf): Likewise.
20169         (__finite): Likewise.
20170         (__finitef): Likewise.
20171         (__ieee754_sqrt): Define as macro.
20172         (__ieee754_sqrtf): Define as macro.
20173         (__ieee754_sqrtl): Define as macro.
20174         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
20175         inlined copy.
20176         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
20177         __FINITE_MATH_ONLY__ consistent.
20178         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
20180 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
20182         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
20183         of rawmemchr.
20185         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
20187 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
20189         * po/ja.po: Update from translation team.
20191 2011-10-08  Roland McGrath  <roland@hack.frob.com>
20193         * locale/programs/locarchive.c (prepare_address_space): New function.
20194         (create_archive, enlarge_archive, open_archive): Use it.
20196         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
20197         inside [SHARED], where it is used.
20199         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
20201         * nss/getent.c (netgroup_keys): Remove unused variable.
20202         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
20204 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
20206         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
20207         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
20208         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
20209         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
20210         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
20211         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
20212         * math/Makefile (libm-calls): Add s_isinf_ns.
20213         * math/divtc3.c: Use __isinf_nsl instead of isinf.
20214         * math/multc3.c: Likewise.
20215         * math/s_casin.c: Likewise.
20216         * math/s_casinf.c: Likewise.
20217         * math/s_casinl.c: Likewise.
20218         * math/s_ccos.c: Likewise.
20219         * math/s_ccosf.c: Likewise.
20220         * math/s_ccosl.c: Likewise.
20221         * math/s_ctan.c: Likewise.
20222         * math/s_ctanf.c: Likewise.
20223         * math/s_ctanh.c: Likewise.
20224         * math/s_ctanhf.c: Likewise.
20225         * math/s_ctanhl.c: Likewise.
20226         * math/s_ctanl.c: Likewise.
20227         * math/w_fmod.c: Likewise.
20228         * math/w_fmodf.c: Likewise.
20229         * math/w_fmodl.c: Likewise.
20230         * math/w_remainder.c: Likewise.
20231         * math/w_remainderf.c: Likewise.
20232         * math/w_remainderl.c: Likewise.
20233         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
20234         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
20235         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
20236         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
20237         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
20238         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
20239         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
20240         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
20242         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
20243         of the number.
20244         * stdio-common/printf_fphex.c: Likewise.
20245         * stdio-common/printf_size.c: Likewise.
20247         * math/e_exp10.c: Include math_private.h using <...> not "...".
20248         * math/e_exp10f.c: Likewise.
20249         * math/e_exp10l.c: Likewise.
20250         * math/e_exp2l.c: Likewise.
20251         * math/e_j0l.c: Likewise.
20252         * math/e_j1l.c: Likewise.
20253         * math/e_jnl.c: Likewise.
20254         * math/e_lgammal_r.c: Likewise.
20255         * math/e_rem_pio2l.c: Likewise.
20256         * math/e_scalb.c: Likewise.
20257         * math/e_scalbf.c: Likewise.
20258         * math/e_scalbl.c: Likewise.
20259         * math/k_cosl.c: Likewise.
20260         * math/k_sinl.c: Likewise.
20261         * math/k_tanl.c: Likewise.
20262         * math/s_cacoshf.c: Likewise.
20263         * math/s_catan.c: Likewise.
20264         * math/s_catanf.c: Likewise.
20265         * math/s_catanh.c: Likewise.
20266         * math/s_catanhf.c: Likewise.
20267         * math/s_catanhl.c: Likewise.
20268         * math/s_catanl.c: Likewise.
20269         * math/s_ccosh.c: Likewise.
20270         * math/s_ccoshf.c: Likewise.
20271         * math/s_ccoshl.c: Likewise.
20272         * math/s_cexp.c: Likewise.
20273         * math/s_cexpf.c: Likewise.
20274         * math/s_cexpl.c: Likewise.
20275         * math/s_clog.c: Likewise.
20276         * math/s_clog10.c: Likewise.
20277         * math/s_clog10f.c: Likewise.
20278         * math/s_clog10l.c: Likewise.
20279         * math/s_clogf.c: Likewise.
20280         * math/s_clogl.c: Likewise.
20281         * math/s_csin.c: Likewise.
20282         * math/s_csinf.c: Likewise.
20283         * math/s_csinh.c: Likewise.
20284         * math/s_csinhf.c: Likewise.
20285         * math/s_csinhl.c: Likewise.
20286         * math/s_csinl.c: Likewise.
20287         * math/s_csqrt.c: Likewise.
20288         * math/s_csqrtf.c: Likewise.
20289         * math/s_csqrtl.c: Likewise.
20290         * math/s_ctan.c: Likewise.
20291         * math/s_ctanf.c: Likewise.
20292         * math/s_ctanh.c: Likewise.
20293         * math/s_ctanhf.c: Likewise.
20294         * math/s_ctanhl.c: Likewise.
20295         * math/s_ctanl.c: Likewise.
20296         * math/s_ldexp.c: Likewise.
20297         * math/s_ldexpf.c: Likewise.
20298         * math/s_ldexpl.c: Likewise.
20299         * math/s_significand.c: Likewise.
20300         * math/s_significandf.c: Likewise.
20301         * math/s_significandl.c: Likewise.
20302         * math/w_acos.c: Likewise.
20303         * math/w_acosf.c: Likewise.
20304         * math/w_acosh.c: Likewise.
20305         * math/w_acoshf.c: Likewise.
20306         * math/w_acoshl.c: Likewise.
20307         * math/w_acosl.c: Likewise.
20308         * math/w_asin.c: Likewise.
20309         * math/w_asinf.c: Likewise.
20310         * math/w_asinl.c: Likewise.
20311         * math/w_atan2.c: Likewise.
20312         * math/w_atan2f.c: Likewise.
20313         * math/w_atan2l.c: Likewise.
20314         * math/w_atanh.c: Likewise.
20315         * math/w_atanhf.c: Likewise.
20316         * math/w_atanhl.c: Likewise.
20317         * math/w_cosh.c: Likewise.
20318         * math/w_coshf.c: Likewise.
20319         * math/w_coshl.c: Likewise.
20320         * math/w_dremf.c: Likewise.
20321         * math/w_exp10.c: Likewise.
20322         * math/w_exp10f.c: Likewise.
20323         * math/w_exp10l.c: Likewise.
20324         * math/w_exp2.c: Likewise.
20325         * math/w_exp2f.c: Likewise.
20326         * math/w_fmod.c: Likewise.
20327         * math/w_fmodf.c: Likewise.
20328         * math/w_fmodl.c: Likewise.
20329         * math/w_hypot.c: Likewise.
20330         * math/w_hypotf.c: Likewise.
20331         * math/w_hypotl.c: Likewise.
20332         * math/w_j0.c: Likewise.
20333         * math/w_j0f.c: Likewise.
20334         * math/w_j0l.c: Likewise.
20335         * math/w_j1.c: Likewise.
20336         * math/w_j1f.c: Likewise.
20337         * math/w_j1l.c: Likewise.
20338         * math/w_jn.c: Likewise.
20339         * math/w_jnf.c: Likewise.
20340         * math/w_jnl.c: Likewise.
20341         * math/w_lgamma.c: Likewise.
20342         * math/w_lgamma_r.c: Likewise.
20343         * math/w_lgammaf.c: Likewise.
20344         * math/w_lgammaf_r.c: Likewise.
20345         * math/w_lgammal.c: Likewise.
20346         * math/w_lgammal_r.c: Likewise.
20347         * math/w_log.c: Likewise.
20348         * math/w_log10.c: Likewise.
20349         * math/w_log10f.c: Likewise.
20350         * math/w_log10l.c: Likewise.
20351         * math/w_log2.c: Likewise.
20352         * math/w_log2f.c: Likewise.
20353         * math/w_log2l.c: Likewise.
20354         * math/w_logf.c: Likewise.
20355         * math/w_logl.c: Likewise.
20356         * math/w_pow.c: Likewise.
20357         * math/w_powf.c: Likewise.
20358         * math/w_powl.c: Likewise.
20359         * math/w_remainder.c: Likewise.
20360         * math/w_remainderf.c: Likewise.
20361         * math/w_remainderl.c: Likewise.
20362         * math/w_scalb.c: Likewise.
20363         * math/w_scalbf.c: Likewise.
20364         * math/w_scalbl.c: Likewise.
20365         * math/w_sinh.c: Likewise.
20366         * math/w_sinhf.c: Likewise.
20367         * math/w_sinhl.c: Likewise.
20368         * math/w_sqrt.c: Likewise.
20369         * math/w_sqrtf.c: Likewise.
20370         * math/w_sqrtl.c: Likewise.
20371         * math/w_tgamma.c: Likewise.
20372         * math/w_tgammaf.c: Likewise.
20373         * math/w_tgammal.c: Likewise.
20375         * po/ja.po: Update from translation team.
20377 2011-09-29  Andreas Jaeger  <aj@suse.de>
20379         [BZ #13179]
20380         * sunrpc/netname.c (netname2host): Fix logic.
20382         [BZ #6779]
20383         [BZ #6783]
20384         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
20385         correctly.
20386         * math/w_remainder.c (__remainder): Likewise.
20387         * math/w_remainderf.c (__remainderf): Likewise.
20388         * math/libm-test.inc (remainder_test): Add test cases.
20390 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20392         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
20393         sdiv_qrnnd.
20395 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
20397         * string/test-memcmp.c: Avoid unncessary #defines.
20398         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
20400 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
20402         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
20403         Use new sse2 version for core i3 - i7 as it's faster
20404         than sse42 version.
20405         (bit_Prefer_PMINUB_for_stringop): New.
20406         * sysdeps/x86_64/rawmemchr.S: Update.
20407         Replace with faster SSE2 version.
20408         * sysdeps/x86_64/memrchr.S: New file.
20409         * sysdeps/x86_64/memchr.S: Update.
20410         Replace with faster SSE2 version.
20412 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
20414         * elf/dl-load.c (lose): Add cast to avoid warning.
20416 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
20418         * po/ca.po: Update from translation team.
20420         * inet/getnetgrent_r.c: Hook up nscd.
20421         * nscd/Makefile (routines): Add nscd_netgroup.
20422         (nscd-modules): Add netgroupcache.
20423         (CFLAGS-netgroupcache.c): Define.
20424         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
20425         (cache_search): Add const to second parameter.
20426         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
20427         INNETGR.
20428         (dbs): Add netgrdb entry.
20429         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
20430         (verify_persistent_db): Handle netgrdb.
20431         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
20432         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
20433         GETFDNETGR.
20434         (netgroup_response_header): Define.
20435         (innetgroup_response_header): Define.
20436         (datahead): Add netgroup_response_header and innetgroup_response_header
20437         elements.
20438         * nscd/nscd.conf: Add entries for netgroup cache.
20439         * nscd/nscd.h (dbtype): Add netgrdb.
20440         (_PATH_NSCD_NETGROUP_DB): Define.
20441         (netgroup_iov_disabled): Declare.
20442         (xmalloc, xcalloc, xrealloc): Move declarations here.
20443         (cache_search): Adjust prototype.
20444         Add netgroup-related prototypes.
20445         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
20446         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
20447         (__nscd_innetgr): Declare.
20448         * nscd/selinux.c (perms): Use access_vector_t as element type and
20449         add netgroup-related initializers.
20450         * nscd/netgroupcache.c: New file.
20451         * nscd/nscd_netgroup.c: New file.
20452         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
20453         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
20454         For four parameters use innetgr.
20455         * nss/nss_files/files-init.c: Add definition and callback for netgr.
20456         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
20457         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
20458         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
20460         * nscd/connections.c (register_traced_file): Don't register file
20461         for disabled databases.
20463 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
20465         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
20467         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
20468         from tree and freeing node.
20470 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
20472         * nss/nsswitch.c (__nss_database_lookup): Handle
20473         nss_parse_service_list out of memory case.
20475 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
20477         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
20478         out of memory case.
20480 2011-10-04  Andreas Schwab  <schwab@redhat.com>
20482         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
20483         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
20484         pass it down.
20485         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
20486         elf_machine_rela, elf_machine_lazy_rel.
20487         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
20488         (ELF_DYNAMIC_DO_REL): Likewise.
20489         (ELF_DYNAMIC_DO_RELA): Likewise.
20490         (ELF_DYNAMIC_RELOCATE): Likewise.
20491         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
20492         to ELF_DYNAMIC_DO_REL.
20493         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
20494         (dl_main): In trace mode always set __RTLD_NOIFUNC.
20495         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
20496         elf_machine_rela.
20497         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
20498         skip_ifunc, don't call ifunc function if non-zero.
20499         (elf_machine_rela): Likewise.
20500         (elf_machine_lazy_rel): Likewise.
20501         (elf_machine_lazy_rela): Likewise.
20502         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
20503         (elf_machine_lazy_rel): Likewise.
20504         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
20505         Likewise.
20506         (elf_machine_lazy_rel): Likewise.
20507         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20508         Likewise.
20509         (elf_machine_lazy_rel): Likewise.
20510         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
20511         (elf_machine_lazy_rel): Likewise.
20512         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
20513         (elf_machine_lazy_rel): Likewise.
20514         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20515         (elf_machine_lazy_rel): Likewise.
20516         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
20517         (elf_machine_lazy_rel): Likewise.
20518         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
20519         (elf_machine_lazy_rel): Likewise.
20520         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20521         (elf_machine_lazy_rel): Likewise.
20523 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
20525         * nss/nss_files/files-init.c (_nss_files_init): Use static
20526         initialization for all the *_traced_file variables.
20528 2011-09-28  Andreas Schwab  <schwab@redhat.com>
20530         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
20532 2011-09-27  Roland McGrath  <roland@hack.frob.com>
20534         [BZ #13226]
20535         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
20537 2011-09-27  Andreas Schwab  <schwab@redhat.com>
20539         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
20540         Reread the line before reparsing it.
20542 2011-09-26  Andreas Schwab  <schwab@redhat.com>
20544         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
20546 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
20547             Maxim Kuvyrkov  <maxim@codesourcery.com>
20548             Joseph Myers  <joseph@codesourcery.com>
20550         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
20551         if needed for __stack_chk_guard.
20553 2011-09-19  Roland McGrath  <roland@hack.frob.com>
20555         * sysdeps/posix/spawni.c (script_execute): Always define it.
20556         It will be optimized away if unused.
20557         (maybe_script_execute): New function.
20558         (__spawni): Call it.
20560         * Makerules: Don't include tls.make.
20561         (config-tls): Always set to thread.
20562         * tls.make.c: File removed.
20564 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
20566         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
20567         * config.make.in (CPPFLAGS-config): New substituted variable.
20569 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
20571         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
20573         [BZ #13192]
20574         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
20575         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
20577 2011-09-15  Roland McGrath  <roland@hack.frob.com>
20579         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
20580         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
20581         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
20582         (CALL_FAIL): Likewise.
20583         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
20584         (CALL_FAIL): Macro removed.
20585         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
20587 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
20589         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
20590         for __FINITE_MATH_ONLY__ == 1.
20592 2011-09-15  Andreas Schwab  <schwab@redhat.com>
20594         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
20595         __ieee754_sqrt instead of sqrt.
20596         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
20597         __ieee754_sqrtf instead of sqrtf.
20598         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
20599         __floorf instead of floorf.
20600         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
20601         __floorf, __truncf instead of floorf, truncf.
20603 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
20605         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
20607         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
20608         __extern_always_inline.
20609         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
20610         32-bit.
20612 2011-09-14  Andreas Schwab  <schwab@redhat.com>
20614         * elf/rtld.c (dl_main): Also relocate in dependency order when
20615         doing symbol dependency testing.
20617 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
20619         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20620         Always define `refsym'.
20622 2011-09-13  Andreas Schwab  <schwab@redhat.com>
20624         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
20625         (__FD_ELT): Renamed from __FDELT.
20626         * misc/bits/select2.h (__FD_ELT): Likewise.
20627         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
20628         __FD_MASK instead of __FDELT, __FDMASK.
20629         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
20630         Likewise.
20631         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
20632         Likewise.
20634         * elf/Makefile (gen-ldd): Fix pattern.
20636         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
20637         (init_tls): Likewise.
20639 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
20641         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
20643 2011-09-12  Andreas Schwab  <schwab@redhat.com>
20645         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
20646         `struct cmsghdr *' instead of `void *'.
20647         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
20648         Likewise.
20650 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
20652         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
20653         if non-absolute.
20654         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
20655         ldd_rewrite_script.
20657 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
20659         * configure.in: Remove --with-tls option.
20660         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
20661         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
20662         out in case it is missing.
20663         * sysdeps/ia64/elf/configure.in: Likewise.
20664         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
20665         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
20666         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
20667         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
20668         * sysdeps/sh/elf/configure.in: Likewise.
20669         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
20670         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
20671         * sysdeps/x86_64/elf/configure.in: Likewise.
20672         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
20673         * sysdeps/mach/hurd/tls.h: Likewise.
20675         [BZ #13067]
20676         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
20678         [BZ #13090]
20679         * configure.in: Fix use of AC_INIT.
20681         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
20683 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
20685         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
20686         __set_errno.
20687         * malloc/hooks.c: Likewise.
20689         [BZ #11929]
20690         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
20691         variables statically.
20692         (narenas): Initialize.
20693         (list_lock): Initialize.
20694         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
20695         initializtion of main_arena and list_lock.  Small cleanups.
20696         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
20697         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
20698         Add initializers to main_arena and mp_.
20699         (malloc_state): Remove pagesize member.  Change all users to use
20700         GLRO(dl_pagesize).
20702         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
20703         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
20704         is always initialized.
20706         * malloc/malloc.c: Removed unused configurations and dead code.
20707         * malloc/arena.c: Likewise.
20708         * malloc/hooks.c: Likewise.
20709         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
20711         * include/tls.h: Removed.  USE___THREAD must always be defined.
20712         * bits/libc-tsd.h: Don't handle !USE___THREAD.
20713         * elf/dl-libc.c: Likewise.
20714         * elf/dl-tsd.c: Likewise.
20715         * include/errno.h: Likewise.
20716         * include/netdb.h: Likewise.
20717         * include/resolv.h: Likewise.
20718         * inet/herrno-loc.c: Likewise.
20719         * inet/herrno.c: Likewise.
20720         * malloc/arena.c: Likewise.
20721         * malloc/hooks.c: Likewise.
20722         * malloc/malloc.c: Likewise.
20723         * resolv/res-state.c: Likewise.
20724         * resolv/res_libc.c: Likewise.
20725         * sysdeps/i386/dl-machine.h: Likewise.
20726         * sysdeps/ia64/dl-machine.h: Likewise.
20727         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
20728         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
20729         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
20730         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
20731         * sysdeps/sh/dl-machine.h: Likewise.
20732         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
20733         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
20734         * sysdeps/unix/i386/sysdep.S: Likewise.
20735         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
20736         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
20737         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
20738         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20739         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
20740         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
20741         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
20742         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
20743         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
20744         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
20745         * sysdeps/unix/x86_64/sysdep.S: Likewise.
20746         * sysdeps/x86_64/dl-machine.h: Likewise.
20747         * tls.make.c: Likewise.
20749         * configure.in: Remove --with-__thread option.  Make tests for
20750         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
20751         tls_model attribute fail if no support is available.  Remove
20752         USE_IN_LIBIO.
20753         * Makeconfig: Adjust for dropped configure option.  All features are
20754         now mandatory.
20755         * Makerules: Likewise.
20756         * Versions.def: Likewise.
20757         * argp/argp-fmtstream.c: Likewise.
20758         * argp/argp-fmtstream.h: Likewise.
20759         * argp/argp-help.c: Likewise.
20760         * assert/assert.c: Likewise.
20761         * config.h.in: Likewise.
20762         * config.make.in: Likewise.
20763         * configure: Likewise.
20764         * configure.in: Likewise.
20765         * csu/Versions: Likewise.
20766         * csu/init.c: Likewise.
20767         * elf/tst-audit2.c: Likewise.
20768         * elf/tst-tls10.c: Likewise.
20769         * elf/tst-tls10.h: Likewise.
20770         * elf/tst-tls11.c: Likewise.
20771         * elf/tst-tls12.c: Likewise.
20772         * elf/tst-tls14.c: Likewise.
20773         * elf/tst-tlsmod11.c: Likewise.
20774         * elf/tst-tlsmod12.c: Likewise.
20775         * elf/tst-tlsmod13.c: Likewise.
20776         * elf/tst-tlsmod13a.c: Likewise.
20777         * elf/tst-tlsmod14a.c: Likewise.
20778         * elf/tst-tlsmod15b.c: Likewise.
20779         * elf/tst-tlsmod16a.c: Likewise.
20780         * elf/tst-tlsmod16b.c: Likewise.
20781         * elf/tst-tlsmod7.c: Likewise.
20782         * elf/tst-tlsmod8.c: Likewise.
20783         * elf/tst-tlsmod9.c: Likewise.
20784         * gmon/gmon.c: Likewise.
20785         * grp/fgetgrent_r.c: Likewise.
20786         * grp/putgrent.c: Likewise.
20787         * hurd/fopenport.c: Likewise.
20788         * include/libc-symbols.h: Likewise.
20789         * include/tls.h: Likewise.
20790         * intl/gettextP.h: Likewise.
20791         * intl/loadinfo.h: Likewise.
20792         * locale/global-locale.c: Likewise.
20793         * locale/localeinfo.h: Likewise.
20794         * mach/devstream.c: Likewise.
20795         * malloc/arena.c: Likewise.
20796         * malloc/set-freeres.c: Likewise.
20797         * misc/err.c: Likewise.
20798         * misc/getttyent.c: Likewise.
20799         * misc/mntent_r.c: Likewise.
20800         * posix/getopt.c: Likewise.
20801         * posix/wordexp.c: Likewise.
20802         * pwd/fgetpwent_r.c: Likewise.
20803         * resolv/Versions: Likewise.
20804         * resolv/res_hconf.c: Likewise.
20805         * shadow/fgetspent_r.c: Likewise.
20806         * shadow/putspent.c: Likewise.
20807         * stdio-common/printf_fphex.c: Likewise.
20808         * stdio-common/tmpfile.c: Likewise.
20809         * stdlib/abort.c: Likewise.
20810         * stdlib/fmtmsg.c: Likewise.
20811         * sunrpc/auth_unix.c: Likewise.
20812         * sunrpc/clnt_perr.c: Likewise.
20813         * sunrpc/clnt_tcp.c: Likewise.
20814         * sunrpc/clnt_udp.c: Likewise.
20815         * sunrpc/clnt_unix.c: Likewise.
20816         * sunrpc/openchild.c: Likewise.
20817         * sunrpc/svc_simple.c: Likewise.
20818         * sunrpc/svc_tcp.c: Likewise.
20819         * sunrpc/svc_udp.c: Likewise.
20820         * sunrpc/svc_unix.c: Likewise.
20821         * sunrpc/xdr.c: Likewise.
20822         * sunrpc/xdr_array.c: Likewise.
20823         * sunrpc/xdr_rec.c: Likewise.
20824         * sunrpc/xdr_ref.c: Likewise.
20825         * sunrpc/xdr_stdio.c: Likewise.
20827 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
20829         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
20831 2011-07-03  Andreas Jaeger  <aj@suse.de>
20833         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
20834         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
20835         regenerate with gen-libm-tests.pl.
20837 2010-05-12  Petr Baudis  <pasky@suse.cz>
20839         [BZ #11589]
20840         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
20841         around j0() zero points by switching to j1().
20842         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
20843         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
20844         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
20845         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
20847 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
20849         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
20850         instead of 0.
20851         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
20852         instead of 0.
20853         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
20854         Patch in part by Pavel Roskin <proski@gnu.org>.
20856         [BZ #13138]
20857         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
20858         realloc.
20859         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
20860         Free memory block if necessary.
20862         [BZ #12847]
20863         * libio/genops.c (INTDEF): For string streams the _lock pointer can
20864         be NULL.  Don't lock in this case.
20866 2011-09-09  Roland McGrath  <roland@hack.frob.com>
20868         * elf/elf.h (ELFOSABI_GNU): New macro.
20869         (ELFOSABI_LINUX): Define to that.
20871 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
20873         * string/strncat.c (strncat): Undef the symbol in case it has been
20874         defined in bits/string.h.
20876 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
20878         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
20880         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
20881         link map.
20883 2011-08-17  Andreas Jaeger  <aj@suse.de>
20885         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
20887 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20888             Ian Lance Taylor  <iant@google.com>
20890         * math/libm-test.inc (lround_test): New testcase.
20891         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
20893 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
20895         * Makefile: Remove support for automatic cvs check-ins.
20896         * Makerules: Likewise.
20897         * config.make.in: Likewise.
20898         * configure.in: Likewise.
20899         * intl/Makefile: Likewise.
20900         * locale/Makefile: Likewise.
20901         * po/Makefile: Likewise.
20902         * posix/Makefile: Likewise.
20903         * sysdeps/gnu/Makefile: Likewise.
20904         * sysdeps/mach/hurd/Makefile: Likewise.
20905         * sysdeps/sparc/sparc32/Makefile: Likewise.
20907         [BZ #13118]
20908         * posix/Makefile (bug-regex32-ENV): Define.
20909         Patch by John Stanley <jpsinthemix@verizon.net>.
20911         * misc/Makefile (headers): Add bits/select2.h.
20912         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
20913         * misc/bits/select2.h: New file.
20914         * include/bits/select2.h: New file.
20915         * debug/Makefile (routines): Add fdelt_chk.
20916         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
20917         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
20918         FD_ISSET.
20919         * debug/fdelt_chk.c: New file.
20921         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
20922         * wcsmbs/test-wmemcmp.c: Likewise.
20923         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
20924         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
20926 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
20928         * string/Makefile (strop-tests): Add memcmp.
20929         * string/test-wmemcmp.c: New file.
20930         * string/test-memcmp.c: Add wmemcmp support.
20932 2011-09-08  Roland McGrath  <roland@hack.frob.com>
20934         [BZ #13153]
20935         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
20936         2011-07-19 change.
20938         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
20939         garbage value in a __mach_port_mod_refs call in the cases of the
20940         task-self and thread-self ports.
20942 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20944         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
20946 2011-09-08  Andreas Schwab  <schwab@redhat.com>
20948         * elf/dl-load.c (lose): Check for non-null L.
20950 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
20952         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
20954         * elf/dl-libc.c (dlerror_run): Pass back error code from
20955         dl_catch_error.
20957         [BZ #13123]
20958         * elf/dl-load.c (lose): Free l_origin if it is valid.
20960         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
20961         names.
20962         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
20963         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
20964         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
20965         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
20966         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
20967         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
20969 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20971         * sysdeps/powerpc/fpu/e_hypot.c: New file.
20972         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
20973         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
20974         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
20975         * sysdeps/powerpc/fpu/k_cosf.c: New file.
20976         * sysdeps/powerpc/fpu/k_sinf.c: New file.
20977         * sysdeps/powerpc/fpu/s_cosf.c: New file.
20978         * sysdeps/powerpc/fpu/s_sinf.c: New file.
20979         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
20980         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
20982 2011-08-15  Alan Modra  <amodra@gmail.com>
20984         [BZ #13092]
20985         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
20986         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
20987         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
20988         ppc_mcount to static-only-routines.
20989         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
20990         __mcount_internal.
20991         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
20992         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
20994 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
20996         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
20997         for finite and infinity parameters.
20999 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
21001         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
21002         and add nop instructions for throughput optimization.
21003         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
21005 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
21007         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
21008         aligned copy for power7 with vector-scalar instructions.
21009         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
21011 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
21013         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
21014         AVX check.
21016 2011-09-07  Andreas Schwab  <schwab@redhat.com>
21018         [BZ #13144]
21019         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
21020         last change.
21022 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
21024         * sysdeps/unix/sysv/linux/x86_64/init-first.c
21025         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
21026         syscall wrapper around clock_gettime in __vdso_clock_gettime.
21027         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
21028         clock_gettime.
21030 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
21032         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
21033         Forgot to demangle the pointer.
21035         * sysdeps/i386/sysdep.h: Define atom_text_section.
21036         * sysdeps/x86_64/sysdep.h: Likewise.
21037         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
21038         section with atom_text_section.
21039         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
21040         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
21041         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
21042         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
21043         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
21045         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
21046         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
21047         already be defined.  Change to take two parameters and don't assign
21048         result to variable.  Adjust all users.
21049         Define INTERNAL_GETTIME if not already defined.
21050         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
21051         call.
21052         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
21053         HAVE_CLOCK_GETTIME_VSYSCALL.
21054         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
21056         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
21057         gettimeofday vsyscall, just use time.
21059 2011-09-06  Andreas Schwab  <schwab@redhat.com>
21061         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
21062         <errno.h>.
21064 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
21066         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
21067         syscall on x86-64.
21068         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
21069         syscall.
21070         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
21071         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
21072         syscall if possible.
21074 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
21076         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
21077         e_ident.  Don't pass to find_mapsXX.
21078         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
21080 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21082         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
21083         strchr-sse2-no-bsf strrchr-sse2-no-bsf
21084         * sysdeps/x86_64/multiarch/strchr.S: Update.
21085         Check bit_slow_BSF bit.
21086         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21087         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
21088         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
21090 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
21092         [BZ #13134]
21093         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
21094         before glibc 2.15.
21095         (tryshell): Define.
21096         (__spawni): Change last parameter to be flag.  Test
21097         SPAWN_XFLAGS_USE_PATH flag to use path or not.
21098         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
21099         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
21100         * posix/spawni.c: Likewise.
21101         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
21102         * posix/spawnp.c: Likewise.  Change normal version to use
21103         SPAWN_XFLAGS_USE_PATH.
21104         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
21105         SPAWN_XFLAGS_TRY_SHELL.
21107         [BZ #13150]
21108         * posix/glob.h: Remove gcc 1.x support.
21110         [BZ #13068]
21111         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
21113 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21115         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
21116         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
21117         strrchr-sse2-bsf
21118         * sysdeps/i386/i686/multiarch/strchr.S: New file.
21119         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
21120         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
21121         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
21122         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
21123         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
21125 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21127         * sysdeps/x86_64/wcscmp.S: New file.
21129         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
21130         wcscmp-c wcscmp-sse2
21131         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
21132         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
21133         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
21134         * wcsmbs/wcscmp.c: Allow renaming.
21136 2011-09-05  David S. Miller  <davem@davemloft.net>
21138         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
21139         stack slot, rather than the struct return pointer slot.
21140         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
21141         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
21142         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
21143         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
21145 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
21147         * po/ja.po: Update from translation team.
21149         [BZ #13144]
21150         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
21151         kernel in 64-bit binaries.
21153 2011-09-01  David S. Miller  <davem@davemloft.net>
21155         * elf/elf.h (HWCAP_SPARC_*): Move to..
21156         * sysdeps/sparc/sysdep.h: this new file and add new values.
21157         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
21158         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
21159         _DL_HWCAP_COUNT to 24.
21160         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
21161         entries.
21162         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
21163         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
21164         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
21165         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
21166         instead of magic constants.
21167         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
21169 2011-08-31  David S. Miller  <davem@davemloft.net>
21171         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
21172         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
21173         Reimplement to do errno handling inline.
21174         (SYSCALL_ERROR_HANDLER): New macro.
21175         (__SYSCALL_STRING): Do not do errno handling in asm.
21176         (__CLONE_SYSCALL_STRING): Delete.
21177         (__INTERNAL_SYSCALL_STRING): Delete.
21178         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
21179         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
21180         (PSEUDO): Reimplement to do errno handling inline.
21181         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
21182         (SYSCALL_ERROR_HANDLER): New macro.
21183         (__SYSCALL_STRING): Do not do errno handling in asm.
21184         (__CLONE_SYSCALL_STRING): Delete.
21185         (__INTERNAL_SYSCALL_STRING): Delete.
21186         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
21187         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
21188         i386.
21189         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
21190         (inline_syscall*): Add 'err' argument.
21191         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
21192         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
21193         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
21194         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
21196         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
21197         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
21199 2011-08-30  Andreas Schwab  <schwab@redhat.com>
21201         * elf/rtld.c (dl_main): Relocate objects in dependency order.
21203 2011-08-29  Jiri Olsa <jolsa@redhat.com>
21205         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
21206         directive.
21208 2011-08-24  David S. Miller  <davem@davemloft.net>
21210         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
21212 2011-08-24  Andreas Schwab  <schwab@redhat.com>
21214         * elf/Makefile: Add rules to build and run unload8 test.
21215         * elf/unload8.c: New file.
21216         * elf/unload8mod1.c: New file.
21217         * elf/unload8mod1x.c: New file.
21218         * elf/unload8mod2.c: New file.
21219         * elf/unload8mod3.c: New file.
21221         * elf/dl-close.c (_dl_close_worker): Reset private search list if
21222         it wasn't used.
21224 2011-08-23  David S. Miller  <davem@davemloft.net>
21226         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
21227         subtract stack bias.
21228         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
21229         %sp not %fp in calculations.
21230         (_JMPBUF_UNWINDS_ADJ): Likewise.
21232         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
21233         (aio_suspend): Call it to force an exception region around the
21234         AIO_MISC_WAIT() invocation.
21236 2011-08-23  Andreas Schwab  <schwab@redhat.com>
21238         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
21239         backslash.
21241 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
21243         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
21244         protection macro.
21245         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
21246         and <dl-machine.h>.
21247         (Elf64_FuncDesc): Remove.
21249 2011-08-22  David S. Miller  <davem@davemloft.net>
21251         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
21252         sigaltstack check, add missing cfi directives.
21253         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
21254         missing cfi directives, and sigaltstack handling.
21256 2011-08-16  Andreas Schwab  <schwab@redhat.com>
21258         [BZ #11724]
21259         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
21260         object is seen twice.
21261         * elf/dl-fini.c (_dl_sort_fini): Likewise.
21263         * elf/Makefile (distribute): Add tst-initorder2.c.
21264         (tests): Add tst-initorder2.
21265         (modules-names): Add tst-initorder2a tst-initorder2b
21266         tst-initorder2c tst-initorder2d.  Add rules to build them.
21267         ($(objpfx)tst-initorder2.out): New rule.
21268         * elf/tst-initorder2.c: New file.
21269         * elf/tst-initorder2.exp: New file.
21271 2011-08-22  Andreas Schwab  <schwab@redhat.com>
21273         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
21275         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
21276         dependencies back to end of function.
21278         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
21279         $(elfobjdir)/ld.so.
21281 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
21283         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
21284         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
21285         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
21286         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
21287         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
21288         of __vdso_gettimeofday.
21289         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
21290         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
21291         attribute_hidden.
21292         (_libc_vdso_platform_setup): Remove initialization of
21293         __vdso_gettimeofday and __vdso_time.
21295 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
21297         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
21298         and fgetc_unlocked.
21299         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
21300         getc_unlocked.
21302         * elf/dl-open.c (add_to_global): Report additions to the global scope
21303         for LD_DEBUG=scopes.
21304         (dl_open_worker): Also print scope of newly loaded dependencies.
21305         (_dl_show_scope): Indicate if there is no scope.
21307         [BZ #13114]
21308         * stdio-common/Makefile (tests): Add bug24.
21309         * stdio-common/bug24.c: New file.
21311 2011-08-19  Andreas Jaeger  <aj@suse.de>
21313         [BZ #13114]
21314         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
21315         non-existant file when using close-on-exec mode.
21317 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
21319         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
21320         the very first instruction.
21322         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
21323         the CFI state in the end.
21324         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
21325         inclusion of dl-trampoline.h.
21326         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
21328 2011-08-19  Andreas Schwab  <schwab@redhat.com>
21330         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
21331         expectations for long double.
21333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
21334         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
21336 2011-08-14  David S. Miller  <davem@davemloft.net>
21338         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
21339         artificual limit depends upon the system page size.
21341 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
21343         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
21344         * resolv/Makefile: Define CFLAGS-libresolv.
21346 2011-08-17  Andreas Schwab  <schwab@redhat.com>
21348         * nss/makedb.c (compute_tables): Make variables used in nested
21349         function static.
21351 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
21353         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
21354         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
21355         if buffer was too small.
21357         * elf/pldd.c (main): Attach to all threads in the process.
21358         Rewrite /proc handling to use *at functions.
21360 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
21362         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
21363         specifies first scope to show.
21364         (dl_open_worker): Update callers.  Move printing scope of new
21365         object to before the relocation.
21366         * elf/rtld.c (dl_main): Update _dl_show_scope call.
21367         * sysdeps/generic/ldsodefs.h: Update declaration.
21369         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
21370         string for the scope number.
21372 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
21374         * nscd/servicescache.c (cache_addserv): Make sure written is always
21375         initialized.
21377 2011-08-14  Roland McGrath  <roland@hack.frob.com>
21379         * sysdeps/i386/i486/bits/atomic.h
21380         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
21381         statement expression, so as to suppress "set but not used" warning.
21382         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
21384         * string/strncat.c (STRNCAT): Use prototype definition.
21386         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
21387         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
21388         -Iprograms here.
21389         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
21390         (localedef-modules): Add localedef.
21391         (locale-modules): Add locale.
21393         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
21394         * elf/rtld.c (dl_main): Invert order of assignment in last change,
21395         to avoid a warning.
21397 2011-08-14  David S. Miller  <davem@davemloft.net>
21399         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
21400         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
21402 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
21404         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
21405         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
21406         * elf/rtld.c (dl_main): Set l_name of vDSO.
21407         Call _dl_show_scope when DL_DEBUG_SCOPES.
21408         (process_dl_debug): Recognize scopes flag and also set it for all.
21409         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
21410         Declare _dl_show_scope.
21412         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
21413         (do_dlopen): Pass caller_dlopen to dl_open.
21414         (__libc_dlopen_mode): Initialize caller_dlopen.
21416         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
21417         of libc.  Make tolower call locale-independent.  Optimize a bit by
21418         using isdigit instead of isalnum.
21419         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
21421 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
21423         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
21424         was a dependency or dynamically loaded.
21426 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
21428         * intl/l10nflist.c: Allow architecture-specific pop function.
21429         * sysdeps/x86_64/l10nflist.c: New file.
21431         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
21432         classification.
21434 2011-08-10  Andreas Schwab  <schwab@redhat.com>
21436         * include/dirent.h: Add libc_hidden_proto for scandirat and
21437         scandirat64.  Don't declare __scandirat64.
21438         * dirent/scandirat.c: Add libc_hidden_def.
21439         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
21440         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
21442 2011-08-10  David S. Miller  <davem@davemloft.net>
21444         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
21445         enum.
21446         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21447         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21448         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21450 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
21452         * Versions.def [libc]: Add GLIBC_2.15.
21453         * dirent/Makefile (routines): Add scandirat and scandirat64.
21454         * dirent/Versions [libc]: Export scandirat and scandirat64 for
21455         GLIBC_2.15.
21456         * dirent/dirent.h: Declare scandirat and scandirat64.
21457         * dirent/scandirat.c: New file.
21458         * dirent/scandirat64.c: New file.
21459         * sysdeps/wordsize-64/scandirat.c: New file.
21460         * sysdeps/wordsize-64/scandirat64.c: New file.
21461         * dirent/opendir.c: Define opendirat.
21462         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
21463         using scandirat.
21464         * dirent/scandir64.c: Adjust for scandir.c change.
21465         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
21466         __scandirat64, and __scandir_cancel_handler.
21467         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
21468         additional parameter and use openat instead of open (outside of ld.so).
21469         Add new __opendir as wrapper around __opendirat.
21470         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
21471         here without requiring old scandirat implementation.
21473 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
21475         * dirent/scandir.c (cancel_handler): Renamed to
21476         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
21477         defined.  Adjust users.
21478         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
21479         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
21481 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
21483         * string/test-string.h (IMPL): Use __STRING to expand name and then
21484         stringify it.
21486         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
21487         of cleanups.
21489 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21491         * string/Makefile: Update.
21492         (strop-tests): Append strncat.
21493         * string/test-wcscmp.c: New file.
21494         New comprehensive test for wcscmp.
21495         * string/test-strcmp.c: Update.
21496         (WIDE): New define.
21498 2011-07-22  Andreas Schwab  <schwab@redhat.com>
21500         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
21501         line.
21503 2011-07-26  Andreas Schwab  <schwab@redhat.com>
21505         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
21506         encoding to ACE if AI_IDN.
21508 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
21510         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
21511         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
21513 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21515         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
21516         Fix overflow bug in strncat.
21517         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
21519         * string/test-strncat.c: Update.
21520         Add new tests for checking overflow bugs.
21522 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21524         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
21525         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
21526         * sysdeps/i386/i686/multiarch/strcat.S: New file.
21527         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
21528         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
21529         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
21530         * sysdeps/i386/i686/multiarch/strncat.S: New file.
21531         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
21532         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
21534         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
21535         (USE_AS_STRCAT): Define.
21536         Add strcat and strncat support.
21537         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
21539 2011-07-25  Andreas Schwab  <schwab@redhat.com>
21541         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
21542         __n bigger than INT_MAX+1.
21543         (__strncmp_g): Likewise.
21545 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
21547         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
21548         * libio/stido.h: Likewise.
21550         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
21551         (AF_NFC): Define.
21552         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
21553         (AF_NFC): Define.
21555         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
21556         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21557         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21558         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
21559         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21561         [BZ #13021]
21562         * scripts/test-installation.pl: Don't expect libnss_test1 to be
21563         installed.
21565         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
21566         typo.
21567         (_dl_x86_64_save_sse): Likewise.
21569 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
21571         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
21572         OSXSAVE.
21573         (_dl_x86_64_save_sse): Likewise.
21575         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
21577         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
21579 2011-07-21  Andreas Schwab  <schwab@redhat.com>
21581         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
21582         change.
21583         (_dl_x86_64_save_sse): Use correct AVX check.
21585 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21587         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
21588         bug in strncpy/strncat.
21589         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
21591 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
21593         * string/tester.c (test_strcat): Add tests for different alignments
21594         of source and destination.
21595         (test_strncat): Likewise.
21597 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
21599         [BZ #12852]
21600         * posix/glob.c (glob): Check passed in values before using them in
21601         expressions to avoid some overflows.
21602         (glob_in_dir): Likewise.
21604         [BZ #13007]
21605         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
21606         check for AVX enablement so that we don't crash with old kernels and
21607         new hardware.
21608         * elf/tst-audit4.c: Add same checks here.
21609         * elf/tst-audit6.c: Likewise.
21611         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
21613 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
21615         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
21617 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
21619         * po/cs.po: Update from translation team.
21620         * po/bg.po: Likewise.
21622 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
21624         * misc/sys/cdefs.h: Add support for const attribute.
21625         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
21626         to gnu_dev_{major,minor,makedev} functions.
21628 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
21630         * intl/dcigettext.c (get_output_charset): Add missing bracket.
21632 2011-07-20  Andreas Schwab  <schwab@redhat.com>
21634         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
21635         strlen results.
21637 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21639         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
21640         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
21641         register in order to avoid conflicts with the soft frame pointer
21642         being held in r11 when necessary.
21643         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
21644         (INTERNAL_VSYSCALL_NCS): Likewise.
21646 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
21648         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
21649         * elf/dl-fini.c (_dl_fini): Adjust caller.
21650         * elf/dl-close.c (_dl_close_worker): Likewise.
21651         * sysdeps/generic/ldsodefs.h: Adjust declaration.
21653 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
21655         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
21656         "aux_cache->nlibs < 0".
21658         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
21659         in the reload-count case.
21661 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21663         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
21664         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
21665         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
21666         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
21667         * sysdeps/x86_64/multiarch/strcat.S: New file.
21668         * sysdeps/x86_64/multiarch/strncat.S: New file.
21669         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
21670         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
21671         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
21672         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
21673         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
21674         (USE_AS_STRCAT): Define.
21675         Add strcat and strncat support.
21676         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
21677         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21678         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
21679         * string/strncat.c: Update.
21680         (USE_AS_STRNCAT): Define.
21681         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
21682         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
21683         and i7.
21684         * sysdeps/x86_64/multiarch/init-arch.h
21685         (bit_Prefer_PMINUB_for_stringop): New.
21686         (index_Prefer_PMINUB_for_stringop): Likewise.
21687         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
21688         bit_Prefer_PMINUB_for_stringop.
21690 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
21692         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
21693         buffer64.
21694         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
21695         of casting of buffer.
21696         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
21697         buffer32 and buffer64.
21698         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
21699         writes instead of casting of buffer.
21700         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
21701         buffer32.
21702         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
21703         casting of buffer.
21705 2011-07-19  Andreas Schwab  <schwab@redhat.com>
21707         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
21709 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
21711         * nscd/nscd.c (termination_handler): Don't do anything for a database
21712         if it has not yet been initialized.
21714 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
21716         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
21718 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
21720         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
21722 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
21724         * po/nl.po: Update from translation team.
21725         * po/sv.po: Likewise.
21727 2011-07-16  Roland McGrath  <roland@hack.frob.com>
21729         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
21730         now disallowed by GCC.
21732         * configure.in (use-default-link): Default to yes if a test -shared
21733         link meets our qualifications.
21734         * configure: Regenerated.
21736         * config.make.in (output-format): New variable.
21737         * configure.in: Check for ld --print-output-format support.
21738         * configure: Regenerated.
21739         * Makerules ($(common-objpfx)format.lds)
21740         [$(output-format) != unknown]: Just use $(output-format),
21741         instead of the linker-script munging.
21743 2011-07-14  Roland McGrath  <roland@hack.frob.com>
21745         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
21746         of $(common-objpfx)shlib.lds.
21747         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
21749         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
21750         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
21752         * configure.in (-z relro check): Adjust test code to add a large
21753         writable data section after it.
21754         * configure: Regenerated.
21756 2011-07-11  Roland McGrath  <roland@hack.frob.com>
21758         * configure.in (-z relro check): Fix test code to make the variable
21759         truly const.
21760         * configure: Regenerated.
21762 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
21764         * nscd/nscd.h (struct traced_file): Define.
21765         (struct database_dyn): Remove inotify_descr, reset_res, and filename
21766         elements.  Add traced_files.
21767         (inotify_fd): Declare.
21768         (register_traced_file): Declare.
21769         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
21770         (inotify_fd): Export.
21771         (resolv_conf_descr): Remove.
21772         (nscd_init): Move inotify descriptor creation to main.
21773         Don't register files for notification here.
21774         (register_traced_file): New function.
21775         (invalidate_cache): Don't use reset_res to determine whether to call
21776         res_init, go through the list of registered files.
21777         (main_loop_poll): The inotify descriptors are now stored in the
21778         structures for the traced files.
21779         (main_loop_epoll): Likewise
21780         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
21781         to __nss_disable_nscd.
21782         * nscd/cache.c (prune_cache): There is no single inotify descriptor
21783         for a database anymore.  Check the records for all the registered
21784         files instead.
21785         * nss/Makefile (libnss_files-routines): Add files-init.
21786         (libnss_db-routines): Add db-init.
21787         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
21788         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
21789         * nss/nss_db/db-init.c: New file.
21790         * nss/nss_files/files-init.c: New file.
21791         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
21792         __nss_lookup_function.
21793         (__nss_lookup_function): Call nss_load_library.
21794         (nss_load_all_libraries): New function.
21795         (__nss_disable_nscd): Take parameter with callback function for files
21796         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
21797         used for the cached services.
21798         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
21799         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
21800         options for features to all the files in nscd.
21802         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
21804 2011-07-10  Roland McGrath  <roland@hack.frob.com>
21806         * csu/elf-init.c (__libc_csu_init): Comment typo.
21808 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
21810         * po/pl.po: Update from translation team.
21811         * po/ja.po: Likewise.
21812         * po/ru.po: Likewise.
21813         * po/ko.po: Likewise.
21814         * po/fr.po: Likewise.
21816 2011-07-09  Roland McGrath  <roland@hack.frob.com>
21818         * configure.in (.ctors/.dtors header and trailer check):
21819         Use an empirical test on a built program.
21820         * configure: Regenerated.
21822         * configure.in (-z relro check): Use an empirical test on a built DSO.
21823         Detect, but do not require, on ia64.
21824         * configure: Regenerated.
21826         * configure.in (READELF): Find it with AC_CHECK_TOOL.
21827         Update tests that use readelf to use $READELF instead.
21828         * configure: Regenerated.
21830 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
21832         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
21833         if the result is not used.
21835 2011-07-05  Andreas Jaeger  <aj@suse.de>
21837         [BZ#9696]
21838         * stdlib/tst-strtod.c: Add testcase.
21840 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
21842         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
21843         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
21844         The latter has a higher limit.  Take additional parameter to pass to
21845         the new function.
21846         (__pathconf): Pass file to __statfs_link_max.
21847         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
21848         __statfs_link_max.
21849         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
21850         __statfs_link_max.
21852         [BZ #12868]
21853         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
21854         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
21855         Handle Lustre.
21856         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
21857         (__statfs_filesize_max): Likewise.
21858         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
21860 2011-07-05  Andreas Jaeger  <aj@suse.de>
21862         * resolv/res_comp.c (dn_skipname): Remove unused variable.
21864 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
21866         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
21867         `status' variable.
21868         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
21869         Likewise.
21871 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
21873         * Makefile (strop-tests): Add strncat.
21874         * string/test-strncat.c: New file.
21876 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
21878         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
21880 2011-06-21  Andreas Jaeger  <aj@suse.de>
21882         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
21883         Copy rule from iconvdata/Makefile.
21885 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
21887         [BZ #12922]
21888         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
21889         but no long options are defined, just return 'W'.
21891 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
21893         [BZ #9696]
21894         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
21896 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
21898         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
21899         netgroups to read.
21900         (innetgr): Likewise.
21902 2011-07-05  Roland McGrath  <roland@hack.frob.com>
21904         * config.make.in (install_root): Default to $(DESTDIR).
21906 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
21908         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
21910 2011-07-02  Roland McGrath  <roland@hack.frob.com>
21912         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
21914         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
21915         containing directory rather than embedding absolute directory names.
21917         * scripts/check-local-headers.sh: Rewritten using awk.
21918         Match by word, not by line.  Print error messages for matches.
21919         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
21921         * Makerules [shlib-lds-flags empty]:
21922         ($(common-objpfx)libc_pic.opts): New target.
21923         ($(common-objpfx)libc_pic.os.clean): New target.
21924         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
21926         * config.make.in (OBJCOPY): New variable.
21927         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
21928         * configure: Regenerated.
21930         * config.make.in (use-default-link): New variable.
21931         * configure.in (use_default_link): Grok --with-default-link to set it.
21932         * configure: Regenerated.
21933         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
21934         (shlib-lds, shlib-lds-flags): Define to empty.
21936         * Makerules (shlib-lds): New variable.
21937         (shlib-lds-flags): New variable.
21938         (build-shlib, build-moduile, build-module-asneeded): Use it.
21939         ($(common-objpfx)libc.so): Use $(shlib-lds).
21940         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
21941         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
21943         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
21944         DT_FLAGS/DT_FLAGS_1 with zero flags.
21946         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
21947         linker script munging.
21949 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
21951         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
21952         as 128-bit value.
21953         * crypt/sha512.c (sha512_process_block): Perform total addition using
21954         128-bit if possible.
21955         (__sha512_finish_ctx): Likewise.
21956         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
21957         as 64-bit value.
21958         * crypt/sha256.c (SWAP64): Define.
21959         (sha256_process_block): Perform total addition using 64-bit if
21960         possible.
21961         (__sha256_finish_ctx): Likewise.
21963 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
21965         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
21966         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21967         * nscd/hstcache.c (cache_addhst): Likewise.
21968         * nscd/grpcache.c (cache_addgr): Likewise.
21969         * nscd/aicache.c (addhstaiX): Likewise
21970         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
21972 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
21974         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
21975         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21976         * nscd/hstcache.c (cache_addhst): Likewise.
21977         * nscd/grpcache.c (cache_addgr): Likewise.
21978         * nscd/aicache.c (addhstaiX): Likewise
21980 2011-07-01  Andreas Schwab  <schwab@redhat.com>
21982         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
21983         domain only when needed.
21985 2011-06-30  Andreas Schwab  <schwab@redhat.com>
21987         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
21988         is always restored.
21990 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
21992         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
21993         are re-adding the entry.
21994         * nscd/servicescache.c (cache_addserv): Likewise.
21996 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
21998         * sysdeps/generic/dl-irel.h: fix protection against multiple
21999         inclusions.
22000         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
22002 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
22004         [BZ #12935]
22005         * malloc/memusage.sh: Fix quoting in message.
22006         * debug/xtrace.sh: Likewise.
22008         * configure.in: Remove support for --experimental-malloc option, make
22009         it the default.
22010         * config.make.in: Likewise.
22011         * malloc/Makefile: Likewise.
22013 2011-06-27  Andreas Schwab  <schwab@redhat.com>
22015         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
22016         two-byte characters.
22018 2011-06-27  Roland McGrath  <roland@hack.frob.com>
22020         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
22021         AC_CACHE_CHECK invocation.
22022         * configure: Regenerated.
22024         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
22026 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
22028         [BZ #12350]
22029         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
22030         bit from old_res_options.
22032         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
22034         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
22035         value type for setfct.
22037 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
22039         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
22040         __gettimeofday instead of gettimeofday.
22042 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
22044         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
22046 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
22048         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
22050         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
22051         info.
22053 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
22055         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
22056         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
22057         strcpy-sse2-unaligned strncpy-sse2-unaligned
22058         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
22059         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
22060         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
22061         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
22062         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
22063         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
22064         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
22065         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
22066         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
22067         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
22068         (STRCPY): Support SSE2 and SSSE3 versions.
22070 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
22072         [BZ #12874]
22073         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
22074         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
22075         kernels which artificially limit size of requests.
22077 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
22079         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
22080         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
22081         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
22082         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
22083         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
22084         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
22085         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
22086         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
22087         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
22088         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
22089         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
22090         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
22091         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
22092         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
22093         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
22094         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22095         Enable unaligned load optimization for Intel Core i3, i5 and i7
22096         processors.
22097         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
22098         Define.
22099         (index_Fast_Unaligned_Load): Define.
22100         (HAS_FAST_UNALIGNED_LOAD): Define.
22102 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
22104         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
22106 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
22108         [BZ #12907]
22109         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
22110         until it is clear that the information is realy needed.
22111         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
22113 2011-06-22  Andreas Schwab  <schwab@redhat.com>
22115         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
22117 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
22119         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
22120         /sys/devices/system/cpu/online if it is usable.
22122         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
22123         reading the information from the /proc filesystem to once a second.
22125 2011-06-21  Andreas Jaeger  <aj@suse.de>
22127         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
22128         NULL after inclusion of kernel headers.
22130 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
22132         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
22133         calls to internal_setent.
22135         [BZ #12885]
22136         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
22137         addresses using gethostbyname4_r ignore IPv4 addresses.
22139         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
22140         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
22142         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
22144 2011-06-20  David S. Miller  <davem@davemloft.net>
22146         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
22147         inclusions.
22148         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
22150         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
22151         (elf_irel): Use it.
22152         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
22153         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
22154         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
22155         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
22156         * sysdeps/x86_64/dl-irel.h: Likewise.
22158         * elf/dl-runtime.c: Use elf_ifunc_invoke.
22159         * elf/dl-sym.c: Likewise.
22161 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
22163         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
22164         need to dereference resplen2.
22166 2011-06-14  Andreas Schwab  <schwab@redhat.com>
22168         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
22170 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
22172         * Makeconfig: Define vardbdir and inst_vardbdir.
22173         * nss/Makefile: Add rules to install db-Makefile.
22175         * nss/nss_db/db-XXX.c: Cleanup.
22177         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
22178         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
22179         GLIBC_PRIVATE.
22180         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
22181         * nss/makedb.c: Implement -g option to specify that value strings
22182         are generated and should not be added to table iterated over for
22183         get*ent calls.
22184         * nss/nss_db/db-initgroups.c: New file.
22186         * nss/getent.c: Add support for initgroups lookups through getgrouplist
22187         interface.
22189         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
22190         (internal_getgrouplist): Adjust to name change.
22191         Update use_initgroups_entry if this is not the first call.
22192         * nss/databases.def: Add initgroups entry.
22194         * nss/makedb.c (compute_tables): Check result of multiple hash table
22195         sizes to minimize maximum chain length.
22197 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
22199         * Versions.def: Add entry for libnss_db.
22200         * shlib-versions: Likewise.
22201         * nss/Makefile: Add rules to build libnss_db.
22202         * nss/Versions: Add libnss_db information.  Organize libnss_files
22203         entries better.
22204         * nss/db-Makefile: Add gshadow support.  Change rules for the new
22205         makedb progra.  Some minor improvements to generate smaller files.
22206         * nss/nss_db/nss_db.h: Move NSS database header data structures to
22207         here from...
22208         * nss/makedb.c: ...here.
22209         Improve database format to be smaller and require less memory at
22210         runtime.
22211         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
22212         db anymore.
22213         * nss/nss_db/db-netgrp.c: Likewise.
22214         * nss/nss_db/db-open.c: Likewise.
22215         * nss/nss_files/flies-XXX.x: Adjust comments.
22216         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
22217         * nss/nss_files/files-grp.c: Likewise.
22218         * nss/nss_files/files-hosts.c: Likewise.
22219         * nss/nss_files/files-network.c: Likewise.
22220         * nss/nss_files/files-proto.c: Likewise.
22221         * nss/nss_files/files-pwd.c: Likewise.
22222         * nss/nss_files/files-rpc.c: Likewise.
22223         * nss/nss_files/files-service.c: Likewise.
22224         * nss/nss_files/files-sgrp.c: Likewise.
22225         * nss/nss_files/files-spwd.c: Likewise.
22226         * nss/nss_db/db-alias.c: Removed.
22227         * nss/nss_db/dummy-db.h: Removed.
22229 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
22231         * nss/makedb.c: Rewritten to not use database library.
22232         * nss/Makefile: Update to build new makedb program.
22234 2011-06-14  Andreas Jaeger  <aj@suse.de>
22236         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
22237         memset declaration.
22239 2011-06-10  Andreas Schwab  <schwab@redhat.com>
22241         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
22242         tmpbuf.
22244 2011-06-10  Roland McGrath  <roland@hack.frob.com>
22246         * Makerules (shlib.lds): Fail if the linker script comes out empty.
22247         * elf/Makefile ($(objpfx)ld.so): Likewise.
22249         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
22250         Don't list ld.so twice in dependencies.
22252         * posix/bug-regex31.c: Include <stdlib.h>.
22254         * nscd/hstcache.c (cache_addhst): Remove unused variable.
22256         * nis/nss_compat/compat-spwd.c
22257         (getspent_next_nss_netgr): Remove unused variable.
22258         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
22260         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
22261         nonmembers" output to use the right array.
22263         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
22265         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
22267         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
22268         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
22269         * catgets/gencat.c (read_input_file): Likewise.
22270         * locale/programs/locarchive.c (enlarge_archive): Likewise.
22272         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
22273         variable definition inside #if's controlling its use.
22275         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
22277         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
22279         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
22281         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
22282         unreachable code.
22284         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
22286         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
22287         * configure: Regenerated.
22289         * Makerules: Revert last change.
22290         * elf/Makefile: Likewise.
22292 2011-06-09  Roland McGrath  <roland@hack.frob.com>
22294         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
22295         * elf/Makefile ($(objpfx)librtld.os): Likewise.
22296         (reloc-link): Likewise.
22298 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
22300         * elf/Makefile: Add rules to build pldd.
22301         * elf/pldd.c: New file.
22302         * elf/pldd-xx.c: New file.
22304 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
22306         * version.h: Update for 2.15 development version.
22308 2011-06-07  David S. Miller  <davem@davemloft.net>
22310         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
22311         ifuncs.
22312         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
22313         elf_machine_lazy_rel): Likewise.
22314         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
22315         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
22316         elf_machine_lazy_rel): Likewise.
22317         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
22318         dl_hwcap via passed in argument.
22319         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
22320         Likewise.
22322 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22324         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
22326 2011-06-06  Roland McGrath  <roland@hack.frob.com>
22328         [BZ #12849]
22329         * manual/fdl-1.1.texi: New file, verbatim from:
22330         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
22331         * manual/lgpl-2.1.texi: New file, verbatim from:
22332         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
22333         * manual/Makefile (licenses): New variable, list those new file names.
22334         (texis): Use it.
22335         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
22337         * manual/fdl.texi: File removed.
22338         * manual/lesser.texi: File removed.
22339         * manual/libc.texinfo (Copying, Documentation License):
22340         Use new @include file names, put @appendix directive before @include.
22342 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
22344         [BZ #12841]
22345         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
22346         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
22347         (mq_open): Add __NTH.
22349 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
22351         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22352         Assume Intel Core i3/i5/i7 processor if AVX is available.
22354 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
22356         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
22357         typo.
22359 2011-05-31  Andreas Schwab  <schwab@redhat.com>
22361         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
22362         memory.  Use alloca_account.  Fix memory leak when retrying.
22364 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
22366         * version.h (RELEASE): Bump for 2.14 release.
22367         * include/features.h (__GLIBC_MINOR__): Bump to 14.
22369         * config.make.in (RANLIB): Remove entry.
22371 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
22373         * po/Makefile (po-sed-cmd): Add ksh to extensions.
22374         (libc.pot): Work around missing support for .ksh extension in xgettext.
22376         [BZ #12684]
22377         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
22378         if both request failed.
22379         (send_dg): In case of server errors clear resplen or *resplen2.
22381         [BZ #12454]
22382         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
22383         when there are multiple maps.
22384         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
22385         (_dl_fini): Remove test here.
22387         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
22389 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
22391         [BZ #12350]
22392         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
22393         bit from old_res_options.
22394         (gaih_inet): Likewise.
22396         [BZ #11099]
22397         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
22398         as signed.
22400         * resolv/res_init.c (res_setoptions): Make the code more compact.
22402         [BZ #11558]
22403         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
22404         set RES_USEVC.
22406         [BZ #11634]
22407         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
22409         * malloc/malloc.h: Mark malloc hook variables as deprecated.
22411         [BZ #11781]
22412         * malloc/malloc.h: Declare malloc hook variables as volatile.
22414         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
22415         in last patch.
22417         [BZ #11799]
22418         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
22419         raise in the comment.
22420         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
22421         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
22422         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
22424 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
22426         [BZ #12811]
22427         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
22428         grow the buffers more if it already has to be sufficient.
22429         (build_wcs_upper_buffer): Likewise.
22430         * posix/regexec.c (check_matching): Likewise.
22431         (clean_state_log_if_needed): Likewise.
22432         (extend_buffers): Don't enlarge buffers beyond size of the input
22433         buffer.
22434         Patches mostly by Emil Wojak <emil@wojak.eu>.
22435         * posix/bug-regex32.c: New file.
22436         * posix/Makefile (tests): Add bug-regex32.
22438         * locale/findlocale.c (_nl_find_locale): Return right away if
22439         _nl_explode_name failed.
22440         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
22442         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
22444         * debug/xtrace.sh: Unify messages.
22445         * malloc/memusage.sh: Likewise.
22447         [BZ #12813]
22448         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
22449         time symbol from vDSO.  Substitute with vsyscall if not available.
22450         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
22451         __vdso_time.
22453         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
22454         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
22455         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
22456         Add sendmmsg and internal_sendmmsg.
22457         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
22458         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
22459         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
22461         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
22462         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
22463         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
22465 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
22467         [BZ #12813]
22468         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
22469         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
22470         available.
22471         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
22472         __vdso_getcpu.
22474         [BZ #12814]
22475         * iconvdata/Makefile (tests): Add bug-iconv9.
22476         * iconvdata/bug-iconv9.c: New file.
22478 2011-05-27  Andreas Schwab  <schwab@redhat.com>
22480         [BZ #12814]
22481         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
22483 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
22485         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
22486         (struct user_regs_struct): Change intcs field back to cs.
22488 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
22490         * po/ja.po: Update from translation team.
22492 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
22494         [BZ #12795]
22495         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
22496         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
22498 2011-05-20  Andreas Schwab  <schwab@redhat.com>
22500         * stdlib/longlong.h: Update from GCC.
22502 2011-05-23  Andreas Schwab  <schwab@redhat.com>
22504         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
22505         parameter name.
22506         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
22507         Add parameter name.
22508         (__sysconf): Pass it down.
22510 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
22512         [BZ #12671]
22513         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
22514         some situations.
22515         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
22516         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
22517         add in in __libc_use_alloca calls.  Adjust callers.
22518         (glob): Use malloc in some situations.
22520         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
22521         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
22522         pltexit.
22524 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
22526         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
22527         and CLOCK_BOOTTIME_ALARM.
22529         [BZ #12782]
22530         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
22531         is returned.
22533         * string/_strerror.c (__strerror_r): Print negative errors as signed
22534         numbers.
22536         [BZ #12777]
22537         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
22538         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
22539         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
22541         * configure.in: Fix typo in redirection and correct removal of test
22542         files in two cases.
22544         [BZ #12788]
22545         * locale/setlocale.c (new_composite_name): Fix test to check for
22546         identical name of all categories.
22548         [BZ #12792]
22549         * libio/filedoalloc.c (local_isatty): New function.
22550         (_IO_file_doallocate): Use local_isatty.
22551         * stdio-common/perror.c (perror): In case a new stream is used
22552         forward the stream error.
22553         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
22554         error flag.
22556 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
22558         [BZ #11869]
22559         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
22560         alloca.
22561         * include/alloca.h (extend_alloca_account): Define.
22563         [BZ #11857]
22564         * posix/regex.h: Fix comments with documentation of user-accessible
22565         fields after compilation and describe correct free'ing of pattern
22566         after re_compile_pattern.
22567         Patch by Reuben Thomas <rrt@sc3d.org>.
22569 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
22571         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
22572         and -mno-altivec to prevent the compiler from using Altivec and/or
22573         VSX instructions when the corresponding registers are not available.
22575 2011-05-19  Andreas Schwab  <schwab@redhat.com>
22577         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
22579 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
22581         * libio/freopen.c (freopen): Use __dup2, not dup2.
22582         * libio/freopen64.c (freopen64): Likewise.
22584 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
22586         [BZ #12775]
22587         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
22588         * math/Makefile (tests): Add test-powl.
22589         (CFLAGS-test-powl.c): Define.
22590         * math/test-powl.c: New file.
22592 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
22594         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
22596 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
22598         [BZ #11837]
22599         * iconvdata/gb18030.c: Update to GB18020-2005.
22601 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
22603         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
22604         RE_SYNTAX_POSIX_AWK): Update to match recent development.
22605         Patch by Aharon Robbins <arnold@skeeve.com>.
22607         [BZ #11892]
22608         * stdlib/putenv.c (putenv): Don't always create copy of the variable
22609         on the stack.
22611         [BZ #11895]
22612         * misc/pselect.c (__pselect): Handle timeout value errors hidden
22613         through underflows.
22615         [BZ #12766]
22616         * misc/error.c (error_at_line): Ensure file_name and old_file_name
22617         point to strings before performing equality test for error_one_per_line
22618         mode.
22620         [BZ #11697]
22621         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
22623         [BZ #11820]
22624         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
22625         (struct user_fpregs_struct): Avoid __uint*_t types.
22627         [BZ #6420]
22628         * malloc/mtrace.c (tr_where): Add additional parameter to point to
22629         symbol info.  Use it instead of calling _dl_addr locally.
22630         (lock_and_info): New function.
22631         (tr_freehook): Call lock_and_info and pass symbol info as additional
22632         parameter to tr_where.
22633         (tr_mallochook): Likewise.
22634         (tr_reallochook): Likewise.
22635         (tr_memalignhook): Likewise.
22637         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
22638         used and couldn't be at all thread-safe.
22640 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
22642         * libio/freopen.c (freopen): Don't close old file descriptor
22643         before the new one is opened.  Instead dup the new file descriptor
22644         to the old one after the new stream is created.
22645         * libio/freopen64.c (freopen64): Likewise.
22646         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
22647         * libio/fileops.c (_IO_new_file_close_it): Handle new
22648         _IO_FLAGS2_NOCLOSE flag.
22649         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
22650         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
22651         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
22652         _IO_FLAGS2_NOCLOSE flag.
22653         * include/unistd.h: Add hidden_proto for dup3.
22654         Define __have_dup3.
22655         * io/dup3.c: Define hidden symbol.
22656         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
22658         [BZ #7101]
22659         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
22660         when an incomplete long option is used.
22661         * posix/tst-getopt_long1.c: New file.
22662         * posix/Makefile (tests): Add tst-getopt_long1.
22664         [BZ #10138]
22665         * scripts/config.guess: Update from autoconf-2.68.
22666         * scripts/config.sub: Likewise.
22668         [BZ #10157]
22669         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
22670         tests into ...
22671         (has_cpuclock): ...this.  New function.
22672         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
22673         macro here based on has_cpuclock code.
22675         [BZ #10149]
22676         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
22677         First byte (not low byte) is now always NUL.
22678         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
22680         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
22681         Use non-cancelable interfaces.
22683         [BZ #9809]
22684         * locale/iso-639.def: Add entry for Sorani.
22686         [BZ #11901]
22687         * include/stdlib.h: Move include protection to the right place.
22688         Define abort_msg_s.  Declare __abort_msg with it.
22689         * stdlib/abort.c (__abort_msg): Adjust type.
22690         * assert/assert.c (__assert_fail_base): New function.  Majority
22691         of code from __assert_fail.  Allocate memory for __abort_msg with
22692         mmap.
22693         (__assert_fail): Now call __assert_fail_base.
22694         * assert/assert-perr.c: Remove bulk of implementation.  Use
22695         __assert_fail_base.
22696         * include/assert.hL Declare __assert_fail_base.
22697         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
22698         mmap.
22699         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
22701 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
22703         [BZ #11952]
22704         [BZ #12453]
22705         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
22706         until all modules are registered in the DTV.
22707         * elf/Makefile: Add rules to build and run tst-tls19.
22708         * elf/tst-tls19.c: New file.
22709         * elf/tst-tls19mod1.c: New file.
22710         * elf/tst-tls19mod2.c: New file.
22711         * elf/tst-tls19mod3.c: New file.
22712         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
22714         [BZ #12083]
22715         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
22716         correctly.
22718         [BZ #12601]
22719         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
22720         two-byte sequence errors.
22721         * iconvdata/Makefile (tests): Add bug-iconv8.
22722         * iconvdata/bug-iconv8.c: New file.
22724         [BZ #12626]
22725         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
22726         buf2 definition.
22728         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
22730         [BZ #12432]
22731         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
22732         (dummy_getcfa): New function.
22733         (init): Get _Unwind_GetCFA address, use dummy if not found.
22734         (backtrace_helper): In recursion check, also check whether CFA changes.
22735         (__backtrace): Completely initialize arg.
22737         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
22738         storing incomplete byte sequence in state object.  Avoid testing for
22739         guaranteed too small input if we know there is enough data available.
22741 2011-05-11  Andreas Schwab  <schwab@redhat.com>
22743         * Makeconfig (+link-pie): Indent.
22744         * Rules (binaries-pie): Define if $(have-fpie) and
22745         $(build-shared).
22746         (binaries-shared): Also filter out $(binaries-pie).
22747         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
22748         * nscd/Makefile (others-pie): Add nscd.
22749         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
22750         ($(objpfx)nscd): Remove command override.
22751         * login/Makefile (others-pie): Add pt_chown.
22752         ($(objpfx)pt_chown): Remove command override.
22753         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
22754         remove command overrides.
22756 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
22758         * libio/tst_putwc.c: Fix error messages.
22760         [BZ #12724]
22761         * libio/fileops.c (_IO_new_file_close_it): Always flush when
22762         currently writing and seek to current position when not.
22763         * libio/Makefile (tests): Add bug-fclose1.
22764         * libio/bug-fclose1.c: New file.
22766 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
22768         [BZ #12511]
22769         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
22770         don't set DF_1_NODELETE here.
22771         (do_lookup_x): When entering new entry test for copy relocation
22772         and if necessary set DF_1_NODELETE flag.
22773         * elf/tst-unique4.cc: New file.
22774         * elf/tst-unique4.h: New file.
22775         * elf/tst-unique4lib.cc: New file.
22776         * elf/Makefile: Add rules to build and run tst-unique4.
22777         Patch by Piotr Bury <pbury@goahead.com>.
22779 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
22781         [BZ #12052]
22782         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
22784         [BZ #12625]
22785         * misc/mntent_r.c (addmntent): Flush the stream after the output
22787         [BZ #12393]
22788         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
22789         (is_trusted_path_normalize): Skip initial colon.  Append slash
22790         to empty buffer.  Duplicate is_trusted_path code but allow
22791         constructed patch to be prefix.
22792         (is_dst): Allow $ORIGIN followed by /.
22793         (_dl_dst_substitute): Correct clearing of check_for_trusted.
22794         Correct testing of result of is_trusted_path_normalize
22795         (decompose_rpath): Fix warning.
22797 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
22799         [BZ #11257]
22800         * grp/initgroups.c (internal_getgrouplist): When we found the service
22801         list through the initgroups entry in nsswitch.conf do not always
22802         continue on a successful lookup.  Don't always use the
22803         __nss_group_database value if it is set.
22804         * nss/nsswitch.conf (initgroups): Change action for successful db
22805         lookup to continue for compatibility.
22807 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
22809         [BZ #11532]
22810         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
22811         and CP774 modules.
22812         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
22813         and CP774 modules.
22814         * iconvdata/tst-tables.sh: Likewise.
22815         * iconvdata/cp770.c: New file.
22816         * iconvdata/cp771.c: New file.
22817         * iconvdata/cp772.c: New file.
22818         * iconvdata/cp773.c: New file.
22819         * iconvdata/cp774.c: New file.
22820         * iconvdata/testdata/CP770: New file.
22821         * iconvdata/testdata/CP770..UTF8: New file.
22822         * iconvdata/testdata/CP771: New file.
22823         * iconvdata/testdata/CP771..UTF8: New file.
22824         * iconvdata/testdata/CP772: New file.
22825         * iconvdata/testdata/CP772..UTF8: New file.
22826         * iconvdata/testdata/CP773: New file.
22827         * iconvdata/testdata/CP773..UTF8: New file.
22828         * iconvdata/testdata/CP774: New file.
22829         * iconvdata/testdata/CP774..UTF8: New file.
22831         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
22832         END CHARMAP line.
22833         * iconvdata/gen-8bit-gap.sh: Likewise.
22834         * iconvdata/gen-8bit.sh: Likewise.
22836         * locale/iso-639.def: Add ary entry.
22838         [BZ #11258]
22839         * locale/C-translit.h.in: Add U20A1 transliteration.
22841         [BZ #12178]
22842         * locale/iso-639.def: Add wae entry.
22843         Patch by Kevin Bortis <bortis@translate-wae.ch>.
22845         [BZ #12545]
22846         * locale/programs/localedef.c (construct_output_path): Use ssize_t
22847         for n.
22849         [BZ #12711]
22850         * locale/C-translit.h.in: Add entry for U20B9.
22851         Patch by pravin.d.s@gmail.com.
22853 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
22855         [BZ #12713]
22856         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
22857         ENAMETOOLONG use generic getcwd.
22858         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
22859         in rtld.  Use *stat64.
22860         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
22861         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
22862         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
22863         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
22864         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
22865         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
22866         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
22867         __fstatat64 macros.
22868         * include/dirent.h: Add libc_hidden_proto for rewinddir.
22869         * dirent/rewinddir.c: Add libc_hidden_def.
22870         * sysdeps/mach/hurd/rewinddir.c: Likewise.
22871         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
22873         * include/dirent.h (__alloc_dir): Add flags parameter.
22874         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
22875         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
22876         __alloc_dir.
22877         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
22878         from fdopendir if O_CLOEXEC is already set.
22880 2011-03-15  Alan Modra  <amodra@gmail.com>
22882         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
22883         l_tls_firstbyte_offset non-zero.  Save padding offset in
22884         l_tls_firstbyte_offset for later use.
22885         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
22886         freeing static tls block.
22888 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
22890         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
22891         where #ifdef was intended.  The intent is to prevent ARG_MAX from
22892         being defined by the kernel headers.
22894 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
22896         [BZ #12734]
22897         * resolv/resolv.h: Define RES_NOTLDQUERY.
22898         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
22899         no-tld-query and set RES_NOTLDQUERY.
22900         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
22901         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
22902         modern BIND to search name as TLD unless forbidden.
22904 2011-05-07  Petr Baudis  <pasky@suse.cz>
22905             Ulrich Drepper  <drepper@gmail.com>
22907         [BZ #12393]
22908         * elf/dl-load.c (fillin_rpath): Move trusted path check...
22909         (is_trusted_path): ...to here.
22910         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
22911         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
22912         using is_trusted_path_normalize() in setuid scripts.
22914 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
22916         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
22917         __BEGIN/__END_DECLS.
22919 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
22921         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
22922         NSS_STATUS_NOTFOUND if no record was found.
22924 2011-05-05  Andreas Schwab  <schwab@redhat.com>
22926         * sunrpc/Makefile (headers): Add rpc/netdb.h.
22927         (headers-not-in-tirpc): Remove rpc/netdb.h
22928         * resolv/netdb.h: Revert last change.
22930 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
22932         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
22933         circular dependency between libgcc.a and libc.a.
22935 2011-05-05  Andreas Schwab  <schwab@redhat.com>
22937         * resolv/netdb.h: Don't include <rpc/netdb.h>.
22938         * nis/Makefile: Don't install rpcsvc/*.
22939         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
22940         instead of <rpc/types.h>.
22941         (MAXHOSTNAMELEN): Define.
22943 2011-05-03  Andreas Schwab  <schwab@redhat.com>
22945         * elf/ldconfig.c (add_dir): Don't crash on empty path.
22947 2011-04-28  Maciej Babinski  <mbabinski@google.com>
22949         [BZ #12714]
22950         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
22951         gethostbyname4_r when IPv6 results are possible.
22953 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
22955         [BZ #12723]
22956         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
22957         _PC_PIPE_BUF handling.
22959 2011-04-30  Bruno Haible  <bruno@clisp.org>
22961         [BZ #12717]
22962         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
22963         * resolv/netdb.h (getnameinfo): Change type of flags parameter
22964         to 'int'.
22965         * inet/getnameinfo.c (getnameinfo): Likewise.
22967 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
22969         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
22970         to groups setting in database lookup.
22971         * nss/nsswitch.conf: Add initgroups entry.
22973 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
22975         [BZ #12685]
22976         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
22977         mode string.
22978         Patch by Eric Blake <eblake@redhat.com>.
22980 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
22982         * sunrpc/Makefile (need-export-routines): Add svc_run.
22983         (routines): Remove svc_run.
22984         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
22985         * sunrpc/clnt_perr.c (clnt_perrno): Export.
22986         * sunrpc/svc_run.c (svc_run): Likewise.
22987         * sunrpc/svc_udp.c (svcudp_create): Likewise.
22989 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
22991         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
22992         problem in reallocation in last patch.
22994 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
22996         * sunrpc/Makefile: Move inclusion of Rules.
22998 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
23000         * nss/nss_files/files-initgroups.c: New file.
23001         * nss/Makefile (libnss_files-routines): Add files-initgroups.
23002         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
23003         _nss_files_initgroups_dyn.
23005 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
23007         * elf/elf.h (R_ARM_IRELATIVE): Define.
23009 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
23011         * po/ru.po: Update from translation team.
23013 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
23015         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
23016         dependencies.
23018 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
23020         [BZ #12653]
23021         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
23022         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
23023         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
23024         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23025         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23027 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
23029         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
23030         differing bytes.
23031         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23032         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23033         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23035 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
23037         [BZ #12420]
23038         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
23039         storing it.
23040         * stdlib/bug-getcontext.c: New file.
23041         * stdlib/Makefile: Add rules to build and run bug-getcontext.
23043 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23045         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
23046         instructions into .machine "z9-109".
23047         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
23048         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
23050 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23052         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
23053         between environment variables and auxiliary vector.
23055 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
23057         * Makefile: Add rules to build linkobj/libc.so.
23058         * include/libc-symbols.h: Define libc_hidden_nolink.
23059         * include/rpc/auth.h: Mark functions which are to be hidden.
23060         * include/rpc/auth_des.h: Likewise.
23061         * include/rpc/auth_unix.h: Likewise.
23062         * include/rpc/clnt.h: Likewise.
23063         * include/rpc/des_crypt.h: Likewise.
23064         * include/rpc/key_prot.h: Likewise.
23065         * include/rpc/pmap_clnt.h: Likewise.
23066         * include/rpc/pmap_prot.h: Likewise.
23067         * include/rpc/pmap_rmt.h: Likewise.
23068         * include/rpc/rpc_msg.h: Likewise.
23069         * include/rpc/svc.h: Likewise.
23070         * include/rpc/svc_auth.h: Likewise.
23071         * include/rpc/xdr.h: Likewise.
23072         * nis/Makefile: Link all DSOs against linkobj/libc.so.
23073         * nss/Makefile: Likewise.
23074         * sunrpc/Makefile: Don't install headers.  Build library with normal
23075         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
23076         * sunrpc/auth_des.c: Hide exported symbols by default, export some
23077         for the compat linking library.  Remove use of INTDEF/INTUSE.
23078         * sunrpc/auth_none.c: Likewise.
23079         * sunrpc/auth_unix.c: Likewise.
23080         * sunrpc/authdes_prot.c: Likewise.
23081         * sunrpc/authuxprot.c: Likewise.
23082         * sunrpc/clnt_gen.c: Likewise.
23083         * sunrpc/clnt_perr.c: Likewise.
23084         * sunrpc/clnt_raw.c: Likewise.
23085         * sunrpc/clnt_simp.c: Likewise.
23086         * sunrpc/clnt_tcp.c: Likewise.
23087         * sunrpc/clnt_udp.c: Likewise.
23088         * sunrpc/clnt_unix.c: Likewise.
23089         * sunrpc/des_crypt.c: Likewise.
23090         * sunrpc/des_soft.c: Likewise.
23091         * sunrpc/get_myaddr.c: Likewise.
23092         * sunrpc/key_call.c: Likewise.
23093         * sunrpc/key_prot.c: Likewise.
23094         * sunrpc/netname.c: Likewise.
23095         * sunrpc/pm_getmaps.c: Likewise.
23096         * sunrpc/pm_getport.c: Likewise.
23097         * sunrpc/pmap_clnt.c: Likewise.
23098         * sunrpc/pmap_prot.c: Likewise.
23099         * sunrpc/pmap_prot2.c: Likewise.
23100         * sunrpc/pmap_rmt.c: Likewise.
23101         * sunrpc/publickey.c: Likewise.
23102         * sunrpc/rpc_cmsg.c: Likewise.
23103         * sunrpc/rpc_common.c: Likewise.
23104         * sunrpc/rpc_dtable.c: Likewise.
23105         * sunrpc/rpc_prot.c: Likewise.
23106         * sunrpc/rpc_thread.c: Likewise.
23107         * sunrpc/rtime.c: Likewise.
23108         * sunrpc/svc.c: Likewise.
23109         * sunrpc/svc_auth.c: Likewise.
23110         * sunrpc/svc_authux.c: Likewise.
23111         * sunrpc/svc_raw.c: Likewise.
23112         * sunrpc/svc_run.c: Likewise.
23113         * sunrpc/svc_simple.c: Likewise.
23114         * sunrpc/svc_tcp.c: Likewise.
23115         * sunrpc/svc_udp.c: Likewise.
23116         * sunrpc/svc_unix.c: Likewise.
23117         * sunrpc/svcauth_des.c: Likewise.
23118         * sunrpc/xcrypt.c: Likewise.
23119         * sunrpc/xdr.c: Likewise.
23120         * sunrpc/xdr_array.c: Likewise.
23121         * sunrpc/xdr_float.c: Likewise.
23122         * sunrpc/xdr_intXX_t.c: Likewise.
23123         * sunrpc/xdr_mem.c: Likewise.
23124         * sunrpc/xdr_rec.c: Likewise.
23125         * sunrpc/xdr_ref.c: Likewise.
23126         * sunrpc/xdr_sizeof.c: Likewise.
23127         * sunrpc/xdr_stdio.c: Likewise.
23129 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
23131         [BZ #12650]
23132         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
23133         * sysdeps/ia64/dl-tls.h: Likewise.
23134         * sysdeps/powerpc/dl-tls.h: Likewise.
23135         * sysdeps/s390/dl-tls.h: Likewise.
23136         * sysdeps/sh/dl-tls.h: Likewise.
23137         * sysdeps/sparc/dl-tls.h: Likewise.
23138         * sysdeps/x86_64/dl-tls.h: Likewise.
23139         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
23141 2011-03-14  Andreas Schwab  <schwab@redhat.com>
23143         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
23144         rpath element also skip the following colon.
23145         (expand_dynamic_string_token): Add is_path parameter and pass
23146         down to DL_DST_REQUIRED and _dl_dst_substitute.
23147         (decompose_rpath): Call expand_dynamic_string_token with
23148         non-zero is_path.  Ignore empty rpaths.
23149         (_dl_map_object_from_fd): Call expand_dynamic_string_token
23150         with zero is_path.
23152 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
23154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
23155         Make cancelable.
23157 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
23159         [BZ #12655]
23160         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
23161         Patch by Filipe David Manana <fdmanana@apache.org>.
23163 2011-04-07  Andreas Schwab  <schwab@redhat.com>
23165         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
23166         Maintain aligned stack.
23167         (CHECK_RSP): Remove unused macro.
23169 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
23171         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
23172         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
23174 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
23176         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
23178         * include/features.h: Mention __USE_XOPEN2K8 in comment.
23180 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
23182         [BZ #12518]
23183         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
23184         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
23185         * sysdeps/x86_64/memmove.c: New file.
23186         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
23187         (memcpy): Renamed to ...
23188         (__new_memcpy): This.
23189         (memcpy): Provide GLIBC_2_14 memcpy.
23190         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
23191         (memcpy): Provide GLIBC_2_2_5 memcpy.
23193 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
23195         [BZ #12631]
23196         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
23198 2011-03-30  Andreas Schwab  <schwab@redhat.com>
23200         * misc/syncfs.c: New file.
23201         * misc/Makefile (routines): Add syncfs.
23202         * posix/unistd.h: Declare syncfs.
23203         * sysdeps/unix/syscalls.list: Add syncfs.
23205 2011-04-01  Andreas Schwab  <schwab@redhat.com>
23207         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
23208         open_by_handle_at.
23209         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
23210         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
23211         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
23212         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
23213         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23214         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
23215         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
23217 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
23219         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
23220         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
23221         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
23222         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
23223         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
23224         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23225         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
23227         * io/Makefile: Compile fallocate.c, fallocate64.c, and
23228         sync_file_range.c with -fexceptions.
23229         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
23230         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
23231         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
23232         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
23233         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
23234         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
23235         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
23236         sync_file_range as cancellation point
23237         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
23238         now a wrapper around __call_sync_file_range with cancellation handling.
23239         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
23240         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
23241         function name to __call_sync_file_range.
23242         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
23243         Add call_sync_file_range.
23245 2011-04-01  Andreas Schwab  <schwab@redhat.com>
23247         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23248         bits/timex.h.
23250 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
23252         * iconv/iconv.h: Fix typo in comment.
23253         * io/fcntl.h: Likewise.
23254         * libio/stdio.h: Likewise.
23255         * posix/spawn.h: Likewise.
23256         * posix/unistd.h: Likewise.
23257         * stdlib/stdlib.h: Likewise.
23258         * time/time.h: Likewise.
23259         * wcsmbs/wchar.h: Likewise.
23261         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
23262         open_by_handle): Add.
23263         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
23264         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
23265         Augment a few comments.
23266         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
23267         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
23268         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
23269         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23270         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
23271         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
23272         open_by_handle.
23274         * io/fcntl.h (AT_EMPTY_PATH): Define.
23276 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
23278         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
23279         * sysdeps/unix/sysv/linux/bits/time.h: New file.
23280         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
23281         to...
23282         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
23283         * Versions.def: Add GLIBC_2.14.
23284         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
23285         Export.
23287 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
23289         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
23290         round counter.
23291         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
23293 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
23295         [BZ #12597]
23296         * string/test-strncmp.c (do_page_test): New function.
23297         (check2): Likewise.
23298         (test_main): Call check2.
23299         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
23301 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
23303         [BZ #12587]
23304         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
23305         Handle cache information in CPU leaf 4.
23306         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
23308 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
23310         [BZ #12583]
23311         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
23312         character representation.
23313         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
23315 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
23317         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
23318         END(__isnan) to END(__isnanf) to match function entry point/label
23319         EALIGN(__isnanf,...).
23321 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
23323         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
23325 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
23327         [BZ #12510]
23328         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
23329         copy from the symbol referenced in the relocation to initialize the
23330         used variable.
23331         Patch by Piotr Bury <pbury@goahead.com>.
23332         * elf/Makefile: Add rules to build and tst-unique3.
23333         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
23334         * elf/tst-unique3.cc: New file.
23335         * elf/tst-unique3.h: New file.
23336         * elf/tst-unique3lib.cc: New file.
23337         * elf/tst-unique3lib2.cc: New file.
23339         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
23341 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
23343         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
23344         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
23345         to _start.
23347 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
23349         * elf/dl-load.c (_dl_map_object): If we are looking for the first
23350         to-be-loaded object along a path to loader is ld.so.
23352 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
23353             Ulrich Drepper  <drepper@gmail.com>
23355         * sysdeps/x86_64/memset.S: After aligning destination, code
23356         branches to different locations depending on the value of
23357         misalignment, when multiarch is enabled. Fix this.
23359 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
23361         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
23362         Set _x86_64_preferred_memory_instruction for AMD processsors.
23363         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23364         Set bit_Prefer_SSE_for_memop for AMD processors.
23366 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
23368         * libio/fmemopen.c (fmemopen): Optimize a bit.
23370 2011-03-03  Andreas Schwab  <schwab@redhat.com>
23372         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
23374 2011-03-03  Roland McGrath  <roland@redhat.com>
23376         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
23378 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
23380         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
23381         __bzero_ultra1 instead of __memset_ultra1.
23383 2011-02-23  Andreas Schwab  <schwab@redhat.com>
23384             Ulrich Drepper  <drepper@gmail.com>
23386         [BZ #12509]
23387         * include/link.h (struct link_map): Add l_orig_initfini.
23388         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
23389         returning unsuccessfully.
23390         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
23391         close of a file loaded at startup, restore the original l_initfini
23392         list.
23393         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
23394         list, store the pointer.
23395         * elf/Makefile ($(objpfx)noload-mem): New rule.
23396         (noload-ENV): Define.
23397         (tests): Add $(objpfx)noload-mem.
23398         * elf/noload.c: Include <memcheck.h>.
23399         (main): Call mtrace.  Close all opened handles.
23401 2011-02-17  Andreas Schwab  <schwab@redhat.com>
23403         [BZ #12454]
23404         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
23405         dependencies are missing.
23407 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23409         Fix __if_freereq crash: Unlike the generic version which uses free,
23410         Hurd needs munmap.
23411         * sysdeps/mach/hurd/ifreq.h: New file.
23413 2011-01-27  Petr Baudis  <pasky@suse.cz>
23414             Ulrich Drepper  <drepper@gmail.com>
23416         [BZ 12445]#
23417         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
23418         to extend_alloca().
23419         * stdio-common/bug23.c: New file.
23420         * stdio-common/Makefile (tests): Add bug23.
23422 2010-09-28  Andreas Schwab  <schwab@redhat.com>
23423             Ulrich Drepper  <drepper@gmail.com>
23425         [BZ #12489]
23426         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
23427         before performing relro protection.  At old place add assertion
23428         to make sure nothing changed.
23430 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
23431             Glauber de Oliveira Costa  <glommer@gmail.com>
23433         * elf/elf.h: Add new ARM TLS relocs.
23435 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
23437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
23438         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
23439         cast from r3.
23440         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
23441         'tests' variable.
23442         * sysdeps/wordsize-64/tst-writev.c: New file.
23444 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
23446         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
23447         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
23448         insns in _dl_start to prevent a TOC reference before relocs are
23449         resolved.
23451 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
23453         [BZ #12469]
23454         * Makeconfig: Remove RANLIB definition.
23455         * Makerules: Don't use RANLIB.
23456         * aclocal.m4: Remove ranlib test.
23457         * configure.in: No need to check for ranlib.
23458         * elf/rtld-Rules: Don't use RANLIB.
23460 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23462         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
23463         protection macro.
23464         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
23465         inclusion protection macro.
23467         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
23468         SIGRTMIN and SIGRTMAX and print information in that case only when
23469         SIGRTMIN is defined.
23471 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
23473         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
23474         arginfo fn returning -1.
23476         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
23477         and thousands string is zero terminated.
23479 2011-02-03  Andreas Schwab  <schwab@redhat.com>
23481         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
23482         sysdeps/unix/sysv/linux/bits/socket.h.
23484 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23486         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
23487         (__CPU_COUNT): Remove old macros.
23488         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
23489         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
23490         (__CPU_ALLOC, __CPU_FREE): Add macros.
23491         (__sched_cpualloc, __sched_cpufree): Add declarations.
23493 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
23495         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
23496         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
23497         * nscd/aicache.c (addhstaiX): Return timeout of added value.
23498         (readdhstai): Return value of addhstaiX call.
23499         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
23500         (addgrbyX): Return value returned by cache_addgr.
23501         (readdgrbyname): Return value returned by addgrbyX.
23502         (readdgrbygid): Likewise.
23503         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
23504         (addpwbyX): Return value returned by cache_addpw.
23505         (readdpwbyname): Return value returned by addhstbyX.
23506         (readdpwbyuid): Likewise.
23507         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
23508         (addservbyX): Return value returned by cache_addserv.
23509         (readdservbyname): Return value returned by addservbyX:
23510         (readdservbyport): Likewise.
23511         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
23512         (addhstbyX): Return value returned by cache_addhst.
23513         (readdhstbyname): Return value returned by addhstbyX.
23514         (readdhstbyaddr): Likewise.
23515         (readdhstbynamev6): Likewise.
23516         (readdhstbyaddrv6): Likewise.
23517         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
23518         (readdinitgroups): Return value returned by addinitgroupsX.
23519         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
23520         (prune_cache): Keep track of timeout value of re-added entries.
23521         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
23522         * nscd/nscd.h: Adjust prototypes of readd* functions.
23524 2011-02-04  Roland McGrath  <roland@redhat.com>
23526         * nis/nis_server.c (nis_servstate): Use the right name for 0.
23527         (nis_stats): Likewise.
23528         * nis/nis_modify.c (nis_modify): Likewise.
23529         * nis/nis_remove.c (nis_remove): Likewise.
23530         * nis/nis_add.c (nis_add): Likewise.
23532         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
23534         * posix/fnmatch_loop.c: Add some consts.
23536         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
23538 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
23540         [BZ #12460]
23541         * config.make.in (config-cflags-novzeroupper): Define.
23542         * configure.in: Substitute libc_cv_cc_novzeroupper.
23543         * elf/Makefile (AVX-CFLAGS): Define.
23544         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
23545         (CFLAGS-tst-auditmod4a.c): Likewise.
23546         (CFLAGS-tst-auditmod4b.c): Likewise.
23547         (CFLAGS-tst-auditmod6b.c): Likewise.
23548         (CFLAGS-tst-auditmod6c.c): Likewise.
23549         (CFLAGS-tst-auditmod7b.c): Likewise.
23550         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
23552 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
23554         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
23555         function to the callback.
23556         Patch partly by Jiri Olsa <jolsa@redhat.com>.
23558 2011-02-02  Andreas Schwab  <schwab@redhat.com>
23560         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
23561         of errno.
23563 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
23565         [BZ #11724]
23566         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
23567         of constructors.
23568         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
23569         of destructors.
23570         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
23572         [BZ #11724]
23573         * elf/Makefile: Add rules to build and run new test.
23574         * elf/tst-initorder.c: New file.
23575         * elf/tst-initorder.exp: New file.
23576         * elf/tst-initordera1.c: New file.
23577         * elf/tst-initordera2.c: New file.
23578         * elf/tst-initordera3.c: New file.
23579         * elf/tst-initordera4.c: New file.
23580         * elf/tst-initorderb1.c: New file.
23581         * elf/tst-initorderb2.c: New file.
23582         * elf/tst-order-a1.c: New file.
23583         * elf/tst-order-a2.c: New file.
23584         * elf/tst-order-a3.c: New file.
23585         * elf/tst-order-a4.c: New file.
23586         * elf/tst-order-b1.c: New file.
23587         * elf/tst-order-b2.c: New file.
23588         * elf/tst-order-main.c: New file.
23589         New test case by George Gensure <werkt0@gmail.com>.
23591 2010-10-01  Andreas Schwab  <schwab@redhat.com>
23593         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
23594         decoding ACE if AI_CANONIDN.
23596 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
23598         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
23600 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
23602         * version.h (RELEASE): Bump for 2.13 release.
23603         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
23605         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
23607         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
23608         MADV_NOHUGEPAGE.
23609         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
23610         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23611         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23612         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
23613         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23614         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
23616         * posix/getconf.c: Update copyright year.
23617         * catgets/gencat.c: Likewise.
23618         * csu/version.c: Likewise.
23619         * debug/catchsegv.sh: Likewise.
23620         * debug/xtrace.sh: Likewise.
23621         * elf/ldconfig.c: Likewise.
23622         * elf/ldd.bash.in: Likewise.
23623         * elf/sprof.c (print_version): Likewise.
23624         * iconv/iconv_prog.c: Likewise.
23625         * iconv/iconvconfig.c: Likewise.
23626         * locale/programs/locale.c: Likewise.
23627         * locale/programs/localedef.c: Likewise.
23628         * malloc/memusage.sh: Likewise.
23629         * malloc/mtrace.pl: Likewise.
23630         * nscd/nscd.c (print_version): Likewise.
23631         * nss/getent.c: Likewise.
23633         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
23634         PF_CAIF, and PF_ALG.
23635         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
23637 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
23639         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
23640         (modules-names): Use them.
23641         (ifunc-test-modules, ifunc-pie-tests): Define.
23642         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
23643         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
23644         (test-extras): Likewise.
23645         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
23646         $(compile-command.c).
23647         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
23648         (all-built-dso): Define.
23649         (check-textrel.out, check-execstack.out): Depend on it.
23651         * configure.in: Don't override --enable-multi-arch.
23653 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
23655         [BZ #6812]
23656         * nscd/hstcache.c (tryagain): Define.
23657         (cache_addhst): Return tryagain not notfound for temporary errors.
23658         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
23659         failed.
23661 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
23663         [BZ #10563]
23664         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
23665         to make the syscall.
23666         * sysdeps/unix/sysv/linux/setgroups.c: New file.
23668         [BZ #12378]
23669         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
23670         and fall back to matching as normal character if the string ends before
23671         the matching ']' is found.  This is what POSIX requires.
23672         * posix/testfnm.c: Adjust test result.
23673         * posix/globtest.sh: Adjust test result.  Add new test.
23674         * posix/tst-fnmatch.input: Likewise.
23675         * posix/tst-fnmatch2.c: Add new test.
23677 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
23679         * elf/Makefile (check-execstack): Revert last change.  Depend on
23680         check-execstack.h.
23681         (check-execstack.h): New target.
23682         (generated): Add check-execstack.h.
23683         * elf/check-execstack.c: Include "check-execstack.h".
23684         (main): Revert last change.
23685         (handle_file): Return zero if GNU_STACK is absent and
23686         DEFAULT_STACK_PERMS doesn't include PF_X.
23688 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
23690         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
23691         in child fails because the descriptor is already closed.
23692         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
23693         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
23694         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
23696         [BZ #12397]
23697         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
23698         syscall.
23700         [BZ #10484]
23701         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
23702         temporary buffer used to handle multi lookups locally.
23703         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
23705 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
23707         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
23708         loader is ld.so.
23710 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
23712         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
23713         alignment for SSE2.
23715 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
23717         [BZ #12394]
23718         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
23719         characters.  When rounding increased number of integer digits recompute
23720         number of groups.
23721         * stdio-common/tst-grouping.c: New file.
23722         * stdio-common/Makefile: Add rules to build and run tst-grouping.
23724 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
23726         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
23727         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
23729         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
23730         void.
23731         * bits/select.h: Likewise.
23733 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
23735         * po/ja.po: Update from translation team.
23737 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
23739         [BZ #11155]
23740         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
23741         implementation just like for lxstat, fxstatat, et al.
23743 2010-12-27  Jim Meyering  <meyering@redhat.com>
23745         [BZ #12348]
23746         * posix/regexec.c (build_trtable): Return failure indication upon
23747         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
23749 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
23751         [BZ #12201]
23752         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
23753         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
23754         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
23755         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
23757         [BZ #12207]
23758         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
23760         [BZ #12204]
23761         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
23762         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
23764 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
23766         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
23767         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
23768         script has SORT_BY_INIT_PRIORITY.
23769         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
23770         NO_CTORS_DTORS_SECTIONS is defined.
23771         * elf/soinit.c: Likewise.
23772         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
23773         NO_CTORS_DTORS_SECTIONS is defined.
23774         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
23775         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
23776         * sysdeps/sh/init-first.c: Likewise.
23777         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
23779 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
23781         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
23782         always use the slow path.
23784 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
23786         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
23787         similar rule which adds the sysdep directories to the header search in
23788         order to pick up the correct platform stackinfo.h.
23789         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
23790         perform test if it is, otherwise return successfully without testing.
23791         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
23792         DEFAULT_STACK_PERMS define in stackinfo.h.
23793         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
23794         defined in stackinfo.h.
23795         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
23796         DEFAULT_STACK_PERMS defined in stackinfo.h.
23797         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
23798         * sysdeps/ia64/stackinfo.h: Likewise.
23799         * sysdeps/s390/stackinfo.h: Likewise.
23800         * sysdeps/sh/stackinfo.h: Likewise.
23801         * sysdeps/sparc/stackinfo.h: Likewise.
23802         * sysdeps/x86_64/stackinfo.h: Likewise.
23803         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
23804         PF_X for powerpc64.  Retain PF_X for powerpc32.
23806 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
23808         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
23809         accurately.
23810         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
23811         GETDENTS_64BIT_ALIGNED.
23813 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
23815         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
23817 2010-12-10  Andreas Schwab  <schwab@redhat.com>
23819         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
23820         _GNU_SOURCE.
23822         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
23823         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
23824         Remove __restrict.
23825         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
23826         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
23828 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
23830         [BZ #11655]
23831         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
23832         are initialized.
23834 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
23836         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
23838 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
23840         * po/it.po: Update from translation team.
23842 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
23844         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
23845         unused codes.
23847 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
23849         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
23851 2010-11-24  Andreas Schwab  <schwab@redhat.com>
23853         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
23854         specially.
23855         (gaih_getanswer_slice): Likewise.
23857 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
23859         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
23861 2010-05-31  Petr Baudis  <pasky@suse.cz>
23863         [BZ #11149]
23864         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
23865         silently even in the chroot mode.
23867 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
23869         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
23870         last patch a bit.  Pretty printing
23872 2010-05-31  Petr Baudis <pasky@suse.cz>
23874         [BZ #10085]
23875         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
23876         initialization of skip_initgroups_dyn.
23878 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
23880         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
23881         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
23883 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
23885         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
23887 2010-11-11  Andreas Schwab  <schwab@redhat.com>
23889         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
23890         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
23891         (tst-fnmatch-ENV): Set MALLOC_TRACE.
23892         ($(objpfx)tst-fnmatch-mem): New rule.
23893         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
23894         * posix/tst-fnmatch.c (main): Call mtrace.
23896 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
23898         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23899         Support Intel processor model 6 and model 0x2c.
23901 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
23903         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
23904           signed comparison.
23906 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
23908         [BZ #12205]
23909         * string/test-strncasecmp.c (check_result): New function.
23910         (do_one_test): Use it.
23911         (check1): New function.
23912         (test_main): Use it.
23913         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
23914         Support strcasecmp and strncasecmp.
23916 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
23918         [BZ #12194]
23919         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
23920         * sysdeps/x86_64/bits/byteswap.h: Likewise.
23922 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
23924         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
23925         IFUNC support.
23926         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
23927         memset-x86-64.
23928         * sysdeps/x86_64/multiarch/bzero.S: New file.
23929         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
23930         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
23931         * sysdeps/x86_64/multiarch/memset.S: New file.
23932         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
23933         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23934         Set bit_Prefer_SSE_for_memop for Intel processors.
23935         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
23936         Define.
23937         (index_Prefer_SSE_for_memop): Define.
23938         (HAS_PREFER_SSE_FOR_MEMOP): Define.
23940 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
23942         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
23943         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
23945 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
23947         [BZ #12191]
23948         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
23949         (__x86_64_raw_data_cache_size_half): Likewise.
23950         (__x86_64_raw_shared_cache_size): Likewise.
23951         (__x86_64_raw_shared_cache_size_half): Likewise.
23953         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
23954         (__x86_64_raw_data_cache_size_half): Likewise.
23955         (__x86_64_raw_shared_cache_size): Likewise.
23956         (__x86_64_raw_shared_cache_size_half): Likewise.
23957         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
23958         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
23959         and __x86_64_raw_shared_cache_size_half.  Round
23960         __x86_64_data_cache_size_half, __x86_64_data_cache_size
23961         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
23962         to multiple of 256 bytes.
23964 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
23966         [BZ #12167]
23967         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
23968         of inacessible symlinks.  Verify result of symlink before returning it.
23969         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
23970         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
23972 2010-10-28  Erich Ritz  <erichritz@gmail.com>
23974         * math/math.h (isinf): Fix typo in comment.
23976 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
23978         * po/da.po: Update from translation team.
23980 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
23982         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
23983         is added to the list.
23985 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23986             Ulrich Drepper  <drepper@gmail.com>
23988         * elf/dl-object.c (_dl_new_object): Don't append the new object to
23989         the global list here.  Move code to...
23990         (_dl_add_to_namespace_list): ...here.  New function.
23991         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
23992         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
23993         * elf/dl-load.c (lose): Don't remove the element from the list.
23994         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
23995         (_dl_map_object): Likewise.
23997 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
23999         [BZ #12159]
24000         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
24001         into all bytes of SSE register.
24002         Patch by Richard Li <richardpku@gmail.com>.
24004 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
24006         [BZ #12140]
24007         * malloc/malloc.c (_int_free): Fill correct number of bytes when
24008         perturbing.
24010 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
24012         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
24013         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
24014         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
24015         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
24016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
24017         submachine.
24018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
24020 2010-10-22  Andreas Schwab  <schwab@redhat.com>
24022         * include/dlfcn.h (__RTLD_SECURE): Define.
24023         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
24024         mode & __RTLD_SECURE instead.
24025         (open_path): Rename preloaded parameter to secure.
24026         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
24027         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
24028         * elf/dl-deps.c (openaux): Likewise.
24029         * elf/rtld.c (struct map_args): Remove is_preloaded.
24030         (map_doit): Don't use it.
24031         (dl_main): Likewise.
24032         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
24033         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
24035 2010-09-09  Andreas Schwab  <schwab@redhat.com>
24037         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
24038         (sysd-rules-targets): Remove duplicates.
24039         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
24040         rtld-%.$o dependency.
24042 2010-10-18  Andreas Schwab  <schwab@redhat.com>
24044         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
24045         _dl_map_object do it.
24047 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
24049         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
24050         fast fma builtins, define the macros in the C99 standard.
24051         (FP_FAST_FMAF): Likewise.
24052         (FP_FAST_FMAL): Likewise.
24053         * sysdeps/x86_64/bits/mathdef.h: Likewise.
24055         * bits/mathdef.h: Update copyright year.
24056         * sysdeps/powerpc/bits/mathdef.h: Likewise.
24058 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
24060         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
24061         builtins, define the macros in the C99 standard.
24062         (FP_FAST_FMAF): Likewise.
24063         (FP_FAST_FMAL): Likewise.
24064         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
24065         multiply/add.
24066         (FP_FAST_FMAF): Likewise.
24068 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
24070         [BZ #3268]
24071         * math/libm-test.inc (fma_test): Some new testcases.
24072         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
24073         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
24074         y and infinite z.  Do multiplication by C already in long double.
24075         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
24076         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
24077         y and infinite z.  Do bitwise or of inexact bit into u.d.
24078         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
24079         * sysdeps/i386/fpu/s_fmaf.S: Removed.
24080         * sysdeps/i386/fpu/s_fma.S: Removed.
24081         * sysdeps/i386/fpu/s_fmal.S: Removed.
24083 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
24085         [BZ #3268]
24086         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
24087         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
24088         computation is not scheduled after fetestexcept.  Fix value
24089         of minimum denormal long double.
24091 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
24093         [BZ #3268]
24094         * math/libm-test.inc (fma_test): Add some more tests.
24095         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
24096         correctly.
24098 2010-10-15  Andreas Schwab  <schwab@redhat.com>
24100         * scripts/data/localplt-s390-linux-gnu.data: New file.
24101         * scripts/data/localplt-s390x-linux-gnu.data: New file.
24103 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
24105         [BZ #3268]
24106         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
24107         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
24108         instead of dbl-64.
24109         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
24110         inlines.
24111         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
24112         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
24113         if one of x and y is very large and the other is subnormal.
24114         * sysdeps/s390/fpu/s_fmaf.c: New file.
24115         * sysdeps/s390/fpu/s_fma.c: New file.
24116         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
24117         * sysdeps/powerpc/fpu/s_fma.S: New file.
24118         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
24119         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
24120         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
24122 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
24124         [BZ #3268]
24125         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
24126         fma tests.
24127         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
24128         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
24129         * sysdeps/i386/i686/multiarch/s_fma.c: Include
24130         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
24131         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
24132         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
24133         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
24135 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
24137         [BZ #12078]
24138         * posix/regcomp.c (parse_branch): One more memory leak plugged.
24139         * posix/bug-regex31.input: Add test case.
24141 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
24143         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
24144         * posix/bug-regex31.input: New file.
24146         [BZ #12078]
24147         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
24148         (parse_sub_exp): Fix last change, use postorder.
24150         * posix/bug-regex31.c: New file.
24151         * posix/Makefile: Add rules to build and run bug-regex31.
24153         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
24155         [BZ #12078]
24156         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
24158         [BZ #12108]
24159         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
24160         to have entries in sys_siglist.
24162         [BZ #12093]
24163         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
24164         be NULL.
24166 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
24168         [BZ #3268]
24169         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
24170         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
24171         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
24172         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
24173         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
24174         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
24175         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
24176         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
24177         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
24178         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
24179         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
24180         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
24181         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
24182         * math/ftestexcept.c (fetestexcept): Likewise.
24183         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
24184         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
24185         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
24186         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
24187         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
24188         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
24189         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
24191 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
24193         [BZ #12107]
24194         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
24195         newline.
24197 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
24199         * string/bug-strstr1.c: New file.
24200         * string/Makefile: Add rules to build and run bug-strstr1.
24202 2010-10-05  Eric Blake  <eblake@redhat.com>
24204         [BZ #12092]
24205         * string/str-two-way.h (two_way_long_needle): Always clear memory
24206         when skipping input due to the shift table.
24208 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
24210         [BZ #12005]
24211         * malloc/mcheck.c: Handle large requests.
24213         [BZ #12077]
24214         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
24215         for strncmp and strncasecmp.
24216         * string/stratcliff.c: Add tests for strcmp and strncmp.
24217         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
24219 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
24221         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
24222         __set_fpscr.
24224 2010-09-30  Andreas Jaeger  <aj@suse.de>
24226         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
24227         (CGROUP_SUPER_MAGIC): Define.
24228         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24229         Handle btrfs and cgroup file systems.
24230         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24231         Likewise.
24233 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
24235         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
24236         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
24238 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24240         [BZ #12067]
24241         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
24242         trying to locate the ELF header.
24244 2010-09-27  Andreas Schwab  <schwab@redhat.com>
24246         [BZ #11611]
24247         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
24248         Mask out sign-bit copies when constructing f_fsid.
24250 2010-09-24  Petr Baudis <pasky@suse.cz>
24252         * debug/stack_chk_fail_local.c: Add missing licence exception.
24253         * debug/warning-nop.c: Likewise.
24255 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
24257         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
24258         implementing getdents64 using getdents syscall, set d_type if
24259         __ASSUME_GETDENTS32_D_TYPE.
24261 2010-09-16  Andreas Schwab  <schwab@redhat.com>
24263         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
24264         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
24266 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
24268         [BZ #12037]
24269         * posix/unistd.h: Undo change of feature selection for ftruncate from
24270         2010-01-11.
24272 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
24274         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
24275         detection.
24277 2010-09-20  Andreas Schwab  <schwab@redhat.com>
24279         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
24280         fanotify_mark.
24281         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
24283 2010-09-14  Andreas Schwab  <schwab@redhat.com>
24285         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
24286         variables after CHECK_SP call.
24287         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
24289 2010-09-13  Andreas Schwab  <schwab@redhat.com>
24290             Ulrich Drepper  <drepper@redhat.com>
24292         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
24293         re-relocationg ld.so.
24294         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
24295         _dl_init_paths call.
24296         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
24297         here anymore.
24299 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
24301         * resolv/res_init.c (__res_vinit): Count the default server we added.
24303 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
24304             Ulrich Drepper  <drepper@redhat.com>
24306         [BZ #11968]
24307         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
24308         (____longjmp_chk): Use %ebx for saving value across system call.
24309         Add unwind info.
24311 2010-09-06  Andreas Schwab  <schwab@redhat.com>
24313         * manual/Makefile: Don't mix pattern rules with normal rules.
24315 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
24317         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
24318         operation.
24319         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
24320         * libio/iofopncook.c (_IO_cookie_init): Likewise.
24321         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
24322         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
24323         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24324         Likewise.
24326 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
24328         [BZ #11979]
24329         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
24330         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
24332 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
24334         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
24335         * sysdeps/x86_64/addmul_1.S: Likewise.
24336         * sysdeps/x86_64/lshift.S: Likewise.
24337         * sysdeps/x86_64/mul_1.S: Likewise.
24338         * sysdeps/x86_64/rshift.S: Likewise.
24339         * sysdeps/x86_64/sub_n.S: Likewise.
24340         * sysdeps/x86_64/submul_1.S: Likewise.
24342 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24344         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
24345         Define __sched_param instead of SCHED_* and sched_param when
24346         <bits/sched.h> is included with __need_schedparam defined.
24347         * bits/sched.h [__need_schedparam]
24348         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
24349         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
24350         (__defined_schedparam): Define to 1.
24351         (__sched_param): New structure, identical to sched_param.
24352         (__need_schedparam): Undefine.
24354 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
24356         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
24357         (epoll_create1): Declare.
24359         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
24361 2010-08-31  Andreas Schwab  <schwab@redhat.com>
24363         [BZ #7066]
24364         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
24365         shifting retval into place.
24367 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
24369         * nis/rpcsvc/nis.h: Update copyright notice.
24370         * nis/rpcsvc/nis.x: Likewise.
24371         * nis/rpcsvc/nis_callback.h: Likewise.
24372         * nis/rpcsvc/nis_callback.x: Likewise.
24373         * nis/rpcsvc/nis_object.x: Likewise.
24374         * nis/rpcsvc/nis_tags.h: Likewise.
24375         * nis/rpcsvc/yp.h: Likewise.
24376         * nis/rpcsvc/yp.x: Likewise.
24377         * nis/rpcsvc/ypupd.h: Likewise.
24378         * nis/yp_xdr.c: Likewise.
24379         * nis/ypupdate_xdr.c: Likewise.
24381         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
24382         mainly the body of pmap_getport.  Add parameters to specify timeouts.
24383         (pmap_getport): Use __libc_rpc_getport.
24384         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
24385         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
24386         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
24388 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
24390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
24391         fanotify_mark.
24393 2010-08-27  Roland McGrath  <roland@redhat.com>
24395         * sysdeps/i386/i686/multiarch/Makefile
24396         (CFLAGS-varshift.c): New variable.
24398 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
24400         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
24401         * sysdeps/i386/i686/multiarch/varshift.c: New file.
24403         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
24405         * sysdeps/x86_64/strlen.S: Minimal code improvement.
24407 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
24409         * sysdeps/x86_64/strlen.S: Unroll the loop.
24410         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
24411         strlen-sse2 strlen-sse2-bsf.
24412         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
24413         __strlen_no_bsf if bit_Slow_BSF is set.
24414         (__strlen_sse42): Removed.
24415         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
24416         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
24418 2010-08-25  Roland McGrath  <roland@redhat.com>
24420         * sysdeps/x86_64/multiarch/varshift.S: File removed.
24421         * sysdeps/x86_64/multiarch/varshift.c: New file.
24422         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
24423         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
24424         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
24425         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
24427 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
24429         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
24430         strlen-sse2 strlen-sse2-bsf.
24431         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
24432         __strlen_sse2_bsf if bit_Slow_BSF is unset.
24433         (__strlen_sse2): Removed.
24434         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
24435         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
24436         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24437         bit_Slow_BSF for Atom.
24438         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
24439         (index_Slow_BSF): Define.
24440         (HAS_SLOW_BSF): Define.
24442 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
24444         [BZ #10851]
24445         * resolv/res_init.c (__res_vinit): When no server address at all
24446         is given default to loopback.
24448 2010-08-24  Roland McGrath  <roland@redhat.com>
24450         * configure.in: Remove config-name.h generation.
24451         * configure: Regenerated.
24452         * config-name.in: File removed.
24453         * scripts/config-uname.sh: New file.
24454         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
24455         ($(objdir)config-name.h): New target.
24457         * sunrpc/rpc_parse.h: Avoid nested comment.
24459 2010-08-24  Richard Henderson  <rth@redhat.com>
24460             Ulrich Drepper  <drepper@redhat.com>
24461             H.J. Lu  <hongjiu.lu@intel.com>
24463         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
24464         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
24465         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
24466         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
24467         _mm_alignr_epi8 with _mm_loadu_si128.
24468         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
24469         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
24470         (__m128i_shift_right): Removed.
24471         * sysdeps/i386/i686/multiarch/varshift.h: New file.
24472         * sysdeps/i386/i686/multiarch/varshift.S: New file.
24473         * sysdeps/x86_64/multiarch/varshift.h: New file.
24474         * sysdeps/x86_64/multiarch/varshift.S: New file.
24476 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
24478         * configure.in: Move assembler checks to before sysdep dir checking.
24480 2010-08-20  Petr Baudis  <pasky@suse.cz>
24482         * LICENSES: Sync the sunrpc license.
24484 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
24486         * sunrpc/auth_des.c: Update copyright notice once again.
24487         * sunrpc/auth_none.c: Likewise.
24488         * sunrpc/auth_unix.c: Likewise.
24489         * sunrpc/authdes_prot.c: Likewise.
24490         * sunrpc/authuxprot.c: Likewise.
24491         * sunrpc/bindrsvprt.c: Likewise.
24492         * sunrpc/clnt_gen.c: Likewise.
24493         * sunrpc/clnt_perr.c: Likewise.
24494         * sunrpc/clnt_raw.c: Likewise.
24495         * sunrpc/clnt_simp.c: Likewise.
24496         * sunrpc/clnt_tcp.c: Likewise.
24497         * sunrpc/clnt_udp.c: Likewise.
24498         * sunrpc/clnt_unix.c: Likewise.
24499         * sunrpc/des_crypt.c: Likewise.
24500         * sunrpc/des_soft.c: Likewise.
24501         * sunrpc/get_myaddr.c: Likewise.
24502         * sunrpc/getrpcport.c: Likewise.
24503         * sunrpc/key_call.c: Likewise.
24504         * sunrpc/key_prot.c: Likewise.
24505         * sunrpc/openchild.c: Likewise.
24506         * sunrpc/pm_getmaps.c: Likewise.
24507         * sunrpc/pm_getport.c: Likewise.
24508         * sunrpc/pmap_clnt.c: Likewise.
24509         * sunrpc/pmap_prot.c: Likewise.
24510         * sunrpc/pmap_prot2.c: Likewise.
24511         * sunrpc/pmap_rmt.c: Likewise.
24512         * sunrpc/rpc/auth.h: Likewise.
24513         * sunrpc/rpc/auth_unix.h: Likewise.
24514         * sunrpc/rpc/clnt.h: Likewise.
24515         * sunrpc/rpc/des_crypt.h: Likewise.
24516         * sunrpc/rpc/key_prot.h: Likewise.
24517         * sunrpc/rpc/netdb.h: Likewise.
24518         * sunrpc/rpc/pmap_clnt.h: Likewise.
24519         * sunrpc/rpc/pmap_prot.h: Likewise.
24520         * sunrpc/rpc/pmap_rmt.h: Likewise.
24521         * sunrpc/rpc/rpc.h: Likewise.
24522         * sunrpc/rpc/rpc_des.h: Likewise.
24523         * sunrpc/rpc/rpc_msg.h: Likewise.
24524         * sunrpc/rpc/svc.h: Likewise.
24525         * sunrpc/rpc/svc_auth.h: Likewise.
24526         * sunrpc/rpc/types.h: Likewise.
24527         * sunrpc/rpc/xdr.h: Likewise.
24528         * sunrpc/rpc_clntout.c: Likewise.
24529         * sunrpc/rpc_cmsg.c: Likewise.
24530         * sunrpc/rpc_common.c: Likewise.
24531         * sunrpc/rpc_cout.c: Likewise.
24532         * sunrpc/rpc_dtable.c: Likewise.
24533         * sunrpc/rpc_hout.c: Likewise.
24534         * sunrpc/rpc_main.c: Likewise.
24535         * sunrpc/rpc_parse.c: Likewise.
24536         * sunrpc/rpc_parse.h: Likewise.
24537         * sunrpc/rpc_prot.c: Likewise.
24538         * sunrpc/rpc_sample.c: Likewise.
24539         * sunrpc/rpc_scan.c: Likewise.
24540         * sunrpc/rpc_scan.h: Likewise.
24541         * sunrpc/rpc_svcout.c: Likewise.
24542         * sunrpc/rpc_tblout.c: Likewise.
24543         * sunrpc/rpc_util.c: Likewise.
24544         * sunrpc/rpc_util.h: Likewise.
24545         * sunrpc/rpcinfo.c: Likewise.
24546         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
24547         * sunrpc/rpcsvc/key_prot.x: Likewise.
24548         * sunrpc/rpcsvc/klm_prot.x: Likewise.
24549         * sunrpc/rpcsvc/mount.x: Likewise.
24550         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
24551         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
24552         * sunrpc/rpcsvc/rex.x: Likewise.
24553         * sunrpc/rpcsvc/rstat.x: Likewise.
24554         * sunrpc/rpcsvc/rusers.x: Likewise.
24555         * sunrpc/rpcsvc/sm_inter.x: Likewise.
24556         * sunrpc/rpcsvc/spray.x: Likewise.
24557         * sunrpc/rpcsvc/yppasswd.x: Likewise.
24558         * sunrpc/rtime.c: Likewise.
24559         * sunrpc/svc.c: Likewise.
24560         * sunrpc/svc_auth.c: Likewise.
24561         * sunrpc/svc_authux.c: Likewise.
24562         * sunrpc/svc_raw.c: Likewise.
24563         * sunrpc/svc_run.c: Likewise.
24564         * sunrpc/svc_simple.c: Likewise.
24565         * sunrpc/svc_tcp.c: Likewise.
24566         * sunrpc/svc_udp.c: Likewise.
24567         * sunrpc/svc_unix.c: Likewise.
24568         * sunrpc/svcauth_des.c: Likewise.
24569         * sunrpc/xcrypt.c: Likewise.
24570         * sunrpc/xdr.c: Likewise.
24571         * sunrpc/xdr_array.c: Likewise.
24572         * sunrpc/xdr_float.c: Likewise.
24573         * sunrpc/xdr_mem.c: Likewise.
24574         * sunrpc/xdr_rec.c: Likewise.
24575         * sunrpc/xdr_ref.c: Likewise.
24576         * sunrpc/xdr_sizeof.c: Likewise.
24577         * sunrpc/xdr_stdio.c: Likewise.
24579         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
24580         handling.
24582 2010-08-19  Andreas Schwab  <schwab@redhat.com>
24584         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
24586 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
24588         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
24589         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
24590         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
24591         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
24592         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
24593         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
24594         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
24595         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
24596         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
24597         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
24598         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
24599         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
24600         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
24601         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
24603 2010-07-26  Anton Blanchard  <anton@samba.org>
24605         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
24606         * malloc/arena.c (heap_trim): Likewise.
24608 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
24610         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
24611         here.  Not...
24612         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
24613         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
24615 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
24617         * sysdeps/i386/elf/Makefile: New file.
24619 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
24621         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
24622         from fanotify_init.
24623         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
24624         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
24626 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
24628         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
24629         of strncasecmp_l.
24630         * sysdeps/multiarch/strcmp.S: Likewise.
24632 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
24634         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
24635         strncase_l-nonascii.
24636         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
24637         Add strncase_l-ssse3.
24638         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
24639         * sysdeps/x86_64/strcmp.S: Likewise.
24640         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
24641         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
24642         * sysdeps/x86_64/strncase.S: New file.
24643         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
24644         * sysdeps/x86_64/strncase_l.S: New file.
24645         * string/Makefile (strop-tests): Add strncasecmp.
24646         * string/test-strncasecmp.c: New file.
24648         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
24649         warning.
24651         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
24652         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
24654 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
24656         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
24658 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
24660         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
24661         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
24662         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
24664 2010-05-01  Alan Modra  <amodra@gmail.com>
24666         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
24667         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
24668         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
24669         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
24670         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
24671         tidying.  Don't tail-call __sigjmp_save for static lib.
24672         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
24673         save location.
24674         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
24675         (CALL_MCOUNT): Add eh info, and nop after bl.
24676         (TAIL_CALL_SYSCALL_ERROR): New macro.
24677         (PSEUDO_RET): Use it.
24678         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
24679         Correct save location of integer regs and cr.
24680         (_dl_profile_resolve): Correct cr save location.  Delete nops
24681         after bl when SHARED.  Reduce cfi size a little by better
24682         placement of cfi directives.
24683         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
24684         make a stack frame.  Instead use parm save area as a temp.
24685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
24686         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
24687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
24688         Don't make a stack frame for parent, use parm save area.
24689         Increase child stack frame to 112 bytes.  Don't save unused reg,
24690         and adjust reg usage.  Set up cfi on error recovery and
24691         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
24692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
24693         (__makecontext): Add dummy nop after jump to exit.
24694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
24695         Use correct parm save area and cr save, reduce stack frame.
24696         Correct cfi for possible PSEUDO_RET frame setup.
24697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
24698         Branch to local label emitted by PSEUDO_RET rather than
24699         __syscall_error.
24701 2010-08-12  Andreas Schwab  <schwab@redhat.com>
24703         [BZ #11904]
24704         * locale/programs/locale.c (print_assignment): New function.
24705         (show_locale_vars): Use it.
24707 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
24709         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
24710         field.
24711         (struct statfs64): Likewise.
24712         (_STATFS_F_FLAGS): Define.
24713         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
24714         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24715         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
24716         (ST_VALID): Define locally.
24717         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
24718         __statvfs_getflags, use the provided value.
24719         * sysdeps/unix/sysv/linux/kernel-features.h: Define
24720         __ASSUME_STATFS_F_FLAGS.
24722         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
24724         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
24725         Add sys/fanotify.h.
24726         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
24727         fanotify_mask for GLIBC_2.13.
24728         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
24729         fanotify_init and fanotify_mark.
24730         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
24731         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
24733         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
24734         Add prlimit.
24735         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
24736         prlimit64 for GLIBC_2.13.
24737         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
24738         prlimit64.
24739         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
24740         syscall.
24741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
24742         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
24743         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
24744         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
24745         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
24746         add prlimit alias.
24747         * sysdeps/unix/sysv/linux/prlimit.c: New file.
24749         [BZ #11903]
24750         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
24751         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
24753         * nss/Makefile: Add rules to build and run tst-nss-test1.
24754         * shlib-versions: Add entry for libnss_test1.
24755         * nss/nss_test1.c: New file.
24756         * nss/tst-nss-test1.c: New file.
24758         * nss/nsswitch.c (__nss_database_custom): Define new variable.
24759         (__nss_configure_lookup): Set appropriate entry in
24760         __nss_configure_lookup to true.
24761         * nss/nsswitch.h: Define enum with indeces of databases in
24762         databases and __nss_database_custom arrays.  Declare
24763         __nss_database_custom.
24764         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
24765         to avoid using nscd when custom rules are installed.
24766         * nss/getXXbyYY_r.c: Likewise.
24767         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24769         * nss/nss_files/files-parse.c: Whitespace fixes.
24771 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
24773         [BZ #11883]
24774         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
24775         * posix/fnmatch_loop.c: Likewise.
24777 2010-07-17  Andi Kleen  <ak@linux.intel.com>
24779         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
24780         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
24781         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
24782         * Versions.def [GLIBC_2.13]: Add.
24784 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
24786         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
24787         Also fail if tpwd after pwuid call is NULL.
24789 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24791         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
24792         when converting to ms.
24794 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24796         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
24797         EOPNOTSUPP errors with ENOTTY.
24798         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
24799         EOPNOTSUPP errors with ENOTTY.
24801 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
24803         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
24804         Add strcasecmp_l-ssse3.
24805         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
24806         strcasecmp.
24807         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
24808         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
24809         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
24811 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
24813         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
24815         * string/Makefile (strop-tests): Add strcasecmp.
24816         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
24817         strcasecmp_l-nonascii.
24818         (gen-as-const-headers): Add locale-defines.sym.
24819         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
24820         * sysdeps/x86_64/strcasecmp.S: New file.
24821         * sysdeps/x86_64/strcasecmp_l.S: New file.
24822         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
24823         * sysdeps/x86_64/locale-defines.sym: New file.
24824         * string/test-strcasecmp.c: New file.
24826         * string/test-strcasestr.c: Test both ends of the range of characters.
24827         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
24829 2010-07-29  Roland McGrath  <roland@redhat.com>
24831         [BZ #11856]
24832         * manual/locale.texi (Yes-or-No Questions): Fix example code.
24834 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
24836         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
24837         for ld.so.
24839 2010-07-27  Andreas Schwab  <schwab@redhat.com>
24841         * manual/memory.texi (Malloc Tunable Parameters): Document
24842         M_PERTURB.
24844 2010-07-26  Roland McGrath  <roland@redhat.com>
24846         [BZ #11840]
24847         * configure.in (-fgnu89-inline check): Set and substitute
24848         gnu89_inline, not libc_cv_gnu89_inline.
24849         * configure: Regenerated.
24850         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
24852 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
24854         * string/test-strnlen.c: New file.
24855         * string/Makefile (strop-tests): Add strnlen.
24856         * string/tester.c (test_strnlen): Add a few more test cases.
24857         * string/tst-strlen.c: Better error reporting.
24859         * sysdeps/x86_64/strnlen.S: New file.
24861 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
24863         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
24864         lower-latency instructions.
24866 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
24868         * string/test-strcasestr.c: New file.
24869         * string/test-strstr.c: New file.
24870         * string/Makefile (strop-tests): Add strstr and strcasestr.
24871         * string/str-two-way.h: Don't undefine MAX.
24872         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
24874 2010-07-21  Andreas Schwab  <schwab@redhat.com>
24876         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
24877         strcasestr-nonascii.
24878         (CFLAGS-strcasestr-nonascii.c): Define.
24879         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
24880         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
24881         Remove unused attribute.
24883 2010-07-20  Roland McGrath  <roland@redhat.com>
24885         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
24886         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
24887         ld.so.cache was broken.  With it, there is no way to disable dsocaps
24888         like LD_HWCAP_MASK can disable hwcaps.
24890 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
24892         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
24894 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
24896         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
24897         call in strcasestr.
24898         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
24899         __strcasestr_sse42_nonascii.
24900         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
24901         strcasestr-nonascii.c.
24902         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
24904 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
24906         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
24907         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
24908         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
24909         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
24911 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
24913         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
24914         fcntl.
24916 2010-07-06  Andreas Schwab  <schwab@redhat.com>
24918         [BZ #11577]
24919         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
24920         dl_signal_cerror.
24922 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
24924         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
24925         _PC_PIPE_BUF using F_GETPIPE_SZ.
24927 2010-07-05  Roland McGrath  <roland@redhat.com>
24929         * manual/arith.texi (Rounding Functions): Fix rint description
24930         implicit in round description.
24932 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
24934         * elf/Makefile: Fix linking for a few tests to make recent linker
24935         happy.
24937 2010-06-30  Andreas Schwab  <schwab@redhat.com>
24939         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
24940         $(common-objpfx)libc_nonshared.a.
24942 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
24944         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
24945         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
24946         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
24947         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
24948         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
24949         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
24950         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
24951         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
24952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
24953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
24954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
24955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
24956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
24957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
24958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
24959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
24960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
24961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
24962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
24963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
24964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
24965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
24966         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
24967         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
24968         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
24969         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
24970         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
24971         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
24972         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
24973         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
24974         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
24975         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
24976         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
24977         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
24978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
24979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
24980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
24981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
24982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
24983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
24984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
24985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
24986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
24987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
24988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
24989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
24990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
24991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
24993 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
24995         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
24996         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
24997         * string/memmove.c (memmove): Renamed to ...
24998         (MEMMOVE): ...this.  Default to memmove.
24999         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
25000         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
25001         (END_CHK): Define.
25002         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
25003         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
25004         mempcpy-ssse3-back memmove-ssse3-back.
25005         * sysdeps/x86_64/multiarch/bcopy.S: New file .
25006         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
25007         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
25008         * sysdeps/x86_64/multiarch/memcpy.S: New file.
25009         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
25010         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
25011         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
25012         * sysdeps/x86_64/multiarch/memmove.c: New file.
25013         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
25014         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
25015         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
25016         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
25017         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
25018         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
25019         Define.
25020         (index_Fast_Copy_Backward): Define.
25021         (HAS_ARCH_FEATURE): Define.
25022         (HAS_FAST_REP_STRING): Define.
25023         (HAS_FAST_COPY_BACKWARD): Define.
25025 2010-06-21  Andreas Schwab  <schwab@redhat.com>
25027         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
25028         Restore proper fallback handling.
25030 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
25032         [BZ #11701]
25033         * posix/group_member.c (__group_member): Correct checking loop.
25035         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
25036         OOM in getpwuid_r correctly.  Return error number when the caller
25037         should return, otherwise -1.
25038         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
25039         call returning > 0 value.
25040         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
25042 2010-06-07  Andreas Schwab  <schwab@redhat.com>
25044         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
25045         libc_nonshared.a from targets in modules-names.
25047 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
25049         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
25050         requires it.
25052 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
25054         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
25055         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
25056         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
25057         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
25059 2010-06-02  Andreas Schwab  <schwab@redhat.com>
25061         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
25063 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
25065         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
25066         and F_GETPIPE_SZ.
25067         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
25068         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
25069         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
25070         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
25071         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
25072         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
25074 2010-06-14  Roland McGrath  <roland@redhat.com>
25076         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
25078 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
25080         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
25081         __REDIRECT followed by __THROW.
25082         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
25083         * posix/getopt.h (getopt): Likewise.
25085 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
25087         * hurd/lookup-at.c (__file_name_lookup_at): Accept
25088         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
25089         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
25090         in AT_FLAGS.
25091         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
25092         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
25094 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
25096         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
25098 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
25100         [BZ #11640]
25101         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25102         Properly check family and model.
25104 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
25106         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
25108 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
25110         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
25112 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
25114         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
25115         symbol reference.
25117 2010-05-19  Andreas Schwab  <schwab@redhat.com>
25119         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
25120         symbol reference.
25122 2010-05-21  Andreas Schwab  <schwab@redhat.com>
25124         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
25125         and internal_recvmmsg.
25126         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
25127         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
25128         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
25129         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
25131         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
25132         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
25133         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
25135 2010-05-20  Andreas Schwab  <schwab@redhat.com>
25137         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
25139 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
25141         POWER7 optimizations.
25142         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
25143         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
25145 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
25147         * version.h: Update for 2.13 development version.
25149 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
25151         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
25152         exceptions.  Return 0.
25154 2010-05-07  Roland McGrath  <roland@redhat.com>
25156         * elf/ldconfig.c (main): Add a const.
25158 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
25160         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
25161         (args_options): Add no-idn option.
25162         (ahosts_keys_int): Add idn_flags to ai_flags.
25163         (parse_option): Handle 'i' option to clear idn_flags.
25165         * malloc/malloc.c (_int_free): Possible race in the most recently
25166         added check.  Only act on the data if no current modification
25167         happened.
25169 See ChangeLog.17 for earlier changes.