Fix up ChangeLog.
[jlayton/glibc.git] / ChangeLog
1 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
2
3         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
4
5         * string/mempcpy.c: Implement by calling memcpy.
6
7 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8
9         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
10
11         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
12         evaluation.
13
14         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
15         values in the mantissa.
16
17         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
18         minimize writes to Z.
19         (sub_magnitudes): Simplify code a bit.
20
21 2013-02-12  Roland McGrath  <roland@hack.frob.com>
22
23         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
24         from the message.  The linker prefixes all warnings with that already.
25
26 2013-02-12  Andreas Schwab  <schwab@suse.de>
27
28         [BZ #15078]
29         * posix/regexec.c (extend_buffers): Add parameter min_len.
30         (check_matching): Pass minimum needed length.
31         (clean_state_log_if_needed): Likewise.
32         (get_subexp): Likewise.
33         * posix/Makefile (tests): Add bug-regex34.
34         (bug-regex34-ENV): Define.
35         * posix/bug-regex34.c: New file.
36
37         [BZ #11561]
38         * posix/regcomp.c (parse_bracket_exp): When looking up collating
39         elements compare against the byte sequence of it, not its name.
40         * posix/Makefile (tests): Add bug-regex35.
41         (bug-regex35-ENV): Define.
42         * posix/bug-regex35.c: New file.
43
44 2013-02-11  Tom de Vries  <tom@codesourcery.com>
45
46         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
47         comment.
48         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
49         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
50         (CHECK_EOL): Add undef.
51
52 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
53
54         * bits/stdlib-bsearch.h: New file.
55         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
56         * stdlib/stdlib.h: Likewise.
57
58 2013-02-11  Roland McGrath  <roland@hack.frob.com>
59
60         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
61         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
62         declaration.
63         * manual/search.texi (Array Search Function): Add missing const in
64         lfind prototype.
65         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
66         declaration to use rlim_t.
67         (Basic Scheduling Functions): Remove erroneous const from
68         sched_getparam prototype.  Remove erroneous * from
69         sched_get_priority_max and sched_get_priority_min prototypes.
70         (Resource Usage): Fix summary @comment on vtimes to refer to
71         sys/vtimes.h rather than vtimes.h.
72         Add missing *s in vtimes prototype.
73         (Limits on Resources): Fix ulimit prototype to return long int.
74         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
75         prototypes to use long int rather than double.
76         (BSD Random): Fix initstate and setstate to use char *, not void *.
77         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
78         prototype to make second argument 'struct aiocb64 *const[]'.
79         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
80         (Status of AIO Operations): Remove erroneous const in aio_return and
81         aio_return64 prototypes.
82         (Synchronizing I/O): Fix sync prototype to return void.
83         * manual/startup.texi (Suboptions): Remove an erroneous const in
84         getsubopt prototype.
85         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
86         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
87         use size_t rather than int.
88         (Scanning All Users): Likewise for getpwent_r.
89         (Setting Groups): Add missing const to setgroups prototype.
90         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
91         * manual/socket.texi (Host Names): Fix gethostbyaddr and
92         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
93         'const void *' rather than 'const char *'.
94         (Host Address Functions): Likewise for inet_ntop.
95         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
96         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
97         ssize_t for return value.
98         (Sending Data): Likewise for send, sendto, sendmsg.
99         (Socket Option Functions): Add a missing const in setsockopt prototype.
100         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
101         use wchar_t for the argument.
102         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
103         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
104         take no arguments.
105         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
106         double/float/long double for second argument.
107         Fix return types of significand, significandf, significandl.
108         * manual/filesys.texi (Setting Permissions): Use mode_t for second
109         argument in fchmod prototype.
110         (File Owner): Use uid_t and gid_t in fchown prototype.
111         (File Times): Add const to utimes, futimes, and lutimes prototypes.
112         (Making Special Files): Use mode_t and dev_t in mknod prototype.
113         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
114         use 'const struct dirent **' as argument types to CMP function pointer
115         argument.
116         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
117         (File Times): Fix summary magic @comment for struct utimbuf and utime
118         to refer to utime.h, not time.h.
119         * manual/string.texi (Argz Functions): Add missing const in
120         argz_extract and argz_next prototypes.
121         (Finding Tokens in a String): Likewise for basename.
122         (String/Array Comparison): Fix typo in wcscasecmp prototype.
123         (Copying and Concatenation): Fix typo in wmemmove prototype.
124         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
125         (Signal Stack): Remove erroneous const in sigstack prototype.
126         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
127         prototype.
128         (Simple Calendar Time): Likewise for stime.
129         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
130         prototype.
131         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
132         say sys/sysctl.h instead.
133         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
134         and vsyslog prototypes.
135
136 2013-02-11  Tom de Vries  <tom@codesourcery.com>
137
138         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
139         Remove.
140
141 2013-02-11  Roland McGrath  <roland@hack.frob.com>
142
143         * misc/sys/mman.h: Fix typo in mremap comment.
144
145 2013-02-08  Roland McGrath  <roland@hack.frob.com>
146
147         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
148         the '\0' terminator.
149
150 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
151
152         [BZ #13550]
153         * debug/segfault.c: Don't include <bp-checks.h>.
154         * sysdeps/generic/bp-checks.h: Remove file.
155         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
156         (__GETDENTS): Don't use CHECK_N.
157         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
158         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
159         (__getgroups): Don't use CHECK_N.
160         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
161         (setgroups): Don't use CHECK_N.
162         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
163         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
164         (__libc_msgrcv): Don't use CHECK_N.
165         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
166         (__libc_msgsnd): Don't use CHECK_N.
167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
168         <bp-checks.h>.
169         (__libc_pread): Don't use CHECK_N.
170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
171         include <bp-checks.h>.
172         (__libc_pread64): Don't use CHECK_N.
173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
174         include <bp-checks.h>.
175         (__libc_pwrite): Don't use CHECK_N.
176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
177         include <bp-checks.h>.
178         (__libc_pwrite64): Don't use CHECK_N.
179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
180         <bp-checks.h>.
181         (__libc_pread): Don't use CHECK_N.
182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
183         include <bp-checks.h>.
184         (__libc_pread64): Don't use CHECK_N.
185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
186         include <bp-checks.h>.
187         (__libc_pwrite): Don't use CHECK_N.
188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
189         include <bp-checks.h>.
190         (__libc_pwrite64): Don't use CHECK_N.
191         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
192         (do_pread): Don't use CHECK_N.
193         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
194         (do_pread64): Don't use CHECK_N.
195         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
196         (do_pwrite): Don't use CHECK_N.
197         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
198         (do_pwrite64): Don't use CHECK_N.
199         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
200         (__libc_readv): Don't use CHECK_N.
201         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
202         (semop): Don't use CHECK_N.
203         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
204         <bp-checks.h>.
205         (semtimedop): Don't use CHECK_N.
206         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
207         (__libc_pread): Don't use CHECK_N.
208         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
209         <bp-checks.h>.
210         (__libc_pread64): Don't use CHECK_N.
211         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
212         <bp-checks.h>.
213         (__libc_pwrite): Don't use CHECK_N.
214         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
215         <bp-checks.h>.
216         (__libc_pwrite64): Don't use CHECK_N.
217         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
218         <bp-checks.h>.
219         (__libc_msgrcv): Don't use CHECK_N.
220         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
221         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
222         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
223         (__libc_writev): Don't use CHECK_N.
224
225 2013-02-08  Roland McGrath  <roland@hack.frob.com>
226
227         * string/strcpy.c: Removed unused variable.
228
229         * Makeconfig (+sysdep-includes): Define with := rather than =.
230         Use an existing include/ subdir of each sysdeps dir before it.
231
232 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
233
234         * nscd/connection.c (register_traced_file): Comment function.
235         [HAVE_INOTIFY] (union __inev): Define.
236         [HAVE_INOTIFY] (inotify_check_files): New function.
237         [HAVE_INOTIFY] (clear_db_cache): Likewise.
238         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
239         clear_db_cache.
240         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
241
242 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
243
244         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
245         loaded if not already and that a failure is permanent.
246
247 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
248
249         [BZ #15006]
250         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
251         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
252
253 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
254
255         [BZ #13550]
256         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
257         (CHECK_1_NULL_OK): Likewise.
258         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
259         (__fxstat): Do not use CHECK_1.
260         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
261         <bp-checks.h>.
262         (___fxstat64): Do not use CHECK_1.
263         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
264         <bp-checks.h>.
265         (__fxstatat): Do not use CHECK_1.
266         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
267         <bp-checks.h>.
268         (__fxstatat64): Do not use CHECK_1.
269         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
270         <bp-checks.h>.
271         (__fxstat): Do not use CHECK_1.
272         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
273         <bp-checks.h>.
274         (__fxstatat): Do not use CHECK_1.
275         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
276         <bp-checks.h>.
277         (__getresgid): Do not use CHECK_1.
278         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
279         <bp-checks.h>.
280         (__getresuid): Do not use CHECK_1.
281         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
282         <bp-checks.h>.
283         (__lxstat): Do not use CHECK_1.
284         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
285         <bp-checks.h>.
286         (__old_msgctl): Do not use CHECK_1.
287         (__new_msgctl): Likewise.
288         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
289         <bp-checks.h>.
290         (__new_setrlimit): Do not use CHECK_1.
291         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
292         <bp-checks.h>.
293         (__old_shmctl): Do not use CHECK_1.
294         (__new_shmctl): Likewise.
295         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
296         <bp-checks.h>.
297         (__xstat): Do not use CHECK_1.
298         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
299         (__lxstat): Do not use CHECK_1.
300         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
301         <bp-checks.h>.
302         (___lxstat64): Do not use CHECK_1.
303         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
304         (__old_msgctl): Do not use CHECK_1.
305         (__new_msgctl): Likewise.
306         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
307         <bp-checks.h>.
308         (__gettimeofday): Do not use CHECK_1.
309         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
310         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
311         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
312         <bp-checks.h>.
313         (__gettimeofday): Do not use CHECK_1.
314         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
315         (__old_shmctl): Do not use CHECK_1_NULL_OK.
316         (__new_shmctl): Do not use CHECK_1.
317         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
318         <bp-checks.h>.
319         (do_sigtimedwait): Do not use CHECK_1.
320         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
321         <bp-checks.h>.
322         (do_sigwaitinfo): Do not use CHECK_1.
323         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
324         <bp-checks.h>.
325         (msgctl): Do not use CHECK_1.
326         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
327         <bp-checks.h>.
328         (shmctl): Do not use CHECK_1.
329         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
330         (ustat): Do not use CHECK_1.
331         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
332         <bp-checks.h>.
333         (__fxstat): Do not use CHECK_1.
334         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
335         <bp-checks.h>.
336         (__fxstatat): Do not use CHECK_1.
337         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
338         <bp-checks.h>.
339         (__lxstat): Do not use CHECK_1.
340         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
341         <bp-checks.h>.
342         (__xstat): Do not use CHECK_1.
343         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
344         (__xstat): Do not use CHECK_1.
345         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
346         (___xstat64): Do not use CHECK_1.
347
348         [BZ #13550]
349         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
350         definitions.
351         (CHECK_BOUNDS_HIGH): Likewise.
352         * string/strcpy.c: Do not include <bp-checks.h>.
353         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
354
355 2013-02-07  Roland McGrath  <roland@hack.frob.com>
356
357         * nscd/nscd-client.h (__nscd_drop_map_ref):
358         Add __attribute__ ((unused)).
359         * nis/nss-nisplus.h (niserr2nss): Likewise.
360
361         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
362         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
363
364         * csu/libc-tls.c (init_static_tls, init_slotinfo):
365         Remove inline keyword.
366         * include/rounding-mode.h (round_away): Likewise.
367         * libio/wfileops.c (adjust_wide_data): Likewise.
368         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
369         (__m128i_strloadu_tolower): Likewise.
370         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
371         (__m128i_strloadu_tolower): Likewise.
372         * time/mktime.c (ydhms_diff): Likewise.
373         * locale/elem-hash.h (elem_hash): Likewise.
374         * locale/setlocale.c (setdata): Likewise.
375         * posix/regex_internal.h (re_string_char_size_at): Likewise.
376         (re_string_wchar_at): Likewise.
377         (bitset_not, bitset_merge, bitset_mask): Likewise.
378         [!(__GNUC__ > 3)] (inline): Remove macro.
379         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
380         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
381         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
382         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
383         * string/memcmp.c (memcmp_bytes): Likewise.
384         * locale/programs/locarchive.c (compute_hashval): Likewise.
385         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
386         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
387         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
388         * nss/getent.c (print_rpc, print_protocols): Likewise.
389         (print_passwd, print_group, print_aliases): Likewise.
390         * nis/nss-nisplus.h (niserr2nss): Likewise.
391         * nscd/connections.c (restart_p): Likewise.
392         Change return type to bool.
393
394 2013-02-05  Roland McGrath  <roland@hack.frob.com>
395
396         * Makeconfig (all-Depend-files): Add existing
397         $(sorted-subdirs:=/Depend) files.
398         (all-subdirs): Remove nss.
399         * sysdeps/unix/inet/Subdirs: Add it here instead.
400         * hesiod/Depend: New file.
401
402         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
403         instead of calling alloca.
404
405         * io/lseek.c (__lseek): Rename to __libc_lseek.
406         Define __lseek as an alias.
407
408         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
409
410 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
411
412         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
413         else clause and remove check for non-standard endianness.
414
415 2013-02-04  David S. Miller  <davem@davemloft.net>
416
417         * sysdeps/sparc/fpu/libm-test-ulps: Update.
418
419 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
420
421         [BZ #13550]
422         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
423         (__ubp_memchr): Remove prototype.
424         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
425         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
426         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
427         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
428         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
429         Remove alias.
430         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
431         (__ubp_memchr): Likewise.
432         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
433         (__ubp_memchr): Likewise.
434         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
435         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
436         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
437         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
438         CHECK_STRING.
439         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
440         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
441         (__getcwd): Do not use CHECK_STRING.
442         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
443         <bp-checks.h>.
444         (__real_chown): Do not use CHECK_STRING.
445         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
446         <bp-checks.h>.
447         (fchownat): Do not use CHECK_STRING.
448         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
449         CHECK_STRING.
450         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
451         <bp-checks.h>.
452         (__lchown): Do not use CHECK_STRING.
453         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
454         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
455         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
456         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
458         include <bp-checks.h>.
459         (truncate64): Do not use CHECK_STRING.
460         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
461         <bp-checks.h>.
462         (__real_chown): Do not use CHECK_STRING.
463         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
464         <bp-checks.h>.
465         (__lchown): Do not use CHECK_STRING.
466         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
467         <bp-checks.h>.
468         (__chown): Do not use CHECK_STRING.
469         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
470         <bp-checks.h>.
471         (truncate64): Do not use CHECK_STRING.
472         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
473         Likewise.
474         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
475         (__xmknod): Do not use CHECK_STRING.
476         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
477         <bp-checks.h>.
478         (__xmknodat): Do not use CHECK_STRING.
479         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
480         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
481
482 2013-02-04  Andreas Schwab  <schwab@suse.de>
483
484         [BZ #14142]
485         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
486         * include/netdb.h: Likewise for h_errno.
487         * elf/tst-stackguard1.c: Include <tls.h>.
488
489 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
490
491         * elf/link.h (struct link_map): Extend the l_addr comment.
492         * include/link.h (struct link_map): Likewise.
493
494 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
495
496         [BZ #13550]
497         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
498         (BOUNDED_1): Remove macro.
499         * debug/backtrace.c: Don't include <bp-checks.h>.
500         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
501         (__backtrace): Likewise.
502         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
503         <bp-checks.h>.
504         (__backtrace): Don't use BOUNDED_1.
505         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
506         <bp-checks.h>.
507         (__backtrace): Don't use BOUNDED_1.
508         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
509         (__backtrace): Don't use BOUNDED_1.
510         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
511         (shmat): Don't use BOUNDED_N.
512
513 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
514
515         [BZ #13550]
516         * sysdeps/generic/bp-start.h: Remove file.
517         * csu/libc-start.c: Don't include <bp-start.h>.
518         (LIBC_START_MAIN): Set up __environ directly instead of using
519         INIT_ARGV_and_ENVIRON.
520         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
521         <bp-start.h>.
522
523         [BZ #13550]
524         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
525         definitions.
526         (CHECK_FCNTL): Likewise.
527         (CHECK_N_PAGES): Likewise.
528
529         [BZ #13550]
530         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
531         definitions.
532         (CHECK_SIGSET_NULL_OK): Likewise.
533         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
534         <bp-checks.h>.
535         (sigpending): Don't use CHECK_SIGSET.
536         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
537         <bp-checks.h>.
538         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
539         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
540         <bp-checks.h>.
541         (do_sigsuspend): Don't use CHECK_SIGSET.
542         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
543         use CHECK_SIGSET.
544         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
545         (do_sigwait): Don't use CHECK_SIGSET.
546         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
547         use CHECK_SIGSET.
548         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
549         include <bp-checks.h>.
550         (sigpending): Don't use CHECK_SIGSET.
551         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
552         include <bp-checks.h>.
553         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
554         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
555         <bp-checks.h>.
556         (sigpending): Don't use CHECK_SIGSET.
557         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
558         <bp-checks.h>.
559         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
560
561         [BZ #13550]
562         * sysdeps/generic/bp-semctl.h: Remove file.
563         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
564         <bp-checks.h> and <bp-semctl.h>.
565         (__old_semctl): Don't use CHECK_SEMCTL.
566         (__new_semctl): Likewise.
567         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
568         and <bp-semctl.h>.
569         (__old_semctl): Don't use CHECK_SEMCTL.
570         (__new_semctl): Likewise.
571         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
572         <bp-checks.h> and <bp-semctl.h>.
573         (__old_semctl): Don't use CHECK_SEMCTL.
574         (__new_semctl): Likewise.
575         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
576         <bp-checks.h> and <bp-semctl.h>.
577         (semctl): Don't use CHECK_SEMCTL.
578
579         [BZ #13550]
580         * Makerules (elide-bp-thunks): Remove variable.
581         (elide-routines.oS): Don't use $(elide-bp-thunks).
582         (elide-routines.os): Likewise.
583         (elide-routines.o): Likewise.
584         (elide-routines.op): Likewise.
585         (elide-routines.og): Likewise.
586         (objects): Don't use $(bp-thunks).
587         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
588         include.
589         (common-generated): Do not add s-proto-bp.d.
590         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
591         (int): Likewise.
592         (typ): Likewise.
593         Do not generate makefile rules for bounded-pointer thunks.
594         * sysdeps/generic/bp-thunks.h: Remove file.
595         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
596         * sysdeps/unix/s-proto-bp.S: Likewise.
597
598         [BZ #15062]
599         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
600         parts of result separately when argument is not close to line from
601         -i to i and one part of argument is small.
602         * math/k_casinhf.c (__kernel_casinhf): Likewise.
603         * math/k_casinhl.c (__kernel_casinhl): Likewise.
604         * math/libm-test.inc (cacos_test): Add more tests.
605         (casin_test): Likewise.
606         (casinh_test): Likewise.
607         * sysdeps/i386/fpu/libm-test-ulps: Update.
608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
609
610 2013-01-31  David S. Miller  <davem@davemloft.net>
611
612         * po/de.po: Update from translation team.
613
614 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
615
616         * time/tzfile.c: Include stdint.h for SIZE_MAX.
617
618 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
619
620         * configure.in (_AC_PROG_CC_C89): New definition.
621         * configure: Regenerate.
622
623         * configure.in (AC_PROG_CPP): New definition.
624         * configure: Regenerate.
625
626 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
627
628         * debug/tst-backtrace.h: New file.
629         * debug/tst-backtrace2.c: Include tst-backtrace.h.
630         (ret): Remove variable.
631         (x): Likewise.
632         (FAIL): Remove macro.
633         (NO_INLINE): Likewise.
634         (fn1): Use match function instead of strstr.
635         * debug/tst-backtrace3.c: Include tst-backtrace.h.
636         (ret): Remove variable.
637         (x): Likewise.
638         (FAIL): Remove macro.
639         (NO_INLINE): Likewise.
640         (fn): Use match function instead of strstr.
641         * debug/tst-backtrace4.c: Include tst-backtrace.h.
642         (ret): Remove variable.
643         (x): Likewise.
644         (FAIL): Remove macro.
645         (NO_INLINE): Likewise.
646         (handle_signal): Use match function instead of strstr.
647         * debug/tst-backtrace5.c: Include tst-backtrace.h.
648         (ret): Remove variable.
649         (x): Likewise.
650         (FAIL): Remove macro.
651         (NO_INLINE): Likewise.
652         (handle_signal): Use match function instead of strstr.
653
654 2013-01-23  Roland McGrath  <roland@hack.frob.com>
655
656         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
657
658 2013-01-23  David S. Miller  <davem@davemloft.net>
659
660         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
661         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
662         argument of CAS if possible.
663         * sysdeps/sparc/sparc64/bits/atomic.h
664         (__arch_compare_and_exchange_val_32_acq): Likewise.
665         (__arch_compare_and_exchange_val_64_acq): Likewise.
666
667 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
668
669         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
670         * sysdeps/posix/ulimit.c: ... this.
671         Include <limits.h>.
672         * sysdeps/unix/bsd/ulimit.c: Remove file.
673
674 2013-01-23  Adam Conrad  <adconrad@0c3.net>
675
676         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
677         (LDFLAGS-tst-array5): Likewise.
678
679 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
680
681         [BZ #15036]
682         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
683         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
684         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
685         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
686
687 2013-01-21  David S. Miller  <davem@davemloft.net>
688
689         * sysdeps/sparc/backtrace.c: New file.
690         * sysdeps/sparc/sparc32/backtrace.h: New file.
691         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
692         * sysdeps/sparc/sparc64/backtrace.h: New file.
693         * sysdeps/sparc/sparc64/backtrace.c: Delete.
694         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
695         -funwind-tables.
696
697 2013-01-21  Andreas Schwab  <schwab@suse.de>
698
699         [BZ #15020]
700         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
701         closed its stdout.
702
703 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
704
705         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
706         "mpa2.h".
707         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
708
709 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
710             Mark Mitchell  <mark@codesourcery.com>
711             Tom de Vries  <tom@codesourcery.com>
712             Paul Pluzhnikov  <ppluzhnikov@google.com>
713
714         * debug/tst-backtrace2.c: New file.
715         * debug/tst-backtrace3.c: Likewise.
716         * debug/tst-backtrace4.c: Likewise.
717         * debug/tst-backtrace5.c: Likewise.
718         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
719         (CFLAGS-tst-backtrace3.c): Likewise.
720         (CFLAGS-tst-backtrace4.c): Likewise.
721         (CFLAGS-tst-backtrace5.c): Likewise.
722         (LDFLAGS-tst-backtrace2): Likewise.
723         (LDFLAGS-tst-backtrace3): Likewise.
724         (LDFLAGS-tst-backtrace4): Likewise.
725         (LDFLAGS-tst-backtrace5): Likewise.
726         (tests): Add new tests tst-backtrace2, tst-backtrace3,
727         tst-backtrace4 and tst-backtrace5.
728
729 2013-01-18  Anton Blanchard  <anton@samba.org>
730             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
731
732         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
733         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
734         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
735         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
737         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
738         "+r" and remove output regs list as redundant.  Add explicit inline
739         asm to specify register of return val to work around compiler codegen
740         bug.  Remove (int) cast on return value.  Add return type parameter to
741         use in macro so that this macro does not truncate return value for
742         64-bit values.
743         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
744         pass to INTERNAL_VSYSCALL_NCS.
745         (INLINE_VSYSCALL): Add 'long int' as return type to
746         INTERNAL_VSYSCALL_NCS macro invocation.
747         (INTERNAL_VSYSCALL): Add 'long int' as return type to
748         INTERNAL_VSYSCALL_NCS macro invocation.
749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
750
751 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
752
753         [BZ #14496]
754         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
755         Fix application of SIMD FP exception mask.
756
757         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
758         mp_no from a power of two.
759         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
760         __mpexp_twomm1.  Use __pow_mp.
761
762         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
763         multiplication.
764
765 2013-01-17  David S. Miller  <davem@davemloft.net>
766
767         * sysdeps/sparc/fpu/libm-test-ulps: Update.
768
769 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
770
771         [BZ #15023]
772         * include/complex.h: Condition contents on [!_COMPLEX_H].
773         (__kernel_casinhf): New prototype.
774         (__kernel_casinh): Likewise.
775         (__kernel_casinhl): Likewise.
776         * math/Makefile (libm_calls): Add k_casinh.
777         * math/k_casinh.c: New file.
778         * math/k_casinhf.c: Likewise.
779         * math/k_casinhl.c: Likewise.
780         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
781         finite nonzero arguments.
782         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
783         finite nonzero arguments.
784         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
785         finite nonzero arguments.
786         * math/s_casinh.c: Do not include <float.h>.
787         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
788         * math/s_casinhf.c: Do not include <float.h>.
789         (__casinhf): Move code for finite nonzero arguments to
790         k_casinhf.c.
791         * math/s_casinhl.c: Do not include <float.h>.
792         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
793         redefine.
794         (__casinhl): Move code for finite nonzero arguments to
795         k_casinhl.c.
796         * math/libm-test.inc (cacos_test): Add more tests.
797         * sysdeps/i386/fpu/libm-test-ulps: Update.
798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
799
800 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
801
802         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
803         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
804         [!HAVE_MREMAP]: Remove [defined linux] case.
805         * malloc/arena.c: Do not include <malloc-sysdep.h>.
806
807 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
808
809         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
810
811 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
812
813         * elf/elf.h (R_386_SIZE32): New relocation.
814         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
815         R_386_SIZE32.
816         (elf_machine_rela): Likewise.
817         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
818         R_X86_64_SIZE64 and R_X86_64_SIZE32.
819
820 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
821
822         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
823         (FP_FAST_FMA): Do not define.
824         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
825         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
826         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
827         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
828         !_SOFT_FLOAT]: Likewise.
829         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
830         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
831         value.
832         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
833         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
834         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
835         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
836         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
837         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
838         file.
839
840 2013-01-16  Andreas Schwab  <schwab@suse.de>
841
842         [BZ #14327]
843         * include/stdlib.h (__mktemp): Add declaration.
844         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
845         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
846
847 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
848
849         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
850         definitions.
851         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
852         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
853         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
854         definitions here.
855         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
856         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
857         definitions.
858         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
859         and ONE.
860         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
861         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
862         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
863         definitions.
864         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
865         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
866         definitions.
867         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
868
869         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
870
871 2013-01-15  David S. Miller  <davem@davemloft.net>
872
873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
874         trunc{,f} to libm-sysdep_routes.
875         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
877         file.
878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
880         file.
881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
882         file.
883         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
884         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
885         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
886         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
887         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
888         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
889         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
890         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
891
892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
893         nearbyint{,f} to libm-sysdep_routes.
894         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
896         New file.
897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
898         file.
899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
900         New file.
901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
902         file.
903         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
904         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
905         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
906         file.
907         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
908         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
909         file.
910         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
911         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
912         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
913
914         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
915         libc_feholdexcept and libc_fesetenv.
916
917 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
918
919         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
920
921 2013-01-14  David S. Miller  <davem@davemloft.net>
922
923         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
924         (SPARC_ASM_VIS2_IFUNC): Likewise.
925         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
927         use of 'siam' instruction.
928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
929         Likewise.
930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
931         Likewise.
932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
933         Likewise.
934         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
935         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
936         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
937         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
939         file.
940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
941         file.
942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
943         file.
944         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
945         file.
946         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
947         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
948         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
949         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
950         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
951         new VIS2 routines.
952         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
955         Likewise.
956         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
957         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
958         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
959         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
961         routines to libm-sysdep_routines.
962         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
963
964         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
965         fdim/fdimf to libm-sysdep_routines.
966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
967         file.
968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
969         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
970         file.
971         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
972         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
973         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
974         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
975         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
976         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
977         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
978
979 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
980
981         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
982         to optimize copies.
983
984         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
985         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
986         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
987
988         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
989         local variable MPTWO.
990         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
991         Likewise.
992
993 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
994
995         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
996         GLOB_NOESCAPE.
997
998 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
999
1000         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
1001
1002 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
1003
1004         * manual/pattern.texi (glob_t): Document gl_flags.
1005         (glob64_t): Likewise.
1006
1007 2013-01-11  David S. Miller  <davem@davemloft.net>
1008
1009         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
1010         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
1011         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
1012         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
1013         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
1014         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
1015         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
1016         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
1017         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
1018         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
1019         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
1020         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
1021         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
1022
1023         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
1024         sparc V9 rather than using V8 code.
1025         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
1026         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
1027
1028         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
1029         Move to...
1030         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
1031         Here.
1032
1033 2013-01-11  Roland McGrath  <roland@hack.frob.com>
1034
1035         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
1036         not in the main loop.
1037         * configure: Regenerated.
1038
1039 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
1040
1041         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
1042         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
1043         to just #else.
1044         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
1045         [!__GLIBC_HAVE_LONG_LONG] case.
1046         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
1047         condition to just #else.
1048         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
1049         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
1050         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
1051         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
1052         unconditional.
1053         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
1054         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
1055         #elif condition to just #else.
1056         * sysdeps/unix/sysv/linux/sys/sysmacros.h
1057         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
1058         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
1059         #elif condition to just #else.
1060
1061 2013-01-11  Steve Ellcey  <sellcey@mips.com>
1062
1063         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
1064         (EF_MIPS_ARCH_64): Fix value.
1065         (EF_MIPS_ARCH_32R2): New.
1066         (EF_MIPS_ARCH_64R2): New.
1067
1068 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1069
1070         * Makeconfig (+link-pie-before-libc): New.
1071         (+link-pie-after-libc): Likewise.
1072         (+link-pie-tests): Likewise.
1073         (+link-pie): Rewritten.
1074         (link-before-libc): Remove $(config-LDFLAGS).
1075         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
1076         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
1077         (config-LDFLAGS): Renamed to ...
1078         (rtld-LDFLAGS): This.
1079         (rtld-tests-LDFLAGS): New macro.
1080         (link-libc-rpath-link): Likewise.
1081         (link-libc-tests-rpath-link): Likewise.
1082         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
1083         (link-libc): Prepand $(link-libc-rpath-link).
1084         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
1085         (test-program-prefix): New macro.
1086         (test-via-rtld-prefix): Likewise.
1087         (test-program-cmd): Likewise.
1088         (host-test-program-cmd): Likewise.
1089         * Makefile ($(common-objpfx)testrun.sh): Replace
1090         $(run-program-prefix) with $(test-program-prefix).
1091         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
1092         $(rtld-LDFLAGS).
1093         ($(common-objpfx)shlib.lds): Likewise.
1094         (build-module-helper): Likewise.
1095         ($(common-objpfx)format.lds): Likewise.
1096         * Rules (binaries-pie-tests): New.
1097         (binaries-pie-notests): Likewise.
1098         (binaries-pie): Rewritten.
1099         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
1100         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
1101         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
1102         (make-test-out): Replace $(host-built-program-cmd) with
1103         $(host-test-program-cmd).
1104         * config.make.in (build-hardcoded-path-in-tests): New variable.
1105         * configure.in (--enable-hardcoded-path-in-tests): New configure
1106         option.
1107         (hardcoded_path_in_tests): New AC_SUBST.
1108         * configure: Regenerated.
1109         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
1110         $(built-program-cmd) with $(test-program-cmd).
1111         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
1112         (test_program_cmd): This.
1113         * elf/Makefile ($(objpfx)order.out): Run test with
1114         $(test-program-prefix).
1115         ($(objpfx)order2.out): Likewise.
1116         ($(objpfx)tst-initorder.out): Likewise.
1117         ($(objpfx)tst-initorder2.out): Likewise.
1118         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
1119         $(test-program-cmd).
1120         ($(objpfx)tst-array1-static.out): Likewise.
1121         ($(objpfx)tst-array2.out): Likewise.
1122         ($(objpfx)tst-array3.out): Likewise.
1123         ($(objpfx)tst-array4.out): Likewise.
1124         ($(objpfx)tst-array5.out): Likewise.
1125         ($(objpfx)tst-array5-static.out): Likewise.
1126         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
1127         $(test-program-cmd).
1128         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
1129         $(run-program-prefix) with $(test-program-prefix).
1130         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
1131         (test_program_prefix): This.
1132         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
1133         $(run-program-prefix) with $(test-program-prefix).
1134         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
1135         (test_program_prefix): This.
1136         * iconvdata/tst-tables.sh: Likewise.
1137         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
1138         $(run-program-prefix) with $(test-program-prefix).
1139         ($(objpfx)tst-translit.out): Likewise.
1140         ($(objpfx)tst-gettext2.out): Likewise.
1141         ($(objpfx)tst-gettext4.out): Likewise.
1142         ($(objpfx)tst-gettext6.out): Likewise.
1143         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
1144         (test_program_prefix): This.
1145         * intl/tst-gettext2.sh: Likewise.
1146         * intl/tst-gettext4.sh  Likewise.
1147         * intl/tst-gettext6.sh: Likewise.
1148         * intl/tst-translit.sh: Likewise.
1149         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
1150         with $(test-program-cmd).
1151         * libio/Makefile ($(objpfx)test-freopen.out): Replace
1152         $(run-program-prefix) with $(test-program-prefix).
1153         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
1154         (test_program_prefix): This.
1155         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
1156         $(run-program-prefix) with $(test-program-prefix).
1157         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
1158         (test_program_prefix): This.
1159         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
1160         * posix/Makefile ($(objpfx)globtest.out): Replace
1161         $(run-via-rtld-prefix) and $(test-wrapper) with
1162         $(test-program-prefix) and $(test-via-rtld-prefix).
1163         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
1164         $(test-program-prefix).
1165         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
1166         $(host-test-program-cmd).
1167         (tst-spawn-ARGS): Likewise.
1168         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
1169         $(test-program-prefix).
1170         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
1171         (test_via_rtld_prefix): This.
1172         (test_wrapper): Renamed to ...
1173         (test_program_prefix): This.
1174         (run_program_prefix): Replaced by test_program_prefix.
1175         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
1176         (test_program_prefix): This.
1177         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
1178         with $(host-test-program-cmd).
1179         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
1180         $(run-program-prefix) with $(test-program-prefix).
1181         ($(objpfx)tst-printf.out): Likewise.
1182         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
1183         $(test-program-cmd).
1184         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
1185         (test_program_prefix): This.
1186         * stdio-common/tst-unbputc.sh: Likewise.
1187         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
1188         $(run-program-prefix) with $(test-program-prefix).
1189         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
1190         (test_program_prefix): This.
1191         * string/Makefile ($(objpfx)tst-svc.out):  Replace
1192         $(built-program-cmd) with $(test-program-cmd).
1193
1194 2013-01-11  Andreas Jaeger  <aj@suse.de>
1195
1196         [BZ #15003]
1197         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
1198         value. Sync with Linux 3.7.
1199
1200 2013-01-10  David S. Miller  <davem@davemloft.net>
1201
1202         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
1203         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
1204         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
1205
1206 2013-01-10  Roland McGrath  <roland@hack.frob.com>
1207
1208         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
1209         never set.
1210         * configure: Regenerated.
1211
1212 2013-01-10  David S. Miller  <davem@davemloft.net>
1213
1214         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
1215         sparc V9 rather than using V8 code.
1216         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
1217         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
1218
1219 2013-01-10  Roland McGrath  <roland@hack.frob.com>
1220
1221         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
1222         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
1223         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
1224         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
1225         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
1226         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
1227         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
1228         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
1229         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
1230         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
1231         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
1232         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
1233         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
1234         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
1235         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
1236         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
1237         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
1238         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
1239         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
1240         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
1241         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
1242         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
1243         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
1244         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
1245         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
1246         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
1247         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
1248
1249 2013-01-10  David S. Miller  <davem@davemloft.net>
1250
1251         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1252
1253 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1254
1255         * posix/Makefile (tests-static): New variable.
1256         (tests): Add $(tests-static).
1257         (tst-exec-static-ARGS): New variable.
1258         (tst-spawn-static-ARGS): Likewise.
1259         * posix/tst-exec-static.c: New file.
1260         * posix/tst-spawn-static.c: Likewise.
1261         * posix/tst-exec.c: Support run directly.
1262         * posix/tst-spawn.c: Likewise.
1263
1264 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
1265
1266         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
1267         long.
1268         * math/bits/mathcalls.h (llrint): Likewise.
1269         (llround): Likewise.
1270         * stdlib/stdlib.h (struct drand48_data): Likewise.
1271         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
1272         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
1273         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
1274         Likewise.
1275         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
1276         Likewise.
1277         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
1278         (elf_greg_t): Likewise.
1279         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
1280         (__jmp_buf): Likewise.
1281         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
1282         definitions.
1283         (llrint): Likewise, for all definitions.
1284         (llrintl): Likewise.
1285
1286         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
1287         Remove [__GNUC__] condition.
1288         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
1289         condition to just [__USE_ISOC99].
1290         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
1291
1292 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1293
1294         [BZ #14200]
1295         * sysdeps/unix/sysv/linux/x86/bits/environments.h
1296         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
1297         defined.
1298         (_POSIX_V6_ILP32_OFF32): Likewise.
1299         (_XBS5_ILP32_OFF32): Likewise.
1300         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
1301         (__ILP32_OFFBIG_LDFLAGS): Likewise.
1302
1303 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1304
1305         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
1306
1307         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
1308         doubles __mpexp_twomm1.  Adjust usage.
1309         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
1310         Remove.
1311
1312 2013-01-10  Andreas Schwab  <schwab@suse.de>
1313
1314         [BZ #14964]
1315         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
1316         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
1317
1318 2013-01-09  David S. Miller  <davem@davemloft.net>
1319
1320         [BZ #15003]
1321         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
1322         TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
1323         TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
1324         TCP_FASTOPEN): Define.
1325         (tcp_repair_opt): New structure.
1326         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
1327         enum values.
1328         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
1329         TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
1330         TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
1331         (tcp_cookie_transactions): New structure.
1332
1333 2013-01-09  Anton Blanchard  <anton@samba.org>
1334
1335         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
1336         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
1337         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
1338         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
1339
1340 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
1341
1342         * include/features.h (__USE_ANSI): Remove.
1343
1344 2013-01-09  Roland McGrath  <roland@hack.frob.com>
1345
1346         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
1347
1348         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
1349
1350 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1351
1352         * sysdeps/s390/fpu/libm-test-ulps: Update.
1353
1354         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1355
1356         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
1357         (__acr): Likewise.
1358         (__cpy): Likewise.
1359         (norm): Likewise.
1360         (denorm): Likewise.
1361         (__mp_dbl): Likewise.
1362         (__dbl_mp): Likewise.
1363         (add_magnitudes): Likewise.
1364         (sub_magnitudes): Likewise.
1365         (__add): Likewise.
1366         (__sub): Likewise.
1367         (__mul): Likewise.
1368         (__inv): Likewise.
1369         (__dvd): Likewise.
1370         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
1371         (__acr): Likewise.
1372         (__cpy): Likewise.
1373         (norm): Likewise.
1374         (denorm): Likewise.
1375         (__mp_dbl): Likewise.
1376         (__dbl_mp): Likewise.
1377         (add_magnitudes): Likewise.
1378         (sub_magnitudes): Likewise.
1379         (__add): Likewise.
1380         (__sub): Likewise.
1381         (__mul): Likewise.
1382         (__inv): Likewise.
1383         (__dvd): Likewise.
1384         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
1385         (__acr): Likewise.
1386         (__cpy): Likewise.
1387         (norm): Likewise.
1388         (denorm): Likewise.
1389         (__mp_dbl): Likewise.
1390         (__dbl_mp): Likewise.
1391         (add_magnitudes): Likewise.
1392         (sub_magnitudes): Likewise.
1393         (__add): Likewise.
1394         (__sub): Likewise.
1395         (__mul): Likewise.
1396         (__inv): Likewise.
1397         (__dvd): Likewise.
1398
1399 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
1400
1401         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
1402         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
1403         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
1404         2 && __USE_EXTERN_INLINES]: Likewise.
1405
1406 2013-01-08  Andreas Jaeger  <aj@suse.de>
1407
1408         [BZ# 14985]
1409         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
1410         Remove.
1411         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
1412         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
1413
1414 2013-01-07  Anton Blanchard  <anton@samba.org>
1415
1416         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
1417         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
1418         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
1419         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
1420         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
1421         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
1422         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
1423         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
1424         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
1425         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
1426         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
1427         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
1428         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1429         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
1430         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
1431         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
1432         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
1433         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1434         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
1435         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
1436         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
1437         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
1438         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
1439         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
1440         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
1441         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
1442         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1443         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
1444         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
1445         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1446         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
1447         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
1448         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
1449         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1450         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1451         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
1452         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
1453         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
1454         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
1455         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
1456         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
1457         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
1458         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
1459
1460 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
1461
1462         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
1463         (__MALLOC_PMT): Likewise.
1464         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
1465         [__GNUC__], only on [_LIBC].
1466         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
1467         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
1468         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
1469         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
1470         forward declaration.
1471         (realloc_hook_ini): Likewise.
1472         (memalign_hook_ini): Likewise.
1473         (__libc_memalign): Do not use __MALLOC_PMT in variable
1474         declaration.
1475         (__libc_valloc): Likewise.
1476         (__libc_pvalloc): Likewise.
1477         (__libc_calloc): Likewise.
1478         (__posix_memalign): Likewise.
1479
1480         [BZ #14996]
1481         * math/s_casinh.c: Include <float.h>.
1482         (__casinh): Do not do computation with squaring and square root
1483         for large arguments.
1484         * math/s_casinhf.c: Include <float.h>.
1485         (__casinhf): Do not do computation with squaring and square root
1486         for large arguments.
1487         * math/s_casinhl.c: Include <float.h>.
1488         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
1489         (__casinhl): Do not do computation with squaring and square root
1490         for large arguments.
1491         * math/libm-test.inc (casin_test): Add more tests.
1492         (casinh_test): Likewise.
1493         * sysdeps/i386/fpu/libm-test-ulps: Update.
1494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1495
1496 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
1497
1498         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
1499         (__x86_64_raw_data_cache_size): Likewise.
1500         (__x86_64_data_cache_size_half): Likewise.
1501         (__x86_64_raw_data_cache_size_half): Likewise.
1502         (__x86_64_shared_cache_size): Likewise.
1503         (__x86_64_raw_shared_cache_size): Likewise.
1504         (__x86_64_shared_cache_size_half): Likewise.
1505         (__x86_64_raw_shared_cache_size_half): Likewise.
1506         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
1507         to ...
1508         (__x86_data_cache_size): This.
1509         (__x86_64_raw_data_cache_size): Renamed to ...
1510         (__x86_raw_data_cache_size): This.
1511         (__x86_64_data_cache_size_half): Renamed to ...
1512         (__x86_data_cache_size_half): This.
1513         (__x86_64_raw_data_cache_size_half): Renamed to ...
1514         (__x86_raw_data_cache_size_half): This.
1515         (__x86_64_shared_cache_size): Renamed to ...
1516         (__x86_shared_cache_size): This.
1517         (__x86_64_raw_shared_cache_size): Renamed to ...
1518         (__x86_raw_shared_cache_size): This.
1519         (__x86_64_shared_cache_size_half): Renamed to ...
1520         (__x86_shared_cache_size_half): This.
1521         (__x86_64_raw_shared_cache_size_half): Renamed to ...
1522         (__x86_raw_shared_cache_size_half): This.
1523         * sysdeps/x86_64/memcpy.S: Updated.
1524         * sysdeps/x86_64/memset.S: Likewise.
1525         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1526         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1527         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1528
1529 2013-01-04  David S. Miller  <davem@davemloft.net>
1530
1531         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1532
1533 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1534
1535         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
1536         1 to avoid redefinition warning.
1537         (__USE_GNU): Don't define.
1538         (init_signaling_nan): Protoize.
1539
1540         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1541
1542 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1543
1544         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
1545         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
1546         (__cpymn): Likewise.
1547         (norm): Remove commented code.
1548         (denorm): Likewise.
1549         (__mp_dbl): Likewise.
1550         (__inv): Likewise.
1551         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
1552         (__cpymn): Likewise.
1553         (norm): Remove commented code.
1554         (denorm): Likewise.
1555         (__mp_dbl): Likewise.
1556         (__inv): Likewise.
1557
1558         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
1559         mp_no value for 1.0 and 2.0.
1560         (norm): Use RADIXI instead of radixi.d.
1561         (denorm): Likewise.
1562         (__mul): Use 0.0 instead of zero.d.
1563         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
1564         mp_no value for 1.0 and 2.0.
1565         (norm): Use RADIXI instead of radixi.d.
1566         (denorm): Likewise.
1567         (__mul): Use 0.0 instead of zero.d.
1568
1569 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
1570
1571         [BZ #14994]
1572         * math/s_casinh.c (__casinh): Reduce finite argument to first
1573         quadrant then set signs of results at the end.
1574         * math/s_casinhf.c (__casinhf): Likewise.
1575         * math/s_casinhl.c (__casinhl): Likewise.
1576         * math/libm-test.inc (casin_test): Add more tests.
1577         (casinh_test): Likewise.
1578         * sysdeps/i386/fpu/libm-test-ulps: Update.
1579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1580
1581 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1582
1583         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
1584
1585         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
1586
1587         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
1588         declarations.
1589         (denorm): Likewise.
1590         (__mp_dbl): Likewise.
1591         (__inv): Likewise.
1592
1593         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
1594         and adjust the header comment.
1595
1596         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
1597         variable name from declaration.
1598
1599 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
1600
1601         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1602         Initialize COMMON_CPUID_INDEX_7 element.
1603         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
1604         (CPUID_RTM): Likewise.
1605         (HAS_RTM): Likewise.
1606         (COMMON_CPUID_INDEX_7): New enum.
1607
1608 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
1609
1610         [BZ #14981]
1611         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
1612         size is zero, record memory as freed.
1613
1614 2013-01-03  Andreas Jaeger  <aj@suse.de>
1615
1616         * po/ia.po: Add new Interlingua translation.
1617
1618 2012-01-03  Allan McRae  <allan@archlinux.org>
1619
1620         * locale/programs/localedef.c: Fix description of '--posix' flag.
1621
1622 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
1623
1624         * NEWS: Update dates in second copyright notice.
1625         * README: Update copyright dates in example.
1626         * manual/libc.texinfo: Update copyright dates.
1627         * scripts/test-installation.pl: Update copyright date in --version
1628         output.
1629
1630         * hurd/ctty-input.c: Fix copyright notice formatting.
1631         * hurd/ctty-output.c: Likewise.
1632         * hurd/dtable.c: Likewise.
1633         * hurd/hurd-raise.c: Likewise.
1634         * hurd/hurdprio.c: Likewise.
1635         * hurd/msgportdemux.c: Likewise.
1636         * misc/sys/file.h: Likewise.
1637         * misc/sys/ioctl.h: Likewise.
1638         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
1639         * sysdeps/mach/hurd/chdir.c: Likewise.
1640         * sysdeps/mach/hurd/fchdir.c: Likewise.
1641         * sysdeps/mach/hurd/rename.c: Likewise.
1642         * sysdeps/mach/hurd/rmdir.c: Likewise.
1643         * sysdeps/mach/hurd/seekdir.c: Likewise.
1644         * sysdeps/mach/hurd/setsid.c: Likewise.
1645         * sysdeps/posix/wait3.c: Likewise.
1646
1647         * All files with FSF copyright notices: Update copyright dates
1648         using scripts/update-copyrights.
1649         * intl/plural.c: Regenerated.
1650         * locale/programs/charmap-kw.h: Likewise.
1651         * locale/programs/locfile-kw.h: Likewise.
1652
1653 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1654
1655         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
1656         four values.
1657
1658         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
1659         calculation loop and add branch prediction.
1660
1661         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
1662         check access beyond bounds of m1np.
1663
1664         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
1665         MPTWO.
1666         (__inv): Remove local variable MPTWO to use the global
1667         constant.
1668         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
1669         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
1670         variable MPTWO.
1671         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
1672         MP3HALFS static const.
1673
1674 2013-01-01  David S. Miller  <davem@davemloft.net>
1675
1676         * po/ca.po: Update from translation team.
1677
1678 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
1679
1680         * scripts/update-copyrights: New file.
1681         * Makeconfig: Reformat copyright notice.
1682         * ctype/ctype.h: Likewise.
1683         * debug/swprintf_chk.c: Likewise.
1684         * elf/dl-cache.c: Likewise.
1685         * elf/dl-debug.c: Likewise.
1686         * elf/dl-object.c: Likewise.
1687         * grp/initgroups.c: Likewise.
1688         * hurd/Makefile: Likewise.
1689         * hurd/hurd/signal.h: Likewise.
1690         * hurd/hurdfault.c: Likewise.
1691         * hurd/hurdioctl.c: Likewise.
1692         * hurd/hurdlookup.c: Likewise.
1693         * hurd/intr-msg.c: Likewise.
1694         * iconv/gconv_open.c: Likewise.
1695         * libio/swprintf.c: Likewise.
1696         * locale/lc-ctype.c: Likewise.
1697         * locale/nl_langinfo.c: Likewise.
1698         * mach/Machrules: Likewise.
1699         * mach/Makefile: Likewise.
1700         * malloc/obstack.h: Likewise.
1701         * manual/Makefile: Likewise.
1702         * manual/tsort.awk: Likewise.
1703         * misc/bits/stab.def: Likewise.
1704         * nis/nis_print_group_entry.c: Likewise.
1705         * nis/nis_table.c: Likewise.
1706         * nis/nss_compat/compat-pwd.c: Likewise.
1707         * nis/nss_compat/compat-spwd.c: Likewise.
1708         * po/Makefile: Likewise.
1709         * posix/fnmatch.c: Likewise.
1710         * posix/regex.h: Likewise.
1711         * resolv/Makefile: Likewise.
1712         * resolv/nss_dns/dns-network.c: Likewise.
1713         * resolv/res_hconf.c: Likewise.
1714         * scripts/gen-sorted.awk: Likewise.
1715         * soft-fp/soft-fp.h: Likewise.
1716         * stdio-common/printf.h: Likewise.
1717         * stdlib/monetary.h: Likewise.
1718         * stdlib/random.c: Likewise.
1719         * stdlib/random_r.c: Likewise.
1720         * sysdeps/generic/Makefile: Likewise.
1721         * sysdeps/gnu/Makefile: Likewise.
1722         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1723         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1724         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1725         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1726         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1727         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1728         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1729         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1730         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1731         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1732         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1733         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1734         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1735         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1736         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1737         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1738         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1739         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1740         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1741         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1742         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1743         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1744         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1745         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
1746         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
1747         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
1748         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
1749         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
1750         * sysdeps/mach/hurd/errnos.awk: Likewise.
1751         * sysdeps/mach/hurd/fork.c: Likewise.
1752         * sysdeps/mach/hurd/getcwd.c: Likewise.
1753         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
1754         * sysdeps/mach/hurd/mmap.c: Likewise.
1755         * sysdeps/mach/hurd/utimes.c: Likewise.
1756         * sysdeps/mach/hurd/xmknod.c: Likewise.
1757         * sysdeps/posix/profil.c: Likewise.
1758         * sysdeps/posix/readdir_r.c: Likewise.
1759         * sysdeps/powerpc/bits/mathdef.h: Likewise.
1760         * sysdeps/powerpc/bits/setjmp.h: Likewise.
1761         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
1762         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
1763         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
1764         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
1765         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
1766         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
1767         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
1768         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
1769         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
1770         * sysdeps/pthread/lio_listio.c: Likewise.
1771         * sysdeps/sparc/dl-procinfo.h: Likewise.
1772         * sysdeps/unix/i386/sysdep.S: Likewise.
1773         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1774         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
1775         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
1776         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
1777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1778         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
1779         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
1780         * sysdeps/unix/sysv/linux/speed.c: Likewise.
1781         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
1782         * sysdeps/wordsize-32/divdi3.c: Likewise.
1783         * time/sys/time.h: Likewise.
1784         * wcsmbs/Makefile: Likewise.
1785
1786 2013-01-01  David S. Miller  <davem@davemloft.net>
1787
1788         * po/fr.po: Update from translation team.
1789
1790         * catgets/gencat.c: Update copyright year.
1791         * csu/version.c: Likewise.
1792         * debug/catchsegv.sh: Likewise.
1793         * debug/pcprofiledump.c: Likewise.
1794         * debug/xtrace.sh: Likewise.
1795         * elf/ldconfig.c: Likewise.
1796         * elf/ldd.bash.in: Likewise.
1797         * elf/pldd.c: Likewise.
1798         * elf/sotruss.ksh: Likewise.
1799         * elf/sprof.c: Likewise.
1800         * iconv/iconv_prog.c: Likewise.
1801         * iconv/iconvconfig.c: Likewise.
1802         * locale/programs/locale.c: Likewise.
1803         * locale/programs/localedef.c: Likewise.
1804         * login/programs/pt_chown.c: Likewise.
1805         * malloc/memusage.sh: Likewise.
1806         * malloc/memusagestat.c: Likewise.
1807         * malloc/mtrace.pl: Likewise.
1808         * nscd/nscd.c: Likewise.
1809         * nss/getent.c: Likewise.
1810         * nss/makedb.c: Likewise.
1811         * posix/getconf.c: Likewise.
1812
1813 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1814
1815         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
1816         numbers.
1817
1818 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
1819
1820         * math/bits/mathcalls.h (modf): Use __nonnull.
1821
1822 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1823
1824         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
1825         (split): Use macro CN instead of the bare value.
1826         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
1827         could be used.
1828         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
1829         instead of the bare value.
1830         (power1): Likewise.
1831
1832 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1833
1834         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
1835         __ATAN_TWOM.
1836         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1837
1838         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
1839         their values.
1840         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1841         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
1842         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1843         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1844
1845 2012-12-28  Andreas Jaeger  <aj@suse.de>
1846
1847         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
1848         values are from Linux 3.7.
1849
1850         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
1851         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
1852
1853 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1854
1855         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
1856         TRUE case.
1857
1858         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
1859         (norm): Likewise.
1860         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
1861         variables with preprocessor constants.
1862         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1863         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1864         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1865
1866 2012-12-27  Bruno Haible  <bruno@clisp.org>
1867
1868         [BZ #14317]
1869         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
1870         only if needed.
1871
1872 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1873
1874         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
1875         and use variable directly.
1876         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
1877
1878         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
1879         MPONE.
1880         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
1881         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
1882         variable MPONE.
1883         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
1884         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1885         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
1886         include directive.  Remove local variable MPONE.
1887         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
1888         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
1889         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
1890
1891 2012-12-25  David S. Miller  <davem@davemloft.net>
1892
1893         * version.h (RELEASE): Set to "development".
1894         (VERSION): Set to "2.17.90".
1895         * NEWS: Add 2.18 section.
1896
1897 2012-12-21  David S. Miller  <davem@davemloft.net>
1898
1899         * po/hr.po: Update from translation team.
1900
1901 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1902
1903         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
1904
1905 2012-12-19  Steve Ellcey  <sellcey@mips.com>
1906
1907         * NEWS:  Mention new memcpy for MIPS.
1908
1909 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
1910
1911         * manual/contrib.texi (Contributors): Spelling correction.
1912
1913 2012-12-15  David S. Miller  <davem@davemloft.net>
1914
1915         * po/ru.po: Update from translation team.
1916
1917 2012-12-13  David S. Miller  <davem@davemloft.net>
1918
1919         * NEWS: Mention IFUNC testsuite enhancements.
1920
1921         * po/pl.po: Update from translation team.
1922         * po/bg.po: Likewise.
1923
1924         * manual/contrib.texi (Contributors): Update entries for Hongjiu
1925         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
1926
1927 2012-12-11  David S. Miller  <davem@davemloft.net>
1928
1929         * po/sv.po: Update from translation team.
1930
1931         * po/vi.po: Update from translation team.
1932
1933         * po/cs.po: Update from translation team.
1934
1935         * po/de.po: Update from translation team.
1936         * po/eo.po: Likewise.
1937         * po/nl.po: Likewise.
1938
1939 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
1940
1941         [BZ #14246]
1942         * manual/argp.texi (Argp Helper Functions): Move node to follow
1943         Argp Parsing State.
1944
1945         [BZ #14872]
1946         * manual/conf.texi (Limits on File System Capacity): Mention if
1947         terminating null is included in the max size.
1948
1949 2012-12-10  Andreas Jaeger  <aj@suse.de>
1950
1951         * po/cs.po: Update from translation team.
1952
1953 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1954
1955         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
1956         void pointer and cast to uintptr_t.
1957         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
1958         path.
1959         * sysdeps/s390/s390-64/memcpy.S: Likewise.
1960         * sysdeps/s390/s390-64/memset.S: Likewise.
1961
1962 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
1963
1964         [BZ #14833]
1965         * menual/message.texi (Message Translation): Fix typos.
1966         (Helper programs for gettext): Likewise.
1967
1968 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
1969
1970         [BZ #14898]
1971         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
1972         Change to -1.
1973
1974 2012-12-07  David S. Miller  <davem@davemloft.net>
1975
1976         * po/libc.pot: Update.
1977
1978 2012-12-07  Richard Henderson  <rth@redhat.com>
1979
1980         [BZ #10114]
1981         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
1982         normal/normal case to before the switch.
1983         (_FP_DIV): Likewise.
1984
1985 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
1986             Mike Frysinger  <vapier@gentoo.org>
1987
1988         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
1989         check for __NR_fadvise64_64.
1990
1991 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
1992
1993         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
1994         0, not just to plain "0" as a statement.
1995         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
1996         with cw.
1997
1998 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
1999
2000         * NEWS: Use sourceware.org in Bugzilla URL.
2001
2002 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2003
2004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2005         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
2006
2007         * stdio-common/tst-put-error.c (do_test): Add newline to the
2008         padded test to ensure flush.
2009
2010 2012-12-05  Jeff Law  <law@redhat.com>
2011
2012         * sunrpc/etc.rpc (fedfs_admin): Add entry.
2013
2014 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
2015
2016         * README: Don't refer to ports add-on as distributed separately.
2017         Mention AArch64 in list of systems supported in the ports add-on.
2018
2019         * LICENSES: Add more non-FSF copyright and license notices.
2020
2021         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
2022         ((unused)).
2023
2024         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
2025
2026         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
2027         10000 as width of padded output.
2028
2029 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
2030
2031         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
2032
2033         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
2034         variable LX with __attribute__ ((unused)).
2035         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
2036         Likewise.
2037         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
2038         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
2039         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
2040         with __attribute__ ((unused)).
2041
2042 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
2043
2044         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
2045
2046 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
2047
2048         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
2049         (CFLAGS-nldbl-acos.c): New variable.
2050         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
2051         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
2052         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
2053         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
2054         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
2055         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
2056         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
2057         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
2058         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
2059         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
2060         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
2061         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
2062         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
2063         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
2064         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
2065         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
2066         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
2067         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
2068         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
2069         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
2070         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
2071         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
2072         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
2073         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
2074         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
2075         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
2076         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
2077         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
2078         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
2079         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
2080         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
2081         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
2082         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
2083         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
2084         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
2085         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
2086         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
2087         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
2088         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
2089         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
2090         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
2091         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
2092         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
2093         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
2094         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
2095         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
2096         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
2097         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
2098         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
2099         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
2100         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
2101         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
2102         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
2103         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
2104         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
2105         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
2106         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
2107         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
2108         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
2109         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
2110         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
2111         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
2112         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
2113         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
2114         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
2115         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
2116         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
2117         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
2118         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
2119         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
2120         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
2121         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
2122         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
2123         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
2124         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
2125         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
2126         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
2127         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
2128         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
2129         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
2130         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
2131         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
2132         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
2133         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
2134         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
2135         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
2136         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
2137         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
2138         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
2139         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
2140         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
2141         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
2142         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
2143         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
2144         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
2145         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
2146         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
2147
2148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2149         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
2150
2151         [BZ #14914]
2152         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
2153         whole low double instead of just low 47 bits when splitting values
2154         into two parts.
2155
2156 2012-12-03  Allan McRae  <allan@archlinux.org>
2157
2158         * manual/stdio.texi (Predefined Printf Handlers): Remove
2159         @hsep and @vsep usage.
2160
2161 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
2162
2163         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
2164         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
2165
2166 2012-12-03  Jeff Law  <law@redhat.com>
2167
2168         * time/sys/time.h (settimeofday): Do not mark TV argument
2169         as __nonnull.
2170
2171 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
2172
2173         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
2174         when currently writing and seek to current position when not.
2175         * libio/Makefile (tests): Remove bug-fclose1.
2176         * libio/bug-fclose1.c: Delete.
2177
2178 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
2179
2180         * manual/arith.texi (feenableexcept): Fix typo.
2181         (fedisableexcept): Likewise.
2182
2183 2012-11-30  Roland McGrath  <roland@hack.frob.com>
2184
2185         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
2186         second, differently-typed declaration, rather than a cast.
2187
2188 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
2189
2190         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
2191         * include/rpc/svc.h: ... here.
2192
2193 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
2194
2195         [BZ #13013]
2196         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
2197         depending n and resplen2 to catch cases where answer
2198         equals answerp2.
2199
2200 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
2201
2202         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
2203         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
2204
2205 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
2206
2207         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
2208
2209 2012-11-29  Roland McGrath  <roland@hack.frob.com>
2210
2211         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
2212
2213 2012-11-28  Jeff Law  <law@redhat.com>
2214
2215         [BZ #13761]
2216         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
2217         dataset_temporary.  Track alloca usage into alloca_used.
2218         If dataset is large allocate and release it via malloc/free.
2219
2220 2012-06-04  Florian Weimer  <fweimer@redhat.com>
2221
2222         [BZ #14197]
2223         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
2224
2225 2012-11-28  David S. Miller  <davem@davemloft.net>
2226
2227         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2228
2229 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
2230
2231         [BZ #14803]
2232         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
2233         of pi/2 rounded to nearest to 64 bits.
2234         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
2235         nearest to 64 bits.
2236         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
2237         bits.
2238
2239 2012-11-28  Jeff Law <law@redhat.com>
2240             Martin Osvald <mosvald@redhat.com>
2241
2242         [BZ #14889]
2243         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
2244         * sunrpc/svc.c: Include time.h.
2245         (__svc_accept_failed): New function.
2246         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
2247         any reason other than EINTR, call __svc_accept_failed.
2248         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
2249         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
2250
2251 2012-11-28  Andreas Schwab  <schwab@suse.de>
2252
2253         * scripts/abilist.awk: Also handle indirect functions in .opd
2254         section.
2255
2256 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
2257
2258         [BZ #13881]
2259         * sysdeps/x86/fpu/powl_helper.c: New file.
2260         * sysdeps/x86/fpu/Makefile: Likewise.
2261         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
2262         (p3): New object.
2263         (__ieee754_powl): Use __powl_helper for finite arguments except
2264         integer exponents below 8.
2265         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
2266         (p3): New object.
2267         (__ieee754_powl): Use __powl_helper for finite arguments except
2268         integer exponents below 8.
2269         * math/libm-test.inc (pow_test): Add more tests and enable some
2270         previously disabled tests.
2271         * sysdeps/i386/fpu/libm-test-ulps: Update.
2272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2273
2274 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2275             Carlos O'Donell  <carlos_odonell@mentor.com>
2276
2277         * nss/makedb.c (is_prime): Assert that input is odd and greater
2278         than 4.  Note that fact in a comment too.
2279         (next_prime): Add 4 to input.
2280
2281 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2282
2283         [BZ #11741]
2284         * libio/Makefile (tests): Add test case tst-fwrite-error.
2285         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
2286         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2287         * libio/tst-fwrite-error.c: New test case.
2288
2289 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
2290
2291         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
2292         before casting to void *.
2293         * include/libc-internal.h (__pointer_type): New macro.
2294         (__integer_if_pointer_type_sub): Likewise.
2295         (__integer_if_pointer_type): Likewise.
2296         (cast_to_integer): Likewise.
2297         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
2298         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
2299         before casting to atomic64_t.
2300         (atomic_exchange_acq): Likewise.
2301         (__arch_exchange_and_add_body): Likewise.
2302         (__arch_add_body): Likewise.
2303         (atomic_add_negative): Likewise.
2304         (atomic_add_zero): Likewise.
2305
2306 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
2307
2308         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
2309         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
2310         (add_fdes): Likewise.
2311         (linear_search_fdes): Likewise.
2312         (binary_search_unencoded_fdes): Likewise.
2313
2314 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
2315
2316         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
2317
2318 2012-11-24  Adam Conrad  <adconrad@0c3.net>
2319
2320         * configure.in: Autodetect C++ header directories.
2321         * configure: Regenerated.
2322
2323 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
2324
2325         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
2326
2327 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
2328
2329         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2330
2331 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
2332
2333         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
2334         LDBL_MANT_DIG == 106]: Disable some tests.
2335         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
2336         Likewise.
2337         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
2338         Likewise.
2339
2340         [BZ #14871]
2341         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
2342         input for small inputs.  Return +/- pi/2 for large inputs.
2343         * math/libm-test.inc (atan_test): Add more tests.
2344
2345         * sysdeps/generic/unwind-dw2-fde-glibc.c
2346         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
2347         __attribute__ ((unused)).
2348
2349         [BZ #14645]
2350         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
2351         x * y if x and y are nonzero and z is zero.
2352
2353         [BZ #14811]
2354         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
2355         nonzero exponents with absolute value below 0x1p-117 to +/-
2356         0x1p-117.
2357
2358         [BZ #14869]
2359         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
2360         up arguments below 2**-450, not just those below 2**-500.
2361         * math/libm-test.inc (hypot_test): Add another test.
2362
2363         [BZ #14868]
2364         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
2365         Return a+b for ratio over 2**120, not 2**60.
2366         * math/libm-test.inc (hypot_test): Add another test.
2367
2368         * math/libm-test.inc (clog_test): Use
2369         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
2370         (clog10_test): Likewise.
2371
2372         [BZ #6778]
2373         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
2374
2375 2012-11-22  Andreas Schwab  <schwab@suse.de>
2376
2377         * sysdeps/i386/fpu/libm-test-ulps: Update.
2378
2379 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
2380
2381         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
2382         printf output with newline.
2383
2384 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
2385
2386         [BZ #14865]
2387         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
2388         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
2389         -z nodlopen, -z initfirst and -z execstack support.
2390         * configure: Regenerated.
2391
2392         * elf/elf.h (DF_1_NODIRECT): New macro.
2393         (DF_1_IGNMULDEF): Likewise.
2394         (DF_1_NOKSYMS): Likewise.
2395         (DF_1_NOHDR): Likewise.
2396         (DF_1_EDITED): Likewise.
2397         (DF_1_NORELOC): Likewise.
2398         (DF_1_SYMINTPOSE): Likewise.
2399         (DF_1_GLOBAUDIT): Likewise.
2400         (DF_1_SINGLETON): Likewise.
2401         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
2402         DT_1_SUPPORTED_MASK bits.
2403         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
2404
2405 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
2406
2407         * sysdeps/unix/make-syscalls.sh: Document prefixes.
2408
2409 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
2410
2411         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
2412         macro.
2413
2414         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
2415         (sendmmsg): Move declarations...
2416         * socket/sys/socket.h: ... here.
2417         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
2418         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
2419         include it from...
2420         * socket/recvmmsg.c: ... this new file.
2421         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
2422         (sendmmsg): Rename to __sendmmsg, create weak alias and make
2423         definition of __sendmmsg hidden.
2424         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
2425         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
2426         Move ENOSYS stub into and include it from...
2427         * socket/sendmmsg.c: ... this new file.
2428         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
2429         (sysdep_routines): Move recvmmsg and sendmmsg...
2430         * socket/Makefile (routines): ... here.
2431         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
2432         (GLIBC_PRIVATE): Add __sendmmsg.
2433         * include/sys/socket.h (__sendmmsg): Add declarations.
2434         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
2435         sendmmsg.
2436
2437 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
2438
2439         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
2440         variable I1 with __attribute__ ((unused)).
2441         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
2442
2443 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
2444
2445         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
2446         DUMMY variables with __attribute__ ((unused)).
2447
2448         * bits/byteswap.h: Include <bits/types.h>.
2449         (__bswap_64): Use __uint64_t instead of unsigned long long int.
2450
2451 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
2452
2453         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
2454         string_t.  Do not manually set errno.
2455         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
2456         length with __strnlen.  Make sure to both set errno and return it on
2457         failure.
2458
2459 2012-11-19  David S. Miller  <davem@davemloft.net>
2460
2461         With help from Joseph Myers.
2462         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
2463         very large arguments properly.
2464         * math/libm-test.inc (atan_test): New tests.
2465         (atan2_test): New tests.
2466         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2467         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2468
2469 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
2470
2471         [BZ #14856]
2472         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
2473         Define to 3.
2474
2475         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
2476         [POSIX] (EADDRNOTAVAIL): Likewise.
2477         [POSIX] (EAFNOSUPPORT): Likewise.
2478         [POSIX] (EALREADY): Likewise.
2479         [POSIX] (ECONNABORTED): Likewise.
2480         [POSIX] (ECONNREFUSED): Likewise.
2481         [POSIX] (ECONNRESET): Likewise.
2482         [POSIX] (EDESTADDRREQ): Likewise.
2483         [POSIX] (EDQUOT): Likewise.
2484         [POSIX] (EHOSTUNREACH): Likewise.
2485         [POSIX] (EIDRM): Likewise.
2486         [POSIX] (EISCONN): Likewise.
2487         [POSIX] (ELOOP): Likewise.
2488         [POSIX] (EMULTIHOP): Likewise.
2489         [POSIX] (ENETDOWN): Likewise.
2490         [POSIX] (ENETUNREACH): Likewise.
2491         [POSIX] (ENOBUFS): Likewise.
2492         [POSIX] (ENODATA): Likewise.
2493         [POSIX] (ENOLINK): Likewise.
2494         [POSIX] (ENOMSG): Likewise.
2495         [POSIX] (ENOPROTOOPT): Likewise.
2496         [POSIX] (ENOSR): Likewise.
2497         [POSIX] (ENOSTR): Likewise.
2498         [POSIX] (ENOTCONN): Likewise.
2499         [POSIX] (ENOTSOCK): Likewise.
2500         [POSIX] (EOPNOTSUPP): Likewise.
2501         [POSIX] (EOVERFLOW): Likewise.
2502         [POSIX] (EPROTO): Likewise.
2503         [POSIX] (EPROTONOSUPPORT): Likewise.
2504         [POSIX] (EPROTOTYPE): Likewise.
2505         [POSIX] (ESTALE): Likewise.
2506         [POSIX] (ETIME): Likewise.
2507         [POSIX] (ETXTBSY): Likewise.
2508         [POSIX] (EWOULDBLOCK): Likewise.
2509         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
2510         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
2511         [POSIX] (SEEK_CUR): Likewise.
2512         [POSIX] (SEEK_END): Likewise.
2513         [POSIX || UNIX98] (mode_t): Do not require.
2514         [POSIX] (off_t): Likewise.
2515         [POSIX] (pid_t): Likewise.
2516         [POSIX] (sys/stat.h): Do not allow header.
2517         [POSIX] (unistd.h): Likewise.
2518         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
2519         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
2520         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
2521         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
2522         require.
2523         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
2524         sigevent): Specify elements.
2525         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
2526         entry.
2527         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
2528         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
2529
2530         * conform/data/cpio.h-data [POSIX]: Disable whole file.
2531         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
2532         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
2533         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
2534         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
2535         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
2536         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
2537         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
2538         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
2539         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
2540         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
2541         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
2542         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
2543         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
2544         Likewise.
2545         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
2546         Likewise.
2547         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
2548         Likewise.
2549         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
2550         Likewise.
2551         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
2552         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
2553         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
2554         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
2555         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
2556         Specify lower bound on value.
2557         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
2558         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
2559         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
2560         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
2561         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
2562         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
2563         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
2564         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
2565         value.
2566         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
2567         as optional.
2568         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
2569         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
2570         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
2571         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
2572         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
2573         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
2574         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
2575         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
2576         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
2577         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
2578         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
2579         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
2580         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
2581         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
2582         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
2583         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
2584         entry.
2585         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
2586         optional.
2587         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
2588         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
2589         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
2590         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
2591         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
2592         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
2593         Likewise.
2594         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
2595         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
2596         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
2597         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
2598         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
2599         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
2600         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
2601         as optional.
2602         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
2603         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
2604         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
2605         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
2606         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
2607         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
2608         specify as optional.
2609         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
2610         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
2611         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
2612         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
2613         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
2614         [XPG3] (NL_LANGMAX): Likewise.
2615         [POSIX || XPG3] (NL_MSGMAX): Likewise.
2616         [POSIX || XPG3] (NL_NMAX): Likewise.
2617         [POSIX || XPG3] (NL_SETMAX): Likewise.
2618         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
2619         [XPG3] (NZERO): Likewise.
2620         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
2621         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
2622         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
2623         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
2624         (REG_ERANGE): Expect.
2625         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
2626         optional-constant.
2627         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
2628         Use (void) in prototype.
2629         [POSIX] (*_t): Allow.
2630         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
2631         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
2632         (WRDE_BADVAL): Expect.
2633
2634         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
2635         expect.
2636         [XPG3 || XPG4] (O_RSYNC): Likewise.
2637         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
2638         Likewise.
2639         [XPG3 || XPG4] (pthread_sigmask): Likewise.
2640         [XPG3 || XPG4] (sigqueue): Likewise.
2641         [XPG3 || XPG4] (sigtimedwait): Likewise.
2642         [XPG3 || XPG4] (sigwaitinfo): Likewise.
2643         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
2644         [XPG3 || XPG4] (vsnprintf): Likewise.
2645         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
2646         Likewise.
2647         [XPG3 || XPG4] (blksize_t): Likewise.
2648         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
2649         Likewise.
2650         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
2651         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
2652         [XPG3 || XPG4] (struct itimerspec): Likewise.
2653         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
2654         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
2655         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
2656         [XPG3 || XPG4] (clockid_t): Likewise.
2657         [XPG3 || XPG4] (timer_t): Likewise.
2658         [XPG3 || XPG4] (clock_getres): Likewise.
2659         [XPG3 || XPG4] (clock_gettime): Likewise.
2660         [XPG3 || XPG4] (clock_settime): Likewise.
2661         [XPG3 || XPG4] (nanosleep): Likewise.
2662         [XPG3 || XPG4] (timer_create): Likewise.
2663         [XPG3 || XPG4] (timer_delete): Likewise.
2664         [XPG3 || XPG4] (timer_gettime): Likewise.
2665         [XPG3 || XPG4] (timer_getoverrun): Likewise.
2666         [XPG3 || XPG4] (timer_settime): Likewise.
2667         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
2668         [XPG3 || XPG4] (getlogin_r): Likewise.
2669         [XPG3 || XPG4] (pread): Likewise.
2670         [XPG3 || XPG4] (pthread_atfork): Likewise.
2671         [XPG3 || XPG4] (pwrite): Likewise.
2672
2673         [BZ #14835]
2674         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
2675         <bits/siginfo.h>.
2676
2677 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
2678
2679         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
2680         finalizing MALLSTREAM.
2681
2682         * sysdeps/mach/hurd/syncfs.c: New file.
2683
2684 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2685
2686         [BZ #14719]
2687         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
2688         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
2689         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
2690         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
2691         (_nss_dns_gethostbyname4_r): Likewise.
2692         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
2693         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
2694
2695 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
2696
2697         [BZ #13763]
2698         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
2699
2700 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
2701
2702         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
2703         * elf/cache.c (print_entry): Print ",AArch64" for
2704         FLAG_AARCH64_LIB64
2705
2706         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
2707         * elf/cache.c (print_entry): Print ",hard-float" for
2708         FLAG_ARM_LIBHF.
2709
2710 2012-11-18  David S. Miller  <davem@davemloft.net>
2711
2712         With help from Joseph Myers.
2713         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
2714         cutoff to 2**-13.
2715         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
2716         cutoff to 2**-25.
2717         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
2718         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
2719         small.
2720         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
2721         * math/libm-test.inc (y0_test): New tests.
2722         (y1_test): New tests.
2723         * sysdeps/i386/fpu/libm-test-ulps: Update.
2724         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2725         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2726
2727 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
2728
2729         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
2730         64-bit targets.
2731         * configure: Regenerated.
2732
2733 2012-11-17  David S. Miller  <davem@davemloft.net>
2734
2735         [BZ #14811]
2736         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
2737         nonzero exponents with absolute value below 0x1p-128 to +/-
2738         0x1p-128.
2739
2740 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
2741
2742         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
2743
2744         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
2745
2746         * posix/getconf-speclist.c: New file.
2747         * posix/posix-envs.def: Likewise.
2748         * posix/confstr.c (START_ENV_GROUP): New macro.
2749         (END_ENV_GROUP): Likewise.
2750         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
2751         (KNOWN_PRESENT_ENV_STRING): Likewise.
2752         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
2753         (UNKNOWN_ENVIRONMENT): Likewise.
2754         (confstr): Include posix-envs.def instead of handling
2755         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
2756         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
2757         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
2758         (END_ENV_GROUP): Likewise.
2759         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
2760         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
2761         (UNKNOWN_ENVIRONMENT): Likewise.
2762         (__sysconf): Include posix-envs.def instead of handling associated
2763         cases directly here.
2764         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
2765         preprocessing getconf-speclist.c rather than running getconf or
2766         generating empty file.
2767
2768 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
2769
2770         * scripts/check-local-headers.sh: Ignore 'mach' headers.
2771
2772 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
2773
2774         [BZ #14672]
2775         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
2776
2777 2012-11-16  David S. Miller  <davem@davemloft.net>
2778
2779         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
2780         smaller than LDBL_EPSILON/2.0L, just return xm1.
2781
2782 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
2783
2784         * elf/tst-array1.c (init): Set constructor priority to 1000.
2785         (fini): Set destructor priority to 1000.
2786         * elf/tst-array2dep.c: Likewise.
2787
2788 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2789
2790         [BZ #11741]
2791         * libio/fileops.c (_IO_new_file_write): Correctly return error.
2792         (_IO_new_file_xsputn): Also return EOF if none of the input
2793         data was written when overflow failed.
2794         * libio/iopadn.c (_IO_padn): Likewise.
2795         * libio/iowpadn.c (_IO_wpadn): Likewise.
2796         * stdio-common/tst-put-error.c: Add copyright notice.
2797         (do_test): Add case for printing padded string.
2798         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
2799         _IO_padn returned error.
2800         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
2801         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
2802         return EOF.
2803
2804 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2805
2806         * libio/libioP.h: Add comment note that the references to C++
2807         bits are now obsolete.
2808
2809 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
2810
2811         * math/libm-test.inc (check_complex): Use asprintf.
2812
2813 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
2814
2815         * debug/pcprofiledump.c (print_version): Update copyright year.
2816         * malloc/memusagestat.c (print_version): Likewise.
2817
2818 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
2819
2820         [BZ #14831]
2821         * elf/Makefile (tests): Add tst-audit8.
2822         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
2823         ($(objpfx)tst-audit8.out): New target.
2824         (tst-audit8-ENV): New variable.
2825         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
2826         audit if l_reloc_result is NULL.
2827         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
2828         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
2829         * elf/tst-audit8.c: New file.
2830
2831 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
2832
2833         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
2834         * misc/Makefile (CFLAGS-select.c): Define.
2835         * posix/Makefile (CFLAGS-pause.c): Define.
2836
2837 2012-11-13  David S. Miller  <davem@davemloft.net>
2838
2839         * crypt/Makefile: Move test targets after toplevel Rules
2840         inclusion.  Grab any necessary sysdep routines when linking.
2841         * crypt/md5.c (md5_process_block): Remove define, we will always
2842         name it __md5_process_block.
2843         (md5_finish_ctx): Update md5_process_block call.
2844         (md5_stream): Likewise.
2845         (md5_process_bytes): Likewise.
2846         (md5_process_block): Rename to __md5_process_block and move to ...
2847         * crypt/md5-block.c: ... here.
2848         * crypt/sha256.c (sha256_process_block): Move to ...
2849         * crypt/sha256-block.c: ... here.
2850         * crypt/sha512.c (sha512_process_block): Move to ...
2851         * crypt/sha512-block.c: ... here.
2852         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
2853         path.
2854         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
2855         * sysdeps/sparc/sparc64/multiarch/Makefile
2856         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
2857         crypt subdir.
2858         (localedef-aux): Add md5 crypto assembler when in locale subdir.
2859         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
2860         multiarch changes.
2861         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
2862         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
2863         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
2864         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
2865         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
2866         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
2867         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
2868         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
2869         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
2870         file.
2871         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
2872         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
2873         file.
2874         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
2875
2876 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
2877
2878         * timezone/tzselect.ksh: Update from tzcode git revision
2879         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
2880         * timezone/zdump.c: Likewise.
2881         * timezone/zic.c: Likewise.
2882         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
2883         in TZVERSION setting, not $(PKGVERSION).
2884         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
2885         REPORT_BUGS_TO settings.
2886
2887         [BZ #14838]
2888         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
2889         macro.
2890
2891 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
2892
2893         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
2894         detection to immediately after _FP_ROUND().
2895         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
2896         bits are 0.
2897
2898 2012-11-11  David S. Miller  <davem@davemloft.net>
2899
2900         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
2901         inttypes.h
2902         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
2903         __close rather than their public counterparts.
2904
2905 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
2906
2907         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
2908         file.
2909         [UNIX98] (sem_timedwait): Do not expect.
2910         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
2911         [XPG4 || UNIX98] (sockatmark): Do not expect.
2912         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
2913         (clock_getcpuclockid): Do not expect.
2914         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
2915         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
2916         Do not expect.
2917         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
2918         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
2919         [UNIX98] (vwscanf): Likewise.
2920         [UNIX98] (vswscanf): Likewise.
2921
2922 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
2923
2924         * timezone/version.h: Remove file.
2925         * timezone/README: Do not refer to version.h.
2926         * timezone/Makefile ($(objpfx)zic.o): New dependency on
2927         $(objpfx)version.h.
2928         ($(objpfx)zdump.o): Likewise.
2929         ($(objpfx)version.h): New target.
2930
2931         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
2932         2012i.
2933         * timezone/README: Don't mention modification to tzselect.ksh.
2934         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
2935         work on unmodified tzselect.ksh.  Substitute version numbers in
2936         tzselect.ksh.
2937
2938         * Makefile (format-me): Remove.
2939         (INSTALL): Adjust indentation.  Use commands directly instead of
2940         using $(format-me).
2941
2942         * aclocal.m4 (ACX_PKGVERSION): New macro.
2943         (ACX_BUGURL): Likewise.
2944         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
2945         (PKGVERSION): New AC_DEFINE_UNQUOTED.
2946         (REPORT_BUGS_TO): Likewise.
2947         * configure: Regenerated.
2948         * config.h.in (PKGVERSION): New macro.
2949         (REPORT_BUGS_TO): Likewise.
2950         * config.make.in (PKGVERSION): New variable.
2951         (PKGVERSION_TEXI): Likewise.
2952         (REPORT_BUGS_TO): Likewise.
2953         (REPORT_BUGS_TEXI): Likewise.
2954         * Makefile (format-me): Use -I$(common-objpfx)manual.
2955         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
2956         ($(common-objpfx)manual/%): New target.
2957         (manual/%): Remove target.
2958         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
2959         (print_version): Use PKGVERSION.
2960         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
2961         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
2962         and REPORT_BUGS_TO.
2963         ($(objpfx)xtrace): Likewise.
2964         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
2965         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
2966         (print_version): Use PKGVERSION.
2967         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
2968         (do_version): Use PKGVERSION.
2969         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
2970         REPORT_BUGS_TO.
2971         (common-ldd-rewrite): Likewise.
2972         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
2973         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
2974         (print_version): Use PKGVERSION.
2975         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
2976         * elf/pldd.c (argp_program_bug_address): Remove variable.
2977         (more_help): New function.
2978         (argp): Use more_help.
2979         (print_version): Use PKGVERSION.
2980         * elf/sln.c (main): Use PKGVERSION.
2981         (usage): Use REPORT_BUGS_TO.
2982         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
2983         (top level): Use PKGVERSION.
2984         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
2985         (print_version): Use PKGVERSION.
2986         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
2987         (print_version): Use PKGVERSION.
2988         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
2989         (print_version): Use PKGVERSION.
2990         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
2991         (print_version): Use PKGVERSION.
2992         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
2993         (print_version): Use PKGVERSION.
2994         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
2995         (print_version): Use PKGVERSION.
2996         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
2997         and BUGURL.
2998         ($(objpfx)memusage): Likewise.
2999         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
3000         (do_version): Use PKGVERSION.
3001         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
3002         (print_version): Use PKGVERSION.
3003         * malloc/mtrace.pl ($PACKAGE): Remove variable.
3004         ($PKGVERSION): New variable.
3005         ($REPORT_BUGS_TO): Likewise.
3006         (usage): Use $REPORT_BUGS_TO.
3007         (top level): Use $PKGVERSION.
3008         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
3009         ($(objpfx)pkgvers.texi): New rule.
3010         ($(objpfx)stamp-pkgvers): Likewise.
3011         * manual/install.texi: Include pkgvers.texi.
3012         (--with-pkgversion): Document new configure option.
3013         (--with-bugurl): Likewise.
3014         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
3015         than necessarily for this particular distribution.  Use
3016         REPORT_BUGS_TO for where to report bugs.
3017         * INSTALL: Regenerated.
3018         * manual/libc.texinfo: Include pkgvers.texi.
3019         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
3020         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
3021         (print_version): Use PKGVERSION.
3022         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
3023         (print_version): Use PKGVERSION.
3024         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
3025         (print_version): Use PKGVERSION.
3026         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
3027         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
3028         macro.
3029         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
3030         (print_version): Use PKGVERSION.
3031         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
3032         (print_version): Use PKGVERSION.
3033         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
3034         and PKGVERSION.
3035
3036         * timezone/checktab.awk: Update from tzcode 2012i.
3037         * timezone/ialloc.c: Likewise.
3038         * timezone/private.h: Likewise.
3039         * timezone/scheck.c: Likewise.
3040         * timezone/tzfile.h: Likewise.
3041         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
3042         (TZVERSION): Hardcode tzcode version number.
3043         * timezone/zdump.c: Update from tzcode 2012i.
3044         * timezone/zic.c: Likewise.
3045         * timezone/version.h: New file.
3046         * timezone/README: Describe version.h.  Update upstream location.
3047
3048         [BZ #14824]
3049         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
3050         (mktemp): Enable declaration.
3051         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
3052         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
3053         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
3054         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
3055         Likewise.
3056         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
3057         Likewise.
3058         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
3059         Likewise.
3060         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
3061         Likewise.
3062         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
3063         Likewise.
3064         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
3065         Likewise.
3066
3067         [BZ #14821]
3068         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
3069         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
3070         for copies of such integer values.
3071         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
3072         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
3073
3074 2012-11-09  Andreas Jaeger  <aj@suse.de>
3075
3076         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
3077         definitions and declarations that are provided by
3078         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
3079
3080 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3081
3082         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
3083         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
3084         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
3085         definition.
3086
3087 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
3088
3089         * elf/elf.h: Update comment before AArch64 relocations.
3090
3091 2012-11-07  David S. Miller  <davem@davemloft.net>
3092
3093         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
3094         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
3095         (__start_context): Declare.
3096         (__makecontext_ret): Delete.
3097         (__makecontext): Hook up __start_context instead of
3098         __makecontext_ret.
3099         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
3100         (sysdep_routines): Add __start_context when in stdlib.
3101
3102 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
3103
3104         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
3105         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
3106         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
3107         hardcoded "nm".
3108         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
3109         (READELF): New variable.  Use it instead of hardcoded "readelf".
3110
3111 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3112
3113         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
3114         * sysdeps/x86/Makefile: Here.
3115         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
3116         * sysdeps/x86/tst-xmmymm.sh: This.
3117
3118 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
3119
3120         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
3121         expectations.
3122         [UNIX98] (pthread_barrier_t): Do not expect.
3123         [UNIX98] (pthread_barrierattr_t): Likewise.
3124         [UNIX98] (pthread_spinlock_t): Likewise.
3125         [UNIX98] (pthread_barrier_destroy): Likewise.
3126         [UNIX98] (pthread_barrier_init): Likewise.
3127         [UNIX98] (pthread_barrier_wait): Likewise.
3128         [UNIX98] (pthread_barrierattr_destroy): Likewise.
3129         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
3130         [UNIX98] (pthread_barrierattr_init): Likewise.
3131         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
3132         [UNIX98] (pthread_getcpuclockid): Likewise.
3133         [UNIX98] (pthread_mutex_timedlock): Likewise.
3134         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
3135         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
3136         [UNIX98] (pthread_sigmask): Likewise.
3137         [UNIX98] (pthread_spin_destroy): Likewise.
3138         [UNIX98] (pthread_spin_init): Likewise.
3139         [UNIX98] (pthread_spin_lock): Likewise.
3140         [UNIX98] (pthread_spin_trylock): Likewise.
3141         [UNIX98] (pthread_spin_unlock): Likewise.
3142         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
3143         Do not expect.
3144         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
3145         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
3146         [XPG3 || XPG4] (pthread_cond_t): Likewise.
3147         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
3148         [XPG3 || XPG4] (pthread_key_t): Likewise.
3149         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
3150         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
3151         [XPG3 || XPG4] (pthread_once_t): Likewise.
3152         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
3153         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
3154         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
3155         [XPG3 || XPG4] (pthread_t): Likewise.
3156
3157         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
3158         not expect.
3159         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
3160
3161         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
3162         Change function return type to int.
3163
3164         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
3165         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
3166         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
3167         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
3168         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
3169         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
3170         [!POSIX] (posix_madvise): Likewise.
3171         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
3172         && !UNIX98].
3173         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
3174         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
3175         (mode_t): Likewise.
3176         (posix_mem_offset): Likewise.
3177         (posix_typed_mem_get_info): Likewise.
3178         (posix_typed_mem_open): Likewise.
3179
3180         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
3181         Change condition to [XOPEN2K8].
3182
3183         * conform/conformtest.pl: Preprocess allow-header data with -x c
3184         instead of from stdin.
3185         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
3186         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
3187         [C99-based standards] (cerfc): Likewise.
3188         [C99-based standards] (cexp2): Likewise.
3189         [C99-based standards] (cexpm1): Likewise.
3190         [C99-based standards] (clog10): Likewise.
3191         [C99-based standards] (clog1p): Likewise.
3192         [C99-based standards] (clog2): Likewise.
3193         [C99-based standards] (clgamma): Likewise.
3194         [C99-based standards] (ctgamma): Likewise.
3195         [C99-based standards] (cerff): Likewise.
3196         [C99-based standards] (cerfcf): Likewise.
3197         [C99-based standards] (cexp2f): Likewise.
3198         [C99-based standards] (cexpm1f): Likewise.
3199         [C99-based standards] (clog10f): Likewise.
3200         [C99-based standards] (clog1pf): Likewise.
3201         [C99-based standards] (clog2f): Likewise.
3202         [C99-based standards] (clgammaf): Likewise.
3203         [C99-based standards] (ctgammaf): Likewise.
3204         [C99-based standards] (cerfl): Likewise.
3205         [C99-based standards] (cerfcl): Likewise.
3206         [C99-based standards] (cexp2l): Likewise.
3207         [C99-based standards] (cexpm1l): Likewise.
3208         [C99-based standards] (clog10l): Likewise.
3209         [C99-based standards] (clog1pl): Likewise.
3210         [C99-based standards] (clog2l): Likewise.
3211         [C99-based standards] (clgammal): Likewise.
3212         [C99-based standards] (ctgammal): Likewise.
3213         * conform/data/inttypes.h-data [C99-based standards]: Include
3214         stdint.h-data.  Remove all expectations for stdint.h contents.
3215         [C99-based standards] (PRI*): Do not allow.
3216         [C99-based standards] (SCN*): Likewise.
3217         [C99-based standards] (*_t): Likewise.
3218         [C99-based-standards] (PRId8): Expect macro.
3219         [C99-based-standards] (PRIi8): Likewise.
3220         [C99-based-standards] (PRIo8): Likewise.
3221         [C99-based-standards] (PRIu8): Likewise.
3222         [C99-based-standards] (PRIx8): Likewise.
3223         [C99-based-standards] (PRIX8): Likewise.
3224         [C99-based-standards] (SCNd8): Likewise.
3225         [C99-based-standards] (SCNi8): Likewise.
3226         [C99-based-standards] (SCNo8): Likewise.
3227         [C99-based-standards] (SCNu8): Likewise.
3228         [C99-based-standards] (SCNx8): Likewise.
3229         [C99-based-standards] (PRIdLEAST8): Likewise.
3230         [C99-based-standards] (PRIiLEAST8): Likewise.
3231         [C99-based-standards] (PRIoLEAST8): Likewise.
3232         [C99-based-standards] (PRIuLEAST8): Likewise.
3233         [C99-based-standards] (PRIxLEAST8): Likewise.
3234         [C99-based-standards] (PRIXLEAST8): Likewise.
3235         [C99-based-standards] (SCNdLEAST8): Likewise.
3236         [C99-based-standards] (SCNiLEAST8): Likewise.
3237         [C99-based-standards] (SCNoLEAST8): Likewise.
3238         [C99-based-standards] (SCNuLEAST8): Likewise.
3239         [C99-based-standards] (SCNxLEAST8): Likewise.
3240         [C99-based-standards] (PRIdFAST8): Likewise.
3241         [C99-based-standards] (PRIiFAST8): Likewise.
3242         [C99-based-standards] (PRIoFAST8): Likewise.
3243         [C99-based-standards] (PRIuFAST8): Likewise.
3244         [C99-based-standards] (PRIxFAST8): Likewise.
3245         [C99-based-standards] (PRIXFAST8): Likewise.
3246         [C99-based-standards] (SCNdFAST8): Likewise.
3247         [C99-based-standards] (SCNiFAST8): Likewise.
3248         [C99-based-standards] (SCNoFAST8): Likewise.
3249         [C99-based-standards] (SCNuFAST8): Likewise.
3250         [C99-based-standards] (SCNxFAST8): Likewise.
3251         [C99-based-standards] (PRId16): Likewise.
3252         [C99-based-standards] (PRIi16): Likewise.
3253         [C99-based-standards] (PRIo16): Likewise.
3254         [C99-based-standards] (PRIu16): Likewise.
3255         [C99-based-standards] (PRIx16): Likewise.
3256         [C99-based-standards] (PRIX16): Likewise.
3257         [C99-based-standards] (SCNd16): Likewise.
3258         [C99-based-standards] (SCNi16): Likewise.
3259         [C99-based-standards] (SCNo16): Likewise.
3260         [C99-based-standards] (SCNu16): Likewise.
3261         [C99-based-standards] (SCNx16): Likewise.
3262         [C99-based-standards] (PRIdLEAST16): Likewise.
3263         [C99-based-standards] (PRIiLEAST16): Likewise.
3264         [C99-based-standards] (PRIoLEAST16): Likewise.
3265         [C99-based-standards] (PRIuLEAST16): Likewise.
3266         [C99-based-standards] (PRIxLEAST16): Likewise.
3267         [C99-based-standards] (PRIXLEAST16): Likewise.
3268         [C99-based-standards] (SCNdLEAST16): Likewise.
3269         [C99-based-standards] (SCNiLEAST16): Likewise.
3270         [C99-based-standards] (SCNoLEAST16): Likewise.
3271         [C99-based-standards] (SCNuLEAST16): Likewise.
3272         [C99-based-standards] (SCNxLEAST16): Likewise.
3273         [C99-based-standards] (PRIdFAST16): Likewise.
3274         [C99-based-standards] (PRIiFAST16): Likewise.
3275         [C99-based-standards] (PRIoFAST16): Likewise.
3276         [C99-based-standards] (PRIuFAST16): Likewise.
3277         [C99-based-standards] (PRIxFAST16): Likewise.
3278         [C99-based-standards] (PRIXFAST16): Likewise.
3279         [C99-based-standards] (SCNdFAST16): Likewise.
3280         [C99-based-standards] (SCNiFAST16): Likewise.
3281         [C99-based-standards] (SCNoFAST16): Likewise.
3282         [C99-based-standards] (SCNuFAST16): Likewise.
3283         [C99-based-standards] (SCNxFAST16): Likewise.
3284         [C99-based-standards] (PRId32): Likewise.
3285         [C99-based-standards] (PRIi32): Likewise.
3286         [C99-based-standards] (PRIo32): Likewise.
3287         [C99-based-standards] (PRIu32): Likewise.
3288         [C99-based-standards] (PRIx32): Likewise.
3289         [C99-based-standards] (PRIX32): Likewise.
3290         [C99-based-standards] (SCNd32): Likewise.
3291         [C99-based-standards] (SCNi32): Likewise.
3292         [C99-based-standards] (SCNo32): Likewise.
3293         [C99-based-standards] (SCNu32): Likewise.
3294         [C99-based-standards] (SCNx32): Likewise.
3295         [C99-based-standards] (PRIdLEAST32): Likewise.
3296         [C99-based-standards] (PRIiLEAST32): Likewise.
3297         [C99-based-standards] (PRIoLEAST32): Likewise.
3298         [C99-based-standards] (PRIuLEAST32): Likewise.
3299         [C99-based-standards] (PRIxLEAST32): Likewise.
3300         [C99-based-standards] (PRIXLEAST32): Likewise.
3301         [C99-based-standards] (SCNdLEAST32): Likewise.
3302         [C99-based-standards] (SCNiLEAST32): Likewise.
3303         [C99-based-standards] (SCNoLEAST32): Likewise.
3304         [C99-based-standards] (SCNuLEAST32): Likewise.
3305         [C99-based-standards] (SCNxLEAST32): Likewise.
3306         [C99-based-standards] (PRIdFAST32): Likewise.
3307         [C99-based-standards] (PRIiFAST32): Likewise.
3308         [C99-based-standards] (PRIoFAST32): Likewise.
3309         [C99-based-standards] (PRIuFAST32): Likewise.
3310         [C99-based-standards] (PRIxFAST32): Likewise.
3311         [C99-based-standards] (PRIXFAST32): Likewise.
3312         [C99-based-standards] (SCNdFAST32): Likewise.
3313         [C99-based-standards] (SCNiFAST32): Likewise.
3314         [C99-based-standards] (SCNoFAST32): Likewise.
3315         [C99-based-standards] (SCNuFAST32): Likewise.
3316         [C99-based-standards] (SCNxFAST32): Likewise.
3317         [C99-based-standards] (PRId64): Likewise.
3318         [C99-based-standards] (PRIi64): Likewise.
3319         [C99-based-standards] (PRIo64): Likewise.
3320         [C99-based-standards] (PRIu64): Likewise.
3321         [C99-based-standards] (PRIx64): Likewise.
3322         [C99-based-standards] (PRIX64): Likewise.
3323         [C99-based-standards] (SCNd64): Likewise.
3324         [C99-based-standards] (SCNi64): Likewise.
3325         [C99-based-standards] (SCNo64): Likewise.
3326         [C99-based-standards] (SCNu64): Likewise.
3327         [C99-based-standards] (SCNx64): Likewise.
3328         [C99-based-standards] (PRIdLEAST64): Likewise.
3329         [C99-based-standards] (PRIiLEAST64): Likewise.
3330         [C99-based-standards] (PRIoLEAST64): Likewise.
3331         [C99-based-standards] (PRIuLEAST64): Likewise.
3332         [C99-based-standards] (PRIxLEAST64): Likewise.
3333         [C99-based-standards] (PRIXLEAST64): Likewise.
3334         [C99-based-standards] (SCNdLEAST64): Likewise.
3335         [C99-based-standards] (SCNiLEAST64): Likewise.
3336         [C99-based-standards] (SCNoLEAST64): Likewise.
3337         [C99-based-standards] (SCNuLEAST64): Likewise.
3338         [C99-based-standards] (SCNxLEAST64): Likewise.
3339         [C99-based-standards] (PRIdFAST64): Likewise.
3340         [C99-based-standards] (PRIiFAST64): Likewise.
3341         [C99-based-standards] (PRIoFAST64): Likewise.
3342         [C99-based-standards] (PRIuFAST64): Likewise.
3343         [C99-based-standards] (PRIxFAST64): Likewise.
3344         [C99-based-standards] (PRIXFAST64): Likewise.
3345         [C99-based-standards] (SCNdFAST64): Likewise.
3346         [C99-based-standards] (SCNiFAST64): Likewise.
3347         [C99-based-standards] (SCNoFAST64): Likewise.
3348         [C99-based-standards] (SCNuFAST64): Likewise.
3349         [C99-based-standards] (SCNxFAST64): Likewise.
3350         [C99-based-standards] (PRIdMAX): Likewise.
3351         [C99-based-standards] (PRIiMAX): Likewise.
3352         [C99-based-standards] (PRIoMAX): Likewise.
3353         [C99-based-standards] (PRIuMAX): Likewise.
3354         [C99-based-standards] (PRIxMAX): Likewise.
3355         [C99-based-standards] (PRIXMAX): Likewise.
3356         [C99-based-standards] (SCNdMAX): Likewise.
3357         [C99-based-standards] (SCNiMAX): Likewise.
3358         [C99-based-standards] (SCNoMAX): Likewise.
3359         [C99-based-standards] (SCNuMAX): Likewise.
3360         [C99-based-standards] (SCNxMAX): Likewise.
3361         [C99-based-standards] (PRIdPTR): Likewise.
3362         [C99-based-standards] (PRIiPTR): Likewise.
3363         [C99-based-standards] (PRIoPTR): Likewise.
3364         [C99-based-standards] (PRIuPTR): Likewise.
3365         [C99-based-standards] (PRIxPTR): Likewise.
3366         [C99-based-standards] (PRIXPTR): Likewise.
3367         [C99-based-standards] (SCNdPTR): Likewise.
3368         [C99-based-standards] (SCNiPTR): Likewise.
3369         [C99-based-standards] (SCNoPTR): Likewise.
3370         [C99-based-standards] (SCNuPTR): Likewise.
3371         [C99-based-standards] (SCNxPTR): Likewise.
3372         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
3373         allow.
3374         * conform/data/stdint.h-data: Update comments to clarify
3375         requirements.
3376         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
3377         type.
3378         [C99-based standards] (INT8_MAX): Likewise.
3379         [C99-based standards] (INT16_MIN): Likewise.
3380         [C99-based standards] (INT16_MAX): Likewise.
3381         [C99-based standards] (INT32_MIN): Likewise.
3382         [C99-based standards] (INT32_MAX): Likewise.
3383         [C99-based standards] (INT64_MIN): Likewise.
3384         [C99-based standards] (INT64_MAX): Likewise.
3385         [C99-based standards] (UINT8_MAX): Likewise.
3386         [C99-based standards] (UINT16_MAX): Likewise.
3387         [C99-based standards] (UINT32_MAX): Likewise.
3388         [C99-based standards] (UINT64_MAX): Likewise.
3389         [C99-based standards] (INT_LEAST8_MIN): Likewise.
3390         [C99-based standards] (INT_LEAST8_MAX): Likewise.
3391         [C99-based standards] (INT_LEAST16_MIN): Likewise.
3392         [C99-based standards] (INT_LEAST16_MAX): Likewise.
3393         [C99-based standards] (INT_LEAST32_MIN): Likewise.
3394         [C99-based standards] (INT_LEAST32_MAX): Likewise.
3395         [C99-based standards] (INT_LEAST64_MIN): Likewise.
3396         [C99-based standards] (INT_LEAST64_MAX): Likewise.
3397         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
3398         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
3399         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
3400         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
3401         [C99-based standards] (INT_FAST8_MIN): Likewise.
3402         [C99-based standards] (INT_FAST8_MAX): Likewise.
3403         [C99-based standards] (INT_FAST16_MIN): Likewise.
3404         [C99-based standards] (INT_FAST16_MAX): Likewise.
3405         [C99-based standards] (INT_FAST32_MIN): Likewise.
3406         [C99-based standards] (INT_FAST32_MAX): Likewise.
3407         [C99-based standards] (INT_FAST64_MIN): Likewise.
3408         [C99-based standards] (INT_FAST64_MAX): Likewise.
3409         [C99-based standards] (UINT_FAST8_MAX): Likewise.
3410         [C99-based standards] (UINT_FAST16_MAX): Likewise.
3411         [C99-based standards] (UINT_FAST32_MAX): Likewise.
3412         [C99-based standards] (UINT_FAST64_MAX): Likewise.
3413         [C99-based standards] (INTPTR_MIN): Likewise.
3414         [C99-based standards] (INTPTR_MAX): Likewise.
3415         [C99-based standards] (UINTPTR_MAX): Likewise.
3416         [C99-based standards] (INTMAX_MIN): Likewise.
3417         [C99-based standards] (INTMAX_MAX): Likewise.
3418         [C99-based standards] (UINTMAX_MAX): Likewise.
3419         [C99-based standards] (PTRDIFF_MIN): Likewise.
3420         [C99-based standards] (PTRDIFF_MAX): Likewise.
3421         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
3422         [C99-based standards] (SIZE_MAX): Likewise.
3423         [C99-based standards] (WCHAR_MAX): Likewise.
3424         [C99-based standards] (WINT_MAX): Likewise.
3425         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
3426         constraint on value.
3427         [C99-based standards] (WCHAR_MIN): Likewise.
3428         [C99-based standards] (WINT_MIN): Likewise.
3429         [C99-based standards] (*_t): Allow.
3430         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
3431         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
3432         Include math.h-data and complex.h-data.  Remove all expectations
3433         of math.h and complex.h contents.
3434         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
3435         at end of line.
3436         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
3437         (struct tm): Expect tag.
3438         [C99-based-standards] (wcstof): Expect function.
3439         [C99-based-standards] (wcstold): Likewise.
3440         [C99-based-standards] (wcstoll): Likewise.
3441         [C99-based-standards] (wcstoull): Likewise.
3442         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
3443         macro-int-constant.  Specify type.
3444         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
3445         constraint on value.
3446         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
3447         Specify type.
3448         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
3449         Specify value.
3450         [ISO C standards]: Do not allow headers.
3451         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
3452         wcs[abcdefghijklmnopqrstuvwxyz]*.
3453         [ISO C standards] (*_t): Do not allow.
3454         * conform/data/wctype.h-data [C99-based standards] (iswblank):
3455         Expect function.
3456         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
3457         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
3458         Specify type.
3459         [ISO C standards]: Do not allow headers.
3460         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
3461         is[abcdefghijklmnopqrstuvwxyz]*.
3462         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
3463         to[abcdefghijklmnopqrstuvwxyz]*.
3464         [ISO C standards] (*_t): Do not allow.
3465         * conform/data/stdalign.h-data: New file.
3466         * conform/data/stdbool.h-data: Likewise.
3467         * conform/data/stdnoreturn.h-data: Likewise.
3468
3469 2012-11-07  Roland McGrath  <roland@hack.frob.com>
3470
3471         [BZ #14815]
3472         * manual/filesys.texi (Directory Entries): Typo fix.
3473         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
3474
3475 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
3476
3477         * elf/elf.h (EM_AARCH64): New macro.
3478         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
3479         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
3480         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
3481         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
3482         (R_AARCH64_TLSDESC): Likewise.
3483         (NT_ARM_TLS): Likewise.
3484         (NT_ARM_HW_BREAK): Likewise.
3485         (NT_ARM_HW_WATCH): Likewise.
3486
3487 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
3488
3489         [BZ #14811]
3490         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
3491         (__ieee754_powl): Saturate nonzero exponents with absolute value
3492         below 0x1p-79 to +/- 0x1p-79.
3493         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
3494         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
3495         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
3496         nonzero exponents with absolute value below 0x1p-32 to +/-
3497         0x1p-32.
3498         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
3499         (__ieee754_powl): Saturate nonzero exponents with absolute value
3500         below 0x1p-79 to +/- 0x1p-79.
3501         * math/libm-test.inc (pow_test): Add more tests.
3502
3503 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3504
3505         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
3506         _dl_s390_cap_flags with kernel. Increase string length.
3507         (_dl_s390_platforms): Add z196 and zEC12.
3508
3509 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
3510
3511         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
3512         Change XOPEN21K to XOPEN2K.
3513
3514 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
3515
3516         * string/memmove.c: Use memcpy when possible.
3517
3518 2012-11-06  Andreas Jaeger  <aj@suse.de>
3519
3520         * po/eo.po: Update from translation team.
3521
3522 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
3523
3524         [BZ #14793]
3525         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
3526         exponent and small x and y exponents, scale x or y up.  Increase
3527         by 2 the exponent used in scaling up.
3528         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
3529         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
3530         * math/libm-test.inc (fma_test): Add more tests.
3531         (fma_test_towardzero): Likewise.
3532         (fma_test_downward): Likewise.
3533         (fma_test_upward): Likewise.
3534
3535 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
3536
3537         [BZ #14805]
3538         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
3539         fenv_t *.
3540
3541         [BZ #14801]
3542         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
3543         namespace for names of struct fields.
3544         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
3545         fenv_t fields.
3546         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3547         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
3548
3549 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3550
3551         [BZ #3665]
3552         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
3553
3554 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
3555
3556         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
3557         PTR_DEMANGLE.
3558
3559         [BZ #5246]
3560         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
3561         PTR_DEMANGLE.
3562
3563 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
3564
3565         [BZ #14797]
3566         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
3567         definitely overflow as x * y not x * y + z.
3568         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
3569         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
3570         * math/libm-test.inc (fma_test): Add more tests.
3571         (fma_test_towardzero): Likewise.
3572         (fma_test_downward): Likewise.
3573         (fma_test_upward): Likewise.
3574
3575 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
3576
3577         [BZ #157]
3578
3579         * include/stub-tag.h: Remove file.
3580         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
3581         '#include' of it.
3582         * manual/maint.texi (Porting): Don't reference it.
3583         * Makerules ($(objpfx)stubs): Likewise.
3584         * dirent/closedir.c: Don't include <stub-tag.h>.
3585         * dirent/dirfd.c: Likewise.
3586         * dirent/fdopendir.c: Likewise.
3587         * dirent/getdents.c: Likewise.
3588         * dirent/getdents64.c: Likewise.
3589         * dirent/opendir.c: Likewise.
3590         * dirent/readdir.c: Likewise.
3591         * dirent/readdir64.c: Likewise.
3592         * dirent/readdir64_r.c: Likewise.
3593         * dirent/readdir_r.c: Likewise.
3594         * dirent/rewinddir.c: Likewise.
3595         * dirent/seekdir.c: Likewise.
3596         * dirent/telldir.c: Likewise.
3597         * gmon/profil.c: Likewise.
3598         * grp/setgroups.c: Likewise.
3599         * inet/if_index.c: Likewise.
3600         * io/access.c: Likewise.
3601         * io/chdir.c: Likewise.
3602         * io/chmod.c: Likewise.
3603         * io/chown.c: Likewise.
3604         * io/close.c: Likewise.
3605         * io/dup.c: Likewise.
3606         * io/dup2.c: Likewise.
3607         * io/dup3.c: Likewise.
3608         * io/euidaccess.c: Likewise.
3609         * io/faccessat.c: Likewise.
3610         * io/fchdir.c: Likewise.
3611         * io/fchmod.c: Likewise.
3612         * io/fchmodat.c: Likewise.
3613         * io/fchown.c: Likewise.
3614         * io/fchownat.c: Likewise.
3615         * io/fcntl.c: Likewise.
3616         * io/flock.c: Likewise.
3617         * io/fstatfs.c: Likewise.
3618         * io/fstatfs64.c: Likewise.
3619         * io/fstatvfs.c: Likewise.
3620         * io/fstatvfs64.c: Likewise.
3621         * io/futimens.c: Likewise.
3622         * io/fxstat.c: Likewise.
3623         * io/fxstat64.c: Likewise.
3624         * io/fxstatat.c: Likewise.
3625         * io/fxstatat64.c: Likewise.
3626         * io/getcwd.c: Likewise.
3627         * io/isatty.c: Likewise.
3628         * io/lchmod.c: Likewise.
3629         * io/lchown.c: Likewise.
3630         * io/link.c: Likewise.
3631         * io/linkat.c: Likewise.
3632         * io/lseek.c: Likewise.
3633         * io/lseek64.c: Likewise.
3634         * io/lxstat64.c: Likewise.
3635         * io/mkdir.c: Likewise.
3636         * io/mkdirat.c: Likewise.
3637         * io/mkfifo.c: Likewise.
3638         * io/mkfifoat.c: Likewise.
3639         * io/open.c: Likewise.
3640         * io/open64.c: Likewise.
3641         * io/openat.c: Likewise.
3642         * io/openat64.c: Likewise.
3643         * io/pipe.c: Likewise.
3644         * io/pipe2.c: Likewise.
3645         * io/poll.c: Likewise.
3646         * io/posix_fadvise.c: Likewise.
3647         * io/posix_fadvise64.c: Likewise.
3648         * io/posix_fallocate.c: Likewise.
3649         * io/posix_fallocate64.c: Likewise.
3650         * io/read.c: Likewise.
3651         * io/readlink.c: Likewise.
3652         * io/readlinkat.c: Likewise.
3653         * io/rmdir.c: Likewise.
3654         * io/sendfile.c: Likewise.
3655         * io/sendfile64.c: Likewise.
3656         * io/statfs.c: Likewise.
3657         * io/statfs64.c: Likewise.
3658         * io/statvfs.c: Likewise.
3659         * io/statvfs64.c: Likewise.
3660         * io/symlink.c: Likewise.
3661         * io/symlinkat.c: Likewise.
3662         * io/ttyname.c: Likewise.
3663         * io/ttyname_r.c: Likewise.
3664         * io/umask.c: Likewise.
3665         * io/unlink.c: Likewise.
3666         * io/unlinkat.c: Likewise.
3667         * io/utime.c: Likewise.
3668         * io/utimensat.c: Likewise.
3669         * io/write.c: Likewise.
3670         * io/xmknod.c: Likewise.
3671         * io/xmknodat.c: Likewise.
3672         * io/xstat.c: Likewise.
3673         * io/xstat64.c: Likewise.
3674         * login/getpt.c: Likewise.
3675         * login/grantpt.c: Likewise.
3676         * login/unlockpt.c: Likewise.
3677         * math/e_acoshl.c: Likewise.
3678         * math/e_acosl.c: Likewise.
3679         * math/e_asinl.c: Likewise.
3680         * math/e_atan2l.c: Likewise.
3681         * math/e_atanhl.c: Likewise.
3682         * math/e_coshl.c: Likewise.
3683         * math/e_expl.c: Likewise.
3684         * math/e_fmodl.c: Likewise.
3685         * math/e_gammal_r.c: Likewise.
3686         * math/e_hypotl.c: Likewise.
3687         * math/e_j0l.c: Likewise.
3688         * math/e_j1l.c: Likewise.
3689         * math/e_jnl.c: Likewise.
3690         * math/e_lgammal_r.c: Likewise.
3691         * math/e_log10l.c: Likewise.
3692         * math/e_log2l.c: Likewise.
3693         * math/e_logl.c: Likewise.
3694         * math/e_powl.c: Likewise.
3695         * math/e_rem_pio2l.c: Likewise.
3696         * math/e_sinhl.c: Likewise.
3697         * math/e_sqrtl.c: Likewise.
3698         * math/fclrexcpt.c: Likewise.
3699         * math/fedisblxcpt.c: Likewise.
3700         * math/feenablxcpt.c: Likewise.
3701         * math/fegetenv.c: Likewise.
3702         * math/fegetexcept.c: Likewise.
3703         * math/fegetround.c: Likewise.
3704         * math/feholdexcpt.c: Likewise.
3705         * math/fesetenv.c: Likewise.
3706         * math/fesetround.c: Likewise.
3707         * math/feupdateenv.c: Likewise.
3708         * math/fgetexcptflg.c: Likewise.
3709         * math/fraiseexcpt.c: Likewise.
3710         * math/fsetexcptflg.c: Likewise.
3711         * math/ftestexcept.c: Likewise.
3712         * math/k_cosl.c: Likewise.
3713         * math/k_rem_pio2l.c: Likewise.
3714         * math/k_sinl.c: Likewise.
3715         * math/k_tanl.c: Likewise.
3716         * math/s_asinhl.c: Likewise.
3717         * math/s_atanl.c: Likewise.
3718         * math/s_cbrtl.c: Likewise.
3719         * math/s_erfl.c: Likewise.
3720         * math/s_expm1l.c: Likewise.
3721         * math/s_log1pl.c: Likewise.
3722         * math/s_tanhl.c: Likewise.
3723         * misc/acct.c: Likewise.
3724         * misc/brk.c: Likewise.
3725         * misc/chflags.c: Likewise.
3726         * misc/chroot.c: Likewise.
3727         * misc/fchflags.c: Likewise.
3728         * misc/fgetxattr.c: Likewise.
3729         * misc/flistxattr.c: Likewise.
3730         * misc/fremovexattr.c: Likewise.
3731         * misc/fsetxattr.c: Likewise.
3732         * misc/fsync.c: Likewise.
3733         * misc/ftruncate.c: Likewise.
3734         * misc/futimes.c: Likewise.
3735         * misc/futimesat.c: Likewise.
3736         * misc/getdomain.c: Likewise.
3737         * misc/getdtsz.c: Likewise.
3738         * misc/gethostid.c: Likewise.
3739         * misc/gethostname.c: Likewise.
3740         * misc/getloadavg.c: Likewise.
3741         * misc/getpagesize.c: Likewise.
3742         * misc/getsysstats.c: Likewise.
3743         * misc/getxattr.c: Likewise.
3744         * misc/gtty.c: Likewise.
3745         * misc/ioctl.c: Likewise.
3746         * misc/lgetxattr.c: Likewise.
3747         * misc/listxattr.c: Likewise.
3748         * misc/llistxattr.c: Likewise.
3749         * misc/lremovexattr.c: Likewise.
3750         * misc/lsetxattr.c: Likewise.
3751         * misc/lutimes.c: Likewise.
3752         * misc/madvise.c: Likewise.
3753         * misc/mincore.c: Likewise.
3754         * misc/mlock.c: Likewise.
3755         * misc/mlockall.c: Likewise.
3756         * misc/mmap.c: Likewise.
3757         * misc/mprotect.c: Likewise.
3758         * misc/msync.c: Likewise.
3759         * misc/munlock.c: Likewise.
3760         * misc/munlockall.c: Likewise.
3761         * misc/munmap.c: Likewise.
3762         * misc/preadv.c: Likewise.
3763         * misc/preadv64.c: Likewise.
3764         * misc/ptrace.c: Likewise.
3765         * misc/pwritev.c: Likewise.
3766         * misc/pwritev64.c: Likewise.
3767         * misc/readv.c: Likewise.
3768         * misc/reboot.c: Likewise.
3769         * misc/remap_file_pages.c: Likewise.
3770         * misc/removexattr.c: Likewise.
3771         * misc/revoke.c: Likewise.
3772         * misc/select.c: Likewise.
3773         * misc/setdomain.c: Likewise.
3774         * misc/setegid.c: Likewise.
3775         * misc/seteuid.c: Likewise.
3776         * misc/sethostid.c: Likewise.
3777         * misc/sethostname.c: Likewise.
3778         * misc/setregid.c: Likewise.
3779         * misc/setreuid.c: Likewise.
3780         * misc/setxattr.c: Likewise.
3781         * misc/sstk.c: Likewise.
3782         * misc/stty.c: Likewise.
3783         * misc/swapoff.c: Likewise.
3784         * misc/swapon.c: Likewise.
3785         * misc/sync.c: Likewise.
3786         * misc/syncfs.c: Likewise.
3787         * misc/syscall.c: Likewise.
3788         * misc/truncate.c: Likewise.
3789         * misc/ualarm.c: Likewise.
3790         * misc/usleep.c: Likewise.
3791         * misc/ustat.c: Likewise.
3792         * misc/utimes.c: Likewise.
3793         * misc/vhangup.c: Likewise.
3794         * misc/writev.c: Likewise.
3795         * posix/_exit.c: Likewise.
3796         * posix/alarm.c: Likewise.
3797         * posix/execve.c: Likewise.
3798         * posix/fexecve.c: Likewise.
3799         * posix/fork.c: Likewise.
3800         * posix/fpathconf.c: Likewise.
3801         * posix/getaddrinfo.c: Likewise.
3802         * posix/getegid.c: Likewise.
3803         * posix/geteuid.c: Likewise.
3804         * posix/getgid.c: Likewise.
3805         * posix/getgroups.c: Likewise.
3806         * posix/getlogin.c: Likewise.
3807         * posix/getlogin_r.c: Likewise.
3808         * posix/getpgid.c: Likewise.
3809         * posix/getpid.c: Likewise.
3810         * posix/getppid.c: Likewise.
3811         * posix/getresgid.c: Likewise.
3812         * posix/getresuid.c: Likewise.
3813         * posix/getsid.c: Likewise.
3814         * posix/getuid.c: Likewise.
3815         * posix/glob64.c: Likewise.
3816         * posix/nanosleep.c: Likewise.
3817         * posix/pathconf.c: Likewise.
3818         * posix/pause.c: Likewise.
3819         * posix/posix_madvise.c: Likewise.
3820         * posix/pread.c: Likewise.
3821         * posix/pread64.c: Likewise.
3822         * posix/pwrite.c: Likewise.
3823         * posix/pwrite64.c: Likewise.
3824         * posix/sched_getaffinity.c: Likewise.
3825         * posix/sched_getp.c: Likewise.
3826         * posix/sched_gets.c: Likewise.
3827         * posix/sched_primax.c: Likewise.
3828         * posix/sched_primin.c: Likewise.
3829         * posix/sched_rr_gi.c: Likewise.
3830         * posix/sched_setaffinity.c: Likewise.
3831         * posix/sched_setp.c: Likewise.
3832         * posix/sched_sets.c: Likewise.
3833         * posix/sched_yield.c: Likewise.
3834         * posix/setgid.c: Likewise.
3835         * posix/setlogin.c: Likewise.
3836         * posix/setpgid.c: Likewise.
3837         * posix/setresgid.c: Likewise.
3838         * posix/setresuid.c: Likewise.
3839         * posix/setsid.c: Likewise.
3840         * posix/setuid.c: Likewise.
3841         * posix/sleep.c: Likewise.
3842         * posix/spawni.c: Likewise.
3843         * posix/sysconf.c: Likewise.
3844         * posix/times.c: Likewise.
3845         * posix/wait.c: Likewise.
3846         * posix/wait3.c: Likewise.
3847         * posix/wait4.c: Likewise.
3848         * posix/waitpid.c: Likewise.
3849         * resolv/gai_sigqueue.c: Likewise.
3850         * resource/getpriority.c: Likewise.
3851         * resource/getrlimit.c: Likewise.
3852         * resource/getrusage.c: Likewise.
3853         * resource/nice.c: Likewise.
3854         * resource/setpriority.c: Likewise.
3855         * resource/setrlimit.c: Likewise.
3856         * resource/ulimit.c: Likewise.
3857         * rt/aio_cancel.c: Likewise.
3858         * rt/aio_fsync.c: Likewise.
3859         * rt/aio_read.c: Likewise.
3860         * rt/aio_sigqueue.c: Likewise.
3861         * rt/aio_suspend.c: Likewise.
3862         * rt/aio_write.c: Likewise.
3863         * rt/clock_getres.c: Likewise.
3864         * rt/clock_gettime.c: Likewise.
3865         * rt/clock_nanosleep.c: Likewise.
3866         * rt/clock_settime.c: Likewise.
3867         * rt/lio_listio.c: Likewise.
3868         * rt/mq_close.c: Likewise.
3869         * rt/mq_getattr.c: Likewise.
3870         * rt/mq_notify.c: Likewise.
3871         * rt/mq_open.c: Likewise.
3872         * rt/mq_receive.c: Likewise.
3873         * rt/mq_send.c: Likewise.
3874         * rt/mq_setattr.c: Likewise.
3875         * rt/mq_timedreceive.c: Likewise.
3876         * rt/mq_timedsend.c: Likewise.
3877         * rt/mq_unlink.c: Likewise.
3878         * rt/shm_open.c: Likewise.
3879         * rt/shm_unlink.c: Likewise.
3880         * rt/timer_create.c: Likewise.
3881         * rt/timer_delete.c: Likewise.
3882         * rt/timer_getoverr.c: Likewise.
3883         * rt/timer_gettime.c: Likewise.
3884         * rt/timer_settime.c: Likewise.
3885         * setjmp/__longjmp.c: Likewise.
3886         * setjmp/setjmp.c: Likewise.
3887         * signal/kill.c: Likewise.
3888         * signal/killpg.c: Likewise.
3889         * signal/raise.c: Likewise.
3890         * signal/sigaction.c: Likewise.
3891         * signal/sigaltstack.c: Likewise.
3892         * signal/sigblock.c: Likewise.
3893         * signal/sigignore.c: Likewise.
3894         * signal/sigintr.c: Likewise.
3895         * signal/signal.c: Likewise.
3896         * signal/sigpause.c: Likewise.
3897         * signal/sigpending.c: Likewise.
3898         * signal/sigqueue.c: Likewise.
3899         * signal/sigreturn.c: Likewise.
3900         * signal/sigset.c: Likewise.
3901         * signal/sigsetmask.c: Likewise.
3902         * signal/sigstack.c: Likewise.
3903         * signal/sigsuspend.c: Likewise.
3904         * signal/sigtimedwait.c: Likewise.
3905         * signal/sigvec.c: Likewise.
3906         * signal/sigwait.c: Likewise.
3907         * signal/sigwaitinfo.c: Likewise.
3908         * signal/sysv_signal.c: Likewise.
3909         * socket/accept.c: Likewise.
3910         * socket/accept4.c: Likewise.
3911         * socket/bind.c: Likewise.
3912         * socket/connect.c: Likewise.
3913         * socket/getpeername.c: Likewise.
3914         * socket/getsockname.c: Likewise.
3915         * socket/getsockopt.c: Likewise.
3916         * socket/isfdtype.c: Likewise.
3917         * socket/listen.c: Likewise.
3918         * socket/recv.c: Likewise.
3919         * socket/recvfrom.c: Likewise.
3920         * socket/recvmsg.c: Likewise.
3921         * socket/send.c: Likewise.
3922         * socket/sendmsg.c: Likewise.
3923         * socket/sendto.c: Likewise.
3924         * socket/setsockopt.c: Likewise.
3925         * socket/shutdown.c: Likewise.
3926         * socket/sockatmark.c: Likewise.
3927         * socket/socket.c: Likewise.
3928         * socket/socketpair.c: Likewise.
3929         * stdio-common/ctermid.c: Likewise.
3930         * stdio-common/cuserid.c: Likewise.
3931         * stdio-common/remove.c: Likewise.
3932         * stdio-common/rename.c: Likewise.
3933         * stdio-common/renameat.c: Likewise.
3934         * stdio-common/tempname.c: Likewise.
3935         * stdlib/getcontext.c: Likewise.
3936         * stdlib/makecontext.c: Likewise.
3937         * stdlib/setcontext.c: Likewise.
3938         * stdlib/swapcontext.c: Likewise.
3939         * stdlib/system.c: Likewise.
3940         * streams/fattach.c: Likewise.
3941         * streams/fdetach.c: Likewise.
3942         * streams/getmsg.c: Likewise.
3943         * streams/getpmsg.c: Likewise.
3944         * streams/putmsg.c: Likewise.
3945         * streams/putpmsg.c: Likewise.
3946         * sysdeps/unix/bsd/getpt.c: Likewise.
3947         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
3948         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
3949         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
3951         Likewise.
3952         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
3953         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
3954         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3955         * sysvipc/msgctl.c: Likewise.
3956         * sysvipc/msgget.c: Likewise.
3957         * sysvipc/msgrcv.c: Likewise.
3958         * sysvipc/msgsnd.c: Likewise.
3959         * sysvipc/semctl.c: Likewise.
3960         * sysvipc/semget.c: Likewise.
3961         * sysvipc/semop.c: Likewise.
3962         * sysvipc/semtimedop.c: Likewise.
3963         * sysvipc/shmat.c: Likewise.
3964         * sysvipc/shmctl.c: Likewise.
3965         * sysvipc/shmdt.c: Likewise.
3966         * sysvipc/shmget.c: Likewise.
3967         * termios/tcdrain.c: Likewise.
3968         * termios/tcflow.c: Likewise.
3969         * termios/tcflush.c: Likewise.
3970         * termios/tcgetattr.c: Likewise.
3971         * termios/tcgetpgrp.c: Likewise.
3972         * termios/tcsendbrk.c: Likewise.
3973         * termios/tcsetattr.c: Likewise.
3974         * termios/tcsetpgrp.c: Likewise.
3975         * time/adjtime.c: Likewise.
3976         * time/clock.c: Likewise.
3977         * time/getitimer.c: Likewise.
3978         * time/gettimeofday.c: Likewise.
3979         * time/setitimer.c: Likewise.
3980         * time/settimeofday.c: Likewise.
3981         * time/stime.c: Likewise.
3982         * time/time.c: Likewise.
3983
3984 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
3985
3986         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
3987         /usr/old/bin.
3988
3989         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
3990         instead of spaces.
3991         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
3992
3993 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
3994
3995         [BZ #14796]
3996         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
3997         FE_TONEAREST before applying Dekker multiplication and Knuth
3998         addition.  Clear inexact exceptions and check for exact zero
3999         results afterwards.
4000         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4001         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4002         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4003         * math/libm-test.inc (fma_test): Add more tests.
4004         (fma_test_towardzero): Likewise.
4005         (fma_test_downward): Likewise.
4006         (fma_test_upward): Likewise.
4007         * sysdeps/generic/math_private.h (default_libc_fesetround): New
4008         function.
4009         (libc_fesetround): New macro.
4010         (libc_fesetroundf): Likewise.
4011         (libc_fesetroundl): Likewise.
4012         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
4013         function.
4014         (libc_fesetround_387): Likewise.
4015         (libc_fesetroundf): New macro.
4016         (libc_fesetround): Likewise.
4017         (libc_fesetroundl): Likewise.
4018         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
4019         function.
4020         (libc_fesetroundf): New macro.
4021         (libc_fesetround): Likewise.
4022         (libc_fesetroundl): Likewise.
4023         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
4024         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
4025         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
4026         libm_hidden_ver.
4027         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
4028         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
4029         libm_hidden_def.
4030         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
4031         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
4032         libm_hidden_ver.
4033         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
4034         libm_hidden_def.
4035
4036         [BZ #3439]
4037         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
4038         integer constant usable in #if and use that to give value to enum
4039         constant.
4040         (FE_DIVBYZERO): Likewise.
4041         (FE_UNDERFLOW): Likewise.
4042         (FE_OVERFLOW): Likewise.
4043         (FE_INVALID): Likewise.
4044         (FE_INVALID_SNAN): Likewise.
4045         (FE_INVALID_ISI): Likewise.
4046         (FE_INVALID_IDI): Likewise.
4047         (FE_INVALID_ZDZ): Likewise.
4048         (FE_INVALID_IMZ): Likewise.
4049         (FE_INVALID_COMPARE): Likewise.
4050         (FE_INVALID_SOFTWARE): Likewise.
4051         (FE_INVALID_SQRT): Likewise.
4052         (FE_INVALID_INTEGER_CONVERSION): Likewise.
4053         (FE_TONEAREST): Likewise.
4054         (FE_TOWARDZERO): Likewise.
4055         (FE_UPWARD): Likewise.
4056         (FE_DOWNWARD): Likewise.
4057         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
4058         (FE_DIVBYZERO): Likewise.
4059         (FE_OVERFLOW): Likewise.
4060         (FE_UNDERFLOW): Likewise.
4061         (FE_INEXACT): Likewise.
4062         (FE_TONEAREST): Likewise.
4063         (FE_DOWNWARD): Likewise.
4064         (FE_UPWARD): Likewise.
4065         (FE_TOWARDZERO): Likewise.
4066         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
4067         (FE_UNDERFLOW): Likewise.
4068         (FE_OVERFLOW): Likewise.
4069         (FE_DIVBYZERO): Likewise.
4070         (FE_INVALID): Likewise.
4071         (FE_TONEAREST): Likewise.
4072         (FE_TOWARDZERO): Likewise.
4073         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
4074         (FE_OVERFLOW): Likewise.
4075         (FE_UNDERFLOW): Likewise.
4076         (FE_DIVBYZERO): Likewise.
4077         (FE_INEXACT): Likewise.
4078         (FE_TONEAREST): Likewise.
4079         (FE_TOWARDZERO): Likewise.
4080         (FE_UPWARD): Likewise.
4081         (FE_DOWNWARD): Likewise.
4082         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
4083         (FE_DIVBYZERO): Likewise.
4084         (FE_OVERFLOW): Likewise.
4085         (FE_UNDERFLOW): Likewise.
4086         (FE_INEXACT): Likewise.
4087         (FE_TONEAREST): Likewise.
4088         (FE_DOWNWARD): Likewise.
4089         (FE_UPWARD): Likewise.
4090         (FE_TOWARDZERO): Likewise.
4091
4092 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
4093
4094         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
4095
4096 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
4097
4098         * scripts/cross-test-ssh.sh (command): Use newlines to separate
4099         commands.  Quote $PWD.
4100         (blacklist_exports): Don't use remove_newlines.  Replace "declare
4101         -x" by "export".
4102         (remove_newlines): Remove.
4103
4104 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
4105
4106         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
4107         * stdlib/stdlib.h (atof): Moved to ...
4108         * include/bits/stdlib-float.h: Here.  New file.
4109         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
4110         * stdlib/bits/stdlib-float.h: New file.
4111         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
4112         -mno-sse -mno-mmx.
4113         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
4114         <xmmintrin.h>.
4115
4116 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
4117
4118         * conform/conformtest.pl (@headers): Add fenv.h.
4119         * conform/data/fenv.h-data: New file.
4120         * include/fenv.h [_ISOMAC]: Disable all contents of file except
4121         include of <math/fenv.h>.
4122
4123         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
4124         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
4125         && !UNIX98].  Enables tests for XOPEN2K8.
4126         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
4127         POSIX2008]: Likewise.
4128
4129         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
4130         (struct rusage): Do not expect type or its members.
4131
4132         [BZ #3439]
4133         * math/math.h (FP_NAN): Define macro to integer constant usable in
4134         #if and use that to give value to enum constant.
4135         (FP_INFINITE): Likewise.
4136         (FP_ZERO): Likewise.
4137         (FP_SUBNORMAL): Likewise.
4138         (FP_NORMAL): Likewise.
4139
4140 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
4141
4142         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
4143         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
4144         arguments.
4145
4146 2012-11-02  Roland McGrath  <roland@hack.frob.com>
4147
4148         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
4149         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
4150         autoconf-time if not.
4151         * configure.in: Remove AC_PREREQ.
4152
4153 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4154
4155         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
4156         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
4157         of the internal implementation.
4158
4159 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
4160
4161         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
4162         except include of <misc/sys/syslog.h>.
4163
4164 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4165
4166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
4167         function returns with a NULL context exit with zero.
4168
4169 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4170
4171         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
4172
4173 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
4174
4175         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
4176         (run_program_cmd): This.
4177         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
4178         (tst_langinfo): New variable.  Use it.
4179
4180 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
4181
4182         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
4183         floating point opcodes.
4184
4185 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
4186
4187         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
4188         variable.
4189
4190         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
4191
4192         * sysdeps/mach/hurd/powerpc: Remove directory.
4193         * sysdeps/mach/powerpc: Likewise.
4194
4195 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4196
4197         * scripts/check-local-headers.sh: Ignore c++ headers.
4198
4199 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
4200
4201         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
4202         __libc_cleanup_region_start argument.
4203
4204 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
4205
4206         [BZ #14784]
4207         [BZ #14785]
4208         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
4209         x * y using scaling, not as x * y + z.
4210         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4211         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4212         * math/libm-test.inc (fma_test): Add more tests.
4213         (fma_test_towardzero): Likewise.
4214         (fma_test_downward): Likewise.
4215         (fma_test_upward): Likewise.
4216
4217 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
4218
4219         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
4220
4221 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
4222
4223         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
4224         New variable.
4225
4226 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
4227
4228         * rt/tst-shm.c (worker): Correct checking for mmap failure.
4229
4230 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
4231
4232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4233         Fix sort order.
4234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4235         Likewise.
4236
4237 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4238
4239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4240         Fix the order of the list for glibc 2.17.
4241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4242         Likewise.
4243
4244 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
4245
4246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4247
4248 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
4249
4250         [BZ #14610]
4251         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
4252         for low part of x being zero before using __atanl (y).
4253         * math/libm-test.inc (atan2_test): Add another test.
4254
4255         * manual/install.texi (Configuring and compiling): Document
4256         general use of test-wrapper and test-wrapper-env.
4257         * INSTALL: Regenerated.
4258
4259         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
4260         (__fma): Do not extract and scale down low bits on after-rounding
4261         systems when result rounded to normal precision would have normal
4262         exponent.
4263         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
4264         (__fmal): Do not extract and scale down low bits on after-rounding
4265         systems when result rounded to normal precision would have normal
4266         exponent.
4267         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
4268         (__fmal): Do not extract and scale down low bits on after-rounding
4269         systems when result rounded to normal precision would have normal
4270         exponent.
4271         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
4272         macro.
4273         (fma_test): Add more tests.
4274         (fma_test_towardzero): Likewise.
4275         (fma_test_downward): Likewise.
4276         (fma_test_upward): Likewise.
4277
4278 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
4279
4280         * sysdeps/i386/tininess.h: Renamed to ...
4281         * sysdeps/x86/tininess.h: This.
4282         * sysdeps/x86_64/tininess.h: Removed.
4283
4284 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
4285
4286         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
4287         input.  Use $(build-program-cmd).
4288         ($(objpfx)tst-array1-static.out): Likewise.
4289         ($(objpfx)tst-array2.out): Likewise.
4290         ($(objpfx)tst-array3.out): Likewise.
4291         ($(objpfx)tst-array4.out): Likewise.
4292         ($(objpfx)tst-array5.out): Likewise.
4293         ($(objpfx)tst-array5-static.out): Likewise.
4294
4295 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
4296
4297         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
4298         if defined.
4299
4300         * nss/nsswitch.h (nss_interface_function): Provide new
4301         macro for use with NSS functions.
4302         * grp/initgroups.c: Use new macro.
4303         * nss/getXXbyYY.c: Likewise.
4304         * nss/getXXbyYY_r.c: Likewise.
4305         * nss/getXXent.c: Likewise.
4306         * nss/getXXent_r.c: Likewise.
4307         * sysdeps/posix/getaddrinfo.c: Likewise.
4308
4309 2012-10-30  Andreas Jaeger  <aj@suse.de>
4310
4311         * po/ru.po: Update Russion translation from translation project.
4312
4313 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
4314
4315         [BZ #14152]
4316         [BZ #14783]
4317         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
4318         result and shift together with sticky bit instead of replicating
4319         round-to-nearest rounding.
4320         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4321         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4322         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
4323         missing underflow exceptions.
4324         (fma_test_towardzero): Add more tests.
4325         (fma_test_downward): Likewise.
4326         (fma_test_upward): Likewise.
4327
4328         [BZ #14047]
4329         * sysdeps/generic/tininess.h: New file.
4330         * sysdeps/i386/tininess.h: Likewise.
4331         * sysdeps/sh/tininess.h: Likewise.
4332         * sysdeps/x86_64/tininess.h: Likewise.
4333         * stdlib/tst-strtod-underflow.c: Likewise.
4334         * stdlib/tst-tininess.c: Likewise.
4335         * stdlib/strtod_l.c: Include <tininess.h>.
4336         (round_and_return): Do not set errno for exact underflow cases.
4337         Force an underflow exception when setting errno for underflow.
4338         Determine underflow based on rounding to normal precision if
4339         TININESS_AFTER_ROUNDING.
4340         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
4341         ERANGE for exact underflow cases.
4342         * stdlib/Makefile (tests): Add tst-tininess and
4343         tst-strtod-underflow.
4344         ($(objpfx)tst-tininess): Use $(link-libm).
4345         ($(objpfx)tst-strtod-underflow): Likewise.
4346
4347 2012-10-30  Andreas Jaeger  <aj@suse.de>
4348
4349         [BZ#14767]
4350         * elf/Makefile (tests): Remove conditional for have-initfini-array
4351         since this is now always required and the variable does not exist
4352         anymore.
4353         (tests-static): Likewise.
4354         (modules-names): Likewise.
4355
4356         * po/eo.po: Add Esperanto translation from translation project.
4357
4358         * elf/tst-array1.c (fini_array): Make writeable so that it can be
4359         merged with constructor/destructor.
4360         (init_array): Likewise.
4361         * elf/tst-array2dep.c (fini_array): Likewise.
4362         (init_array): Likewise.
4363
4364 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
4365
4366         * manual/message.texi: Delete @cartouche tags.
4367
4368 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
4369
4370         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
4371         EOPNOTSUPP.
4372         * sysdeps/mach/hurd/fsync.c: Likewise.
4373
4374         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
4375         [_POSIX_REALTIME_SIGNALS]: Change condition to
4376         [_POSIX_REALTIME_SIGNALS > 0].
4377
4378 2012-10-27  Andreas Jaeger  <aj@suse.de>
4379
4380         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
4381         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
4382         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
4383         [__WORDSIZE != 64]: Likewise.
4384
4385 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
4386
4387         *  iconvdata/tst-table.sh: Remove ${SHELL}.
4388         *  iconvdata/tst-tables.sh: Likewise.
4389
4390 2012-10-25  David S. Miller  <davem@davemloft.net>
4391
4392         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
4393         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
4394         of strtoull.
4395
4396         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
4397         ifunc-impl-list.c
4398         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4399         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
4400         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
4401         file.
4402
4403 2012-10-25  Roland McGrath  <roland@hack.frob.com>
4404
4405         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
4406         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
4407         __getdirentries.
4408
4409 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
4410             Jim Blandy  <jimb@codesourcery.com>
4411
4412         * scripts/cross-test-ssh.sh: New file.
4413         * manual/install.texi (Configuring and compiling): Document use of
4414         cross-test-ssh.sh.
4415         * INSTALL: Regenerated.
4416
4417 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
4418
4419         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
4420         EOPNOTSUPP.
4421
4422 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
4423
4424         * Makeconfig (run-program-prefix): Fix comment.
4425
4426 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
4427             Jim Blandy  <jimb@codesourcery.com>
4428
4429         * Makeconfig (test-wrapper): New variable,
4430         (test-wrapper-env): Likewise.
4431         [$(cross-compiling) = yes && $(test-wrapper) != ""]
4432         (run-built-tests): Define to yes.
4433         (run-program-prefix): Use $(test-wrapper).
4434         (built-program-cmd): Likewise.
4435         * Rules (make-test-out): Use $(test-wrapper-env) and
4436         $(host-built-program-cmd).
4437         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
4438         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
4439         tst-pathopt.sh.
4440         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
4441         $(test-wrapper-env) to tst-rtld-load-self.sh.
4442         ($(objpfx)order2.out): Use $(test-wrapper).
4443         ($(objpfx)tst-initorder.out): Likewise.
4444         ($(objpfx)tst-initorder2.out): Likewise.
4445         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
4446         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
4447         (test_wrapper_env): New variable.  Use it to run ld.so.
4448         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
4449         Use it to run ld.so.
4450         (test_wrapper_env): Likewise.
4451         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
4452         $(test-wrapper) to run-iconv-test.sh.
4453         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
4454         (ICONV): Use $test_wrapper.
4455         * posix/Makefile ($(objpfx)globtest.out): Pass
4456         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
4457         globtest.sh, not $(run-program-prefix).
4458         * posix/globtest.sh (run_via_rtld_prefix): New variable.
4459         (test_wrapper): Likewise.
4460         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
4461         set together with run_via_rtld_prefix.
4462         (run_program_prefix): Define in terms of test_wrapper and
4463         run_via_rtld_prefix.
4464
4465 2012-10-24  Roland McGrath  <roland@hack.frob.com>
4466
4467         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
4468         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
4469         Targets removed.
4470
4471         [BZ #14743]
4472         * include/time.h: Remove librt_hidden_proto (clock_gettime).
4473         Declare __clock_getres, __clock_gettime, __clock_settime,
4474         __clock_nanosleep, and __clock_getcpuclockid.
4475         * rt/clock_gettime.c: Define __clock_gettime as an alias.
4476         Remove librt_hidden_def (clock_gettime).
4477         * sysdeps/unix/clock_gettime.c: Likewise.
4478         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
4479         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
4480         * rt/clock_getres.c: Define __clock_getres as an alias.
4481         * sysdeps/posix/clock_getres.c: Likewise.
4482         * rt/clock_settime.c: Define __clock_settime as an alias.
4483         * sysdeps/unix/clock_settime.c: Likewise.
4484         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
4485         * sysdeps/unix/clock_nanosleep.c: Likewise.
4486         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
4487         * rt/clock-compat.c: New file.
4488         * rt/Makefile (librt-routines): Add clock-compat and move
4489         $(clock-routines) to ...
4490         (routines): ... here, new variable.
4491         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
4492         Don't add get_clockfreq here.
4493         * rt/Versions (libc: GLIBC_2.17): New version set.
4494         Add clock_* symbols here.
4495         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
4496         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
4497         (GLIBC_2.17): Add clock_* symbols.
4498         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
4499         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
4500         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
4501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4502         Likewise.
4503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4504         Likewise.
4505         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
4506         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
4507         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
4508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
4509         * NEWS: Mention the move.
4510
4511         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
4512         Use __open, __read, __close rather than their public counterparts.
4513         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
4514         (__get_clockfreq_via_cpuinfo): Likewise.
4515         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
4516         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
4517
4518         * config.h.in (HAVE_IFUNC): New #undef.
4519         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
4520         was successful.
4521         * configure: Regenerated.
4522
4523 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
4524
4525         * configure.in: Move READELF check to start of file.
4526         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
4527         libc_cv_asm_gnu_indirect_function in the process.
4528         * configure: Regenerated.
4529
4530 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
4531
4532         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
4533         send the output to /dev/null.
4534         (libc_cv_cc_with_libunwind): Likewise.
4535         (libc_cv_as_noexecstack): Likewise.
4536         * configure: Regenerate.
4537
4538 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
4539
4540         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
4541
4542         * posix/globtest.sh (TMPDIR): Do not set.
4543         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
4544         (testout): Likewise.
4545
4546 2012-10-24  Andreas Jaeger  <aj@suse.de>
4547
4548         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
4549         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
4550         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
4551         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
4552         posix_fadvise64, posix_fallocate64.
4553
4554         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
4555         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
4556         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
4557         Likewise.
4558         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
4559         Likewise.
4560         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
4561
4562         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
4563         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
4564         <bits/fcntl-linux.h>.
4565         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
4566
4567         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
4568         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
4569         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
4570         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
4571         [__WORDSIZE != 64]: Likewise.
4572
4573 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
4574
4575         * Makeconfig (run-built-tests): New variable.
4576         * Rules [$(cross-compiling) = yes]: Change condition to
4577         [$(run-built-tests) = no].
4578         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
4579         to [$(run-built-tests) = yes].
4580         * elf/Makefile [$(cross-compiling) = no]: Likewise
4581         * grp/Makefile [$(cross-compiling) = no]: Likewise.
4582         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
4583         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
4584         * intl/Makefile [$(cross-compiling) = no]: Likewise.
4585         * io/Makefile [$(cross-compiling) = no]: Likewise.
4586         * libio/Makefile [$(cross-compiling) = no]: Likewise.
4587         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
4588         * misc/Makefile [$(cross-compiling) = no]: Likewise.
4589         * posix/Makefile [$(cross-compiling) = no]: Likewise.
4590         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
4591         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
4592         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
4593         * string/Makefile [$(cross-compiling) = no]: Likewise.
4594
4595         * posix/Makefile ($(objpfx)globtest.out): Pass
4596         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
4597         $(rtld-installed-name).
4598         * posix/globtest.sh (elf_objpfx): Remove variable.
4599         (rtld_installed_name): Likewise.
4600         (library_path): Likewise.
4601         (run_program_prefix): New variable.  Use for running globtest
4602         binary.
4603
4604 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
4605             Joseph Myers  <joseph@codesourcery.com>
4606
4607         * Makeconfig (host-built-program-cmd): New variable.
4608         * elf/Makefile (tst-stackguard1-ARGS): Use
4609         $(host-built-program-cmd).
4610         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
4611         (tst-spawn-ARGS): Likewise.
4612         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
4613
4614 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
4615             Jim Blandy  <jimb@codesourcery.com>
4616
4617         * Makeconfig (run-via-rtld-prefix): New variable.
4618         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
4619         (built-program-cmd): Likewise.
4620
4621 2012-10-22  Andreas Jaeger  <aj@suse.de>
4622
4623         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
4624         __O_RSYNC if it exists, otherwise to O_SYNC.
4625
4626 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
4627             Joseph Myers  <joseph@codesourcery.com>
4628
4629         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
4630         /dev/null.
4631         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
4632         from /dev/null
4633         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
4634         /dev/null.
4635
4636 2012-10-22  Andreas Jaeger  <aj@suse.de>
4637
4638         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
4639         Define always.
4640         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
4641
4642         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
4643         bits/fcntl-linux.h.
4644
4645         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
4646         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
4647
4648         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
4649         to __O_LARGEFILE.
4650         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
4651         to __O_LARGEFILE.
4652
4653 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
4654             Joseph Myers  <joseph@codesourcery.com>
4655
4656         * config.make.in (NM): New variable.
4657
4658 2012-10-21  Andreas Jaeger  <aj@suse.de>
4659
4660         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
4661         definitions and declarations that are provided by
4662         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
4663
4664 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
4665
4666         [BZ #14683]
4667         * elf/Makefile (tests-static): Add tst-leaks1-static.
4668         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
4669         ($(objpfx)tst-leaks1-static): New rule.
4670         ($(objpfx)tst-leaks1-static-mem): Likewise.
4671         (tst-leaks1-static-ENV): New macro.
4672         * elf/dl-open.c (dl_open_worker): Check the main application
4673         only if SHARED is defined.
4674         * elf/tst-leaks1-static.c: New file.
4675
4676 2012-10-20  Andreas Jaeger  <aj@suse.de>
4677
4678         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
4679         generic values for Linux.
4680         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
4681         and declarations that are provided by <bits/fcntl-linux.h> and
4682         include <bits/fcntl-linux.h>.
4683         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4684         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4685
4686 2012-10-20  Roland McGrath  <roland@hack.frob.com>
4687
4688         * io/fcntl.h: Move include of <bits/types.h> to the top and
4689         include it unconditionally.
4690
4691 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
4692
4693         * wcsmbs/Makefile (tests-ifunc): New variable.
4694         (tests): Add $(tests-ifunc).
4695         * wcsmbs/test-wcschr-ifunc.c: New file.
4696         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4697         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4698         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4699         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4700         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4701
4702         * string/Makefile (tests-ifunc): New variable.
4703         (tests): Add $(tests-ifunc).
4704         * string/test-memccpy.c (TEST_NAME): New macro.
4705         * string/test-memchr.c (TEST_NAME): Likewise.
4706         * string/test-memcmp.c (TEST_NAME): Likewise.
4707         * string/test-memcpy.c (TEST_NAME): Likewise.
4708         * string/test-memmem.c (TEST_NAME): Likewise.
4709         * string/test-memmove.c (TEST_NAME): Likewise.
4710         * string/test-memset.c (TEST_NAME): Likewise.
4711         * string/test-rawmemchr.c (TEST_NAME): Likewise.
4712         * string/test-stpcpy.c (TEST_NAME): Likewise.
4713         * string/test-stpncpy.c (TEST_NAME): Likewise.
4714         * string/test-strcasecmp.c (TEST_NAME): Likewise.
4715         * string/test-strcasestr.c (TEST_NAME): Likewise.
4716         * string/test-strcat.c (TEST_NAME): Likewise.
4717         * string/test-strchr.c (TEST_NAME): Likewise.
4718         * string/test-strcmp.c(TEST_NAME): Likewise.
4719         * string/test-strcpy.c (TEST_NAME): Likewise.
4720         * string/test-strcspn.c (TEST_NAME): Likewise.
4721         * string/test-strlen.c (TEST_NAME): Likewise.
4722         * string/test-strncasecmp.c (TEST_NAME): Likewise.
4723         * string/test-strncmp.c (TEST_NAME): Likewise.
4724         * string/test-strncpy.c (TEST_NAME): Likewise.
4725         * string/test-strnlen.c (TEST_NAME): Likewise.
4726         * string/test-strpbrk.c (TEST_NAME): Likewise.
4727         * string/test-strrchr.c (TEST_NAME): Likewise.
4728         * string/test-strspn.c (TEST_NAME): Likewise.
4729         * string/test-strstr.c (TEST_NAME): Likewise.
4730         * string/test-bcopy-ifunc.c: New file.
4731         * string/test-bzero-ifunc.c: Likewise.
4732         * string/test-memccpy-ifunc.c: Likewise.
4733         * string/test-memchr-ifunc.c: Likewise.
4734         * string/test-memcmp-ifunc.c: Likewise.
4735         * string/test-memcpy-ifunc.c: Likewise.
4736         * string/test-memmem-ifunc.c: Likewise.
4737         * string/test-memmove-ifunc.c: Likewise.
4738         * string/test-mempcpy-ifunc.c: Likewise.
4739         * string/test-memset-ifunc.c: Likewise.
4740         * string/test-rawmemchr-ifunc.c: Likewise.
4741         * string/test-stpcpy-ifunc.c: Likewise.
4742         * string/test-stpncpy-ifunc.c: Likewise.
4743         * string/test-strcasecmp-ifunc.c: Likewise.
4744         * string/test-strcasestr-ifunc.c: Likewise.
4745         * string/test-strcat-ifunc.c: Likewise.
4746         * string/test-strchr-ifunc.c: Likewise.
4747         * string/test-strchrnul-ifunc.c: Likewise.
4748         * string/test-strcmp-ifunc.c: Likewise.
4749         * string/test-strcpy-ifunc.c: Likewise.
4750         * string/test-strcspn-ifunc.c: Likewise.
4751         * string/test-strlen-ifunc.c: Likewise.
4752         * string/test-strncasecmp-ifunc.c: Likewise.
4753         * string/test-strncat-ifunc.c: Likewise.
4754         * string/test-strncmp-ifunc.c: Likewise.
4755         * string/test-strncpy-ifunc.c: Likewise.
4756         * string/test-strnlen-ifunc.c: Likewise.
4757         * string/test-strpbrk-ifunc.c: Likewise.
4758         * string/test-strrchr-ifunc.c: Likewise.
4759         * string/test-strspn-ifunc.c: Likewise.
4760         * string/test-strstr-ifunc.c: Likewise.
4761
4762         * debug/Makefile (tests-ifunc): New variable.
4763         (tests): Add $(tests-ifunc).
4764         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
4765         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
4766         * debug/test-stpcpy_chk-ifunc.c: New file.
4767         * debug/test-strcpy_chk-ifunc.c: Likewise.
4768
4769 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
4770
4771         [BZ #13601]
4772         * elf/dl-load.c (open_verify): Retry read if the entire ELF
4773         header is not read in.
4774
4775 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
4776
4777         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
4778         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
4779         directly.  Pass built executable to script as
4780         $(built-program-cmd).
4781         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
4782         $testprogram without using LD_LIBRARY_PATH and $ldso.
4783
4784         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
4785         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
4786         $(rtld-installed-name).
4787         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
4788         (rtld_installed_name): Likewise.
4789         (library_path): Likewise.
4790         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
4791         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
4792         $(run-program-prefix) to tst-tables.sh.
4793         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
4794         it to run tst-table-from and tst-table-to.
4795         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
4796         Pass it to tst-table.sh.
4797         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
4798         $(run-program-prefix) to tst-gettext.sh.
4799         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
4800         tst-translit.sh.
4801         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
4802         tst-gettext2.sh.
4803         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
4804         to run tst-gettext.
4805         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
4806         to run tst-gettext2.
4807         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
4808         to run tst-translit.
4809         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
4810         $(run-program-prefix) to tst-mtrace.sh.
4811         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
4812         to run tst-mtrace.
4813         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
4814         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
4815         $(rtld-installed-name).
4816         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
4817         (rtld_installed_name): Likewise.
4818         (run_program_prefix): New variable.  Use it to run wordexp-test.
4819
4820         * Makeconfig (ARCH): Remove all definitions.
4821         (machine): Likewise.
4822         [ARCH]: Remove conditional code.
4823         [!objdir]: Give error.
4824         [!objdir] (objpfx): Remove.
4825         [!objdir] (common-objpfx): Likewise.
4826         [!objdir] (common-objdir): Likewise.
4827         * configure.in (config_makefile): Remove.  Hardcode Makefile in
4828         AC_CONFIG_FILES call.
4829         * configure: Regenerated.
4830
4831         [BZ #13888]
4832         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
4833         or TMPDIR.
4834         (testout): Likewise.
4835
4836         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
4837         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
4838         $(rtld-installed-name).
4839         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
4840         (rtld_installed_name): Likwise.
4841         (runit): Remove function.
4842         (run_getconf): New variable,  Use it for running getconf binary.
4843
4844 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
4845
4846         [BZ #14716]
4847         * string/test-memmem.c (check_result): New function.
4848         (do_one_test): Use it.
4849         (check1): New function.
4850         (test_main): Use it.
4851
4852 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
4853
4854         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
4855
4856 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
4857
4858         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
4859         (_G_LSEEK64): Likewise.
4860         (_G_MMAP64): Likewise.
4861         (_G_FSTAT64): Likewise.
4862         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
4863         (_G_LSEEK64): Likewise.
4864         (_G_MMAP64): Likewise.
4865         (_G_FSTAT64): Likewise.
4866         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
4867         unconditional.  Call __mmap64 directly.
4868         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
4869         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
4870         __lseek64 directly.
4871         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
4872         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
4873         __mmap64 directly.
4874         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
4875         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
4876         __lseek64 directly.
4877         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
4878         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
4879         __lseek64 directly.
4880         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
4881         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
4882         __lseek64 directly.
4883         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
4884         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
4885         __fxstat64 directly.
4886         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
4887         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
4888         unconditional.
4889         (freopen64) [!_G_OPEN64]: Remove conditional code.
4890         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
4891         unconditional.
4892         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
4893         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
4894         unconditional.
4895         (ftello64) [!_G_LSEEK64]: Remove conditional code.
4896         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
4897         unconditional.
4898         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
4899         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
4900         unconditional.
4901         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
4902         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
4903         unconditional.
4904         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
4905         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
4906         unconditional.
4907         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
4908         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
4909         unconditional.
4910         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
4911
4912 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
4913
4914         [BZ #12140]
4915         * manual/memory.texi (Malloc Tunable Parameters): Add note
4916         about free list pointers overwriting some perturb bytes.
4917         Wording suggested by Roland McGrath.
4918
4919 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
4920
4921         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
4922         (lgamma_test): Likewise.
4923         (tgamma_test): Likewise.
4924
4925 2012-10-16  Florian Weimer  <fweimer@redhat.com>
4926
4927         [BZ #14700]
4928         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
4929         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
4930
4931 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
4932
4933         * NEWS: Mention BZ #14716.
4934         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
4935         when removing AVAILABLE1_USES_J macro.
4936
4937 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
4938
4939         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
4940         (__bswap_64): __uint64_t for unsigned 64-bit int.
4941
4942 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
4943
4944         * include/string.h (memmem): Declare libc hidden alias.
4945         * string/memmem.c (memmem): Define libc hidden alias.
4946         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
4947         __read, __close instead of open, read, close.
4948
4949 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4950
4951         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
4952         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
4953         global and hidden.
4954         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
4955         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
4956         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
4957         Likewise.
4958         (__rawmemchr_sse2): Likewise.
4959         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
4960         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
4961         (__strchr_sse2): Likewise.
4962         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
4963         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
4964         (__strcasecmp_sse2): Likewise.
4965         (__strncasecmp_sse2): Likewise.
4966         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
4967         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
4968         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
4969         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
4970         (__strrchr_sse2): Likewise.
4971         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
4972         ifunc-impl-list.c.
4973         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4974         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4975         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4976         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
4977         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4978         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4979         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4980         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4981         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
4982         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
4983         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
4984         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
4985         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
4986         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4987         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4988         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4989         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4990         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4991         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
4992         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
4993         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
4994         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
4995         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
4996         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
4997         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
4998         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
4999         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5000         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
5001         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5002         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5003
5004         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
5005         global and hidden.
5006         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
5007         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
5008         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
5009         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
5010         Likewise.
5011         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
5012         Likewise.
5013         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
5014         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
5015         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
5016         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
5017         ifunc-impl-list.c.
5018         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5019         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5020         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5021         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5022         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5023         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5024         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5025         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5026         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5027         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5028         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5029         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5030         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5031         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
5032         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
5033         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
5034         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
5035         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
5036         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5037         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5038         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5039         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5040         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5041         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5042         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
5043         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
5044         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
5045         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
5046         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
5047         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5048         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
5049         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5050         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5051         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
5052         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5053         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5054         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5055         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5056         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5057         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5058         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
5059
5060         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
5061         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
5062         * include/ifunc-impl-list.h: New file.
5063         * misc/ifunc-impl-list.c: Likewise.
5064         * misc/Makefile (routines): Add ifunc-impl-list.
5065         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
5066         * string/test-string.h: Include <ifunc-impl-list.h>.
5067         [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
5068         impl_array): New variables.
5069         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
5070         are defined.
5071         (test_init): Call __libc_ifunc_impl_list to initialize
5072         func_list if TEST_IFUNC and TEST_NAME are defined.
5073
5074         * string/Makefile (strop-tests): Add bcopy and bzero.
5075         * string/test-bcopy.c: New file.
5076         * string/test-bzero.c: Likewise.
5077         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
5078         defined.
5079         * string/test-memset.c: Support bzero test if TEST_BZERO is
5080         defined.
5081         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
5082         __libc_memmove.
5083         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
5084         __libc_memset.
5085         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
5086         of memset.
5087
5088 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
5089
5090         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
5091         * configure: Regenerated.
5092
5093         * Makeconfig (+link-static-before-libc): Don't include
5094         $(link-static-libc).
5095
5096         * libio/libio.h (_IO_pos_t): Remove.
5097
5098 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
5099
5100         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
5101         McGrath.
5102
5103 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
5104
5105         * crypt/crypt-entry.c: Include fips-private.h.
5106         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
5107         * crypt/md5c-test.c (main): Tolerate disabled MD5.
5108         * sysdeps/unix/sysv/linux/fips-private.h: New file.
5109         * sysdeps/generic/fips-private.h: New file, dummy fallback.
5110
5111 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
5112
5113         * crypt/crypt-private.h: Include stdbool.h.
5114         (_ufc_setup_salt_r): Return bool.
5115         * crypt/crypt-entry.c: Include errno.h.
5116         (__crypt_r): Return NULL with EINVAL for bad salt.
5117         * crypt/crypt_util.c (bad_for_salt): New.
5118         (_ufc_setup_salt_r): Check that salt is long enough and within
5119         the specified alphabet.
5120         * crypt/badsalttest.c: New file.
5121         * crypt/Makefile (tests): Add it.
5122         ($(objpfx)badsalttest): New.
5123
5124 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
5125
5126         * NEWS: Add entry for BZ #14602.
5127
5128 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
5129
5130         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
5131         type-generic.
5132         * math/libm-test.inc: Update comment listing what functions and
5133         macros are tested.
5134         (isgreater_test): New function.
5135         (isgreaterequal_test): Likewise.
5136         (isless_test): Likewise.
5137         (islessequal_test): Likewise.
5138         (islessgreater_test): Likewise.
5139         (isunordered_test): Likewise.
5140         (main): Call the new functions.
5141
5142 2012-10-09  Roland McGrath  <roland@hack.frob.com>
5143
5144         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
5145         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
5146         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
5147         * sysdeps/i386/configure: Regenerated.
5148         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
5149         * sysdeps/mach/configure: Regenerated.
5150         * sysdeps/mach/hurd/configure: Regenerated.
5151         * sysdeps/powerpc/configure: Regenerated.
5152         * sysdeps/powerpc/powerpc32/configure: Regenerated.
5153         * sysdeps/powerpc/powerpc64/configure: Regenerated.
5154         * sysdeps/s390/s390-32/configure: Regenerated.
5155         * sysdeps/s390/s390-64/configure: Regenerated.
5156         * sysdeps/sh/configure: Regenerated.
5157         * sysdeps/sparc/configure: Regenerated.
5158         * sysdeps/unix/sysv/linux/configure: Regenerated.
5159         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
5160         * sysdeps/x86_64/configure: Regenerated.
5161
5162         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
5163         defined.  Don't check if MAP is NULL.
5164
5165 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
5166
5167         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
5168         (_G_stat64): Likewise.
5169         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
5170         (_G_stat64): Likewise.
5171         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
5172         instead of struct _G_stat64.
5173         * libio/fileops.c (mmap_remap_check): Likewise.
5174         (decide_maybe_mmap): Likewise.
5175         (_IO_new_file_seekoff): Likewise.
5176         (_IO_file_stat): Likewise.
5177         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
5178         _G_off64_t.
5179         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
5180         instead of struct _G_stat64.
5181         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
5182
5183 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
5184
5185         [BZ #14602]
5186         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
5187         Replace with ...
5188         (CHECK_EOL): New macro.
5189         (two_way_short_needle): Check beginning of haystack for EOL.  Use
5190         CHECK_EOL.
5191         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
5192         Replace with CHECK_EOL.
5193         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
5194         Replace with CHECK_EOL.
5195
5196 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
5197
5198         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
5199         type-generic.
5200         * math/libm-test.inc: Update comment listing what functions and
5201         macros are tested.
5202         (finite_test): New function.
5203         (isinf_test): Likewise.
5204         (isnan_test): Likewise.
5205         (fpclassify_test): Test subnormal input.
5206         (isfinite_test): Likewise.
5207         (isnormal_test): Likewise.
5208         (main): Call the new functions.
5209
5210 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
5211
5212         [BZ #14660]
5213         * Makerules (%.dynsym): Force C locale when running
5214         $(OBJDUMP) --dynamic-syms.
5215
5216 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
5217
5218         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
5219         <stdint.h>.
5220
5221 2012-10-06  David S. Miller  <davem@davemloft.net>
5222
5223         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
5224         upper 32-bits of the length value in %o2 since we use branch-on-register
5225         tests which consider the entire 64-bit register.
5226
5227 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
5228
5229         * string/test-strstr.c (check2): Add a test for page boundary.
5230
5231 2012-10-05  David S. Miller  <davem@davemloft.net>
5232
5233         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
5234         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
5235         file.
5236         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
5237         sysdep_routines.
5238         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
5239         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
5240         and bzero when HWCAP_SPARC_CRYPTO is present.
5241
5242 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
5243
5244         [BZ #14602]
5245         * string/test-strstr.c (check2): New function.
5246         (test_main): Call check2.
5247
5248         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
5249         and bug-strchr1.
5250         * string/bug-strcasestr1.c (do_test): Moved to ...
5251         * string/test-strcasestr.c (check1): Here.  New function.
5252         (do_one_test): Break out result checking code into ...
5253         (check_result): This.  New function.
5254         (do_one_test): Call check_result.
5255         (test_main): Call check1.
5256         * string/bug-strchr1.c (do_test): Moved to ...
5257         * string/test-strchr.c (check1): Here.  New function.
5258         (do_one_test): Break out result checking code into ...
5259         (check_result): This.  New function.
5260         (do_one_test): Call check_result.
5261         (test_main): Call check1.
5262         * string/bug-strstr1.c (main): Moved to ...
5263         * string/test-strstr.c (check1): Here.  New function.
5264         (do_one_test): Break out result checking code into ...
5265         (check_result): This.  New function.
5266         (do_one_test): Call check_result.
5267         (test_main): Call check1.
5268         * string/bug-strcasestr1.c: Removed.
5269         * string/bug-strchr1.c: Likewise.
5270         * string/bug-strstr1.c: Likewise.
5271
5272         * elf/Makefile (dl-routines): Add hwcaps.
5273         * elf/dl-support.c (_dl_important_hwcaps): Removed.
5274         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
5275         (_dl_important_hwcaps): Moved to ...
5276         * elf/dl-hwcaps.c: Here.  New file.
5277         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
5278
5279         [BZ #14557]
5280         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
5281         if IS_IN_rtld isn't defined.
5282
5283         * elf/dl-support.c (_dl_sysinfo_map): New.
5284         Include "get-dynamic-info.h" and "setup-vdso.h".
5285         (_dl_non_dynamic_init): Call setup_vdso.
5286         * elf/dynamic-link.h: Don't include <assert.h>.
5287         (elf_get_dynamic_info): Moved to ...
5288         * elf/get-dynamic-info.h: Here.  New file.
5289         * elf/dynamic-link.h: Include "get-dynamic-info.h".
5290         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
5291         * elf/setup-vdso.h: Here.  New file.
5292         * elf/rtld.c: Include "setup-vdso.h".
5293         (dl_main): Call setup_vdso.
5294
5295 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
5296
5297         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
5298         creal in comment listing functions tested.  List finite, isinf,
5299         isnan, isless, islessequal, isgreater, isgreaterequal,
5300         islessgreater, isunordered, lgamma_r and pow10 as functions and
5301         macros not tested.  Mention which functions not tested are aliases
5302         for other functions.  Fix typo.  Note that signs of NaNs are not
5303         tested.
5304
5305         * scripts/config.guess: Update from config.git.
5306         * scripts/config.sub: Likewise.
5307
5308 2012-10-04  Roland McGrath  <roland@hack.frob.com>
5309
5310         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
5311         * misc/madvise.c (madvise): Renamed to __madvise.
5312         Make madvise a weak alias.
5313         * include/sys/mman.h: Declare __madvise.
5314         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
5315         * sysdeps/unix/syscalls.list
5316         (madvise): Make __madvise the strong name, and madvise a weak alias.
5317         * sysdeps/unix/sysv/linux/syscalls.list
5318         (madvise, mmap): Remove redundant entries.
5319         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
5320         * malloc/malloc.c (mtrim): Likewise.
5321         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
5322
5323 2012-10-03  Roland McGrath  <roland@hack.frob.com>
5324
5325         * sysdeps/mach/hurd/dl-cache.c: File removed.
5326         * config.h.in (USE_LDCONFIG): New #undef.
5327         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
5328         * configure: Regenerated.
5329         * elf/Makefile (dl-routines): Add dl-cache only under
5330         [$(use-ldconfig) = yes].
5331         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
5332         cache on [USE_LDCONFIG].
5333         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
5334         [USE_LDCONFIG].
5335         * elf/rtld.c (dl_main): Likewise.
5336
5337 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
5338
5339         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
5340         _SC_LEVEL4_CACHE_LINESIZE.
5341
5342 2012-10-03  Roland McGrath  <roland@hack.frob.com>
5343
5344         * sysdeps/unix/bsd/confstr.h: File removed.
5345
5346 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
5347
5348         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
5349         sys/sdt-config.h.
5350
5351 2012-10-02  Roland McGrath  <roland@hack.frob.com>
5352
5353         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
5354         Make 'mapoff' field ElfW(Off) rather than off_t.
5355
5356 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
5357
5358         * nscd/Makefile: Remove nscd-cflags and all its users.
5359         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
5360         (CFLAGS-nonlib): Add compiler flags for nscd modules.
5361
5362         [BZ #10631]
5363         * malloc.c (malloc_printerr): Clarify error message.
5364
5365 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
5366
5367         [BZ #14648]
5368         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5369         Set bit_FMA_Usable if FMA is supported.
5370         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
5371         macro.
5372         (bit_FMA4_Usable): Updated.
5373         (index_FMA_Usable): New macro.
5374         (CPUID_FMA): Likewise
5375         (HAS_FMA): Defined with bit_FMA_Usable.
5376
5377 2012-10-01  Roland McGrath  <roland@hack.frob.com>
5378
5379         * bits/types.h (__swblk_t): Type removed.
5380         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
5381         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
5382         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5383         (__SWBLK_T_TYPE): Likewise.
5384         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
5385         (__SWBLK_T_TYPE): Likewise.
5386         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5387         (__SWBLK_T_TYPE): Likewise.
5388         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5389         (__SWBLK_T_TYPE): Likewise.
5390
5391 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
5392             Honza Horak <hhorak@redhat.com>
5393
5394         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
5395         (xdr_mapname): Use YPMAXMAP as maxsize.
5396         (xdr_peername): Use YPMAXPEER as maxsize.
5397         (xdr_keydat): Use YPAXRECORD as maxsize.
5398         (xdr_valdat): Use YPMAXRECORD as maxsize.
5399
5400 2012-10-01  Roland McGrath  <roland@hack.frob.com>
5401
5402         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
5403
5404         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
5405         * csu/init-first.c: ... here.
5406         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
5407         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
5408         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
5409         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
5410         * sysdeps/i386/init-first.c: File removed.
5411         * sysdeps/sh/init-first.c: File removed.
5412
5413 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
5414
5415         [BZ #14645]
5416         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
5417         if x * y might underflow to zero and z is zero.
5418         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5419         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5420         * math/libm-test.inc (min_subnorm_value): New variable.
5421         (fma_test): Add more tests.
5422         (fma_test_towardzero): Likewise.
5423         (fma_test_downward): Likewise
5424         (fma_test_upward): Likewise.
5425         (initialize): Set min_subnorm_value.
5426
5427 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
5428
5429         [BZ #14638]
5430         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
5431         0 + 0.
5432         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
5433         mode for addition resulting in exact zero.
5434         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
5435         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
5436         exact 0 + 0.
5437         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5438         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5439         * math/libm-test.inc (fma_test): Add more tests.
5440         (fma_test_towardzero): New function.
5441         (fma_test_downward): Likewise.
5442         (fma_test_upward): Likewise.
5443         (main): Call the new functions.
5444
5445 2012-09-28  David S. Miller  <davem@davemloft.net>
5446
5447         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
5448
5449 2012-09-28  Roland McGrath  <roland@hack.frob.com>
5450
5451         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
5452         instead of SIGALRM.
5453
5454         * sysdeps/gnu/_G_config.h: Moved to ...
5455         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
5456         * sysdeps/mach/hurd/_G_config.h: Moved to ...
5457         * sysdeps/generic/_G_config.h: ... here.
5458
5459         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
5460
5461         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
5462
5463         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
5464         Conditionalize target on [libnss_test1.so-version].
5465
5466         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
5467
5468         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
5469         (elfobjdir): Move out of conditionals.
5470
5471         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
5472         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
5473         (__nss_lookup_function): Conditionalize label remove_from_tree on
5474         [!DO_STATIC_NSS || SHARED], matching its only use.
5475
5476 2012-09-28  David S. Miller  <davem@davemloft.net>
5477
5478         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
5479         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
5480         file.
5481         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
5482         sysdep_routines.
5483         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
5484         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
5485         when HWCAP_SPARC_CRYPTO is present.
5486
5487 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
5488
5489         * io/tst-mknodat.c: Create a FIFO instead of a socket.
5490
5491 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
5492
5493         [BZ #6530]
5494         * stdio-common/vfprintf.c (process_string_arg): Revert
5495         2000-07-22 change.
5496
5497 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
5498
5499         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
5500         for testcase.
5501         * stdio-common/tst-sprintf.c: Include <locale.h>
5502         (main): Test sprintf's handling of incomplete multibyte
5503         characters.
5504
5505 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
5506
5507         * elf/dl-runtime.c (VERSYMIDX): Removed.
5508         * elf/dl-version.c (VERSYMIDX): Likewise.
5509         * elf/do-rel.h (VERSYMIDX): Likewise.
5510         (VALIDX): Likewise.
5511         * elf/dynamic-link.h (VERSYMIDX): Likewise.
5512         * elf/rtld.c (VALIDX): Likewise.
5513         (ADDRIDX): Likewise.
5514         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
5515         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
5516         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
5517         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
5518         (VALIDX): Likewise.
5519         (ADDRIDX): Likewise.
5520
5521 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
5522
5523         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
5524
5525 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
5526
5527         [BZ #11438]
5528         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
5529         to global scope.
5530         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
5531         addresses are in the same scope as 192.0.2/24.
5532         * posix/gai.conf: Document new scope table defaults.
5533
5534 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5535
5536         [BZ #5298]
5537         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
5538         for ftell.  Compute offsets from write pointers instead.
5539         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
5540
5541 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5542
5543         [BZ #14543]
5544         * libio/Makefile (tests): New test case tst-fseek.
5545         * libio/tst-fseek.c: New test case to verify that fseek/ftell
5546         combination works in wide mode.
5547         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
5548         state when the external buffer state changes.
5549
5550 2012-09-27  David S. Miller  <davem@davemloft.net>
5551
5552         [BZ #14376]
5553         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
5554         pass reloc->r_addend in as the 'high' argument to
5555         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
5556
5557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5558
5559 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
5560
5561         * rt/tst-aio2.c: Include <pthread.h>.
5562         * rt/tst-aio3.c: Likewise.
5563
5564 2012-09-27  Steve Ellcey  <sellcey@mips.com>
5565
5566         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
5567
5568 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
5569
5570         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
5571         contents on [SHARED].
5572
5573 2012-09-26  Marek Polacek  <polacek@redhat.com>
5574
5575         [BZ #14530]
5576         [BZ #13741]
5577         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
5578         for C++ and GCC <4.3 as well as for non GCC compilers.
5579
5580 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
5581
5582         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5583
5584 2012-09-25  Roland McGrath  <roland@hack.frob.com>
5585
5586         * Makefile.in (all, install): Declare with .PHONY.
5587         Reported by Michael Hope <michael.hope@linaro.org>.
5588
5589 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5590
5591         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
5592         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
5593         system header.
5594         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
5595         Likewise.
5596         (sydep_routines): Add the new and the internal functions.
5597         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
5598         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
5599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
5600         (GLIBC_2.17): Add the new function.
5601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
5602         (GLIBC_2.17): Likewise.
5603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
5604         (GLIBC_2.17): Likewise.
5605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
5606         (GLIBC_2.17): Likewise.
5607         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
5608
5609 2012-09-25  Alan Modra  <amodra@gmail.com>
5610
5611         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
5612         Add release barrier before setting once_control to say
5613         initialisation is done.  Add hints on lwarx.  Use macro in
5614         place of isync.
5615         (clear_once_control): Add release barrier.
5616
5617 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
5618
5619         [BZ #13629]
5620         * math/s_clog.c (__clog): Handle more values close to |z| = 1
5621         specially.
5622         * math/s_clog10.c (__clog10): Likewise.
5623         * math/s_clog10f.c (__clog10f): Likewise.
5624         * math/s_clog10l.c (__clog10l): Likewise.
5625         * math/s_clogf.c (__clogf): Likewise.
5626         * math/s_clogl.c (__clogl): Likewise.
5627         * math/Makefile (libm-calls): Add x2y2m1.
5628         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
5629         (__x2y2m1): Likewise.
5630         (__x2y2m1l): Likewise.
5631         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
5632         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
5633         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
5634         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
5635         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
5636         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
5637         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
5638         * sysdeps/i386/fpu/libm-test-ulps: Update.
5639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5640
5641         [BZ #14621]
5642         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
5643         int as type of variable DEPTH.
5644         (glob): Use size_t instead of int as type of variables NEWCOUNT
5645         and OLD_PATHC.
5646
5647 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5648
5649         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
5650         Add s_sincosf-sse2.
5651         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
5652         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
5653         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
5654         macros for using routine as __sincosf_ia32.
5655         Use macro for function declaration and weak_alias.
5656         * sysdeps/i386/fpu/libm-test-ulps: Update.
5657
5658         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
5659         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5660
5661         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
5662         subnormal argument.
5663         * math/s_cexpf.c (__cexpf): Likewise.
5664         * math/s_csinf.c (__csinf): Likewise.
5665         * math/s_csinhf.c (__csinhf): Likewise.
5666         * math/s_ctanf.c (__ctanf): Likewise.
5667         * math/s_ctanhf.c (__ctanhf): Likewise.
5668         * math/s_ccosh.c (__ccoshf): Likewise.
5669         * math/s_cexp.c (__cexpl): Likewise.
5670         * math/s_csin.c (__csin): Likewise.
5671         * math/s_csinh.c (__csinh): Likewise.
5672         * math/s_ctan.c (__ctan): Likewise.
5673         * math/s_ctanh.c (ctanh): Likewise.
5674         * math/s_ccoshl.c (__ccoshl): Likewise.
5675         * math/s_cexpl.c (__cexpl): Likewise.
5676         * math/s_csinl.c (__csinl): Likewise.
5677         * math/s_csinhl.c (__csinhl): Likewise.
5678         * math/s_ctanl.c (__ctanl): Likewise.
5679         * math/s_ctanhl.c (__ctanhl): Likewise.
5680
5681 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
5682
5683         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
5684         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
5685         (_IO_off_t): Define to __off_t, not _G_off_t.
5686         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
5687         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
5688         (_IO_wint_t): Define to wint_t, not _G_wint_t.
5689         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
5690         type of __dummy and __dummy2 fields.
5691         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
5692         (_G_ssize_t): Likewise.
5693         (_G_off_t): Likewise.
5694         (_G_pid_t): Likewise.
5695         (_G_uid_t): Likewise.
5696         (_G_wchar_t): Likewise.
5697         (_G_wint_t): Likewise.
5698         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
5699         (_G_ssize_t): Likewise.
5700         (_G_off_t): Likewise.
5701         (_G_pid_t): Likewise.
5702         (_G_uid_t): Likewise.
5703         (_G_wchar_t): Likewise.
5704         (_G_wint_t): Likewise.
5705         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
5706         (_G_ssize_t): Likewise.
5707         (_G_off_t): Likewise.
5708         (_G_pid_t): Likewise.
5709         (_G_uid_t): Likewise.
5710         (_G_wchar_t): Likewise.
5711         (_G_wint_t): Likewise.
5712
5713 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
5714
5715         * malloc/arena.c: Include malloc-sysdep.h.
5716         (shrink_heap): Use check_may_shrink_heap to decide if madvise
5717         is sufficient to shrink the heap or an unmap is needed.
5718         * sysdeps/generic/malloc-sysdep.h: New file.  Define
5719         new function check_may_shrink_heap.
5720         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
5721         new function check_may_shrink_heap.
5722
5723 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
5724
5725         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
5726         comments.
5727
5728 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
5729
5730         * catgets/test-gencat.sh: Add "set -e".
5731         * elf/tst-pathopt.sh: Likewise.
5732         * grp/tst_fgetgrent.sh: Likewise.
5733         * iconvdata/run-iconv-test.sh: Likewise.
5734         * intl/tst-gettext.sh: Likewise.
5735         * intl/tst-gettext2.sh: Likewise.
5736         * intl/tst-gettext4.sh: Likewise.
5737         * intl/tst-gettext6.sh: Likewise.
5738         * intl/tst-translit.sh: Likewise.
5739         * io/ftwtest-sh: Likewise.
5740         * libio/test-freopen.sh: Likewise.
5741         * malloc/tst-mtrace.sh: Likewise.
5742         * posix/globtest.sh: Likewise.
5743         * posix/tst-getconf.sh: Likewise.
5744         * posix/wordexp-tst.sh: Likewise.
5745         * stdio-common/tst-printf.sh: Likewise.
5746         * stdio-common/tst-unbputc.sh: Likewise.
5747         * stdlib/tst-fmtmsg.sh: Likewise.
5748         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
5749         * catgets/Makefile: Do not specify -e option when running
5750         testsuite shell scripts.
5751         * elf/Makefile: Likewise.
5752         * grp/Makefile: Likewise.
5753         * iconvdata/Makefile: Likewise.
5754         * intl/Makefile: Likewise.
5755         * io/Makefile: Likewise.
5756         * libio/Makefile: Likewise.
5757         * malloc/Makefile: Likewise.
5758         * posix/Makefile: Likewise.
5759         * stdio-common/Makefile: Likewise.
5760         * stdlib/Makefile: Likewise.
5761         * sysdeps/x86_64/Makefile: Likewise.
5762
5763         * io/ftwtest-sh: Add copyright header.
5764         * posix/globtest.sh: Likewise.
5765         * posix/tst-getconf.sh: Likewise.
5766         * posix/wordexp-tst.sh: Likewise.
5767         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
5768
5769 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
5770
5771         [BZ #13679]
5772         * Makeconfig (+link): Defined as $(+link-static) if
5773         $(build-shared) isn't yes.
5774         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
5775         isn't yes.
5776         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
5777
5778         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
5779
5780         [BZ #14562]
5781         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
5782         new chunk size with MALLOC_ALIGN_MASK.
5783
5784 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
5785
5786         [BZ #5044]
5787         * stdio-common/printf_fphex.c: Include <stdbool.h> and
5788         <rounding-mode.h>.
5789         (__printf_fphex): Determine rounding using get_rounding_mode and
5790         round_away.
5791         * stdio-common/tst-printf-round.c (struct hex_test): New
5792         structure.
5793         (hex_tests): New variable.
5794         (test_hex_in_one_mode): New function.
5795         (do_test): Also run tests for hex float output.
5796
5797 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
5798
5799         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
5800         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
5801         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
5802         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
5803         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
5804         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
5805         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
5806         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
5807
5808 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
5809
5810         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
5811         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
5812         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
5813         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
5814
5815 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
5816
5817         [BZ #14579]
5818         * elf/rtld.c (dl_main): Limit the check for self loading to normal
5819         mode only.
5820         * elf/tst-rtld-load-self.sh: New test.
5821         * elf/Makefile: Run it.
5822
5823 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
5824
5825         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
5826         (tst-writev-ENV): Remove.
5827         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
5828
5829 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
5830
5831         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
5832
5833 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
5834
5835         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
5836         unconditional.
5837         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
5838         Likewise.
5839         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
5840         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
5841         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
5842         Likewise.
5843
5844 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
5845
5846         [BZ #14587]
5847         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
5848         * config.make.in (have-cpp-asm-debuginfo): Removed.
5849         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
5850         * configure: Regenerated.
5851
5852 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
5853
5854         [BZ #5044]
5855         * stdio-common/printf_fp.c: Include <stdbool.h> and
5856         <rounding-mode.h>.
5857         (___printf_fp): Determine rounding using get_rounding_mode and
5858         round_away.
5859         * stdio-common/tst-printf-round.c: New file.
5860         * stdio-common/Makefile (tests): Add tst-printf-round.
5861         (link-libm): New variable.
5862         ($(objpfx)tst-printf-round): Depend in $(link-libm).
5863
5864 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
5865
5866         [BZ #14576]
5867         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
5868         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
5869         Likewise.
5870         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
5871         Likewise.
5872
5873 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
5874
5875         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
5876         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
5877         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
5878         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
5879
5880 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
5881
5882         [BZ #14518]
5883         * include/rounding-mode.h: New file.
5884         * sysdeps/generic/get-rounding-mode.h: Likewise.
5885         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
5886         * stdlib/strtod_l.c: Include <rounding-mode.h>.
5887         (MAX_VALUE): New macro.
5888         (MIN_VALUE): Likewise.
5889         (overflow_value): New function.
5890         (underflow_value): Likewise.
5891         (round_and_return): Use overflow_value and underflow_value to
5892         determine return values in overflow and underflow cases.  Use
5893         round_away to determine rounding depending on rounding mode.
5894         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
5895         determine return values in overflow and underflow cases.
5896         * stdlib/tst-strtod-round.c: Include <fenv.h>.
5897         (struct test_results): New structure.
5898         (struct test): Use struct test_results to store expected results
5899         for all rounding modes.
5900         (TEST): Include expected results for all rounding modes.
5901         (test_in_one_mode): New function.
5902         (do_test): Use test_in_one_mode to compute and check results.
5903         Check results for all rounding modes.
5904         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
5905         $(link-libm).
5906
5907 2012-12-09  Allan McRae  <allan@archlinux.org>
5908
5909         * sysdeps/i386/fpu/libm-test-ulps: Update
5910
5911 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
5912
5913         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
5914         (_G_int32_t): Likewise.
5915         (_G_uint16_t): Likewise.
5916         (_G_uint32_t): Likewise.
5917         (_G_HAVE_BOOL): Likewise.
5918         (_G_HAVE_ATEXIT): Likewise.
5919         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
5920         (_G_HAVE_IO_FILE_OPEN): Likewise.
5921         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
5922         (_G_int32_t): Likewise.
5923         (_G_uint16_t): Likewise.
5924         (_G_uint32_t): Likewise.
5925         (_G_HAVE_BOOL): Likewise.
5926         (_G_HAVE_ATEXIT): Likewise.
5927         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
5928         (_G_HAVE_IO_FILE_OPEN): Likewise.
5929         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
5930         (_G_int32_t): Likewise.
5931         (_G_uint16_t): Likewise.
5932         (_G_uint32_t): Likewise.
5933         (_G_HAVE_BOOL): Likewise.
5934         (_G_HAVE_ATEXIT): Likewise.
5935         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
5936         (_G_HAVE_IO_FILE_OPEN): Likewise.
5937
5938 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
5939
5940         * csu/libc-tls.c: Update copyright years.
5941
5942 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
5943
5944         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
5945         [!_G_USING_THUNKS]: Remove conditional code.
5946         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
5947         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
5948
5949         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
5950         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
5951         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
5952         (_G_VTABLE_LABEL_PREFIX): Likewise.
5953         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
5954         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
5955         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
5956         (_G_VTABLE_LABEL_PREFIX): Likewise.
5957         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
5958         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
5959         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
5960         (_G_VTABLE_LABEL_PREFIX): Likewise.
5961         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
5962
5963 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
5964
5965         * libio/Makefile: Include ../Makeconfig before tests.
5966         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
5967         only if $(build-shared) is yes.
5968
5969         * iconv/gconv_db.c: Update copyright years.
5970
5971 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5972
5973         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
5974         unwind info if defined PIC. Fix special cases description.
5975         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
5976
5977         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
5978         DP_HI_MASK entry.
5979         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
5980
5981 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
5982
5983         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
5984
5985         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
5986         is NULL.
5987
5988         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
5989         (LDLIBS-tst-chk4): This.
5990         (LDFLAGS-tst-chk5): Renamed to ...
5991         (LDLIBS-tst-chk5): This.
5992         (LDFLAGS-tst-chk6): Renamed to ...
5993         (LDLIBS-tst-chk6): This.
5994         (LDFLAGS-tst-lfschk4): Renamed to ...
5995         (LDLIBS-tst-lfschk4): This.
5996         (LDFLAGS-tst-lfschk5): Renamed to ...
5997         (LDLIBS-tst-lfschk5): This.
5998         (LDFLAGS-tst-lfschk6): Renamed to ...
5999         (LDLIBS-tst-lfschk6): This.
6000
6001         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
6002         on $(common-objpfx)soversions.mk.
6003
6004 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
6005
6006         [BZ #10014]
6007         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
6008         example host name.
6009
6010 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
6011
6012         * malloc/arena.c (arena_get_retry): New function that gets
6013         another arena for the caller to try its request on.
6014         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
6015         current arena cannot fulfill the request.
6016         (__libc_memalign): Likewise.
6017         (__libc_memalign): Likewise.
6018         (__libc_pvalloc): Likewise.
6019         (__libc_calloc): Likewise.
6020
6021 2012-09-05  John Tobey  <john.tobey@gmail.com>
6022
6023         [BZ #13542]
6024         * manual/arith.texi (Operations on Complex): Fix description
6025         of carg branch cut.
6026
6027 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
6028
6029         [BZ #10014]
6030         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
6031         host name.
6032
6033         [BZ #10038]
6034         * manual/memory.texi (Memory): Make order of menu items match
6035         order of sections.
6036
6037 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
6038
6039         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
6040         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
6041         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
6042
6043 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
6044
6045         * csu/libc-tls.c (static_dtv): Renamed to ...
6046         (_dl_static_dtv): This.  Make it global.
6047         (_dl_initial_dtv): Removed.
6048         (__libc_setup_tls): Updated.
6049         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
6050         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
6051         DL_INITIAL_DTV.
6052
6053 2012-09-06  Petr Machata  <pmachata@redhat.com>
6054
6055         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
6056         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
6057         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
6058         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
6059
6060 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
6061
6062         [BZ #14545]
6063         * csu/libc-tls.c (_dl_initial_dtv): New variable.
6064         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
6065         freeing dtv[-1].
6066
6067 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
6068
6069         [BZ #14544]
6070         * Makeconfig (link-static-before-libc): Replace $(+prector)
6071         with $(+prectorT).
6072         (link-static-after-libc): Replace $(+postctor) with
6073         $(+postctorT).
6074         (link-bounded): Replace $(+prector)/$(+postctor) with
6075         $(+prectorT)/$(+postctorT).
6076         (+prectorT): New macro.
6077         (+postctorT): Likewise.
6078
6079 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
6080
6081         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
6082         (round_str): Handle values above the maximum for IBM long double
6083         as inexact.
6084         * stdlib/tst-strtod-round.c (tests): Regenerated.
6085
6086 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6087
6088         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
6089         assembler flag.
6090         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
6091         zarch_nohighgprs around the zarch optimized routines.
6092         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
6093         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
6094         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
6095         for zarch.
6096
6097 2012-09-05  David S. Miller  <davem@davemloft.net>
6098
6099         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6100
6101         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
6102         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
6103         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
6104         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
6105         entries.
6106
6107 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
6108
6109         * malloc/arena.c: Fold copyright years.
6110         * malloc/mcheck.c, malloc/memusage.c: Likewise.
6111
6112 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
6113
6114         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
6115
6116 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
6117
6118         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
6119
6120 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
6121
6122         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
6123         change internal state upon failure.
6124
6125 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
6126
6127         * malloc/mcheck.c (mcheck_check_all): Fix typo.
6128         * malloc/memusage.c (mmap): Likewise.
6129         (mmap64, mremap): Likewise.  Adjust name in comment.
6130
6131 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6132
6133         * libio/fileops.c: Fix typos in comments.
6134         * libio/oldfileops.c: Likewise.
6135         * libio/wfileops.c: Likewise.
6136
6137 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6138
6139         [BZ #1349]
6140         * malloc/Makefile (tests): Add tst-malloc-usable test case.
6141         (tst-malloc-usable-ENV): Set environment for test case.
6142         * malloc/hooks.c (malloc_check_get_size): New function to get
6143         requested size.
6144         * malloc/malloc.c (musable): Use malloc_check_get_size.
6145         * malloc/tst-malloc-usable.c: New test case.
6146
6147 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
6148
6149         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
6150
6151 2012-09-05  Allan McRae  <allan@archlinux.org>
6152
6153         [BZ #13966]
6154         * configure.in (CXX_SYSINCLUDES): Use compiler output to
6155         determine header location.
6156         * configure: Regenerated.
6157
6158 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
6159
6160         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
6161         float format.
6162         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
6163         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
6164         format.
6165         (test): Regenerate.
6166
6167 2012-09-04  David S. Miller  <davem@davemloft.net>
6168
6169         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
6170         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
6171         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
6172
6173 2012-09-04  Florian Weimer  <fweimer@redhat.com>
6174
6175         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
6176         failures.
6177
6178         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
6179
6180 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
6181
6182         [BZ #9914]
6183         * libio/iogetdelim.c: Include <limits.h>.
6184         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
6185         + len + 1 would overflow.
6186
6187 2012-09-03  Andreas Jaeger  <aj@suse.de>
6188
6189         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6190         * sysdeps/i386/fpu/libm-test-ulps: Update.
6191
6192 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
6193
6194         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
6195         Add s_sinf-sse2, s_conf-sse2.
6196
6197         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
6198         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
6199         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
6200         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
6201
6202         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
6203         for using routine as __sinf_ia32.
6204         Use macro for function declaration and weak_alias.
6205         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
6206         for using routine as __cosf_ia32.
6207         Use macro for function declaration and weak_alias.
6208
6209         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
6210         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
6211
6212         * sysdeps/x86_64/fpu/s_sinf.S: New file.
6213         * sysdeps/x86_64/fpu/s_cosf.S: New file.
6214         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6215
6216         * math/libm-test.inc (cos_test): Add more test cases.
6217         (sin_test): Likewise.
6218         (sincos_test): Likewise.
6219
6220 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6221
6222         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
6223         (IFUNC_RESOLVE): Make pointers to the specialized implementations
6224         hidden.
6225         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
6226
6227 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
6228
6229         [BZ #14538]
6230         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
6231         first element of the GOT.
6232         (elf_machine_load_address): Return the difference between
6233         the runtime address of _DYNAMIC and elf_machine_dynamic ().
6234
6235 2012-09-01  Allan McRae  <allan@archlinux.org>
6236
6237         [BZ #13412]
6238         * configure.in (AWK): Require gawk version 3.0 or later.
6239         * configure: Regenerated.
6240
6241 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
6242
6243         * sysdeps/unix/sysv/linux/kernel-features.h
6244         (__ASSUME_POSIX_CPU_TIMERS): Remove.
6245         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
6246         [__NR_clock_getres]: Make code unconditional.
6247         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
6248         (clock_getcpuclockid): Remove code left unreachable by removal of
6249         conditionals.
6250         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
6251         code unconditional.
6252         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
6253         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
6254         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
6255         Make code unconditional.
6256         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
6257         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
6258         * sysdeps/unix/sysv/linux/clock_settime.c
6259         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
6260         conditional code.
6261         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
6262         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
6263
6264 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
6265
6266         [BZ #14476]
6267         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
6268         scripts/test-installation.pl.
6269
6270         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
6271         and $ld_so_version if it is set.
6272
6273 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
6274
6275         [BZ #14516]
6276         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
6277         failure if reading from procfs failed.
6278         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
6279
6280 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
6281
6282         * sysdeps/unix/sysv/linux/kernel-features.h
6283         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
6284         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
6285         Remove conditional code.
6286         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6287         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
6288         Remove conditional code.
6289         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6290         * sysdeps/unix/sysv/linux/i386/fxstat.c
6291         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
6292         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6293         * sysdeps/unix/sysv/linux/i386/fxstatat.c
6294         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
6295         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6296         * sysdeps/unix/sysv/linux/i386/lxstat.c
6297         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
6298         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6299         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
6300         Remove conditional code.
6301         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6302         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
6303         Remove conditional code.
6304         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6305         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
6306         <kernel-features.h>.
6307         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
6308         Remove.
6309         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
6310         Remove conditional code.
6311         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
6312         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
6313         Remove conditional.
6314
6315 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
6316
6317         [BZ #5400]
6318         * NEWS: Add fixed bug number.
6319
6320 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
6321
6322         [BZ #14519]
6323         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
6324         underflowing exponent in case of negative sign.
6325         * stdlib/tst-strtod-round-data: Add more tests.
6326         * stdlib/tst-strtod-round.c (tests): Regenerated.
6327
6328         [BZ #3479]
6329         * stdlib/strtod_l.c (NDIG): Remove.
6330         (HEXNDIG): Likewise.
6331         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
6332         smallest representable value.
6333         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
6334         lie within an exact representation of 1/2 ulp of the result.
6335         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
6336         unconditionally.
6337         (TENS_P9_IDX): Define unconditionally.
6338         (TENS_P9_SIZE): Likewise.
6339         (TENS_P10_IDX): Likewise.
6340         (TENS_P10_SIZE): Likewise.
6341         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
6342         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
6343         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
6344         entries for 10^2^13 and 10^2^14.
6345         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
6346         (TENS_P13_IDX): Define.
6347         (TENS_P13_SIZE): Likewise.
6348         (TENS_P14_IDX): Likewise.
6349         (TENS_P14_SIZE): Likewise.
6350         (_fpioconst_pow10): Change array size to
6351         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
6352         unconditional.
6353         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
6354         1024]: Add entries for 10^2^13 and 10^2^14.
6355         [LAST_POW10 > _LAST_POW10]: Remove #error.
6356         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
6357         (_fpioconst_pow10): Change array size to
6358         FPIOCONST_POW10_ARRAY_SIZE.
6359         * stdlib/gen-fpioconst.c: New file.
6360         * stdlib/gen-tst-strtod-round.c: Likewise.
6361         * stdlib/tst-strtod-round-data: Likewise.
6362         * stdlib/tst-strtod-round.c: Likewise.
6363         * stdlib/Makefile (tests): Add tst-strtod-round.
6364
6365         [BZ #14459]
6366         * stdlib/strtod_l.c: Include <stdint.h>.
6367         (NDEBUG): Do not define.
6368         (round_and_return): Change EXPONENT parameter to type intmax_t.
6369         Rearrange calculations to avoid internal overflow possibilities.
6370         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
6371         Rearrange calculations to avoid internal overflow possibilities.
6372         Assert that number fits inside MPNSIZE limbs.
6373         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
6374         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
6375         calculations and add assertions to avoid internal overflow
6376         possibilities.  Add casts to avoid signed/unsigned operations.
6377         * stdlib/tst-strtod-overflow.c: New file.
6378         * stdlib/Makefile (tests): Add tst-strtod-overflow.
6379
6380 2012-08-25  Marek Polacek  <polacek@redhat.com>
6381
6382         * time/time.h: Fix some typos in comments.
6383
6384 2012-08-23  Roland McGrath  <roland@hack.frob.com>
6385
6386         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
6387         * posix/tst-rfc3484-2.c: Likewise.
6388         * posix/tst-rfc3484-3.c: Likewise.
6389
6390 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
6391
6392         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
6393         (EF_ARM_ABI_FLOAT_HARD): Likewise.
6394
6395 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
6396
6397         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
6398         #include of fxstatat64.c.
6399
6400 2012-08-22  Roland McGrath  <roland@hack.frob.com>
6401
6402         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
6403         * shadow/getspent_r.c: Likewise.
6404         * shadow/getspnam.c: Likewise.
6405         * shadow/getspnam_r.c: Likewise.
6406         * gshadow/getsgent.c: Likewise.
6407         * gshadow/getsgent_r.c: Likewise.
6408         * gshadow/getsgnam.c: Likewise.
6409         * gshadow/getsgnam_r.c: Likewise.
6410         * inet/getnetbyad.c: Likewise.
6411         * inet/getnetbyad_r.c: Likewise.
6412         * inet/getnetbynm.c: Likewise.
6413         * inet/getnetbynm_r.c: Likewise.
6414         * inet/getnetent.c: Likewise.
6415         * inet/getnetent_r.c: Likewise.
6416         * inet/getproto.c: Likewise.
6417         * inet/getproto_r.c: Likewise.
6418         * inet/getprtent.c: Likewise.
6419         * inet/getprtent_r.c: Likewise.
6420         * inet/getprtname.c: Likewise.
6421         * inet/getprtname_r.c: Likewise.
6422         * inet/getrpcbyname.c: Likewise.
6423         * inet/getrpcbyname_r.c: Likewise.
6424         * inet/getrpcbynumber.c: Likewise.
6425         * inet/getrpcbynumber_r.c: Likewise.
6426         * inet/getrpcent.c: Likewise.
6427         * inet/getrpcent_r.c: Likewise.
6428         * inet/getaliasent.c: Likewise.
6429         * inet/getaliasent_r.c: Likewise.
6430         * inet/getaliasname.c: Likewise.
6431         * inet/getaliasname_r.c: Likewise.
6432         * nscd/getgrgid_r.c: Likewise.
6433         * nscd/getgrnam_r.c: Likewise.
6434         * nscd/gethstbyad_r.c: Likewise.
6435         * nscd/gethstbynm3_r.c: Likewise.
6436         * nscd/getpwnam_r.c: Likewise.
6437         * nscd/getpwuid_r.c: Likewise.
6438         * nscd/getsrvbynm_r.c: Likewise.
6439         * nscd/getsrvbypt_r.c: Likewise.
6440         * nscd/gai.c: Likewise.
6441
6442         * configure.in (build_nscd): New substituted variable, set
6443         by --disable-build-nscd and defaults to $use_nscd.
6444         * configure: Regenerated.
6445         * config.make.in (build-nscd): New substituted variable.
6446         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
6447         Change conditional to require [$(build-nscd) = yes] as well.
6448         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
6449
6450         [BZ# 13696]
6451         * configure.in (use_nscd): New substituted variable, set by
6452         --disable-nscd.  If enabled, define USE_NSCD.
6453         * configure: Regenerated.
6454         * config.h.in: Add USE_NSCD.
6455         * config.make.in (use-nscd): New substituted variable.
6456         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
6457         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
6458         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
6459         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
6460         (CFLAGS-getgrnam_r.c): Likewise.
6461         (CFLAGS-initgroups.c): Likewise.
6462         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
6463         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
6464         Variables removed.
6465         * inet/getnetgrent_r.c
6466         (nscd_setnetgrent): New function, broken out of ...
6467         (setnetgrent): ... here.  Call it.
6468         (innetgr): Conditionalize nscd bits on [USE_NSCD].
6469         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
6470         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
6471         * nscd/Makefile (routines, aux): Move definitions after include of
6472         Makeconfig.  Conditionalize on [$(use-nscd) != no].
6473         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
6474         Conditionalize on [USE_NSCD].
6475         (is_nscd, nscd_init_cb): Likewise.
6476         (nss_load_library): Conditionalize init callback on [USE_NSCD].
6477         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
6478         * nss/nss_db/db-init.c: Likewise.
6479         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
6480         [USE_NSCD].
6481         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
6482         (make_request): Use it.
6483         (cache_valid_p): New function.
6484         (__check_pf): Use it.
6485         * NEWS: Add item for --disable-nscd.
6486
6487 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
6488
6489         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
6490         to support sed >= 4.2.1-20-ga9bf076.
6491         * configure: Regenerated.
6492
6493 2012-08-22  Roland McGrath  <roland@hack.frob.com>
6494
6495         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
6496         Conditionalize whole body on [IREL].
6497
6498 2012-08-22  Jeff Law <law@redhat.com>
6499
6500         [BZ #14505]
6501         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
6502         if the family is PF_UNSPEC.
6503
6504 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
6505
6506         * Makerules (lib-version): Rename from V.
6507         (install-lib-nosubdir): Change V to lib-version.
6508
6509 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
6510
6511         [BZ #14252]
6512         * powerpc32/power6/wcschr.c: New file.
6513         * powerpc32/power6/wcscpy.c: New file.
6514         * powerpc32/power6/wcsrchr.c: New file.
6515         * powerpc64/power6/wcschr.c: New file.
6516         * powerpc64/power6/wcscpy.c: New file.
6517         * powerpc64/power6/wcsrchr.c: New file.
6518
6519 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
6520
6521         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
6522         (two_way_short_needle): Use it.
6523         * string/strstr.c (AVAILABLE1_USES_J): Define.
6524         * string/strcasestr.c: Likewise.
6525
6526         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
6527         array references.
6528         * string/strcasestr.c (TOLOWER): Make side-effect safe.
6529
6530         [BZ #11607]
6531         * NEWS: Add an entry.
6532         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
6533         define their defaults.
6534         (two_way_short_needle): Detect end-of-string on-the-fly.
6535         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
6536         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
6537         * string/bug-strcasestr1.c: New test.
6538         * string/Makefile: Run it.
6539
6540 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
6541
6542         [BZ #11607]
6543         * string/str-two-way.h (two_way_short_needle): Optimize matching of
6544         the first character.
6545
6546 2012-08-21  Roland McGrath  <roland@hack.frob.com>
6547
6548         * csu/elf-init.c (__libc_csu_irel): Function removed.
6549         * csu/libc-start.c (apply_irel): New function.
6550         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
6551
6552 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
6553
6554         * sysdeps/unix/sysv/linux/kernel-features.h
6555         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
6556         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
6557         <kernel-features.h>.
6558         [__NR_fadvise64_64]: Make code unconditional.
6559         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
6560         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
6561         !__NR_fadvise64_64)]: Likewise.
6562         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
6563         !__NR_fadvise64_64))]: Likewise.
6564         [__NR_fadvise64]: Make code unconditional.
6565         [!__NR_fadvise64]: Remove conditional code.
6566         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
6567         <kernel-features.h>.
6568         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
6569         unconditional.
6570         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
6571         conditional code.
6572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
6573         not include <kernel-features.h>.
6574         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
6575         unconditional.
6576         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
6577         conditional code.
6578         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
6579         include <kernel-features.h>.
6580         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
6581         unconditional.
6582         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
6583         conditional code.
6584
6585 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
6586
6587         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
6588         slight instruction rearrangements per scrollpipe analysis.
6589         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
6590
6591 2012-08-20  Roland McGrath  <roland@hack.frob.com>
6592
6593         * manual/syslog.texi (syslog; vsyslog, closelog):
6594         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
6595         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
6596
6597         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
6598         DSOCAPS to match condition on defining it.
6599
6600 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
6601
6602         * sysdeps/unix/sysv/linux/kernel-features.h
6603         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
6604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
6605         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
6606         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
6607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
6608         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
6609         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
6610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
6611         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
6612         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
6613
6614         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
6615         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
6616
6617         * sysdeps/unix/sysv/linux/kernel-features.h
6618         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
6619         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
6620         unconditional.
6621         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
6622         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
6623         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
6624         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
6625         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
6626         Make code unconditional.
6627         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
6628         (__mmap64) [!__NR_mmap2]: Likewise.
6629         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
6630         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
6631         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
6632         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
6633         [__NR_mmap2]: Make code unconditional.
6634         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
6635         (__mmap64) [!__NR_mmap2]: Likewise.
6636
6637 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6638
6639         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
6640
6641 2012-08-18  Andreas Jaeger  <aj@suse.de>
6642
6643         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
6644
6645 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
6646
6647         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
6648         * include/unistd.h (__have_sock_cloexec): Likewise.
6649         (__have_pipe2): Likewise.
6650         (__have_dup3): Likewise.
6651
6652 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
6653
6654         [BZ #9685]
6655         * include/unistd.h (__have_pipe2): Change define into an extern int.
6656         (__have_dup3): Likewise.
6657         * socket/have_sock_cloexec.c: Include fcntl.h.
6658         (__have_pipe2): New variable.
6659         (__have_dup3): Likewise.
6660
6661 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
6662
6663         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
6664
6665 2012-08-17  Marek Polacek  <polacek@redhat.com>
6666
6667         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
6668         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
6669
6670 2012-08-17  Roland McGrath  <roland@hack.frob.com>
6671
6672         * configure.in: Add AC_SUBST for sysheaders.
6673         * configure: Regenerated.
6674         * config.make.in (sysheaders): New substituted variable.
6675
6676         * sysdeps/unix/mkfifo.c: Moved ...
6677         * sysdeps/posix/mkfifo.c: ... here.
6678         * sysdeps/unix/mkfifoat.c: Moved ...
6679         * sysdeps/posix/mkfifoat.c: ... here.
6680
6681         * sysdeps/unix/utime.c: Moved ...
6682         * sysdeps/posix/utime.c: ... here.
6683
6684         * sysdeps/unix/time.c: Moved ...
6685         * sysdeps/posix/time.c: ... here.
6686         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
6687         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
6688
6689         * sysdeps/unix/nice.c: Moved ...
6690         * sysdeps/posix/nice.c: ... here.
6691
6692         * sysdeps/unix/alarm.c: Moved ...
6693         * sysdeps/posix/alarm.c: ... here.
6694
6695         * intl/Makefile ($(codeset_mo)): Depend on the input file.
6696
6697 2012-08-17  Jeff Law <law@redhat.com>
6698
6699         * intl/Makefile (codeset_mo): New variable.
6700         ($(codeset_mo)): New target.
6701         (tst-codeset.out): Depend on that.  Remove explicit rule.
6702         (tst-gettext3.out, tst-gettext5.out): Likewise.
6703         (LOCPATH-ENV, tst-codeset-ENV): New variables.
6704         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
6705         * intl/tst-codeset.sh: Remove.
6706         * intl/tst-gettext3.sh: Likewise.
6707         * intl/tst-gettext5.sh: Likewise.
6708
6709 2012-08-17  Roland McGrath  <roland@hack.frob.com>
6710
6711         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
6712         * sysdeps/unix/syscalls.list: ... here.
6713
6714         * sysdeps/posix/getaddrinfo.c
6715         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
6716         (gaiconf_init, gaiconf_reload): Use them.
6717         [!_STATBUF_ST_NSEC]
6718         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
6719         Define using time_t rather than struct timespec.
6720
6721         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
6722         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
6723         Macros removed.
6724         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
6725         [!NO_THREADS].
6726         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
6727         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
6728         Likewise.
6729
6730         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
6731         __libc_cleanup_push argument.
6732
6733         * bits/param.h: New file.
6734         * misc/sys/param.h: New file.
6735         * include/sys/param.h: New file.
6736         * misc/Makefile (headers): Add bits/param.h.
6737         * sysdeps/generic/sys/param.h: File removed.
6738         * sysdeps/unix/sysv/linux/bits/param.h: New file.
6739         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
6740         * sysdeps/mach/hurd/bits/param.h: New file.
6741         * sysdeps/mach/hurd/sys/param.h: File removed.
6742
6743         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
6744         last change.
6745
6746         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
6747         [_IO_MTSAFE_IO].
6748         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
6749         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
6750         New macros.
6751
6752         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
6753         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
6754         rather than -D_IO_MTSAFE_IO conditionally.
6755         * stdio-common/Makefile (CPPFLAGS): Likewise.
6756         * wcsmbs/Makefile (CPPFLAGS): Likewise.
6757         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
6758         Use $(libio-mtsafe).
6759         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
6760         of -D_IO_MTSAFE_IO.
6761         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
6762         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
6763         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
6764         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
6765         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
6766         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
6767         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
6768         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
6769         (CFLAGS-fread_u_chk.c): Likewise.
6770         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
6771         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
6772         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
6773         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
6774         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
6775         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
6776         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
6777         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
6778         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
6779
6780         * libio/Makefile: Test [$(libc-reentrant) = yes]
6781         instead of [$(filter %REENTRANT, $(defines)) nonempty].
6782
6783         * Makeconfig
6784         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
6785         * sysdeps/pthread/configure: File removed.
6786         * sysdeps/pthread/Makeconfig: New file.
6787         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
6788         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
6789
6790 2012-08-16  Gary Benson  <gbenson@redhat.com>
6791
6792         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
6793         unmapping the first object in a namespace.
6794
6795 2012-08-16  Roland McGrath  <roland@hack.frob.com>
6796
6797         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
6798         (__internal_setnetgrent): ... this.  Add internal_function to
6799         definition.  Add libc_hidden_def.
6800         (setnetgrent): Update caller.
6801         (internal_endnetgrent): Renamed to ...
6802         (__internal_endnetgrent): ... this.  Add internal_function to
6803         definition.  Add libc_hidden_def.
6804         (endnetgrent): Update caller.
6805         (internal_getnetgrent_r): Renamed to ...
6806         (__internal_getnetgrent_r): ... this.  Add internal_function to
6807         definition.  Add libc_hidden_def.
6808         (__getnetgrent_r): Update caller.
6809         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
6810
6811 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
6812
6813         * stdlib/longlong.h: Update from GCC.
6814
6815 2012-08-16  Roland McGrath  <roland@hack.frob.com>
6816
6817         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
6818         on _QL, which is set by umul_ppmm but never used.
6819         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
6820         variables, which are set by GMP macros but never used.
6821         * stdio-common/_itowa.c (_itowa): Likewise.
6822         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
6823         * stdlib/mod_1.c (mpn_mod_1): Likewise.
6824
6825 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
6826
6827         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
6828         struct La_sh_regs is not constant.
6829         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
6830         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
6831         and struct La_sparc64_regs are not constant.
6832
6833 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
6834
6835         * sysdeps/unix/sysv/linux/kernel-features.h
6836         (__ASSUME_POSIX_TIMERS): Remove.
6837         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
6838         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
6839         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
6840         Make code unconditional.
6841         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
6842         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
6843         Make code unconditional.
6844         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
6845         * sysdeps/unix/sysv/linux/clock_nanosleep.c
6846         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
6847         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
6848         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
6849         Make code unconditional.
6850         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
6851         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
6852         (__libc_missing_posix_timers): Remove.
6853
6854 2012-08-15  Roland McGrath  <roland@hack.frob.com>
6855
6856         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
6857         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
6858
6859         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
6860
6861         * elf/dl-sym.c: Include <stdlib.h>.
6862
6863         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
6864         constants, which avoids warnings in 32-bit builds.
6865
6866         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
6867         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
6868
6869         * misc/lseek.c: File moved to ...
6870         * io/lseek.c: ... here.
6871
6872         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
6873
6874         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
6875         shifting LEN more than 31 bits at once.
6876
6877 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
6878
6879         [BZ #14195]
6880         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
6881         segmentation fault for a case of two empty input strings.
6882         * string/test-strncasecmp.c (check1): Renamed to...
6883         (bz12205): ...this.
6884         (bz14195): Add new testcase for two empty input strings and N > 0.
6885         (test_main): Call new testcase, adapt for renamed function.
6886
6887 2012-08-15  Andreas Jaeger  <aj@suse.de>
6888
6889         [BZ #14090]
6890         * crypt/md5test2.c: New test, based on test supplied by Serge
6891         Belyshev <belyshev@depni.sinp.msu.ru>.
6892         * crypt/Makefile (xtests): Add md5test-giant..
6893         * crypt/Makefile ($(objpfx)md5test-giant): Add.
6894
6895 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6896
6897         [BZ #14090]
6898         * crypt/md5.c (md5_process_block): Don't assume the buffer
6899         length is less than 2**32.
6900         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
6901         length is less than 2**64.
6902
6903 2012-08-15  Roland McGrath  <roland@hack.frob.com>
6904
6905         * string/str-two-way.h: Include <sys/param.h>.
6906         (MAX): Macro removed.
6907
6908         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
6909         Move #define and #undef of memmove to just before and after
6910         including <string.h>.
6911
6912         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
6913         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
6914         and after including <string.h>.  Move declarations of
6915         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
6916         to before #include "string/memmove.c".
6917
6918         * include/dirent.h: Declare __getdirentries.
6919
6920         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
6921         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
6922
6923 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
6924
6925         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
6926         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
6927         * sysdeps/i386/configure: Regenerated.
6928         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
6929         STABS_CURRENT_FILE, and STABS_FUN.
6930         (END): Remove call to STABS_FUN_END.
6931         (STABS_CURRENT_FILE1): Delete.
6932         (STABS_CURRENT_FILE): Likewise.
6933         (STABS_FUN): Likewise.
6934         (STABS_FUN_END): Likewise.
6935         (STABS_FUN2): Likewise.
6936         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
6937         * sysdeps/x86_64/configure: Regenerated.
6938
6939 2012-08-14  Roland McGrath  <roland@hack.frob.com>
6940
6941         * elf/dl-open.c: Include <atomic.h>.
6942         * elf/dl-lookup.c: Likewise.
6943
6944 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
6945
6946         * sysdeps/unix/sysv/linux/kernel-features.h
6947         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
6948         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
6949         unconditionally.
6950         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
6951         unconditionally.
6952         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
6953         condition on __ASSUME_CLONE_THREAD_FLAGS.
6954
6955 2012-08-14  Andreas Jaeger  <aj@suse.de>
6956
6957         * sysdeps/i386/fpu/libm-test-ulps: Update.
6958
6959 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
6960
6961         * include/atomic.h (atomic_exchange_and_add): Split into ...
6962         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
6963         New atomic macros.
6964
6965 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
6966
6967         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6968
6969 2012-08-13  Jeff Law <law@redhat.com>
6970
6971         * manual/stdio.texi (snprintf): Clarify handling of the trailing
6972         null byte in the output string.
6973
6974 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
6975
6976         * sysdeps/unix/sysv/linux/kernel-features.h
6977         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
6978         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
6979         (__ASSUME_ARG_MAX_STACK_BASED): Define.
6980         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6981         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
6982         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
6983         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
6984
6985 2012-08-09  Jeff Law <law@redhat.com>
6986
6987         [BZ #13939]
6988         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
6989         When avoid_arena is set, don't retry in the that arena.  Pick the
6990         next one, whatever it might be.
6991         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
6992         (arena_lock): Pass in new parameter to arena_get2.
6993         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
6994         arena_get2.
6995         (__libc_malloc): Unify retrying after main arena failure with
6996         __libc_memalign version.
6997         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
6998
6999 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
7000
7001         [BZ #14166]
7002         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
7003         to __redirect_strstr.
7004         (__strstr_sse42): Use typeof __redirect_strstr.
7005         (__strstr_ia32): Likewise.
7006         (__libc_strstr): New prototype.
7007         (strstr): Renamed to ...
7008         (__libc_strstr): This.
7009         (strstr): New strong alias of __libc_strstr.
7010         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
7011         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
7012         __redirect_time.
7013         Include <time.h>.
7014         (__libc_time): New prototype.
7015         (time_ifunc): Replace time with __libc_time.
7016         (time): New strong alias and hidden definition of __libc_time.
7017         (__GI_time): Remove strong alias.
7018         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
7019         Include <stddef.h>.
7020         (memmove): Redefined to __redirect_memmove.
7021         (__memmove_sse2): Use typeof __redirect_memmove.
7022         (__memmove_ssse3): Likewise.
7023         (__memmove_ssse3_back): Likewise.
7024         (__libc_memmove): New prototype.
7025         (memmove): Renamed to ...
7026         (__libc_memmove): This.
7027         (memmove): New strong alias of __libc_memmove.
7028
7029 2012-08-08  Mark Salter  <msalter@redhat.com>
7030
7031         * elf/elf.h
7032         (R_MN10300_TLS_GD): Define.
7033         (R_MN10300_TLS_LD): Likewise.
7034         (R_MN10300_TLS_LDO): Likewise.
7035         (R_MN10300_TLS_GOTIE): Likewise.
7036         (R_MN10300_TLS_IE): Likewise.
7037         (R_MN10300_TLS_LE): Likewise.
7038         (R_MN10300_TLS_DTPMOD): Likewise.
7039         (R_MN10300_TLS_DTPOFF): Likewise.
7040         (R_MN10300_TLS_TPOFF): Likewise.
7041         (R_MN10300_SYM_DIFF): Likewise.
7042         (R_MN10300_ALIGN): Likewise.
7043         (R_MN10300_NUM): Update.
7044
7045 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
7046
7047         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
7048         Remove.
7049
7050 2012-08-08  Roland McGrath  <roland@hack.frob.com>
7051
7052         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
7053
7054         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
7055         sysdeps/unix -> sysdeps/posix move.
7056         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
7057
7058 2012-08-07      Allan McRae     <allan@archlinux.org>
7059
7060         [BZ #14303]
7061         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
7062         (SUNOS_CPP): Likewise.
7063         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
7064         not found.
7065         (open_input): Call CPP using execvp.
7066
7067 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
7068
7069         * sysdeps/unix/sysv/linux/kernel-features.h
7070         (__ASSUME_PROT_GROWSUPDOWN): Remove.
7071         (__ASSUME_NO_CLONE_DETACHED): Likewise.
7072         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
7073         (__ASSUME_WAITID_SYSCALL): Likewise.
7074         * sysdeps/unix/sysv/linux/dl-execstack.c
7075         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
7076         code unconditional.
7077         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
7078         conditional code.
7079         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
7080         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
7081         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
7082         code.
7083         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
7084         unconditional.
7085         [__ASSUME_WAITID_SYSCALL]: Likewise.
7086         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
7087
7088 2012-08-07  Roland McGrath  <roland@hack.frob.com>
7089
7090         * sysdeps/unix/closedir.c: Renamed to ...
7091         * sysdeps/posix/closedir.c: ... here.
7092         * sysdeps/unix/dirfd.c: Renamed to ...
7093         * sysdeps/posix/dirfd.c: ... here.
7094         * sysdeps/unix/dirstream.h: Renamed to ...
7095         * sysdeps/posix/dirstream.h: ... here.
7096         * sysdeps/unix/fdopendir.c: Renamed to ...
7097         * sysdeps/posix/fdopendir.c: ... here.
7098         * sysdeps/unix/opendir.c: Renamed to ...
7099         * sysdeps/posix/opendir.c: ... here.
7100         * sysdeps/unix/readdir.c: Renamed to ...
7101         * sysdeps/posix/readdir.c: ... here.
7102         * sysdeps/unix/readdir_r.c: Renamed to ...
7103         * sysdeps/posix/readdir_r.c: ... here.
7104         * sysdeps/unix/rewinddir.c: Renamed to ...
7105         * sysdeps/posix/rewinddir.c: ... here.
7106         * sysdeps/unix/seekdir.c: Renamed to ...
7107         * sysdeps/posix/seekdir.c: ... here.
7108         * sysdeps/unix/telldir.c: Renamed to ...
7109         * sysdeps/posix/telldir.c: ... here.
7110         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
7111         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
7112         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
7113         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
7114
7115         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
7116         * bits/fcntl.h: ... here.
7117
7118         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
7119         not 0.
7120         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
7121         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
7122         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
7123         (struct flock): Move l_start, l_len to the beginning.
7124         Use __pid_t for l_pid.
7125         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
7126         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
7127         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
7128         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
7129         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
7130         [__USE_LARGEFILE64] (struct flock64): New type.
7131         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
7132
7133         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
7134         * bits/dirent.h: ... here.
7135
7136         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
7137         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
7138
7139 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
7140
7141         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
7142         Change from 2.6.0 to 2.6.16.
7143         * sysdeps/unix/sysv/linux/configure: Regenerated.
7144         * sysdeps/unix/sysv/linux/kernel-features.h
7145         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
7146         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
7147         version.
7148         (__ASSUME_UTIMES): Likewise.
7149         (__ASSUME_CLONE_STOPPED): Remove.
7150         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
7151         architectures, not kernel version.
7152         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
7153         (__ASSUME_NO_CLONE_DETACHED): Likewise.
7154         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
7155         (__ASSUME_WAITID_SYSCALL): Likewise.
7156         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
7157         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
7158         * README: State 2.6.16 as minimum Linux kernel version.  Do not
7159         refer to older versions.
7160
7161 2012-08-06  Roland McGrath  <roland@hack.frob.com>
7162
7163         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
7164         Define alphasort64 as an alias.
7165         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
7166         Define versionsort64 as an alias.
7167         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
7168         Define scandir64 as an alias.
7169         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
7170         Define scandirat64 as an alias.
7171         * dirent/alphasort64.c (alphasort64):
7172         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
7173         * dirent/versionsort64.c: Likewise.
7174         * dirent/scandir64.c: Likewise.
7175         * dirent/scandirat64.c: Likewise.
7176         * sysdeps/wordsize-64/alphasort.c: File removed.
7177         * sysdeps/wordsize-64/alphasort64.c: File removed.
7178         * sysdeps/wordsize-64/scandir.c: File removed.
7179         * sysdeps/wordsize-64/scandir64.c: File removed.
7180         * sysdeps/wordsize-64/scandirat.c: File removed.
7181         * sysdeps/wordsize-64/scandirat64.c: File removed.
7182         * sysdeps/wordsize-64/versionsort.c: File removed.
7183         * sysdeps/wordsize-64/versionsort64.c: File removed.
7184         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
7185         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
7186         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
7187         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
7188         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
7189         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
7190         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
7191         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
7192
7193         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
7194         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
7195         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
7196         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
7197         [defined __arch64__ || defined __sparcv9]
7198         (__INO_T_MATCHES_INO64_T): New macro.
7199         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
7200         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
7201         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
7202         * sysdeps/unix/sysv/linux/bits/dirent.h
7203         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
7204         (_DIRENT_MATCHES_DIRENT64): New macro.
7205
7206         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
7207         Define lockf64 as an alias.
7208         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
7209         Define fseeko64 as an alias.
7210         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
7211         Define ftello64 as an alias.
7212         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
7213         Define _IO_fgetpos64 and fgetpos64 as aliases.
7214         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
7215         Define _IO_fsetpos64 and fsetpos64 as aliases.
7216         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
7217         Conditionalize body on this.
7218         * libio/fseeko64.c: Likewise.
7219         * libio/ftello64.c: Likewise.
7220         * libio/iofgetpos64.c: Likewise.
7221         * libio/iofsetpos64.c: Likewise.
7222         * sysdeps/wordsize-64/lockf.c: File removed.
7223         * sysdeps/wordsize-64/lockf64.c: File removed.
7224         * sysdeps/wordsize-64/fseeko.c: File removed.
7225         * sysdeps/wordsize-64/fseeko64.c: File removed.
7226         * sysdeps/wordsize-64/ftello.c: File removed.
7227         * sysdeps/wordsize-64/ftello64.c: File removed.
7228         * sysdeps/wordsize-64/iofgetpos.c: File removed.
7229         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
7230         * sysdeps/wordsize-64/iofsetpos.c: File removed.
7231         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
7232         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
7233         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
7234         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
7235         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
7236         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
7237         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
7238         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
7239         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
7240         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
7241         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
7242
7243         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
7244         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
7245         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
7246         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
7247         [defined __arch64__ || defined __sparcv9]
7248         (__OFF_T_MATCHES_OFF64_T): New macro.
7249         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
7250         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
7251         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
7252         (__OFF_T_MATCHES_OFF64_T): New macro.
7253
7254 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
7255
7256         * stdlib/secure-getenv.c (__secure_getenv): Replace
7257         GLIBC_2_16 with GLIBC_2_17.
7258
7259 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
7260
7261         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
7262         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
7263
7264 2012-08-03  David S. Miller  <davem@davemloft.net>
7265
7266         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7267
7268 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
7269
7270         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
7271         Remove.
7272         (__ASSUME_CORRECT_SI_PID): Likewise.
7273         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
7274         (__ASSUME_TMPFS_NAME): Likewise.
7275         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
7276         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
7277         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
7278         (HAVE_AUX_SECURE): Make definition unconditional.
7279         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
7280         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
7281
7282 2012-08-03  Roland McGrath  <roland@hack.frob.com>
7283
7284         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
7285         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
7286         * sysdeps/mach/hurd/eloop-threshold.h: New file.
7287         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
7288         __eloop_threshold instead of SYMLOOP_MAX.
7289
7290         * sysdeps/generic/eloop-threshold.h: New file.
7291         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
7292         of MAXSYMLINKS.
7293         * elf/chroot_canon.c (chroot_canon): Likewise.
7294
7295 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
7296
7297         [BZ #13717]
7298         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
7299         Change to 2.6.0 everywhere.
7300         * sysdeps/unix/sysv/linux/configure: Regenerated.
7301         * sysdeps/unix/sysv/linux/kernel-features.h
7302         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
7303         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
7304         kernel versions.
7305         (__ASSUME_POSIX_TIMERS): Define unconditionally.
7306         (__ASSUME_FUTEX_REQUEUE): Remove.
7307         (__ASSUME_STATFS64): Define unconditionally.
7308         (__ASSUME_AT_SECURE): Likewise.
7309         (__ASSUME_CORRECT_SI_PID): Likewise.
7310         (__ASSUME_TGKILL): Define without depending on kernel version for
7311         i386.
7312         (__ASSUME_UTIMES): Likewise.
7313         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
7314         kernel version.
7315         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
7316         (__ASSUME_TMPFS_NAME): Likewise.
7317         * README: Update reference to Linux kernel versions.
7318
7319 2012-08-02  Marek Polacek  <polacek@redhat.com>
7320
7321         [BZ# 14150]
7322         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
7323         libc_cv_asm_type_prefix with %.
7324         * configure: Regenerated.
7325         * include/libc-symbols.h: Remove comment about
7326         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
7327         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
7328         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
7329         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
7330         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
7331         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
7332         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
7333         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
7334         * elf/tst-unique2mod1.c: Likewise.
7335         * elf/tst-unique1mod2.c: Likewise.
7336         * elf/tst-unique1mod1.c: Likewise.
7337         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
7338         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
7339         Replace ASM_TYPE_DIRECTIVE with .type.
7340         * sysdeps/s390/s390-64/sysdep.h: Likewise.
7341         * sysdeps/i386/sysdep.h: Likewise.
7342         * sysdeps/x86_64/sysdep.h: Likewise.
7343         * sysdeps/sh/sysdep.h: Likewise.
7344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
7345         Do not define ASM_TYPE_DIRECTIVE.
7346         * sysdeps/powerpc/sysdep.h: Likewise.
7347         * sysdeps/powerpc/powerpc32/sysdep.h:
7348         Replace ASM_TYPE_DIRECTIVE with .type.
7349         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
7350         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
7351         * sysdeps/i386/fpu/e_powf.S: Likewise.
7352         * sysdeps/i386/fpu/e_expl.S: Likewise.
7353         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
7354         * sysdeps/i386/fpu/e_acosh.S: Likewise.
7355         * sysdeps/i386/fpu/e_pow.S: Likewise.
7356         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
7357         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
7358         * sysdeps/i386/fpu/s_expm1.S: Likewise.
7359         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
7360         * sysdeps/i386/fpu/e_log2.S: Likewise.
7361         * sysdeps/i386/fpu/e_log2l.S: Likewise.
7362         * sysdeps/i386/fpu/e_scalb.S: Likewise.
7363         * sysdeps/i386/fpu/e_powl.S: Likewise.
7364         * sysdeps/i386/fpu/e_log10f.S: Likewise.
7365         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
7366         * sysdeps/i386/fpu/e_logl.S: Likewise.
7367         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
7368         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
7369         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
7370         * sysdeps/i386/fpu/e_log2f.S: Likewise.
7371         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
7372         * sysdeps/i386/fpu/e_log.S: Likewise.
7373         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
7374         * sysdeps/i386/fpu/e_logf.S: Likewise.
7375         * sysdeps/i386/fpu/e_log10l.S: Likewise.
7376         * sysdeps/i386/fpu/e_atanh.S: Likewise.
7377         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
7378         * sysdeps/i386/fpu/e_log10.S: Likewise.
7379         * sysdeps/i386/fpu/s_frexp.S: Likewise.
7380         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
7381         * sysdeps/i386/fpu/s_asinh.S: Likewise.
7382         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
7383         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
7384         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
7385         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
7386         * sysdeps/i386/i686/strtok.S: Likewise.
7387         * sysdeps/i386/i386-mcount.S: Likewise.
7388         * sysdeps/i386/strtok.S: Likewise.
7389         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
7390         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
7391         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
7392         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
7393         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
7394         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
7395         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
7396         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
7397         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
7398         * sysdeps/x86_64/_mcount.S: Likewise.
7399         * sysdeps/x86_64/strtok.S: Likewise.
7400         * sysdeps/sh/_mcount.S: Likewise.
7401
7402 2012-08-01  Roland McGrath  <roland@hack.frob.com>
7403
7404         * libio/iofopen.c: Include <fcntl.h>.
7405         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
7406         (_IO_fopen64, fopen64): Define as aliases.
7407         * libio/iofopen64.c: Include <fcntl.h>.
7408         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
7409         Conditionalize body on this.
7410         * sysdeps/wordsize-64/iofopen.c: File removed.
7411         * sysdeps/wordsize-64/iofopen64.c: File removed.
7412
7413 2012-08-01  Marek Polacek  <polacek@redhat.com>
7414
7415         * libc/Makeconfig: Use elf in place of binfmt-subdir.
7416         Use dlfcn directly instead of a variable.
7417         (binfmt-subdir): Do not define.
7418         (dlfcn): Likewise.
7419
7420 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
7421
7422         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
7423         Remove all definitions.
7424         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
7425         <kernel-features.h>.
7426         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
7427         (miss_F_GETOWN_EX): Remove all definitions.
7428         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
7429         macro definition.
7430         [!__ASSUME_FCNTL64]: Remove conditional code.
7431         [__ASSUME_FCNTL64]: Make code unconditional.
7432         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
7433         <kernel-features.h>.
7434         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
7435         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
7436         (lockf64) [__NR_fcntl64]: Make code unconditional.
7437         (lockf64) [__ASSUME_FCNTL64]: Likewise.
7438
7439         * sysdeps/unix/sysv/linux/kernel-features.h
7440         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
7441         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
7442         Make code unconditional.
7443         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
7444         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
7445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
7446         [__NR_vfork]: Make code unconditional.
7447         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
7448         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
7450         [__NR_vfork]: Make code unconditional.
7451         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
7452         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
7453
7454 2012-08-01  Roland McGrath  <roland@hack.frob.com>
7455
7456         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
7457         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
7458
7459         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
7460         Define mkstemp64 as an alias.
7461         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
7462         Define mkstemps64 as an alias.
7463         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
7464         Define mkostemp64 as an alias.
7465         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
7466         Define mkostemps64 as an alias.
7467         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
7468         Conditionalize body on this.
7469         * misc/mkostemp64.c: Likewise.
7470         * misc/mkostemps64.c: Likewise.
7471         * misc/mkstemps64.c: Likewise.
7472         * sysdeps/wordsize-64/mkstemp64.c: File removed.
7473         * sysdeps/wordsize-64/mkostemp64.c: File removed.
7474         * sysdeps/wordsize-64/mkostemp.c: File removed.
7475         * sysdeps/wordsize-64/mkstemp.c: File removed.
7476         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
7477         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
7478         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
7479         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
7480
7481         [BZ #14138]
7482         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
7483         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
7484         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
7485         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
7486
7487         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
7488         compat_symbol macros from <shlib-compat.h> rather than the underlying
7489         default_symbol_version and symbol_version macros, so that DEFAULT
7490         lines in shlib-versions are respected.
7491         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
7492
7493 2012-08-01  Florian Weimer  <fweimer@redhat.com>
7494
7495         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
7496         Declare with warn_unused_result.
7497         (setgid, setregid, setegid, setresgid): Likewise.
7498         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
7499         Likewise.
7500         * WUR-REPORT: Remove set*id functions.
7501
7502 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
7503
7504         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
7505
7506 2012-07-31  Roland McGrath  <roland@hack.frob.com>
7507
7508         * include/sys/socket.h (__libc_accept, __libc_accept4):
7509         Add attribute_hidden.
7510         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
7511
7512         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
7513         use of PTR_MANGLE.
7514         * inet/getnetgrent_r.c (setup): Likewise.
7515
7516         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
7517
7518 2012-07-31  David S. Miller  <davem@davemloft.net>
7519
7520         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7521
7522 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
7523
7524         [BZ #13629]
7525         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
7526         value between 1.0 and 2.0 and smaller part has absolute value less
7527         than 1.0.
7528         * math/s_clog10.c (__clog10): Likewise.
7529         * math/s_clog10f.c (__clog10f): Likewise.
7530         * math/s_clog10l.c (__clog10l): Likewise.
7531         * math/s_clogf.c (__clogf): Likewise.
7532         * math/s_clogl.c (__clogl): Likewise.
7533         * math/libm-test.inc (clog_test): Add more tests.
7534         (clog10_test): Likewise.
7535         * sysdeps/i386/fpu/libm-test-ulps: Update.
7536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7537
7538 2012-07-31  Florian Weimer  <fweimer@redhat.com>
7539
7540         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
7541         Exit with zero in case no suitable GID is found, and write a
7542         message to standard error.
7543
7544 2012-07-30  Roland McGrath  <roland@hack.frob.com>
7545
7546         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
7547         rather than to 1.
7548         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
7549         (MAXPATHLEN): Removed.
7550         (NOGROUP, NODEV): New macros.
7551         (setbit, clrbit, isset, isclr): New macros.
7552         (howmany, roundup, powerof2): New macros.
7553         (DEV_BSIZE): New macro.
7554
7555         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
7556         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
7557
7558         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
7559         definition on [!__NO_LONG_DOUBLE_MATH].
7560
7561         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
7562         PTR_MANGLE and PTR_DEMANGLE.
7563
7564         * socket/accept4.c (accept4): Rename to __libc_accept4.
7565         Define accept4 as a weak alias.
7566
7567         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
7568         on [_DIRENT_HAVE_D_TYPE].
7569         * io/ftw.c (ftw_dir): Likewise.
7570
7571         * io/xmknod.c (__xmknod): Don't check PATH for being null.
7572
7573         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
7574
7575         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
7576         Use the BSD numbers rather than the arbitrary ones we had.
7577         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
7578         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
7579         (SIGXCPU, SIGXFSZ): New macros.
7580         (_NSIG): Now 32.
7581
7582         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
7583         initializer on [_LIBC_REENTRANT].
7584
7585         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
7586         definitions inside [_POSIX_MAPPED_FILES].
7587
7588         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
7589
7590         * dirent/opendir.c: Include <fcntl.h>.
7591
7592         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
7593         (__libc_getspecific): Likewise.
7594         (__libc_key_create): Likewise.
7595
7596         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
7597         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
7598         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
7599         (tmpfile64): Define as alias.
7600         * sysdeps/wordsize-64/tmpfile.c: File removed.
7601         * sysdeps/wordsize-64/tmpfile64.c: File removed.
7602         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
7603         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
7604
7605         * stdio-common/vfscanf.c: Include <stdbool.h>.
7606         * nss/makedb.c: Likewise.
7607         * stdio-common/_i18n_number.h: Likewise.
7608         * argp/argp-help.c: Likewise.
7609         * posix/wordexp.c: Likewise.
7610         * sysdeps/posix/spawni.c: Likewise.
7611         * nss/nss_files/files-initgroups.c: Likewise.
7612         * stdio-common/reg-modifier.c: Include <stdlib.h>.
7613         * nss/nss_files/files-initgroups.c: Likewise.
7614         * nss/nss_db/db-netgrp.c: Likewise.
7615         * nss/nss_db/db-initgroups.c: Likewise.
7616         * io/fchmodat.c: Include <sys/stat.h>.
7617
7618         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
7619         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
7620
7621         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
7622         [HAVE_MMAP].
7623
7624         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
7625         Add multiple inclusion protection.
7626
7627 2012-07-27  David S. Miller  <davem@davemloft.net>
7628
7629         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7630
7631 2012-07-27  Gary Benson  <gbenson@redhat.com>
7632
7633         [BZ #14298]
7634         * elf/rtld.c: Include <stap-probe.h>.
7635         (dl_main): Added static probes "init_start" and "init_complete".
7636         * elf/dl-load.c: Include <stap-probe.h>.
7637         (lose): Take new parameter "nsid".
7638         Added static probe "map_failed".
7639         (_dl_map_object_from_fd): Pass namespace id to lose.
7640         Added static probe "map_start".
7641         (open_verify): Pass namespace id to lose.
7642         * elf/dl-open.c: Include <stap-probe.h>.
7643         (dl_open_worker) Added static probes "map_complete", "reloc_start"
7644         and "reloc_complete".
7645         * elf/dl-close.c: Include <stap-probe.h>.
7646         (_dl_close_worker): Added static probes "unmap_start" and
7647         "unmap_complete".
7648         * elf/rtld-debugger-interface.txt: New file documenting the above.
7649
7650 2012-07-26  Roland McGrath  <roland@hack.frob.com>
7651
7652         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
7653         rather than a string variable.
7654         * sunrpc/rpc_main.c (h_output): Likewise.
7655         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
7656
7657 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
7658
7659         * inet/check_native.c: New file.
7660
7661 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
7662
7663         [BZ #13629]
7664         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
7665         if larger part has absolute value 1.0.
7666         * math/s_clog10.c (__clog10): Likewise.
7667         * math/s_clog10f.c (__clog10f): Likewise.
7668         * math/s_clog10l.c (__clog10l): Likewise.
7669         * math/s_clogf.c (__clogf): Likewise.
7670         * math/s_clogl.c (__clogl): Likewise.
7671         * math/libm-test.inc (clog_test): Add more tests.
7672         (clog10_test): Likewise.
7673         * sysdeps/i386/fpu/libm-test-ulps: Update.
7674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7675
7676         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
7677         (pltexit): Likewise.
7678         (La_regs): Likewise.
7679         (La_retval): Likewise.
7680         (int_retval): Likewise.
7681         Update #error for removed macros to refer only to definitions in
7682         tst-audit.h.
7683         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
7684         macro.
7685         (pltexit): Likewise.
7686         (La_regs): Likewise.
7687         (La_retval): Likewise.
7688         (int_retval): Likewise.
7689         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
7690         macro.
7691         (pltexit): Likewise.
7692         (La_regs): Likewise.
7693         (La_retval): Likewise.
7694         (int_retval): Likewise.
7695         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
7696         macro.
7697         (pltexit): Likewise.
7698         (La_regs): Likewise.
7699         (La_retval): Likewise.
7700         (int_retval): Likewise.
7701         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
7702         macro.
7703         (pltexit): Likewise.
7704         (La_regs): Likewise.
7705         (La_retval): Likewise.
7706         (int_retval): Likewise.
7707         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
7708         macro.
7709         (pltexit): Likewise.
7710         (La_regs): Likewise.
7711         (La_retval): Likewise.
7712         (int_retval): Likewise.
7713         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
7714         macro.
7715         (pltexit): Likewise.
7716         (La_regs): Likewise.
7717         (La_retval): Likewise.
7718         (int_retval): Likewise.
7719         * sysdeps/generic/tst-audit.h: Update comment to refer only to
7720         macro definitions in tst-audit.h.
7721         * sysdeps/i386/tst-audit.h: New file.
7722         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
7723         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
7724         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
7725         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
7726         * sysdeps/sh/tst-audit.h: Likewise.
7727         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
7728         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
7729         * sysdeps/x86_64/tst-audit.h: Likewise.
7730
7731 2012-07-26  Andreas Jaeger  <aj@suse.de>
7732
7733         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
7734         ptrace.
7735
7736         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
7737         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
7738         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
7739         PTRACE_O_MASK.
7740         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
7741         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
7742         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
7743
7744         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
7745         value.
7746
7747         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
7748         _sigsys.
7749         (si_call_addr, si_syscall, si_arch): Define new macro.
7750         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
7751         _sigsys.
7752         (si_call_addr, si_syscall, si_arch): Define new marcro.
7753         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
7754         _sigsys.
7755         (si_call_addr, si_syscall, si_arch): Define new macro.
7756         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
7757         _sigsys.
7758         (si_call_addr, si_syscall, si_arch): Define new macro.
7759
7760 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
7761
7762         [BZ #13717]
7763         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
7764         Change to 2.4.21 where previously 2.4.1.
7765         * sysdeps/unix/sysv/linux/configure: Regenerated.
7766         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
7767         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
7768         Linux kernel version.
7769         (__ASSUME_STD_AUXV): Remove.
7770         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
7771         kernel version.
7772         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
7773         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
7774         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
7775         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
7776         (__ASSUME_NETLINK_SUPPORT): Likewise.
7777         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
7778         (__no_netlink_support): Remove conditional definition.
7779         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
7780         Remove.
7781         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
7782         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
7783         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
7784         (if_nameindex_ioctl): Remove.
7785         (if_nameindex_netlink): Do not handle __no_netlink_support.
7786         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
7787         code.
7788         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
7789         Remove conditional code.
7790         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
7791         code.
7792         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
7793         unconditional.
7794         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
7795         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
7796         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
7797         Remove.
7798         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7799         [!__ASSUME_STD_AUXV]: Remove conditional code.
7800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
7801         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
7802         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
7803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
7804         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
7805         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
7806         code.
7807         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
7808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
7809         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
7810         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
7811         conditional code.
7812         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
7813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
7814         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
7815         code.
7816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
7817         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
7818         conditional code.
7819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
7820         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
7821         code unconditional.
7822         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7823         conditional code.
7824         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
7825         unconditional.
7826         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7827         conditional code.
7828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
7829         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
7830         unconditional.
7831         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7832         conditional code.
7833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
7834         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
7835         code unconditional.
7836         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7837         conditional code.
7838         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
7839         unconditional.
7840         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7841         conditional code.
7842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
7843         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
7844         code unconditional.
7845         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7846         conditional code.
7847         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
7848         unconditional.
7849         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
7850         conditional code.
7851
7852 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
7853
7854         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
7855         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
7856         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7857         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
7858         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
7859         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7860         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
7861         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
7862         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
7863         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7864         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
7865         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
7866         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
7867         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
7868         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
7869         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
7870         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
7871         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
7872         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
7873         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
7874         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
7875         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
7876         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
7877
7878 2012-07-25  Florian Weimer  <fweimer@redhat.com>
7879
7880         * Versions.def: Add GLIBC_2.17.
7881         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
7882         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
7883         Introduce __libc_secure_getenv.
7884         * stdlib/Versions (2.17): Add secure_getenv
7885         (GLIBC_PRIVATE): Add __libc_secure_getenv.
7886         * stdlib/secure-getenv.c: Rename __secure_getenv to
7887         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
7888         symbol __secure_getenv for GLIBC_2.0.
7889         * stdlib/tst-secure-getenv.c: New.
7890         * stdlib/Makefile (tests): Add testcase.
7891         * manual/startup.texi (Environment Access): Document
7892         secure_getenv.
7893         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
7894         __libc_secure_getenv.
7895         * inet/ruserpass.c (ruserpass): Likewise.
7896         * malloc/mtrace.c (mtrace): Likewise.
7897         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
7898         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
7899         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
7900         * sysdeps/posix/tempname.c: Likewise.  Evaluate
7901         HAVE_SECURE_GETENV.
7902         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
7903         __secure_getenv to __libc_secure_getenv.
7904         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
7905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7906         Likewise.
7907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7908         Likewise.
7909         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
7910         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
7911         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
7912         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
7913         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
7914         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
7915         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
7916
7917 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
7918
7919         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
7920         (struct La_i86_retval): Likewise.
7921         (struct La_x86_64_regs): Likewise.
7922         (struct La_x86_64_retval): Likewise.
7923         (struct La_x32_regs): Likewise.
7924         (struct La_x32_retval): Likewise.
7925         (struct La_ppc32_regs): Likewise.
7926         (struct La_ppc32_retval): Likewise.
7927         (struct La_ppc64_regs): Likewise.
7928         (struct La_ppc64_retval): Likewise.
7929         (struct La_sh_regs): Likewise.
7930         (struct La_sh_retval): Likewise.
7931         (struct La_s390_32_regs): Likewise.
7932         (struct La_s390_32_retval): Likewise.
7933         (struct La_s390_64_regs): Likewise.
7934         (struct La_s390_64_retval): Likewise.
7935         (struct La_sparc32_regs): Likewise.
7936         (struct La_sparc32_retval): Likewise.
7937         (struct La_sparc64_regs): Likewise.
7938         (struct La_sparc64_retval): Likewise.
7939         (struct audit_ifaces): Remove architecture-specific pltenter and
7940         pltexit members.
7941         * sysdeps/i386/ldsodefs.h: New file.
7942         * sysdeps/powerpc/ldsodefs.h: Likewise.
7943         * sysdeps/s390/ldsodefs.h: Likewise.
7944         * sysdeps/sh/ldsodefs.h: Likewise.
7945         * sysdeps/sparc/ldsodefs.h: Likewise.
7946         * sysdeps/x86_64/ldsodefs.h: Likewise.
7947
7948 2012-07-25  Marek Polacek  <polacek@redhat.com>
7949
7950         [BZ #6808]
7951         * math/libm-test.inc (yn_test): Add another test.
7952         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
7953         to ERANGE when the result is +-Inf.
7954         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
7955         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
7956         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
7957         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
7958
7959 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
7960
7961         * conform/data/time.h-data (NULL): Use macro-constant.  Require
7962         equal to 0.
7963         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
7964         clock_t.
7965         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
7966
7967 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
7968
7969         * configure.in <sysdeps resolving>: Correct printing
7970         Implies_before.
7971         * configure: Regenerate.
7972
7973 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
7974
7975         * math/w_ilogb.c: Include <limits.h>.
7976         * math/w_ilogbl.c: Likewise.
7977
7978 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
7979
7980         * manual/lang.texi (__va_copy): Document primarily as ISO C99
7981         va_copy.  Document allowing for unavailable va_copy only as
7982         pre-C99 compatibility.
7983         * manual/string.texi (Copying and Concatenation): Use va_copy
7984         instead of __va_copy in concat example.
7985
7986 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
7987
7988         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
7989         (__sendto): Use create_address_port.  Initialize APORT and deallocate
7990         it if not null.
7991
7992         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
7993         with O_NOLINK passed to __file_name_lookup.
7994
7995         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
7996         with O_NOLINK passed to __file_name_lookup.
7997
7998         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
7999         negative N or less than NGIDS.
8000
8001         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
8002         type to string_t.  Set ERANGE as errno and return it if NAME is not big
8003         enough.  Use memcpy instead of strncpy.
8004
8005 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
8006
8007         * elf/Makefile (check-data): Remove.
8008         (localplt.data): New vpath directive.
8009         ($(objpfx)check-localplt.out): Use localplt.data from vpath
8010         instead of $(check-data).
8011         * scripts/data/localplt-generic.data: Move to ...
8012         * sysdeps/generic/localplt.data: ... here.
8013         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
8014         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
8015         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
8016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
8017         ... here.
8018         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
8019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
8020         ... here.
8021         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
8022         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
8023         ... here.
8024         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
8025         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8026         ... here.
8027         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
8028         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
8029         ... here.
8030         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
8031         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
8032         ... here.
8033
8034 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8035
8036         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
8037         PPC32 and PPC64 files.
8038         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
8039         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
8040
8041 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8042
8043         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
8044         __makecontext_ret to ...
8045         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
8046         ... here and call exit if uc_link is NULL.  New file.
8047         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
8048         __makecontext_ret.S.
8049         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
8050         __makecontext_ret to ...
8051         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
8052         ... here and call exit if uc_link is NULL.  New file.
8053         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
8054         __makecontext_ret.S.
8055
8056 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8057
8058         * elf/elf.h (R_390_IRELATIVE): New definition.
8059         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
8060         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
8061         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
8062         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
8063         (elf_machine_lazy_rel): Likewise.
8064         * sysdeps/s390/dl-irel.h: New file.
8065         * sysdeps/s390/s390-64/memcpy.S: New asm code.
8066         * sysdeps/s390/s390-64/memset.S: New asm code.
8067         * sysdeps/s390/s390-64/memcmp.S: New asm code.
8068         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
8069         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
8070         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
8071         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
8072         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
8073         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
8074         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
8075         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
8076         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
8077         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
8078         * sysdeps/s390/s390-32/memcpy.S: New asm code.
8079         * sysdeps/s390/s390-32/memset.S: New asm code.
8080         * sysdeps/s390/s390-32/memcmp.S: New asm code.
8081
8082 2012-07-17  Marek Polacek  <polacek@redhat.com>
8083
8084         [BZ #14349]
8085         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
8086         * sysdeps/s390/s390-64/configure.in: Likewise.
8087         * sysdeps/sparc/configure.in: Likewise.
8088         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
8089         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
8090         * sysdeps/i386/configure.in: Likewise.
8091         * sysdeps/x86_64/configure.in: Likewise.
8092         * sysdeps/sh/configure.in: Likewise.
8093         * sysdeps/s390/s390-32/configure: Regenerated.
8094         * sysdeps/s390/s390-64/configure: Likewise.
8095         * sysdeps/x86_64/configure: Likewise.
8096         * sysdeps/sh/configure: Likewise.
8097         * sysdeps/powerpc/powerpc64/configure: Likewise.
8098         * sysdeps/powerpc/powerpc32/configure: Likewise.
8099         * sysdeps/sparc/configure: Likwise.
8100         * sysdeps/i386/configure: Likewise.
8101
8102         * elf/dl-open.c: Comment fixes.
8103
8104 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
8105
8106         * Makefile [CXX] (check-data): Remove.
8107         [CXX] (c++-types.data): New vpath directive.
8108         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
8109         vpath.  Do not allow for C++ type data being missing.
8110         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
8111         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
8112         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
8113         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
8114         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
8115         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
8116         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
8117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
8118         ... here.
8119         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
8120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
8121         ... here.
8122         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
8123         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
8124         ... here.
8125         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
8126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
8127         ... here.
8128         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
8129         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
8130         ... here.
8131         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
8132         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
8133         ... here.
8134         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
8135         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
8136         ... here.
8137         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
8138         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
8139
8140         * elf/tls-macros.h (TLS_LE): Move architecture-specific
8141         definitions to architecture-specific files.
8142         (TLS_IE): Likewise.
8143         (TLS_LD): Likewise.
8144         (TLS_GD): Likewise.
8145         * sysdeps/i386/tls-macros.h: New file.
8146         * sysdeps/powerpc/tls-macros.h: Likewise.
8147         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
8148         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
8149         * sysdeps/sh/tls-macros.h: Likewise.
8150         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
8151         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
8152         * sysdeps/x86_64/tls-macros.h: Likewise.
8153
8154 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
8155
8156         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
8157         zero value for regular exit case.
8158
8159         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
8160         (__start_context): Preserve zero value for regular exit case.
8161
8162 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
8163             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8164
8165         * manual/setjmp.texi (setcontext): Clarify normal process
8166         termination when uc_link is the null pointer.
8167         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
8168         exit call.
8169
8170 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
8171
8172         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
8173         preprocessor.  Test for each exception mask separately.
8174
8175 2012-07-16  Andreas Jaeger  <aj@suse.de>
8176
8177         * po/ru.po: Update from translation team.
8178
8179 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
8180
8181         * conform/data/string.h-data (NULL): Use macro-constant.  Require
8182         equal to 0.
8183         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
8184         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
8185         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
8186         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
8187         [ISO || ISO99 || ISO11] (*_t): Do not allow.
8188
8189 2012-07-13  Andreas Jaeger  <aj@suse.de>
8190
8191         * po/fr.po: Update from translation team.
8192
8193 2012-07-12  Marek Polacek  <polacek@redhat.com>
8194
8195         [BZ #14173]
8196         * math/libm-test.inc (yn_test): Add test for BZ #14173.
8197         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
8198         loop condition.
8199
8200 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
8201
8202         [BZ #13717]
8203         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
8204         Change to 2.4.1 where previously 2.4.0.
8205         * sysdeps/unix/sysv/linux/configure: Regenerated.
8206         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
8207         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
8208         version.
8209         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
8210         (__ASSUME_AT_CLKTCK): Remove.
8211         (__ASSUME_AT_PAGESIZE): Likewise.
8212         (__ASSUME_AT_XID): Likewise.
8213         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
8214         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
8215         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
8216         unconditionally.
8217         (HAVE_AUX_PAGESIZE): Likewise.
8218         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
8219         [__ASSUME_AT_CLKTCK]: Make code unconditional.
8220         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
8221
8222 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
8223
8224         [BZ #14307]
8225         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
8226         the temporary buffer used to invoke __gethostbyname2_r,
8227         __gethostbyaddr_r and gethostbyname4_r to make room for struct
8228         host_data / struct gaih_addrtuple.
8229         * resolv/nss_dns/dns-host.c (global scope): Move definition of
8230         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
8231         header file nss/nsswitch.h.
8232         * nss/nsswitch.h (global scope): Add definition of implementation
8233         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
8234         resolv/nss_dns/dns-host.c).
8235
8236 2012-07-11  Andreas Jaeger  <aj@suse.de>
8237
8238         * po/fr.po: Update from translation team.
8239
8240         * po/sv.po: Update from translation team
8241         * po/fr.po: Another update from translation team.
8242
8243 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8244
8245         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
8246         for subnormals or multiply small sinh result by itself.
8247         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
8248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8249
8250 2012-07-11  David S. Miller  <davem@davemloft.net>
8251
8252         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8253
8254 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
8255
8256         [BZ #14347]
8257         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
8258         (INTERNAL_MARK): Shift it here.
8259
8260 2012-07-10  Marek Polacek  <polacek@redhat.com>
8261
8262         [BZ #14151]
8263         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
8264         libc_cv_asm_global_directive with .globl.
8265         * configure: Regenerated.
8266         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
8267         with .globl.
8268         * sysdeps/i386/configure: Regenerated.
8269         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
8270         with .globl.
8271         * sysdeps/x86_64/configure: Regenerated.
8272         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
8273         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
8274         * elf/tst-unique2mod2.c: Likewise.
8275         * elf/tst-unique2mod1.c: Likewise.
8276         * elf/tst-unique1mod2.c: Likewise.
8277         * elf/tst-unique1mod1.c: Likewise.
8278         * sysdeps/s390/s390-32/sysdep.h: Likewise.
8279         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
8280         * sysdeps/s390/s390-64/sysdep.h: Likewise.
8281         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
8282         * sysdeps/mach/sysdep.h: Likewise.
8283         * sysdeps/i386/sysdep.h: Likewise.
8284         * sysdeps/i386/i386-mcount.S: Likewise.
8285         * sysdeps/x86_64/_mcount.S: Likewise.
8286         * sysdeps/x86_64/sysdep.h: Likewise.
8287         * sysdeps/sh/_mcount.S: Likewise.
8288         * sysdeps/sh/sysdep.h: Likewise.
8289         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
8290         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
8291         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
8292         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8293         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
8294         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
8295         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
8296         * locale/localeinfo.h: Likewise.
8297         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
8298         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
8299
8300 2012-07-09  Roland McGrath  <roland@hack.frob.com>
8301
8302         [BZ #14336]
8303         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
8304         system".
8305         * manual/message.texi (The Uniforum approach): Likewise.
8306         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
8307         (glibc iconv Implementation): Likewise.
8308
8309 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
8310
8311         [BZ #14337]
8312         * math/s_clog.c (__clog): Avoid scaling a value down where that
8313         could result in underflow.
8314         * math/s_clog10.c (__clog10): Likewise.
8315         * math/s_clog10f.c (__clog10f): Likewise.
8316         * math/s_clog10l.c (__clog10l): Likewise.
8317         * math/s_clogf.c (__clogf): Likewise.
8318         * math/s_clogl.c (__clogl): Likewise.
8319         * math/libm-test.inc (clog_test): Add more tests.
8320         (clog10_test): Likewise.
8321         * sysdeps/i386/fpu/libm-test-ulps: Update.
8322         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8323
8324 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
8325
8326         [BZ #14283]
8327         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
8328         by 7 not 8 to examine high bit of fractional part.
8329
8330         [BZ #14042]
8331         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
8332         for call to __mcount_internal.
8333         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
8334         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
8335         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
8336
8337 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
8338
8339         [BZ #14154]
8340         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
8341         approximation for values within 0x1p-13f of an odd multiple of
8342         pi/4.
8343         * math/libm-test.inc (tan_test): Do not allow spurious underflow
8344         exception.  Add more tests.
8345         * sysdeps/i386/fpu/libm-test-ulps: Update.
8346
8347         [BZ #6778]
8348         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
8349         inputs and return -1 for them.  Do not check for +Inf in case not
8350         reachable for +Inf.
8351         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
8352         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
8353         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
8354         and return -1 for them.  Do not check for +Inf in case not
8355         reachable for +Inf.
8356         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
8357         define.
8358         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
8359         and return -1 for them.  Do not check for +Inf in case not
8360         reachable for +Inf.
8361         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
8362         spurious underflow.
8363         * sysdeps/i386/fpu/libm-test-ulps: Update.
8364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8365
8366 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
8367
8368         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
8369
8370 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
8371
8372         [BZ #14157]
8373         [BZ #14331]
8374         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
8375         could result in spurious underflow.  Scale down values above
8376         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
8377         * math/s_csqrtf.c (__csqrtf): Likewise.
8378         * math/s_csqrtl.c (__csqrtl): Likewise.
8379         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
8380         spurious underflow.
8381         * sysdeps/i386/fpu/libm-test-ulps: Update.
8382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8383
8384 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
8385
8386         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
8387         xopen-msg.sed.
8388         * catgets/xopen-msg.awk: New file.
8389         * catgets/xopen-msg.sed: Removed.
8390
8391         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
8392         po2text.sed.
8393         * intl/po2test.awk: New file.
8394         * intl/po2test.sed: Removed.
8395
8396 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
8397
8398         [BZ #14328]
8399         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
8400         or multiply small sinh result by itself.
8401         * math/s_ctanf.c (__ctanf): Likewise.
8402         * math/s_ctanh.c (__ctanh): Likewise.
8403         * math/s_ctanhf.c (__ctanhf): Likewise.
8404         * math/s_ctanhl.c (__ctanhl): Likewise.
8405         * math/s_ctanl.c (__ctanl): Likewise.
8406         * math/libm-test.inc (ctan_test_tonearest): New function.
8407         (ctan_test_towardzero): Likewise.
8408         (ctan_test_downward): Likewise.
8409         (ctan_test_upward): Likewise.
8410         (ctanh_test_tonearest): Likewise.
8411         (ctanh_test_towardzero): Likewise.
8412         (ctanh_test_downward): Likewise.
8413         (ctanh_test_upward): Likewise.
8414         (main): Call these new functions.
8415         * sysdeps/i386/fpu/libm-test-ulps: Update.
8416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8417
8418 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
8419
8420         * .gitignore: Delete /ports entry.
8421
8422 2012-07-03  Andreas Jaeger  <aj@suse.de>
8423
8424         * po/bg.po: Update from translation team.
8425         * po/cs.po: Likewise.
8426         * po/de.po: Likewise.
8427         * po/hr.po: Likewise.
8428         * po/nl.pl: Likewise.
8429         * po/pl.po: Likewise.
8430         * po/vi.po: Likewise.
8431
8432 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
8433
8434         * Makeconfig [!+link] (+link-before-libc): New variable.
8435         [!+link] (+link-after-libc): Likewise.
8436         [!+link] (+link-tests): Likewise.
8437         [!+link] (+link): Define in terms of $(+link-before-libc) and
8438         $(+link-after-libc).
8439         [!+link-static] (+link-static-before-libc): New variable.
8440         [!+link-static] (+link-static-after-libc): Likewise.
8441         [!+link-static] (+link-static-tests): Likewise.
8442         [!+link-static] (+link-static): Define in terms of
8443         $(+link-static-before-libc) and $(+link-static-after-libc).
8444         [build-shared] (link-libc-before-gnulib): New variable.
8445         [build-shared] (link-libc-tests): Likewise.
8446         [build-shared] (link-libc): Define in terms of
8447         $(link-libc-before-gnulib).
8448         [!build-shared] (link-libc-tests): New variable.
8449         (link-libc-static-tests): New variable.
8450         [!gnulib] (gnulib-arch): New variable.
8451         [!gnulib] (gnulib-tests): Likewise.
8452         [!gnulib] (static-gnulib-arch): Likewise.
8453         [!gnulib] (static-gnulib-tests): Likewise.
8454         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
8455         Define with "=" instead of ":=".
8456         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
8457         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
8458         * Rules (binaries-all-notests): New variable.
8459         (binaries-all-tests): Likewise.
8460         (binaries-static-notests): Likewise.
8461         (binaries-static-tests): Likewise.
8462         (binaries-all): Define using $(binaries-all-notests) and
8463         $(binaries-all-tests).
8464         (binaries-static): Define using $(binaries-static-notests) and
8465         $(binaries-static-tests).
8466         (binaries-shared-tests): New variable.
8467         (binaries-shared-notests): Likewise.
8468         (binaries-shared): Remove variable.
8469         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
8470         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
8471         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
8472         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
8473         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
8474         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
8475         * elf/Makefile (sln-modules): New variable.
8476         (extra-objs): Add $(sln-modules:=.o).
8477         (ldconfig-modules): Add static-stubs.
8478         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
8479         * elf/static-stubs.c: New file.
8480
8481         [BZ #14283]
8482         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
8483         by 7 not 8 to examine high bit of fractional part.  Use volatile
8484         variables when splitting into final array of floats if
8485         __FLT_EVAL_METHOD__ != 0.
8486         * math/libm-test.inc (cos_test): Add another test.
8487         (sin_test): Likewise.
8488         * sysdeps/i386/fpu/libm-test-ulps: Update.
8489
8490         [BZ #14273]
8491         * math/libm-test.inc (cosh_test): Add more tests.
8492
8493         * version.h (RELEASE): Set to "development".
8494         (VERSION): Set to "2.16.90".
8495
8496 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
8497
8498         * NEWS: Update copyright. Remove last-updated date.
8499         Mention math library bug fixes and timezone data changes.
8500         * README: Mention GNU/Hurd, x32, and HPPA support status.
8501
8502 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
8503
8504         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
8505
8506 2012-06-27  Andreas Jaeger  <aj@suse.de>
8507
8508         * manual/contrib.texi (Contributors): Add Samuel Thibault.
8509
8510 2012-06-25  Andreas Jaeger  <aj@suse.de>
8511
8512         * sysdeps/s390/fpu/libm-test-ulps: Update.
8513
8514 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
8515             Thomas Schwinge  <thomas@codesourcery.com>
8516
8517         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
8518         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
8519         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
8520         fanotify_mark.
8521
8522 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
8523
8524         * sysdeps/mach/start.c: Remove file.
8525         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
8526         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
8527         * sysdeps/sh/init-first.c: Likewise.
8528
8529         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
8530         registers for frame unwinding purposes, add CFI directives.
8531         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
8532         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
8533         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
8534         Likewise.
8535
8536         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
8537         __fortify_fail returning.
8538         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
8539
8540         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
8541         sysdeps/sh/____longjmp_chk.S.
8542         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
8543         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
8544         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
8545         (gen-as-const-headers): Append sigaltstack-offsets.sym.
8546
8547         * sysdeps/sh/abort-instr.h: New file.
8548         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
8549         process in case exit returns.
8550
8551         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
8552         initialize the GOT register before use.
8553
8554         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
8555         calculation of ARGC > 4.
8556
8557         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
8558         meaningful names to some local labels.
8559
8560 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
8561             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8562
8563         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
8564         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
8565         (__arch_compare_and_exchange_val_16_acq): Likewise.
8566         (__arch_compare_and_exchange_val_32_acq): Likewise.
8567         (atomic_exchange_and_add): Fix gUSA sequence.
8568         (atomic_add): Likewise.
8569         (atomic_add_negative): Likewise.
8570         (atomic_add_zero): Likewise.
8571         (atomic_bit_test_set): Likewise.
8572
8573 2012-06-22  Andreas Schwab  <schwab@redhat.com>
8574
8575         [BZ #13579]
8576         * include/link.h (struct link_map): Add l_free_initfini.
8577         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
8578         l_initfini.
8579         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
8580         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
8581         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
8582         set.
8583
8584 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
8585
8586         * configure.in: Use AC_LANG_SOURCE.
8587         * configure: Regenerate.
8588
8589 2012-06-22  Roland McGrath  <roland@hack.frob.com>
8590
8591         * configure.in (libc_cv_localstatedir): New substituted variable.
8592         * configure: Regenerated.
8593         * config.make.in (localstatedir): New variable, substituted from
8594         libc_cv_localstatedir.
8595         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
8596         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
8597         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
8598         * sysdeps/gnu/configure: Regenerated.
8599
8600 2012-06-21  Jeff Law  <law@redhat.com>
8601
8602         [BZ #14277]
8603         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
8604         free.  Simplify list management for _LIBC case.
8605
8606 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
8607
8608         [BZ #14273]
8609         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
8610         Clear sign bit of 64-bit integer value before comparing against
8611         overflow value.
8612
8613         * sysdeps/mach/configure: Regenerated.
8614
8615 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
8616
8617         [BZ #14278]
8618         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
8619
8620 2012-06-21  Jeff Law  <law@redhat.com>
8621
8622         [BZ #13882]
8623         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
8624         uint16_t for elements in the "seen" array to avoid char overflows.
8625         * elf/dl-fini.c (_dl_sort_fini): Likewise.
8626         * elf/dl-open.c (dl_open_worker): Likewise.
8627
8628 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
8629
8630         * scripts/list-sources.sh: Scan PORTS for translations.
8631         * po/libc.pot: Regenerated.
8632
8633 2012-06-21  Andreas Jaeger  <aj@suse.de>
8634
8635         [BZ #12194]
8636         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
8637         warning.
8638         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
8639         * bits/byteswap-16.h (__bswap_16): Likewise.
8640         * bits/byteswap.h (__bswap_constant_16): Likewise.
8641
8642 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
8643
8644         [BZ #14117]
8645         * sysdeps/i386/fpu_control.h: Removed.
8646         * sysdeps/x86_64/fpu_control.h: Moved to ...
8647         * sysdeps/x86/fpu_control.h: Here.
8648
8649         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
8650         (_FPU_SETCW): Likewise.
8651
8652 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
8653
8654         [BZ #14117]
8655         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
8656         * sysdeps/x86/fpu/bits/mathinline.h: This.
8657         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
8658
8659         [BZ #14050]
8660         [BZ #14117]
8661         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
8662         functions if __x86_64__ is defined.
8663
8664 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
8665
8666         * string/endian.h: Add !__ASSEMBLER__ condition for including
8667         conversion interfaces.
8668
8669 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
8670
8671         [BZ #14241]
8672         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
8673         of ABS(x) in calculating zero to negative powers other than odd
8674         integers.
8675         * math/libm-test.inc (pow_test): Add more tests.
8676
8677 2012-06-15  Andreas Jaeger  <aj@suse.de>
8678
8679         * manual/contrib.texi (Contributors): Update entry of Liubov
8680         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
8681         Machado Filho.
8682
8683 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
8684
8685         * string/string.h: Add __wur to GNU version of strerror_r.
8686
8687 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
8688
8689         [BZ #14229]
8690         * string/Makefile (tests): Add tst-strtok_r.
8691         * string/tst-strtok_r.c: New file.
8692         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
8693         RAX_LP/RDX_LP on SAVE_PTR.
8694
8695 2012-06-14  Roland McGrath  <roland@hack.frob.com>
8696
8697         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
8698
8699 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
8700
8701         * libm_test.inc (csqrt_test): Allow more spurious underflow
8702         exceptions.
8703         (j0_test): Likewise.
8704         (j1_test): Likewise.
8705         (y0_test): Likewise.
8706         (y1_test): Likewise.
8707
8708 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
8709
8710         * po/Makefile (libc.pot): Use UTF-8 charset.
8711
8712 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
8713
8714         [BZ #14210]
8715         Suppress sign-conversion warning from FD_SET.
8716         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
8717         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
8718         not unsigned long int.
8719         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
8720
8721 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
8722
8723         [BZ #14050]
8724         [BZ #14117]
8725         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
8726         __extern_always_inline instead of __extern_inline.
8727         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
8728         (__signbit): Likewise.
8729         (__signbitl): Support C++ namespace.
8730         (lrintf): New inline function.
8731         (lrint): Likewise.
8732         (llrintf): Likewise.
8733         (llrint): Likewise.
8734         (fmaxf): Likewise.
8735         (fmax): Likewise.
8736         (fminf): Likewise.
8737         (fmin): Likewise.
8738         (rint): Likewise.
8739         (rintf): Likewise.
8740         (ceil): Likewise.
8741         (ceilf): Likewise.
8742         (floor): Likewise.
8743         (floorf): Likewise.
8744         (nearbyint): Likewise.
8745         (nearbyintf): Likewise.
8746
8747 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
8748
8749         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
8750         non-default versions.
8751
8752 2012-06-11  Roland McGrath  <roland@hack.frob.com>
8753
8754         [BZ #14218]
8755         * manual/argp.texi (Argp): Reword argp_parse description slightly.
8756
8757 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
8758
8759         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
8760         (FE_UPWARD, FE_DOWNWARD): Don't define.
8761         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
8762         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
8763
8764         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
8765         reading it.
8766         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
8767         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
8768
8769 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8770
8771         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
8772         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
8773         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
8774         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
8775
8776 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
8777
8778         [BZ #14117]
8779         * sysdeps/i386/fpu/bits/fenv.h: Removed.
8780         * sysdeps/i386/fpu/Implies: New file.
8781         * sysdeps/x86_64/fpu/Implies: Likewise.
8782         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
8783         * sysdeps/x86/fpu/bits/fenv.h: This.
8784
8785         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
8786         __SSE_MATH__.
8787
8788 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
8789
8790         [BZ #14134]
8791         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
8792         character 0xffff that matches the last element of the
8793         conversion table.
8794
8795 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8796
8797         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
8798         fmodl commit.
8799
8800 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8801
8802         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
8803         values higher than 25.6283.
8804
8805 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8806
8807         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
8808         subnormal exponent extraction and add some __builtin_expect.
8809         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
8810         Fix for subnormal mantissa calculation.
8811
8812 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
8813
8814         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
8815         cpu2 is -1 and errno is not ENOSYS.
8816
8817 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
8818
8819         [BZ #14117]
8820         * sysdeps/i386/i486/bits/string.h: Renamed to ...
8821         * sysdeps/x86/bits/string.h: This.
8822         * sysdeps/x86_64/bits/string.h: Removed.
8823
8824         * sysdeps/i386/i486/bits/string.h: Define inline functions only
8825         if not compiling for x86-64, but compiling for >= i486.
8826
8827         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
8828         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
8829
8830         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
8831         New macro from Linux kernel 3.4.0.
8832         (FP_XSTATE_MAGIC2): Likewise.
8833         (FP_XSTATE_MAGIC2_SIZE): Likewise.
8834         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
8835         (struct _fpx_sw_bytes): New struct.
8836         (struct _xsave_hdr): Likewise.
8837         (struct _ymmh_state): Likewise.
8838         (struct _xstate): Likewise.
8839
8840         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
8841         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
8842         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
8843         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
8844         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
8845         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
8846
8847         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
8848         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
8849         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
8850         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
8851         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
8852         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
8853
8854 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
8855
8856         [BZ #13743]
8857         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
8858         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
8859         (sysdep_headers): Include sys/platform/ppc.h.
8860         * sysdeps/powerpc/test-gettimebase.c: Test for
8861         __ppc_get_timebase() to catch future ISA opcode/insn changes.
8862         * manual/Makefile (appendices): Include platform.texi.
8863         * manual/contrib.texi (Contributors): Update @node pointers.
8864         * manual/maint.texi (Maintenance): Likewise.
8865         (Platform): New node.
8866         * manual/platform.texi: New file.  Document the new features.
8867
8868 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8869             Jakub Jelinek  <jakub@redhat.com>
8870
8871         [BZ #14188]
8872         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
8873         where __builtin_expect is unavailable.
8874
8875 2012-06-03  David S. Miller  <davem@davemloft.net>
8876
8877         * stdlib/longlong.h: Updated from GCC.
8878
8879 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
8880
8881         [BZ #14042]
8882         * sysdeps/powerpc/powerpc32/mcount.c: New file.
8883         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
8884         __mcount_internal.
8885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
8886         (GLIBC_2.16): Likewise.
8887
8888 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
8889
8890         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
8891
8892 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
8893
8894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
8895         (default-abi): New variable.
8896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
8897         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
8898         variable.
8899         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
8900         Likewise.
8901         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
8902         Likewise.
8903         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
8904         Likewise.
8905
8906         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
8907         definition.  Document in comment.
8908
8909 2012-06-01  David S. Miller  <davem@davemloft.net>
8910
8911         * stdlib/longlong.h: Updated from GCC.
8912
8913 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
8914
8915         [BZ #14117]
8916         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
8917         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
8918         sys/debugreg.h sys/io.h here.
8919         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
8920         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
8921         sys/io.h.
8922         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
8923         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
8924         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
8925         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
8926         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
8927         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
8928
8929         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
8930         Define only if __x86_64__ is defined.
8931
8932 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
8933
8934         [BZ #14048]
8935         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
8936         Use int64_t for variable i.
8937         * math/libm-test.inc (fmod_test): Add more tests.
8938
8939         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
8940         z computation is not scheduled after fetestexcept.
8941         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
8942         Use math_force_eval instead of asm to ensure calculation scheduled
8943         before exception test.
8944         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
8945         Ensure a1 + u.d computation is not scheduled after fetestexcept.
8946
8947 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
8948
8949         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
8950         computation is not scheduled after fetestexcept.
8951
8952 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
8953
8954         [BZ #14117]
8955         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
8956         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
8957
8958 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8959
8960         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
8961         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
8962
8963 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
8964
8965         [BZ #14117]
8966         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
8967         <bits/wordsize.h>.
8968         (__WCHAR_MIN): Support __WORDSIZE == 64.
8969         (__WCHAR_MAX): Likewise.
8970
8971         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
8972         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
8973
8974         [BZ #14183]
8975         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
8976         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
8977
8978         [BZ #14117]
8979         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
8980         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
8981
8982         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
8983         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
8984
8985         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
8986         Defined to 1 if __x86_64__ isn't defined.
8987         (_STAT_VER_LINUX_OLD): New.
8988         (st_atime): Remove duplicate.
8989         (st_mtime): Likewise.
8990         (st_ctime): Likewise.
8991
8992 2012-05-31  David S. Miller  <davem@davemloft.net>
8993
8994         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
8995         entries.
8996
8997 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
8998
8999         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
9000         gen-libm-test.pl.
9001
9002         [BZ #14132]
9003         * elf/dl-reloc.c: Include <_itoa.h>.
9004         (_dl_reloc_bad_type): Remove use of INTUSE.
9005         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
9006         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
9007         * stdio-common/psiginfo.c (psiginfo): Likewise.
9008         * stdio-common/psignal.c (psignal): Likewise.
9009         * string/strsignal.c (strsignal): Likewise.
9010         * include/signal.h (_sys_siglist): Declare hidden proto.
9011         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
9012         INTVARDEF with libc_hidden_data_def.
9013         * stdio-common/itoa-udigits.c: Likewise.
9014         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
9015         (_itoa_lower_digits_internal): Remove declaration.
9016         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
9017         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
9018         (_sys_sigabbrev_internal): Remove aliases.
9019         (_sys_siglist): Define hidden alias.
9020
9021 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
9022
9023         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
9024         bits/sysctl.h.
9025
9026 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
9027
9028         [BZ #14117]
9029         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
9030         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
9031
9032         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
9033         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
9034         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
9035         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
9036         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
9037         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
9038
9039         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
9040         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
9041         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
9042
9043         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
9044         with __addr.
9045         (insw): Likewise.
9046         (insl): Likewise.
9047         (outsb): Likewise.
9048         (outsw): Likewise.
9049         (outsl): Likewise.
9050
9051         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
9052         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
9053         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
9054
9055         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
9056         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
9057         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
9058         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
9059         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
9060         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
9061
9062         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
9063         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
9064
9065         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
9066         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
9067
9068         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
9069         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
9070         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
9071
9072         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
9073         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
9074         to ...
9075         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
9076
9077         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
9078         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
9079         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
9080
9081         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
9082         for x86-64.
9083         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
9084
9085 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
9086
9087         * math/math.h (M_El): Use two more decimal places.
9088         (M_LOG2El): Likewise.
9089         (M_LOG10El): Likewise.
9090         (M_LN2l): Likewise.
9091         (M_LN10l): Likewise.
9092         (M_PIl): Likewise.
9093         (M_PI_2l): Likewise.
9094         (M_PI_4l): Likewise.
9095         (M_1_PIl): Likewise.
9096         (M_2_PIl): Likewise.
9097         (M_2_SQRTPIl): Likewise.
9098         (M_SQRT2l): Likewise.
9099         (M_SQRT1_2l): Likewise.
9100
9101 2012-05-31  David S. Miller  <davem@davemloft.net>
9102
9103         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
9104         values between float registers.
9105         * sysdeps/sparc/sparc64/memset.S: Likewise.
9106         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
9107
9108 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
9109
9110         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
9111         -D_FORTIFY_SOURCE=1.
9112         (CPPFLAGS-tst-longjmp_chk.c): Define.
9113         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
9114         (CPPFLAGS-tst-longjmp_chk2.c): Define.
9115         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
9116         CFLAGS-tst-wchar-h.c.
9117
9118 2012-05-31  Marek Polacek  <polacek@redhat.com>
9119
9120         [BZ #14132]
9121         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
9122         __endmntent_internal): Remove declaration.
9123         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
9124         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
9125         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
9126
9127 2012-05-30  David S. Miller  <davem@davemloft.net>
9128
9129         * sysdeps/sparc/sparc32/soft-fp/q_util.c
9130         (___Q_simulate_exceptions): Use real FP ops rather than writing
9131         into the %fsr.
9132         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
9133         Likewise.
9134
9135 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
9136
9137         [BZ #14117]
9138         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
9139         * sysdeps/x86/bits/xtitypes.h: This.
9140
9141         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
9142         * sysdeps/x86/bits/wordsize.h: This.
9143
9144         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
9145         * sysdeps/x86/bits/huge_vall.h: This.
9146
9147         * sysdeps/i386/bits/select.h: Removed.
9148         * sysdeps/x86_64/bits/select.h: Renamed to ...
9149         * sysdeps/x86/bits/select.h: This.
9150
9151         * sysdeps/i386/bits/setjmp.h: Removed.
9152         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
9153         * sysdeps/x86/bits/setjmp.h: This.
9154
9155         * sysdeps/i386/bits/mathdef.h: Removed.
9156         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
9157         * sysdeps/x86/bits/mathdef.h: This.
9158
9159 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
9160
9161         [BZ #14132]
9162         * include/sys/socket.h (__connect_internal)
9163         (__libc_sa_len_internal): Remove declaration.
9164         (__connect, __libc_sa_len): Declare hidden_proto.
9165         (SA_LEN): Remove use of INTUSE.
9166         * socket/connect.c: Add libc_hidden_def.
9167         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
9168         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
9169         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
9170         alias.
9171         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9172         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
9173         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
9174         of adding _internal alias.
9175
9176 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
9177
9178         [BZ #14117]
9179         * sysdeps/i386/bits/link.h: Removed.
9180         * sysdeps/i386/bits/linkmap.h: Likewise.
9181         * sysdeps/x86_64/bits/link.h: Renamed to ...
9182         * sysdeps/x86/bits/link.h: This.
9183         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
9184         * sysdeps/x86/bits/linkmap.h: This.
9185
9186         * sysdeps/i386/bits/endian.h: Removed.
9187         * sysdeps/x86_64/bits/endian.h: Renamed to ...
9188         * sysdeps/x86/bits/endian.h: This.
9189
9190         * sysdeps/i386/bits/byteswap.h: Removed.
9191         * sysdeps/i386/bits/byteswap-16.h: Likewise.
9192         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
9193         * sysdeps/x86/bits/byteswap.h: This.
9194         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
9195         * sysdeps/x86/bits/byteswap-16.h: This.
9196         * sysdeps/i386/Implies: Add x86.
9197         * sysdeps/x86_64/Implies: Likewise.
9198
9199 2012-05-30  David S. Miller  <davem@davemloft.net>
9200
9201         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
9202         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
9203         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
9204         (FP_TRAPPING_EXCEPTIONS): Define.
9205         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
9206         (FP_TRAPPING_EXCEPTIONS): Define.
9207         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
9208         subnormals only when inexact has been signalled or underflow
9209         exceptions are enabled.
9210         (_FP_PACK_CANONICAL): Likewise.
9211
9212 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
9213
9214         [BZ #14183]
9215         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
9216         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
9217
9218 2012-05-30  Richard Henderson  <rth@twiddle.net>
9219
9220         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
9221         with #ifndef NOT_IN_libc.
9222
9223         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
9224         marked to avoid plt entry.
9225
9226 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
9227
9228         [BZ #14112]
9229         * Makeconfig (default-abi): New macro.
9230         (abi-includes): Likewise.
9231         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
9232         $(abi-$(default-abi)-lib-soname) for soname if defined.
9233         ($(common-objpfx)gnu/lib-names.stmp): Generate from
9234         abi-variants.
9235         * Makefile (installed-stubs): Likewise.
9236         * include/stubs-biarch.h: Removed.
9237         * scripts/lib-names.awk: Only handle one library at a time.
9238         * scripts/soversions.awk: Remove WORDSIZE support.
9239         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
9240         entries.
9241         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
9242         Removed.
9243         (syscall-list-default-condition): Likewise.
9244         (syscall-list-default-condition): Likewise.
9245         (syscall-list-includes): Likewise.
9246         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
9247         syscall-list-* with abi-*.  Handle undefined abi-variants.
9248         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
9249         * sysdeps/unix/sysv/linux/i386/Implies: New file.
9250         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
9251         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
9252         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
9253         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
9254         Removed.
9255         (syscall-list-32-options): Likewise.
9256         (syscall-list-32-condition): Likewise.
9257         (syscall-list-64-options): Likewise.
9258         (syscall-list-64-condition): Likewise.
9259         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
9260         macro.
9261         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
9262         Renamed to ...
9263         (abi-*): This.
9264         (abi-64-ld-soname): New macro.
9265         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
9266         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
9267         Renamed to ...
9268         (abi-*): This.
9269         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
9270         * sysdeps/x86_64/x32/shlib-versions: Likewise.
9271
9272 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
9273
9274         * sysdeps/unix/sysv/linux/kernel-features.h
9275         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
9276         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
9277         include <kernel-features.h>.
9278         [!__NR_ftruncate64]: Remove conditional code.
9279         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9280         [__NR_ftruncate64]: Make code unconditional.
9281         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9282         * sysdeps/unix/sysv/linux/truncate64.c: Do not
9283         include <kernel-features.h>.
9284         [!__NR_ftruncate64]: Remove conditional code.
9285         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9286         [__NR_ftruncate64]: Make code unconditional.
9287         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
9289         include <kernel-features.h>.
9290         [!__NR_ftruncate64]: Remove conditional code.
9291         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9292         [__NR_ftruncate64]: Make code unconditional.
9293         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
9295         include <kernel-features.h>.
9296         [!__NR_ftruncate64]: Remove conditional code.
9297         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9298         [__NR_ftruncate64]: Make code unconditional.
9299         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
9300
9301         * configure.in (libc_cv_fpie): Weaken to a compile test using
9302         LIBC_TRY_CC_OPTION.
9303         * configure: Regenerated.
9304
9305 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9306
9307         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
9308         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
9309         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
9310         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9311         Refreshed.
9312         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
9313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
9314         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
9315         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
9316         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
9317         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9318         Refreshed.
9319
9320 2012-05-27  David S. Miller  <davem@davemloft.net>
9321
9322         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
9323         (___Q_zero): New.
9324         (__Q_simulate_exceptions): Return void.  Change to simulate
9325         exceptions by writing into the %fsr.
9326         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
9327         (__Qp_handle_exceptions): Likewise.
9328         (numbers): Delete.
9329         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
9330         __Qp_handle_exceptions.
9331         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
9332         __Qp_handle_exceptions.
9333         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
9334         as unused and give dummy FP_RND_NEAREST initializer.
9335         (FP_INHIBIT_RESULTS): Define.
9336         (___Q_simulate_exceptions): Update declaration.
9337         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
9338         formatting.
9339         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
9340         as unused and give dummy FP_RND_NEAREST initializer.
9341         (__Qp_handle_exceptions): Update declaration.
9342         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
9343         formatting.
9344
9345 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
9346
9347         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
9348         the temporary FPU control word.
9349         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
9350         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
9351         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
9352         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
9353         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
9354         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
9355         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
9356         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
9357         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
9358         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
9359         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
9360
9361 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9362
9363         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
9364         fields.
9365
9366 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
9367
9368         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
9369         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
9370         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
9371         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
9372         Likewise.
9373         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
9374         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
9375         Likewise.
9376
9377 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
9378
9379         * po/h.po: Update from translation team.
9380
9381 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
9382
9383         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
9384
9385         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
9386         handling of denormals.
9387         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
9388         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
9389         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
9390         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
9391         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
9392         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
9393         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
9394         Likewise.
9395
9396 2012-05-26  Marek Polacek  <polacek@redhat.com>
9397
9398         [BZ #14152]
9399         * math/libm-test.inc (fma_test): Don't always expect underflow
9400         exception.
9401
9402 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9403
9404         [BZ #12416]
9405         * elf/tst-execstack.c: Include stackinfo.h.
9406         (do_test): Adjust test case to ensure that pthread_getattr_np
9407         behaviour remains the same after marking stack executable.
9408
9409 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
9410
9411         * sysdeps/unix/sysv/linux/kernel-features.h
9412         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
9413         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
9414         kernel-features.h.
9415         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
9416         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
9417         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
9418         kernel-features.h.
9419         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
9420         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
9421
9422 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
9423
9424         * configure.in: Define the default includes to being none.
9425         * configure: Regenerated.
9426
9427 2012-05-25  Roland McGrath  <roland@hack.frob.com>
9428
9429         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
9430         * sysdeps/x86_64/setjmp.S: Likewise.
9431         * sysdeps/i386/bsd-setjmp.S: Likewise.
9432         * sysdeps/i386/bsd-_setjmp.S: Likewise.
9433         * sysdeps/i386/setjmp.S: Likewise.
9434         * sysdeps/i386/__longjmp.S: Likewise.
9435         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
9436         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
9437
9438         * include/stap-probe.h: New file.
9439         * configure.in: Handle --enable-systemtap.
9440         * configure: Regenerated.
9441         * config.h.in (USE_STAP_PROBE): New #undef.
9442         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
9443         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
9444         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
9445
9446 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
9447
9448         [BZ #13717]
9449         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
9450         to 2.4.0 where earlier.
9451         * sysdeps/unix/sysv/linux/configure: Regenerated.
9452         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
9453         <kernel-features.h>.
9454         [__ASSUME_32BITUIDS]: Make code unconditional.
9455         [!__ASSUME_32BITUIDS]: Remove conditional code.
9456         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
9457         <kernel-features.h>.
9458         [__ASSUME_32BITUIDS]: Make code unconditional.
9459         [!__ASSUME_32BITUIDS]: Remove conditional code.
9460         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
9461         [__ASSUME_32BITUIDS]: Make code unconditional.
9462         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
9463         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
9464         <kernel-features.h>.
9465         [__ASSUME_32BITUIDS]: Make code unconditional.
9466         [!__ASSUME_32BITUIDS]: Remove conditional code.
9467         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
9468         <kernel-features.h>.
9469         [__ASSUME_32BITUIDS]: Make code unconditional.
9470         [!__ASSUME_32BITUIDS]: Remove conditional code.
9471         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
9472         <kernel-features.h>.
9473         [__ASSUME_32BITUIDS]: Make code unconditional.
9474         [!__ASSUME_32BITUIDS]: Remove conditional code.
9475         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
9476         <kernel-features.h>.
9477         [__ASSUME_32BITUIDS]: Make code unconditional.
9478         [!__ASSUME_32BITUIDS]: Remove conditional code.
9479         * sysdeps/unix/sysv/linux/i386/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.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/semctl.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/setegid.c: Do not include
9504         <kernel-features.h>.
9505         [__NR_setresgid] (__setresgid): Do not declare.
9506         [__ASSUME_32BITUIDS]: Make code unconditional.
9507         [!__ASSUME_32BITUIDS]: Remove conditional code.
9508         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
9509         <kernel-features.h>.
9510         [__NR_setresuid] (__setresuid): Do not declare.
9511         [__ASSUME_32BITUIDS]: Make code unconditional.
9512         [!__ASSUME_32BITUIDS]: Remove conditional code.
9513         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
9514         <kernel-features.h>.
9515         [__ASSUME_32BITUIDS]: Make code unconditional.
9516         [!__ASSUME_32BITUIDS]: Remove conditional code.
9517         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
9518         <kernel-features.h>.
9519         [__ASSUME_32BITUIDS]: Make code unconditional.
9520         [!__ASSUME_32BITUIDS]: Remove conditional code.
9521         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
9522         <kernel-features.h>.
9523         [__ASSUME_32BITUIDS]: Make code unconditional.
9524         [!__ASSUME_32BITUIDS]: Remove conditional code.
9525         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
9526         <kernel-features.h>.
9527         [__ASSUME_32BITUIDS]: Make code unconditional.
9528         [!__ASSUME_32BITUIDS]: Remove conditional code.
9529         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
9530         <kernel-features.h>.
9531         [__ASSUME_32BITUIDS]: Make code unconditional.
9532         [!__ASSUME_32BITUIDS]: Remove conditional code.
9533         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
9534         <kernel-features.h>.
9535         [__ASSUME_32BITUIDS]: Make code unconditional.
9536         [!__ASSUME_32BITUIDS]: Remove conditional code.
9537         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
9538         <kernel-features.h>.
9539         [__ASSUME_32BITUIDS]: Make code unconditional.
9540         [!__ASSUME_32BITUIDS]: Remove conditional code.
9541         * sysdeps/unix/sysv/linux/i386/setreuid.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/i386/setuid.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/i386/shmctl.c: Do not include
9550         <kernel-features.h>.
9551         [__ASSUME_32BITUIDS]: Make code unconditional.
9552         [!__ASSUME_32BITUIDS]: Remove conditional code.
9553         * sysdeps/unix/sysv/linux/kernel-features.h
9554         (__ASSUME_SETRESUID_SYSCALL): Remove.
9555         (__ASSUME_SETRESGID_SYSCALL): Likewise.
9556         (__ASSUME_32BITUIDS): Likewise.
9557         (__ASSUME_LDT_WORKS): Likewise.
9558         (__ASSUME_O_DIRECTORY): Likewise.
9559         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
9560         architecture but not kernel version.
9561         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9562         (__ASSUME_MMAP2_SYSCALL): Likewise.
9563         (__ASSUME_STAT64_SYSCALL): Likewise.
9564         (__ASSUME_IPC64): Likewise.
9565         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
9566         <kernel-features.h>.
9567         [__ASSUME_32BITUIDS]: Make code unconditional.
9568         [!__ASSUME_32BITUIDS]: Remove conditional code.
9569         * sysdeps/unix/sysv/linux/opendir.c: Do not include
9570         <kernel-features.h>.
9571         [__ASSUME_O_DIRECTORY]: Make code unconditional.
9572         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
9573         132096]: Remove conditional code.
9574         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
9575         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
9576         <kernel-features.h>.
9577         [__ASSUME_32BITUIDS]: Make code unconditional.
9578         [!__ASSUME_32BITUIDS]: Remove conditional code.
9579         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
9580         <kernel-features.h>.
9581         [__ASSUME_32BITUIDS]: Make code unconditional.
9582         [!__ASSUME_32BITUIDS]: Remove conditional code.
9583         * sysdeps/unix/sysv/linux/setegid.c: Do not include
9584         <kernel-features.h>.
9585         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
9586         unconditional.
9587         (__setresgid): Do not declare.
9588         [__ASSUME_32BITUIDS]: Make code unconditional.
9589         [!__ASSUME_32BITUIDS]: Remove conditional code.
9590         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
9591         <kernel-features.h>.
9592         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
9593         unconditional.
9594         (__setresuid): Do not declare.
9595         [__ASSUME_32BITUIDS]: Make code unconditional.
9596         [!__ASSUME_32BITUIDS]: Remove conditional code.
9597         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
9598         <kernel-features.h>.
9599         [__ASSUME_32BITUIDS]: Make code unconditional.
9600         [!__ASSUME_32BITUIDS]: Remove conditional code.
9601         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
9602         <kernel-features.h>.
9603         [__ASSUME_32BITUIDS]: Make code unconditional.
9604         [!__ASSUME_32BITUIDS]: Remove conditional code.
9605
9606 2012-05-25  Richard Henderson  <rth@twiddle.net>
9607
9608         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
9609         dl_hwcap to ifunc resolver.
9610         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
9611         elf_ifunc_invoke.
9612         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
9613         dl_hwcap to ifunc resolver.
9614         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
9615
9616 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
9617
9618         [BZ #14153]
9619         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
9620         for |x| <= 2**-26, not 2**-57.
9621         * math/libm-test.inc (acos_test): Do not allow spurious underflow
9622         exception.
9623
9624 2012-05-24  Jeff Law  <law@redhat.com>
9625
9626         * stdio-common/Makefile (tests): Add bug25.
9627         * stdio-common/bug25.c: New test.
9628
9629 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
9630
9631         [BZ #13576]
9632         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
9633         multiple of MALLOC_ALIGNMENT in size.
9634         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
9635
9636 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
9637
9638         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
9639         Require >= 256.
9640         (FILENAME_MAX): Use macro-int-constant.
9641         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
9642         (_IOFBF): Use macro-int-constant.
9643         (_IOLBF): Likewise.
9644         (_IONBF): Likewise.
9645         (SEEK_CUR): Likewise.
9646         (SEEK_END): Likewise.
9647         (SEEK_SET): Likewise.
9648         (TMP_MAX): Likewise.
9649         (EOF): Use macro-int-constant.  Require < 0.
9650         (NULL): Use macro-constant.  Require == 0.
9651         (stdin): Require type to be FILE *.
9652         (stdout): Likewise.
9653         (stderr): Likewise.
9654         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
9655         macro-int-constant.
9656         (EXIT_SUCCESS): Likewise.
9657         (NULL): Use macro-constant.  Require == 0.
9658         (RAND_MAX): Use macro-int-constant.
9659         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
9660         [C99-based standards] (strtof): Require function.
9661         [C99-based standards] (strtold): Likewise.
9662         [C99-based standards] (strtoll): Likewise.
9663         [C99-based standards] (strtoull): Likewise.
9664         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
9665         [ISO || ISO99 || ISO11] (limits.h): Likewise.
9666         [ISO || ISO99 || ISO11] (math.h): Likewise.
9667         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
9668         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
9669         [ISO || ISO99 || ISO11] (*_t): Do not allow.
9670
9671 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
9672
9673         [BZ #14132]
9674         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
9675         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
9676         * intl/dgettext.c (DCGETTEXT): Likewise.
9677         * intl/gettext.c (DCGETTEXT): Likewise.
9678         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
9679         * posix/regex_internal.h (gettext): Likewise.
9680         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
9681         Remove declaration.
9682         * include/argz.h (__argz_count_internal)
9683         (__argz_stringify_internal): Remove declaration.
9684         (__argz_count, __argz_stringify): Declare hidden proto.
9685         * intl/dcgettext.c: Remove use of INTDEF.
9686         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
9687         * string/argz-stringify.c: Likewise.
9688         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
9689         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
9690         Declare hidden proto.
9691         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
9692         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
9693         Declare hidden proto.
9694         * include/stdio.h (__asprintf_internal): Don't declare.
9695         (__asprintf): Don't define as macro.  Declare hidden proto.
9696         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
9697         (__fsetlocking): Declare hidden proto.
9698         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
9699         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
9700         hidden proto.
9701         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
9702         (_IO_setlinebuf): Remove use of INTUSE.
9703         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
9704         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
9705         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
9706         Remove declaration.
9707         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
9708         (_IO_do_flush): Remove use of INTUSE.
9709         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
9710         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
9711         (_IO_adjust_column, _IO_least_wmarker)
9712         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
9713         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
9714         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
9715         (_IO_default_doallocate, _IO_wdefault_doallocate)
9716         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
9717         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
9718         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
9719         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
9720         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
9721         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
9722         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
9723         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
9724         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
9725         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
9726         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
9727         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
9728         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
9729         proto.
9730         (_IO_flush_all_internal, _IO_adjust_column_internal)
9731         (_IO_default_uflow_internal, _IO_default_finish_internal)
9732         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
9733         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
9734         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
9735         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
9736         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
9737         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
9738         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
9739         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
9740         (_IO_file_close_internal, _IO_file_close_it_internal)
9741         (_IO_file_underflow_internal, _IO_file_overflow_internal)
9742         (_IO_file_init_internal, _IO_file_attach_internal)
9743         (_IO_file_fopen_internal, _IO_file_read_internal)
9744         (_IO_file_sync_internal, _IO_file_seek_internal)
9745         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
9746         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
9747         (_IO_str_underflow_internal, _IO_str_overflow_internal)
9748         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
9749         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
9750         (_IO_list_all_internal, _IO_link_in_internal)
9751         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
9752         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
9753         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
9754         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
9755         (_IO_do_write_internal, _IO_padn_internal)
9756         (_IO_getline_info_internal, _IO_getline_internal)
9757         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
9758         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
9759         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
9760         (_IO_vfscanf_internal, _IO_vfprintf_internal)
9761         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
9762         (_IO_init_internal, _IO_un_link_internal): Don't declare.
9763         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
9764         with libc_hidden_ver, remove use of INTUSE.
9765         * libio/genops.c: Likewise.
9766         * libio/freopen.c: Likewise.
9767         * libio/freopen64.c: Likewise.
9768         * libio/iofclose.c: Likewise.
9769         * libio/iofdopen.c: Likewise.
9770         * libio/iofflush.c: Likewise.
9771         * libio/iofflush_u.c: Likewise.
9772         * libio/iofgets.c: Likewise.
9773         * libio/iofgets_u.c: Likewise.
9774         * libio/iofopen.c: Likewise.
9775         * libio/iofopncook.c: Likewise.
9776         * libio/iofread.c: Likewise.
9777         * libio/iofread_u.c: Likewise.
9778         * libio/ioftell.c: Likewise.
9779         * libio/iofwrite.c: Likewise.
9780         * libio/iogetline.c: Likewise.
9781         * libio/iogets.c: Likewise.
9782         * libio/iogetwline.c: Likewise.
9783         * libio/iopadn.c: Likewise.
9784         * libio/iopopen.c: Likewise.
9785         * libio/ioseekoff.c: Likewise.
9786         * libio/ioseekpos.c: Likewise.
9787         * libio/iosetbuffer.c: Likewise.
9788         * libio/iosetvbuf.c: Likewise.
9789         * libio/ioungetc.c: Likewise.
9790         * libio/ioungetwc.c: Likewise.
9791         * libio/iovdprintf.c: Likewise.
9792         * libio/iovsprintf.c: Likewise.
9793         * libio/iovsscanf.c: Likewise.
9794         * libio/memstream.c: Likewise.
9795         * libio/obprintf.c: Likewise.
9796         * libio/oldfileops.c: Likewise.
9797         * libio/oldiofclose.c: Likewise.
9798         * libio/oldiofdopen.c: Likewise.
9799         * libio/oldiofopen.c: Likewise.
9800         * libio/oldiopopen.c: Likewise.
9801         * libio/oldstdfiles.c: Likewise.
9802         * libio/putc.c: Likewise.
9803         * libio/setbuf.c: Likewise.
9804         * libio/setlinebuf.c: Likewise.
9805         * libio/stdfiles.c: Likewise.
9806         * libio/strops.c: Likewise.
9807         * libio/vasprintf.c: Likewise.
9808         * libio/vscanf.c: Likewise.
9809         * libio/vsnprintf.c: Likewise.
9810         * libio/vswprintf.c: Likewise.
9811         * libio/wfiledoalloc.c: Likewise.
9812         * libio/wfileops.c: Likewise.
9813         * libio/wgenops.c: Likewise.
9814         * libio/wmemstream.c: Likewise.
9815         * libio/wstrops.c: Likewise.
9816         * libio/__fpurge.c: Likewise.
9817         * libio/__fsetlocking.c: Likewise.
9818         * assert/assert.c: Likewise.
9819         * debug/fgets_chk.c: Likewise.
9820         * debug/fgets_u_chk.c: Likewise.
9821         * debug/fread_chk.c: Likewise.
9822         * debug/fread_u_chk.c: Likewise.
9823         * debug/gets_chk.c: Likewise.
9824         * debug/obprintf_chk.c: Likewise.
9825         * debug/vasprintf_chk.c: Likewise.
9826         * debug/vdprintf_chk.c: Likewise.
9827         * debug/vsnprintf_chk.c: Likewise.
9828         * debug/vsprintf_chk.c: Likewise.
9829         * malloc/mtrace.c: Likewise.
9830         * misc/error.c: Likewise.
9831         * misc/syslog.c: Likewise.
9832         * stdio-common/asprintf.c: Likewise.
9833         * stdio-common/fxprintf.c: Likewise.
9834         * stdio-common/getw.c: Likewise.
9835         * stdio-common/isoc99_fscanf.c: Likewise.
9836         * stdio-common/isoc99_scanf.c: Likewise.
9837         * stdio-common/isoc99_vfscanf.c: Likewise.
9838         * stdio-common/isoc99_vscanf.c: Likewise.
9839         * stdio-common/isoc99_vsscanf.c: Likewise.
9840         * stdio-common/printf-prs.c: Likewise.
9841         * stdio-common/printf_fp.c: Likewise.
9842         * stdio-common/printf_fphex.c: Likewise.
9843         * stdio-common/printf_size.c: Likewise.
9844         * stdio-common/putw.c: Likewise.
9845         * stdio-common/scanf.c: Likewise.
9846         * stdio-common/sprintf.c: Likewise.
9847         * stdio-common/tmpfile.c: Likewise.
9848         * stdio-common/vfprintf.c: Likewise.
9849         * stdio-common/vfscanf.c: Likewise.
9850         * stdlib/strfmon_l.c: Likewise.
9851         * sunrpc/openchild.c: Likewise.
9852         * sunrpc/xdr_stdio.c: Likewise.
9853         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
9854         * sysdeps/mach/hurd/tmpfile.c: Likewise.
9855
9856 2012-05-24  Roland McGrath  <roland@hack.frob.com>
9857
9858         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
9859
9860         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
9861         in the third column, to generate for the shared library an IFUNC
9862         that uses _dl_vdso_vsym.
9863         * Makerules (COMPILE.c, compile-stdin.c): New variables.
9864         * Makeconfig (object-suffixes-noshared): New variable.
9865
9866         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
9867         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
9868         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
9869         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
9870
9871         [BZ #14132]
9872         * include/sys/time.h (__gettimeofday): Remove macro.
9873         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
9874         * time/gettimeofday.c (__gettimeofday): Remove #undef.
9875         Remove INTDEF.
9876         (__gettimeofday): Add libc_hidden_def.
9877         (gettimeofday): Add libc_hidden_weak.
9878         * sysdeps/mach/gettimeofday.c: Likewise.
9879         * sysdeps/posix/gettimeofday.c: Likewise.
9880         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
9881         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
9882         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
9883         (__gettimeofday_internal): Remove strong_alias.
9884         (__gettimeofday): Add libc_hidden_def.
9885         (gettimeofday): Add libc_hidden_weak.
9886         * sysdeps/unix/syscalls.list (gettimeofday):
9887         Remove __gettimeofday_internal alias.
9888
9889 2012-05-24  Daniel Jacobowitz  <drow@false.org>
9890             H.J. Lu  <hongjiu.lu@intel.com>
9891
9892         [BZ #12495]
9893         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
9894         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
9895         (largebin_index_32_big): New.
9896         (largebin_index): Use it for 16-byte alignment.
9897         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
9898         correction with front_misalign.
9899
9900 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
9901
9902         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
9903         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9904         Likewise.
9905         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
9906         Likewise.
9907         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
9908         Likewise.
9909         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
9910         Likewise.
9911         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
9912         Likewise.
9913         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
9914         Likewise.
9915         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
9916         Likewise.
9917         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
9918         Likewise.
9919         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
9920         Likewise.
9921         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
9922         Likewise.
9923         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9924         Likewise.
9925         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
9926         Likewise.
9927
9928         * scripts/data/c++-types-x32-linux-gnu.data: New file.
9929         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
9930
9931 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
9932
9933         [BZ #10846]
9934         [BZ #14036]
9935         * math/libm-test.inc (exp_test): Add test from bug 14036.
9936         (pow_test): Add test from bug 10846.
9937
9938         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
9939         and other flags.
9940         (special_function): Do not include flags in test name.
9941         (parse_args): Likewise.
9942         * sysdeps/i386/fpu/libm-test-ulps: Update.
9943         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9944         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9945         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9947
9948         * math/gen-libm-test.pl (%beautify): Add entries for underflow
9949         exceptions.
9950         * math/libm-test.inc ("Philosophy"): Update comment about
9951         exception testing.
9952         (UNDERFLOW_EXCEPTION): New macro.
9953         (UNDERFLOW_EXCEPTION_OK): Likewise.
9954         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
9955         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
9956         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
9957         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
9958         (INVALID_EXCEPTION_OK): Update value.
9959         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
9960         (OVERFLOW_EXCEPTION_OK): Likewise.
9961         (IGNORE_ZERO_INF_SIGN): Likewise.
9962         (test_exceptions): Handle underflow exceptions.
9963         (acos_test): Update for underflow exception expectations.
9964         (cexp_test): Likewise.
9965         (clog_test): Likewise.
9966         (clog10_test): Likewise.
9967         (csqrt_test): Likewise.
9968         (ctan_test): Likewise.
9969         (ctanh_test): Likewise.
9970         (exp_test): Likewise.
9971         (exp10_test): Likewise.
9972         (exp2_test): Likewise.
9973         (expm1_test): Likewise.
9974         (fma_test): Likewise.
9975         (j0_test): Likewise.
9976         (jn_test): Likewise.
9977         (nexttoward_test): Likewise.
9978         (pow_test): Likewise.
9979         (scalbn_test): Likewise.
9980         (scalbln_test): Likewise.
9981         (tan_test): Likewise.
9982         (y1_test): Likewise.
9983         * sysdeps/i386/fpu/libm-test-ulps: Update.
9984         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9985
9986 2012-05-23  David S. Miller  <davem@davemloft.net>
9987
9988         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
9989         (__libc_sigaction): Remove unused local variables.
9990
9991 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
9992
9993         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
9994
9995 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
9996
9997         mktime: avoid signed integer overflow
9998         * time/mktime.c (__mktime_internal): Do not mishandle the case
9999         where diff == INT_MIN.
10000
10001         mktime: simplify computation of average
10002         * time/mktime.c (ranged_convert): Use new time_t_avg function
10003         instead of rolling our own (probably-slower) code.
10004
10005         mktime: do not assume signed right shift propagates sign bit
10006         * time/mktime.c (isdst_differ): New static function.
10007         (__mktime_internal): No need to normalize tm_isdst now.
10008         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
10009         tm_isdst values.
10010
10011         mktime: merge another wrapv change from gnulib
10012         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
10013         from some compilers.
10014
10015         mktime: remove incorrect attempt at unusual arithmetics
10016         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
10017         The code didn't really work on such machines anyway.
10018         (TYPE_MINIMUM): Assume two's complement.
10019         (twos_complement_arithmetic): Verify that long_int and time_t
10020         are two's complement (or unsigned, in the latter case).
10021
10022         mktime: check signed shifts on long_int and time_t, too
10023         * time/mktime.c (SHR): Check that shifts work as desired
10024         on the types long_int and time_t too, as SHR is used on
10025         such types.
10026
10027         mktime: do not assume 'long' is wide enough
10028         * time/mktime.c (verify): Move decl up.
10029         (long_int): New type.
10030         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
10031         to remove assumption in the code that 'long' is wide enough to
10032         store year values.  This assumption is not true on x32 and on
10033         some non-glibc platforms.
10034
10035         mktime: merge wrapv change from gnulib
10036         * time/mktime.c (WRAPV): New macro.
10037         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
10038         (guess_time_tm, __mktime_internal): Do not assume that signed
10039         integer overflow wraps around; modern compilers generate code
10040         where this assumption is no longer valid.
10041
10042 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
10043
10044         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
10045         Replace "jmp L(pseudo_end)" with "ret".
10046         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
10047         Likewise.
10048
10049 2012-05-23  Andreas Jaeger  <aj@suse.de>
10050
10051         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
10052         * sysdeps/unix/sysv/linux/poll.c: Remove file.
10053
10054 2012-05-23  Andreas Jaeger  <aj@suse.de>
10055             Maximilian Attems  <max@stro.at>
10056
10057         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
10058         New macros.
10059
10060 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
10061
10062         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
10063         code so that pseudo_end is just ret and the stack pointer is
10064         correct also for static library in error case.
10065
10066 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
10067
10068         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
10069         move to syscalls.list.
10070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10074
10075         * manual/install.texi (Running make install): Do not mention Linux
10076         kernel version for which pt_chown is not needed.
10077         (Linux): Do not mention problems with nscd with 2.0 kernels.
10078         * INSTALL: Regenerated.
10079
10080 2012-05-23  Andreas Jaeger  <aj@suse.de>
10081
10082         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
10083         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
10084         macro.
10085         * sysdeps/unix/sysv/linux/s390/bits/mman.h
10086         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
10087         * sysdeps/unix/sysv/linux/sh/bits/mman.h
10088         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
10089         * sysdeps/unix/sysv/linux/i386/bits/mman.h
10090         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
10091         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
10092         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
10093         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
10094         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
10095         * sysdeps/unix/sysv/linux/bits/in.h
10096         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
10097
10098 2012-05-22  Roland McGrath  <roland@hack.frob.com>
10099
10100         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
10101         (PREPARE_VERSION): Just use assert instead, it will be elided
10102         under [NDEBUG] anyway.
10103
10104 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
10105
10106         * sysdeps/unix/sysv/linux/Makefile: Include
10107         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
10108         (sysdep_routines): Remove sysctl.
10109         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
10110         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
10111         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
10112         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
10113         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
10114
10115 2012-05-22  Andreas Jaeger  <aj@suse.de>
10116
10117         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
10118         that pseudo_end is just ret and the stack pointer is correct also
10119         for static library in error case.
10120
10121 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
10122
10123         [BZ #14122]
10124         * nss/nsswitch.c (defconfig_entries): New variable.
10125         (__nss_database_lookup): Don't leak defconfig entries.
10126         (nss_parse_service_list): Don't leak on error paths.
10127         (free_database_entries): New function.
10128         (free_defconfig): New function.
10129         (free_mem): Move common code to free_database_entries.
10130
10131 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
10132
10133         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
10134         Add arch_prctl.
10135         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
10136
10137         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
10138         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
10139         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
10140         New macro.
10141         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
10142         (INTERNAL_SYSCALL_TYPES): Likewise.
10143         (LOAD_ARGS_TYPES_[1-6]): Likewise.
10144         (LOAD_REGS_TYPES_[1-6]): Likewise.
10145         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
10146         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
10147
10148 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10149
10150         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
10151         copysignl for GLIBC_2_0.
10152         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
10153         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
10154         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
10155         logbl for GLIBC_2_0.
10156         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
10157         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
10158
10159 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
10160
10161         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
10162         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
10163
10164         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
10165         Use "neg %eax".
10166
10167         * time/mktime.c: Update copyright years.
10168
10169 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10170
10171         mktime: merge comment-quoting-style change from gnulib
10172         * time/mktime.c: Quote 'like this' in comments.
10173         The GNU coding standards suggest that we no longer quote `like this',
10174         as "`" and "'" are typically rendered asymmetrically nowadays.
10175         The typical gnulib style is to quote 'like this' when quoting
10176         code, and "like this" when quoting English.
10177
10178         * time/mktime.c (compile-command): Add "-I.".
10179
10180         mktime: merge mktime-internal.h change from gnulib
10181         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
10182
10183         mktime: merge time_r change from gnulib
10184         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
10185
10186         mktime: merge DEBUG change from gnulib
10187         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
10188         case system <time.h> has a #define.
10189
10190         mktime: merge <sys/types.h> change from gnulib
10191         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
10192         since <time.t> is now guaranteed to define time_t.
10193
10194         mktime: merge HAVE_CONFIG_H change from gnulib
10195         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
10196
10197 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
10198
10199         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
10200         Use "neg %eax".
10201
10202         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
10203         __rlim_t cast.
10204         (struct rusage): Use anonymous union to pad each field to
10205         __syscall_slong_t.
10206
10207 2012-05-21  David S. Miller  <davem@davemloft.net>
10208
10209         * Makefules (o-iterator): Remove .s cases.
10210         (compile-command.s): Delete.
10211         (COMPILE.s): Delete.
10212         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
10213
10214 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
10215
10216         * configure.in (libc_cv_predef_stack_protector): Only consider
10217         "foobar" and "__stack_chk_fail" lines in libc_undefs.
10218         * configure: Regenerated.
10219
10220 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
10221
10222         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
10223         New macro.  Use R*LP on int and pointer.
10224         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
10225         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
10226         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
10227         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
10228
10229         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
10230         [__WORDSIZE_TIME64_COMPAT32] instead of
10231         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
10232         (struct utmp): Likewise.
10233         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
10234         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
10235         Renamed to ...
10236         (__WORDSIZE_TIME64_COMPAT32): This.
10237         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
10238         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
10239         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
10240         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
10241         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
10242         (__WORDSIZE_TIME64_COMPAT32): New macro.
10243
10244 2012-05-21  Andreas Jaeger  <aj@suse.de>
10245
10246         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
10247         only if [SHARED]. Add prototype for __wcschr_ia32.
10248
10249 2012-05-21  Roland McGrath  <roland@hack.frob.com>
10250
10251         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
10252         of %rbp unmolested in the jmp_buf while mangling the low bits.
10253         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
10254         unmolested high bits of %rbp while demangling the low bits.
10255         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
10256
10257 2012-05-21  Andreas Jaeger  <aj@suse.de>
10258
10259         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
10260         * sunrpc/svc_simple.c: Use it for registerrpc.
10261         * sunrpc/xcrypt.c: Use it for passwd2des.
10262
10263         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
10264
10265 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
10266
10267         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
10268         Don't define if [__SYSCALL_WORDSIZE != 32].
10269         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
10270         New macro.
10271
10272 2012-05-21  Bruno Haible  <bruno@clisp.org>
10273             Andreas Jaeger  <aj@suse.de>
10274
10275         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
10276         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
10277         inptr and inend for must_buffer_ch.
10278         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
10279         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
10280         * stdio-common/Makefile (tests): Remove bug15.
10281         (bug15-ENV): Remove macro.
10282         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
10283         anymore.
10284
10285 2012-05-19  Andreas Jaeger  <aj@suse.de>
10286             Roland McGrath  <roland@hack.frob.com>
10287
10288         * manual/contrib.texi: Completely rewritten. It contains now an
10289         alphabetical list of contributors and their contributions.
10290
10291 2012-05-21  Richard Henderson  <rth@twiddle.net>
10292
10293         * misc/getauxval.c (__getauxval): Use unsigned long int.
10294         * misc/sys/auxv.h: Include <sys/cdefs.h>.
10295         (getauxval): Use unsigned long int.
10296
10297 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
10298
10299         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
10300
10301 2012-05-21  Roland McGrath  <roland@hack.frob.com>
10302
10303         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
10304         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
10305         __alignof__ (long double).
10306
10307 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10308
10309         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10310
10311 2012-05-20  Richard Henderson  <rth@twiddle.net>
10312
10313         * misc/getauxval.c: New file.
10314         * misc/sys/auxv.h: New file.
10315         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
10316         (routines): Add getauxval.
10317         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
10318         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
10319         * elf/dl-sysdep.c (_dl_auxv): Remove.
10320         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
10321         * elf/dl-support.c (_dl_auxv): New variable.
10322         (_dl_aux_init): Initialize it.
10323         * manual/startup.texi (Auxiliary Vector): New node.
10324         * sysdeps/generic/bits/hwcap.h: New file.
10325         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
10326         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
10327         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
10328         * sysdeps/sparc/sysdep.h: ... here.  Include it.
10329         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
10330         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
10331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10332         Update.
10333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
10334         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
10335         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
10336         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
10337         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
10338         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
10339         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
10340         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
10341
10342 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10343
10344         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10345
10346 2012-05-19  David S. Miller  <davem@davemloft.net>
10347
10348         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10349
10350 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
10351
10352         [BZ #14123]
10353         * math/s_ccosh.c: Include <float.h>
10354         (__ccosh): Avoid internal overflow calculating sinh and cosh
10355         values before multiplying by sin and cos values.
10356         * math/s_ccoshf.c: Likewise.
10357         * math/s_ccoshl.c: Likewise.
10358         * math/s_csin.c: Likewise.
10359         * math/s_csinf.c: Likewise.
10360         * math/s_csinl.c: Likewise.
10361         * math/s_csinh.c: Likewise.
10362         * math/s_csinhf.c: Likewise.
10363         * math/s_csinhl.c: Likewise.
10364         * math/libm-test.inc (ccos_test): Add more tests.
10365         (ccosh_test): Likewise.
10366         (csin_test): Likewise.
10367         (csinh_test): Likewise.
10368         * sysdeps/i386/fpu/libm-test-ulps: Update.
10369         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10370
10371 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
10372
10373         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
10374         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
10375
10376         * sysdeps/x86_64/x32/_itoa.h: Add comment.
10377
10378 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
10379
10380         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
10381         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
10382         * sysdeps/powerpc/soft-fp/Versions: Likewise.
10383         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
10384         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
10385         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
10386         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
10387         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
10388         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
10389         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
10390         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
10391         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
10392         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
10393         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
10394         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
10395         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
10396         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
10397         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
10398         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
10399         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
10400         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
10401         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
10402         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
10403         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
10404         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
10405         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
10406         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
10407         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
10408         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
10409         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
10410         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
10411
10412 2012-05-18  Andreas Jaeger  <aj@suse.de>
10413
10414         * csu/.gitignore: Delete.
10415
10416 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
10417
10418         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
10419         (timex): Use __syscall_slong_t.
10420
10421 2012-05-18  Andreas Jaeger  <aj@suse.de>
10422             Carlos O'Donell  <carlos_odonell@mentor.com>
10423
10424         * manual/install.texi (Configuring and compiling): Update
10425         description about files modified in the source directory.
10426         * INSTALL: Regenerated.
10427
10428 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
10429
10430         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
10431         value.  Use "or" to set return value to -1.
10432         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
10433         negate return value.
10434
10435 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
10436
10437         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
10438         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
10439         failure if the compiler has Graphite support disabled.
10440         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
10441         Likewise.
10442         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
10443         CFLAGS-memmove.c): Likewise.
10444         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
10445         Likewise.
10446
10447 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
10448
10449         * sysdeps/x86_64/x32/_itoa.h: New file.
10450
10451         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
10452         getdents system call only if kernel and user dirents have the
10453         same d_ino and d_off.
10454
10455         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
10456         LLONG_MAX != LONG_MAX.
10457         (_itoa_word): Use _ITOA_WORD_TYPE on value.
10458         (_fitoa_word): Likewise.
10459
10460         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
10461         years.
10462         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
10463         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
10464         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
10465
10466         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
10467         include <bits/wordsize.h>.  Check __x86_64__ instead of
10468         __WORDSIZE.
10469         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
10470         if __x86_64__ is defined.  Use anonymous union on fpstate.
10471
10472         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
10473         anonymous union.
10474
10475 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
10476
10477         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
10478         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
10479         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
10480         Refer to _rtld_local_ro instead of _rtld_global_ro.
10481         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
10482         Likewise.
10483         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
10484         Likewise.
10485         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
10486         Likewise.
10487         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
10488         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
10489         of _rtld_global, and rtld_progname instead of _dl_argv[0].
10490
10491         * sysdeps/powerpc/powerpc32/dl-machine.c
10492         (__elf_machine_runtime_setup) [PROF]: Don't reference
10493         _dl_prof_resolve.
10494
10495 2012-05-18  Andreas Jaeger  <aj@suse.de>
10496
10497         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
10498         function only available for GCCs before 3.4 since GCC 3.4
10499         introduced a builtin.
10500         (lrint): Likewise.
10501         (llrintf): Likewise.
10502         (llrint): Likewise.
10503         (fmaxf): Likewise.
10504         (fmax): Likewise.
10505         (fminf): Likewise.
10506         (fmin): Likewise.
10507         (rint): Likewise.
10508         (rintf): Likewise.
10509         (nearbyint): Likewise.
10510         (nearbyintf): Likewise.
10511         (ceil): Likewise.
10512         (ceilf): Likewise.
10513         (floor): Likewise.
10514         (floorf): Likewise.
10515
10516 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
10517
10518         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
10519         on both fields and cast pointer to __syscall_ulong_t.
10520
10521         * bits/types.h (__fsword_t): New type.
10522         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
10523         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
10524         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
10525         (__FSWORD_T_TYPE): Likewise.
10526         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
10527         (__FSWORD_T_TYPE): Likewise.
10528         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
10529         (__FSWORD_T_TYPE): Likewise.
10530         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
10531         (__FSWORD_T_TYPE): Likewise.
10532         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
10533         __SWORD_TYPE with __fsword_t.
10534         (statfs64): Likewise.
10535
10536 2012-05-17  David S. Miller  <davem@davemloft.net>
10537
10538         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
10539
10540 2012-05-17  Andreas Jaeger  <aj@suse.de>
10541
10542         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
10543         warning.
10544
10545 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
10546
10547         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
10548
10549 2012-05-17  Andreas Jaeger  <aj@suse.de>
10550
10551         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
10552         when it is used.
10553
10554 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
10555
10556         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
10557
10558 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
10559
10560         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
10561         * sysdeps/x86_64/tst-mallocalign1.c: New file.
10562
10563 2012-05-17  Andreas Jaeger  <aj@suse.de>
10564             Carlos O'Donell  <carlos_odonell@mentor.com>
10565
10566         [BZ #14059]
10567         * sysdeps/x86_64/multiarch/init-arch.h
10568         (bit_YMM_Usable): Rename to...
10569         (bit_AVX_Usable): ... this.
10570         (bit_FMA4_Usable): New macro.
10571         (bit_XMM_state): New macro.
10572         (bit_YMM_state): New macro.
10573         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
10574         [__ASSEMBLER__] (index_AVX_Usable): ... this.
10575         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
10576         (CPUID_OSXSAVE): New macro.
10577         (CPUID_AVX): New macro.
10578         (CPUID_FMA4): New macro.
10579         (index_YMM_Usable): Rename to...
10580         (index_AVX_Usable): ... this.
10581         (HAS_AVX): Use HAS_ARCH_FEATURE.
10582         (HAS_FMA4): Likewise.
10583         (HAS_YMM_USABLE): Remove.
10584         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10585         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
10586         are present.
10587         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
10588         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
10589         * sysdeps/x86_64/multiarch/Makefile: Likewise.
10590         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
10591         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
10592
10593 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
10594
10595         * math/libm-test.c: Support platforms without multiple rounding modes.
10596         * math/bug-nextafter.c: Support platforms without FP exceptions.
10597         * math/bug-nexttoward.c: Likewise.
10598         * math/test-fenv.c: Likewise.
10599         * math/test-misc.c: Likewise.
10600         * stdlib/bug-getcontext.c: Likewise.
10601
10602 2012-05-17  Andreas Jaeger  <aj@suse.de>
10603
10604         * manual/examples/search.c (critter_cmp): Change signature to
10605         avoid warnings.
10606         * manual/string.texi (Collation Functions): Likewise.
10607
10608 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10609
10610         * bits/types.h: Fold copyright years.
10611         * bits/typesizes.h: Likewise.
10612         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
10613         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
10614         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
10615         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
10616         * time/time.h: Likewise.
10617
10618 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
10619
10620         [BZ #208]
10621         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
10622         in instead of returning them.  Return void.
10623         (__libc_mallinfo): Accumulate over all arenas.
10624         (__malloc_stats): Adjust for change in int_mallinfo interface.
10625
10626 2012-05-16  Roland McGrath  <roland@hack.frob.com>
10627
10628         [BZ #10375]
10629         * configure.in (NM): Add AC_CHECK_TOOL for it.
10630         (libc_extra_cflags): New substituted variable.
10631         Check for -fstack-protector being used implicitly.
10632         * configure: Regenerated.
10633         * config.make.in (config-extra-cflags): New variable,
10634         gets @libc_extra_cflags@.
10635         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
10636
10637         [BZ #10375]
10638         * configure.in: Check for _FORTIFY_SOURCE being predefined.
10639         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
10640         * configure: Regenerated.
10641         * config.make.in (CPPUNDEFS): New substituted variable.
10642         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
10643         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
10644         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
10645
10646 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10647
10648         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
10649         (mq_attr): Use __syscall_slong_t.
10650
10651 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10652
10653         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
10654         Check __x86_64__ instead of __WORDSIZE.
10655         (_STAT_VER_LINUX): Likewise.
10656         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
10657         __syscall_ulong_t and __syscall_slong_t.
10658         (stat64): Likewise.
10659
10660 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10661
10662         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
10663
10664 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10665
10666         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
10667
10668 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10669
10670         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
10671         __syscall_ulong_t.
10672
10673         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
10674         include <bits/wordsize.h>.  Check __x86_64__ instead of
10675         __WORDSIZE.
10676         (greg_t): Use "__extension__ long long int" if __x86_64__ is
10677         defined.
10678         (mcontext_t): Replace "unsigned long" with "unsigned long long".
10679
10680         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
10681         include <bits/wordsize.h>.  Check __x86_64__ instead of
10682         __WORDSIZE.
10683         (user_regs_struct): Use "__extension__ unsigned long long"
10684         instead of "unsigned long" if __x86_64__ is defined.
10685         (user): Likewise.  Pad after pointer field if __ILP32__ is
10686         defined.
10687
10688 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
10689
10690         * configure.in (makeinfo): Require version 4.5 or later.  Allow
10691         versions 5 to 9.
10692         * configure: Regenerated.
10693         * manual/install.texi (texinfo): Increase version requirement to
10694         4.5 or later.
10695         * INSTALL: Regenerated.
10696
10697         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
10698
10699 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
10700
10701         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
10702
10703         * sysdeps/x86_64/x32/ffs.c: New file.
10704
10705         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
10706         __syscall_ulong_t.
10707         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
10708         defined.  Use __syscall_ulong_t.
10709         (shminfo): Use __syscall_ulong_t.
10710         (shm_info): Likewise.
10711
10712         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
10713         __syscall_ulong_t.
10714
10715         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
10716         <bits/wordsize.h>.
10717         (msgqnum_t): Use __syscall_ulong_t.
10718         (msglen_t): Likewise.
10719         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
10720         __syscall_ulong_t.
10721
10722         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
10723         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
10724
10725         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
10726
10727         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
10728         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
10729
10730         * sysvipc/sys/msg.h (msgbuf): Replace long int with
10731         __syscall_slong_t.
10732
10733         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
10734         include <bits/wordsize.h>.  Check __x86_64__ instead of
10735         __WORDSIZE.
10736
10737         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
10738         "unsigned long long int" if __x86_64__ is defined.
10739         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
10740
10741         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
10742         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
10743         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
10744
10745         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
10746         <stdint.h>.
10747         (GET_PC): Cast to uintptr_t first.
10748         (GET_FRAME): Likewise.
10749         (GET_STACK): Likewise.
10750
10751         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
10752         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
10753         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
10754         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
10755         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
10756         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
10757         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
10758         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
10759         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
10760         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
10761         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
10762         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
10763         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
10764         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
10765         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
10766         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
10767         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
10768         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
10769         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
10770         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
10771         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
10772         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
10773         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
10774         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
10775         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
10776         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
10777         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
10778         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
10779         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
10780
10781 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
10782
10783         * Makerules (+depfiles): Also collect depfiles from .oS in
10784         $(extra-objs).
10785         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
10786         .oS, $(libnldbl-routines)).
10787
10788         * Makerules (native-compile-mkdep-flags): Define.
10789         * sunrpc/Makefile (extra-objs): Add $(addprefix
10790         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
10791         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
10792         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
10793         calling $(make-target-directory).
10794
10795 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10796
10797         * bits/types.h (__snseconds_t): Removed.
10798         * time/time.h (struct timespec): Replace __snseconds_t with
10799         __syscall_slong_t.
10800         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
10801         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
10802         Likewise.
10803         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
10804         (__SNSECONDS_T_TYPE): Likewise.
10805         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
10806         (__SNSECONDS_T_TYPE): Likewise.
10807         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
10808         (__SNSECONDS_T_TYPE): Likewise.
10809
10810 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10811
10812         * sysdeps/mach/hurd/bits/typesizes.h
10813         (__SYSCALL_SLONG_TYPE): New macro.
10814         (__SYSCALL_ULONG_TYPE): Likewise.
10815
10816 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10817
10818         * bits/types.h (__syscall_slong_t): New type.
10819         (__syscall_ulong_t): Likewise.
10820
10821         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
10822         (__SYSCALL_ULONG_TYPE): Likewise.
10823         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
10824         (__SYSCALL_SLONG_TYPE): Likewise.
10825         (__SYSCALL_ULONG_TYPE): Likewise.
10826         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
10827         (__SYSCALL_SLONG_TYPE): Likewise.
10828         (__SYSCALL_ULONG_TYPE): Likewise.
10829         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
10830         (__SYSCALL_SLONG_TYPE): Likewise.
10831         (__SYSCALL_ULONG_TYPE): Likewise.
10832
10833 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10834
10835         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
10836         Add sigaltstack-offsets.sym.
10837         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
10838         <sigaltstack-offsets.h>.
10839         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
10840         longjmp_msg pointer.
10841         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
10842         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
10843         signal stack.
10844         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
10845
10846 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
10847
10848         * elf/stackguard-macros.h: Remove file.
10849         * sysdeps/generic/stackguard-macros.h: New file.
10850         * sysdeps/i386/stackguard-macros.h: Likewise.
10851         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
10852         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
10853         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
10854         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
10855         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
10856         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
10857         * sysdeps/x86_64/stackguard-macros.h: Likewise.
10858         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
10859         <elf/stackguard-macros.h>.
10860
10861         [BZ #14109]
10862         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
10863         __aligned__ in attribute.
10864         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
10865         (gregset_t): Likewise.
10866
10867 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10868
10869         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
10870         * sysdeps/x86_64/64/Implies-after: Here.  New file.
10871         * sysdeps/x86_64/x32/Implies-after: New file.
10872
10873 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10874
10875         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
10876         and access return value for _dl_profile_fixup.  Use R10_LP to
10877         load frame size.
10878
10879 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10880
10881         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
10882
10883 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10884
10885         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
10886         * sysdeps/x86_64/x32/sysdep.h: New file.
10887
10888 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10889
10890         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
10891         * sysdeps/x86_64/setjmp.S: Likewise.
10892
10893 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10894
10895         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
10896         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
10897         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
10898         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
10899         remove unused global constant.
10900
10901 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
10902
10903         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
10904         include of <not-cancel.h>.
10905
10906 2012-05-15  Roland McGrath  <roland@hack.frob.com>
10907
10908         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
10909
10910 2012-05-15  Jeff Law  <law@redhat.com>
10911             Andreas Jaeger  <aj@suse.de>
10912
10913         [BZ #13594]
10914         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
10915         out from...
10916         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
10917         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
10918         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
10919         code changing __hst_map_handle.map.
10920
10921 2012-05-15  Roland McGrath  <roland@hack.frob.com>
10922
10923         * configure.in (sysnames): Look for Implies-before and Implies-after
10924         files.
10925         * configure: Regenerated.
10926
10927 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10928
10929         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
10930         8-byte data alignment with LP_SIZE alignment.
10931
10932 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10933
10934         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
10935         into R10_LP.
10936
10937 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10938
10939         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
10940
10941 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10942
10943         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
10944         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
10945         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
10946         Likewise.
10947         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
10948
10949 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10950
10951         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
10952         (stackinfo_sub_sp): Likewise.
10953
10954 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10955
10956         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
10957         RAX_LP.
10958
10959 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10960
10961         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
10962         into R*_LP.
10963
10964 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10965
10966         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
10967         sizes into R*_LP.
10968
10969 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10970
10971         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
10972
10973 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10974
10975         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
10976         into R11_LP and load __x86_64_shared_cache_size_half into
10977         R8_LP.
10978
10979 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
10980
10981         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
10982         R8_LP.
10983
10984 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10985
10986         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
10987         logb for POWER7.
10988         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
10989         logbf for POWER7.
10990         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
10991         logbl for POWER7.
10992         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
10993         powerpc32/power7/fpu/s_logb.c via #include.
10994         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
10995         powerpc32/power7/fpu/s_logbf.c via #include.
10996         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
10997         powerpc32/power7/fpu/s_logbl.c via #include.
10998
10999 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
11000
11001         * README.libm: Remove file.
11002
11003 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11004
11005         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
11006         count for x32.  Use R*_LP and omit operand-size suffix.
11007
11008 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11009
11010         * shlib-versions: Move x86_64-.*-linux.* entries to ...
11011         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
11012         * sysdeps/x86_64/x32/shlib-versions: New file.
11013
11014 2012-05-14  Roland McGrath  <roland@hack.frob.com>
11015
11016         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
11017         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
11018         Use _dl_fatal_printf instead.
11019
11020 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
11021
11022         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
11023         set if not set by the user.  Do not allow for being unset.
11024         * sysdeps/unix/sysv/linux/configure: Regenerated.
11025
11026 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11027
11028         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
11029         the `q' suffix from lea and replace .quad with ASM_ADDR.
11030
11031 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11032
11033         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
11034         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
11035         instead of $17.
11036         (PTR_DEMANGLE): Likewise.
11037
11038 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11039
11040         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
11041         (LP_OP): Likewise.
11042         (ASM_ADDR): Likewise.
11043         (RAX_LP): Likewise.
11044         (RBP_LP): Likewise.
11045         (RBX_LP): Likewise.
11046         (RCX_LP): Likewise.
11047         (RDI_LP): Likewise.
11048         (RSI_LP): Likewise.
11049         (RSP_LP): Likewise.
11050         (R8_LP): Likewise.
11051         (R9_LP): Likewise.
11052         (R10_LP): Likewise.
11053         (R10_LP): Likewise.
11054         (R11_LP): Likewise.
11055         (R12_LP): Likewise.
11056         (R13_LP): Likewise.
11057         (R14_LP): Likewise.
11058         (R15_LP): Likewise.
11059
11060 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11061
11062         * sysdeps/x86_64/x32/dl-machine.h: New file.
11063
11064 2012-05-14  Andreas Jaeger  <aj@suse.de>
11065
11066         * manual/Makefile (subdir): Remove export of subdir.
11067         (all): Remove target.
11068         (.PHONY): Remove all from list.
11069         (mkinstalldirs): Remove.
11070         (.PHONY): Remove installdirs from list.
11071         ($(inst_infodir)/libc.info): Use make-target-directory.
11072         (installdirs): Remove.
11073         (subdir_%): Remove.
11074         (glibc-targets): Remove.
11075         (lib): Remove.
11076         (stubs): Remove.
11077         ($(objpfx)stubs ../po/manual.pot): Remove.
11078         ($(objpfx)stamp%): Remove.
11079         (make-target-directory): Remove.
11080         (subdir_install): Remove.
11081         (routines): Remove.
11082         (aux): Remove.
11083         (sources): Remove.
11084         (objects): Remove.
11085         (headers): Remove.
11086
11087         [BZ #13750]
11088         * manual/.gitignore: Remove, it's not needed anymore.
11089         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
11090         all files in it.
11091         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
11092         directory.
11093         (texis): Renamed to $(objpfx)texis.
11094         (texis-path): New, contains path to generated files.
11095         (chapters.%): Use texis-path for complete path, add extra argument
11096         libc-texinfo.sh.
11097         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
11098         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
11099         (summary,texi, stamp-summary): Use complete path of
11100         files. Generate files in build dir.
11101         (dir-add.texi): Build in build dir.
11102         (libm-err.texi,stamp-libm-err): Likewise.
11103         (version.texi, stamp-version): Likewise.
11104         (.%c.texi): Likewise.
11105         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
11106         (mostlyclean): Remove target.
11107         (realclean): Remove target.
11108         (generated): Add new variable with contents from mostlyclean and
11109         realclean, remove entries duplicated in common-mostlyclean, add
11110         stamp-libm-err and stamp-version.
11111         (generated-dirs): Add libc directory.
11112         ($(inst_infodir)/libc.info): Install files from build dir.
11113
11114         * manual/install.texi (Configuring and compiling): Adjust since
11115         the info files are not part of the tar ball anymore.
11116
11117 2012-05-14  Andreas Jaeger  <aj@suse.de>
11118
11119         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
11120         variable.
11121
11122 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
11123
11124         [BZ #13717]
11125         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
11126         to 2.2.0 where earlier.
11127         * sysdeps/unix/sysv/linux/configure: Regenerated.
11128         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
11129         Remove conditional code.
11130         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
11131         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
11132         Remove conditional code.
11133         [!__NR_lchown]: Likewise.
11134         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
11135         [__NR_lchown]: Likewise.
11136         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
11137         comment referencing __ASSUME_LCHOWN_SYSCALL.
11138         * sysdeps/unix/sysv/linux/i386/sigaction.c
11139         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
11140         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
11141         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
11142         Remove conditional code.
11143         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
11144         (__protocol_available): Remove #if 0 code.
11145         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
11146         conditional code.
11147         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
11148         * sysdeps/unix/sysv/linux/kernel-features.h
11149         (__ASSUME_GETCWD_SYSCALL): Don't define.
11150         (__ASSUME_REALTIME_SIGNALS): Likewise.
11151         (__ASSUME_PREAD_SYSCALL): Likewise.
11152         (__ASSUME_PWRITE_SYSCALL): Likewise.
11153         (__ASSUME_POLL_SYSCALL): Likewise.
11154         (__ASSUME_LCHOWN_SYSCALL): Likewise.
11155         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
11156         non-SPARC.
11157         (__ASSUME_SIOCGIFNAME): Don't define.
11158         (__ASSUME_MSG_NOSIGNAL): Likewise.
11159         (__ASSUME_SENDFILE): Define unconditionally.
11160         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
11161         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
11162         conditional code.
11163         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
11164         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
11165         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
11166         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
11167         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
11168         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
11169         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
11170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
11171         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
11172         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
11174         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
11175         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
11177         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
11178         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
11180         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
11181         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
11183         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
11184         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
11186         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
11187         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
11189         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
11190         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
11192         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
11193         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11194         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
11195         Remove conditional code.
11196         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11197         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
11198         Remove conditional code.
11199         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11200         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
11201         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
11202         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
11203         Remove conditional code.
11204         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11205         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
11206         Remove conditional code.
11207         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11208         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
11209         Remove conditional code.
11210         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11211         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
11212         Remove conditional code.
11213         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
11214         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
11215         Remove conditional code.
11216         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11217         * sysdeps/unix/sysv/linux/sh/pwrite64.c
11218         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
11219         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
11220         * sysdeps/unix/sysv/linux/sigaction.c
11221         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
11222         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
11223         * sysdeps/unix/sysv/linux/sigpending.c
11224         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
11225         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
11226         * sysdeps/unix/sysv/linux/sigprocmask.c
11227         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
11228         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
11229         * sysdeps/unix/sysv/linux/sigsuspend.c
11230         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
11231         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
11232         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
11233         (__libc_missing_rt_sigs): Remove.
11234         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
11235         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
11236         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
11237         Remove conditional code.
11238         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
11239         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
11240         return 1.
11241         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
11242         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
11243         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
11244         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
11245
11246 2012-05-14  Andreas Jaeger  <aj@suse.de>
11247
11248         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
11249         it's not used in glibc.
11250         (__coshm1): Likewise.
11251         (__acosh1p): Likewise.
11252         (__sgn): Likewise.
11253
11254         * manual/string.texi (Copying and Concatenation): Add missing
11255         variable in concat example.
11256         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11257
11258 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11259
11260         [BZ #14103]
11261         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
11262         __builtin_clzl with __builtin_clzll.
11263
11264 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
11265
11266         [BZ #14104]
11267         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
11268         libc_freeres_ptr.
11269
11270 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11271
11272         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
11273         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
11274         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
11275         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
11276
11277 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
11278
11279         * NEWS: Update ia64 info.
11280
11281 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
11282
11283         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
11284         used as bcopy.
11285
11286 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
11287
11288         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
11289         * sysdeps/unix/syscalls.list (dup3): Likewise.
11290         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
11291         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
11292
11293 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
11294
11295         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
11296         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
11297
11298 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
11299
11300         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
11301         thread pointer.
11302         (TLS_IE): Use mov/add instead of movq/addq to load thread
11303         pointer.
11304         (TLS_GD_PREFIX): New.
11305         (TLS_GD): Use it.
11306
11307 2012-05-11  David S. Miller  <davem@davemloft.net>
11308
11309         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
11310         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
11311         (_FPU_SETCW): Likewise.
11312
11313 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
11314
11315         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
11316         is 32-byte aligned.
11317
11318 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
11319
11320         [BZ #11837]
11321         * iconvdata/gb18030.c: Update tables.
11322         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
11323         characters specially.
11324         (BODY for TO_LOOP): Add encoding of missing ranges.
11325
11326 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
11327
11328         [BZ #13673]
11329         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
11330         * sysdeps/mach/hurd/dup3.c: Likewise.
11331         * sysdeps/mach/hurd/readlinkat.c: Likewise.
11332         * sysdeps/powerpc/memmove.c:: Likewise.
11333
11334 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
11335
11336         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
11337         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
11338
11339 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
11340
11341         * elf/elf.h (R_X86_64_RELATIVE64): New.
11342         (R_X86_64_NUM): Updated.
11343         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
11344         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
11345         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
11346         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
11347         tst-quad1pie tst-quad2pie
11348         (modules-names): Add tst-quadmod1 tst-quadmod2.
11349         ($(objpfx)tst-quad1): New dependency.
11350         ($(objpfx)tst-quad2): Likewise.
11351         ($(objpfx)tst-quad1pie): Likewise.
11352         ($(objpfx)tst-quad2pie): Likewise.
11353         * sysdeps/x86_64/tst-quad1.c: New file.
11354         * sysdeps/x86_64/tst-quad1pie.c: New file.
11355         * sysdeps/x86_64/tst-quad2.c: Likewise.
11356         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
11357         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
11358         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
11359         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
11360         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
11361
11362 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11363
11364         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
11365         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
11366         * streams/stropts.h (t_scalar_t): Define type.
11367
11368         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
11369         (_PATH_PRESERVE): Set to "/var/lib".
11370         (_PATH_RWHODIR): Set to "/var/spool/rwho".
11371
11372         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
11373         instead of int.
11374
11375         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
11376         if __dir_mkfile succeeded.
11377
11378         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
11379         checking for _hurd_dtablesize.  Unlock it right after having
11380         finished _hurd_dtable allocation.
11381
11382 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11383
11384         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
11385         * sysdeps/mach/hurd/configure: Regenerated.
11386         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
11387         special-casing to...
11388         * sysdeps/gnu/configure.in: ... this new file.
11389         * sysdeps/unix/sysv/linux/configure: Regenerated.
11390         * sysdeps/gnu/configure: New generated file.
11391
11392         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
11393         for Linux: use nsec instead of usec, as well as:
11394         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
11395         members of type struct timespec.
11396         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
11397         New macros.
11398         (struct stat64): Likewise.
11399         (_STATBUF_ST_NSEC): New macro.
11400         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
11401
11402         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
11403         __strtoul_internal rather than strtoul.
11404
11405 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
11406
11407         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
11408         and reject them.
11409
11410 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11411
11412         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
11413         which preserves existing values.
11414         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
11415
11416 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
11417
11418         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
11419         TIMEOUT values.  Return EINVAL for NFDS values either negative or
11420         greater than FD_SETSIZE.
11421
11422 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11423
11424         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
11425         allocated, call __vm_protect to finish enabling the existing space, and
11426         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
11427         allocate the remainder.
11428
11429 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
11430
11431         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
11432         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
11433
11434 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11435
11436         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
11437         sysdeps/mach/hurd/readlink.c.
11438
11439         * posix/tst-sysconf.c (posix_options): Only use
11440         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
11441         _POSIX_SYNCHRONIZED_IO when they are defined
11442         * sysdeps/mach/hurd/bits/posix_opt.h:
11443         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
11444         (_XOPEN_REALTIME): Undefine macro.
11445         (_XOPEN_REALTIME_THREADS): Undefine macro.
11446         (_XOPEN_SHM): Undefine macro.
11447         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
11448         macro to -1.
11449         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
11450         macro to -1.
11451         (_POSIX_ASYNC_IO): Undefine macro.
11452         (_POSIX_PRIORITIZED_IO): Undefine macro.
11453         (_POSIX_SPIN_LOCKS): Define macro to -1.
11454
11455         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
11456         SA_NODEFER, SA_RESETHAND.
11457         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
11458         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
11459         F_DUPFD_CLOEXEC.
11460
11461 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11462
11463         * elf/Makefile (pldd-modules): Define unconditionally.
11464
11465 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11466
11467         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
11468
11469 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11470
11471         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
11472         Return ENOENT when name is empty.
11473         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
11474
11475 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11476
11477         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
11478
11479         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
11480
11481 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11482
11483         Fix mlock in all cases except non-readable pages.
11484         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
11485         instead of VM_PROT_ALL as parameter to __vm_wire function.
11486
11487         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
11488         (__mkdir): When path is `/', just fail with EEXIST.
11489         * sysdeps/mach/hurd/mkdirat.c: Likewise.
11490
11491 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11492
11493         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
11494         <sys/uio.h> (for writev).
11495         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
11496         and <sys/param.h> (for MIN).
11497
11498 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
11499
11500         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
11501         REQUESTED_TIME.  Properly set the remaining time and return EINTR
11502         if interrupted.
11503
11504 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11505
11506         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
11507         Depend on against $(link-rpcuserlibs).
11508
11509 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11510
11511         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
11512         (__libc_stack_end): Do not use attribute_relro.
11513         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
11514         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
11515         to libthread-provided value.
11516         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
11517         attribute_relro.
11518
11519 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11520
11521         [BZ #3748]
11522         * bits/libc-lock.h (__libc_once_get): New macro.
11523         * sysdeps/mach/bits/libc-lock.h: Likewise.
11524         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
11525         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
11526         instead of using implementation details.
11527
11528         * libio/fileops.c: Unconditionally include <kernel-features.h>.
11529         * libio/freopen.c: Likewise.
11530         * libio/freopen64.c: Likewise.
11531         * misc/syslog.c: Likewise.
11532         * nscd/connections.c: Likewise.
11533         * nscd/netgroupcache.c: Likewise.
11534         * sysdeps/posix/getcwd.c: Likewise.
11535
11536 2012-05-10  Roland McGrath  <roland@hack.frob.com>
11537
11538         * math/w_ilogbf.c: Add #include <limits.h>.
11539
11540 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11541
11542         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
11543         path instead of returning without unlocking.
11544
11545         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
11546         immediate-write ioctls.
11547         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
11548
11549 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11550
11551         * sysdeps/mach/hurd/i386/init-first.c (init): Use
11552         __builtin_frame_address instead of making assumptions about the
11553         location of the return address relative to DATA.  Force early load of
11554         the return address.
11555         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
11556         __builtin_frame_address.
11557
11558         dup3 for GNU Hurd.
11559         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
11560         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
11561         implement dup3 and do some further code clean-ups.
11562         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
11563         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
11564
11565 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11566
11567         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
11568
11569         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
11570         HURD_CRITICAL_END around holding _hurd_dtable_lock.
11571         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
11572         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
11573         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
11574         d->port.lock.
11575
11576         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
11577         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
11578         when handler == SIG_ERR, not when handler != SIG_ERR.
11579
11580 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11581
11582         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
11583         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
11584         definitions.
11585
11586         accept4 for GNU Hurd.
11587         * include/sys/socket.h (__libc_accept4): New prototype.
11588         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
11589         to implement __libc_accept4.
11590         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
11591         __libc_accept4.
11592         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
11593
11594         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
11595         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
11596         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
11597         signal-defines.sym.
11598
11599 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11600
11601         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
11602
11603 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
11604
11605         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
11606         assertion on O_CLOEXEC flag.
11607         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
11608         * hurd/intern-fd.c: Likewise.
11609         * hurd/port2fd.c: Likewise.
11610
11611 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11612
11613         [BZ #3906]
11614         * bits/in.h (IPV6_PKTINFO): Define new macro.
11615         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
11616
11617 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11618
11619         [BZ #13954]
11620         [BZ #13955]
11621         [BZ #13956]
11622         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
11623         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11624         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
11625         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
11626         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11627         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
11628         * math/libm-test.inc (logb_test) : Additional logb tests.
11629
11630 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
11631             Andreas Jaeger  <aj@suse.de>
11632
11633         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
11634         * configure: Regenerated.
11635         * config.h.in (LINK_OBSOLETE_RPC): New macro.
11636         * config.make.in (link-obsolete-rpc): New substituted variable.
11637         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
11638         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
11639         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
11640         (shared-only-routines): Don't set it under [link-obsolete-rpc],
11641         so that libc.a contains the symbols.
11642         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
11643         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
11644         * sunrpc/auth_none.c: Likewise.
11645         * sunrpc/auth_unix.c: Likewise.
11646         * sunrpc/authdes_prot.c: Likewise.
11647         * sunrpc/authuxprot.c: Likewise.
11648         * sunrpc/clnt_gen.c: Likewise.
11649         * sunrpc/clnt_perr.c: Likewise.
11650         * sunrpc/clnt_raw.c: Likewise.
11651         * sunrpc/clnt_simp.c: Likewise.
11652         * sunrpc/clnt_tcp.c: Likewise.
11653         * sunrpc/clnt_udp.c: Likewise.
11654         * sunrpc/clnt_unix.c: Likewise.
11655         * sunrpc/des_crypt.c: Likewise.
11656         * sunrpc/des_soft.c: Likewise.
11657         * sunrpc/get_myaddr.c: Likewise.
11658         * sunrpc/key_call.c: Likewise.
11659         * sunrpc/key_prot.c: Likewise.
11660         * sunrpc/netname.c: Likewise.
11661         * sunrpc/pm_getmaps.c: Likewise.
11662         * sunrpc/pm_getport.c: Likewise.
11663         * sunrpc/pmap_clnt.c: Likewise.
11664         * sunrpc/pmap_prot.c: Likewise.
11665         * sunrpc/pmap_prot2.c: Likewise.
11666         * sunrpc/pmap_rmt.c: Likewise.
11667         * sunrpc/publickey.c: Likewise.
11668         * sunrpc/rpc_cmsg.c: Likewise.
11669         * sunrpc/rpc_common.c: Likewise.
11670         * sunrpc/rpc_dtable.c: Likewise.
11671         * sunrpc/rpc_prot.c: Likewise.
11672         * sunrpc/rpc_thread.c: Likewise.
11673         * sunrpc/rtime.c: Likewise.
11674         * sunrpc/svc.c: Likewise.
11675         * sunrpc/svc_auth.c: Likewise.
11676         * sunrpc/svc_raw.c: Likewise.
11677         * sunrpc/svc_run.c: Likewise.
11678         * sunrpc/svc_tcp.c: Likewise.
11679         * sunrpc/svc_udp.c: Likewise.
11680         * sunrpc/svc_unix.c: Likewise.
11681         * sunrpc/svcauth_des.c: Likewise.
11682         * sunrpc/xcrypt.c: Likewise.
11683         * sunrpc/xdr.c: Likewise.
11684         * sunrpc/xdr_array.c: Likewise.
11685         * sunrpc/xdr_float.c: Likewise.
11686         * sunrpc/xdr_intXX_t.c: Likewise.
11687         * sunrpc/xdr_mem.c: Likewise.
11688         * sunrpc/xdr_rec.c: Likewise.
11689         * sunrpc/xdr_ref.c: Likewise.
11690         * sunrpc/xdr_sizeof.c: Likewise.
11691         * sunrpc/xdr_stdio.c: Likewise.
11692
11693 2012-05-10  Roland McGrath  <roland@hack.frob.com>
11694
11695         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
11696         change.  Update copyright years.
11697
11698 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
11699
11700         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
11701
11702 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
11703             Joseph Myers  <joseph@codesourcery.com>
11704             Paul Pluzhnikov  <ppluzhnikov@google.com>
11705
11706         [BZ #14012]
11707         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
11708         requiring rpcgen.
11709         [cross-compiling] (extra-libs): Likewise.
11710         [cross-compiling] (extra-libs-others): Likewise.
11711         [cross-compiling] (librpcsvc-routines): Likewise.
11712         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
11713         [cross-compiling] (omit-deps): Likewise.
11714         (sunrpc-CPPFLAGS): New variable.
11715         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
11716         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
11717         (cross-rpcgen-objs): New variable.
11718         (extra-objs): Append $(cross-rpcgen-objs).
11719         ($(cross-rpcgen-objs)): New rule.
11720         ($(objpfx)cross-rpcgen): Likewise.
11721         (rpcgen-cmd): Define to use $(built-program-file).  Expand
11722         comment.
11723         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
11724         ($(objpfx)x%.stmp): Likewise.
11725         * sunrpc/proto.h [IS_IN_build] (_): Define.
11726         [IS_IN_build] (_libc_intl_domainname): Likewise.
11727
11728 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
11729
11730         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
11731         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
11732         and R_X86_64_TPOFF64.
11733
11734 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
11735
11736         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
11737         sysdeps/unix/sysv/syscalls.list.
11738         (stime): Likewise.
11739         (utime): Likewise.
11740         * sysdeps/unix/sysv/syscalls.list: Remove file.
11741
11742 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11743
11744         [BZ #3440]
11745         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
11746         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
11747         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
11748         (__LC_IDENTIFICATION): Make these macros useful in #if
11749         expressions, as required by C99.
11750
11751 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
11752
11753         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
11754         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
11755         after this.
11756
11757 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
11758
11759         * stdlib/longlong.h: Updated from GCC.
11760
11761 2012-05-09  Andreas Jaeger  <aj@suse.de>
11762
11763         * nscd/nscd.c (run_modes): Make named enum, reorder so that
11764         default is first entry.
11765         (run_mode): Set type.
11766         (main): Remove informal message about syslog.
11767         (options): Fix typo.
11768
11769         [BZ #14053]
11770         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
11771         to asm.
11772         (lrint): Likewise.
11773         (llrintf): Likewise.
11774         (llrint): Likewise.
11775         (rint): Likewise.
11776         (rintf): Likewise.
11777         (nearbyint): Likewise.
11778         (nearbyintf): Likewise.
11779
11780 2012-05-09  Andreas Jaeger  <aj@suse.de>
11781             Pedro Alves  <palves@redhat.com>
11782
11783         * nscd/nscd.c (run_mode): Use enum.
11784         (main): Cleanup coding style issue.
11785
11786 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
11787             Andreas Jaeger  <aj@suse.de>
11788
11789         * nscd/nscd.c (go_background): Replaced with...
11790         (run_mode): ... this.
11791         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
11792         (options): Add -F --foreground.
11793         (main): Implement it.
11794         (parse_opt): Parse it.
11795
11796 2012-05-09  Andreas Jaeger  <aj@suse.de>
11797
11798         [BZ #14083]
11799         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
11800         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
11801         -Wconversion warning.
11802         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
11803         Likewise.
11804
11805 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
11806
11807         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
11808         == 0.
11809         (LC_ALL): Use macro-int-constant.
11810         (LC_COLLATE): Likewise.
11811         (LC_CTYPE): Likewise.
11812         (LC_MESSAGES): Likewise.
11813         (LC_MONETARY): Likewise.
11814         (LC_NUMERIC): Likewise.
11815         (LC_TIME): Likewise.
11816         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
11817         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
11818         [ISO || ISO99 || ISO11] (*_t): Do not allow.
11819         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
11820         Specify type.
11821         [C99-based standards] (float_t): Expect type.
11822         [C99-based standards] (double_t): Expect type.
11823         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
11824         type.
11825         [C99-based standards] (HUGE_VALL): Likewise.
11826         [C99-based standards] (INFINITY): Likewise.
11827         [C99-based standards] (NAN): Likewise.
11828         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
11829         [C99-based standards] (FP_NAN): Likewise.
11830         [C99-based standards] (FP_NORMAL): Likewise.
11831         [C99-based standards] (FP_SUBNORMAL): Likewise.
11832         [C99-based standards] (FP_ZERO): Likewise.
11833         [C99-based standards] (FP_FAST_FMA): Use
11834         optional-macro-int-constant.  Specify type.  Require == 1.
11835         [C99-based standards] (FP_FAST_FMAF): Likewise.
11836         [C99-based standards] (FP_FAST_FMAL): Likewise.
11837         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
11838         [C99-based standards] (FP_ILOGBNAN): Likewise.
11839         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
11840         Specify type.
11841         [C99-based standards] (MATH_ERREXCEPT): Likewise.
11842         [C99-based standards] (math_errhandling): Specify type.
11843         [ISO99 || ISO11] (signgam): Do not allow.
11844         [non-C99-based standards] (copysignf): Do not allow.
11845         [non-C99-based standards] (exp2f): Likewise.
11846         [non-C99-based standards] (log2f): Likewise.
11847         [non-C99-based standards] (modff): Allow.
11848         [non-C99-based standards] (erff): Do not allow.
11849         [non-C99-based standards] (erfcf): Likewise.
11850         [non-C99-based standards] (gammaf): Likewise.
11851         [non-C99-based standards] (hypotf): Likewise.
11852         [non-C99-based standards] (j0f): Likewise.
11853         [non-C99-based standards] (j1f): Likewise.
11854         [non-C99-based standards] (jnf): Likewise.
11855         [non-C99-based standards] (lgammaf): Likewise.
11856         [non-C99-based standards] (tgammaf): Likewise.
11857         [non-C99-based standards] (y0f): Likewise.
11858         [non-C99-based standards] (y1f): Likewise.
11859         [non-C99-based standards] (ynf): Likewise.
11860         [non-C99-based standards] (isnanf): Likewise.
11861         [non-C99-based standards] (acoshf): Likewise.
11862         [non-C99-based standards] (asinhf): Likewise.
11863         [non-C99-based standards] (atanhf): Likewise.
11864         [non-C99-based standards] (cbrtf): Likewise.
11865         [non-C99-based standards] (expm1f): Likewise.
11866         [non-C99-based standards] (ilogbf): Likewise.
11867         [non-C99-based standards] (log1pf): Likewise.
11868         [non-C99-based standards] (logbf): Likewise.
11869         [non-C99-based standards] (nextafterf): Likewise.
11870         [non-C99-based standards] (remainderf): Likewise.
11871         [non-C99-based standards] (rintf): Likewise.
11872         [non-C99-based standards] (scalbf): Likewise.
11873         [non-C99-based standards] (copysignl): Likewise.
11874         [non-C99-based standards] (exp2l): Likewise.
11875         [non-C99-based standards] (log2l): Likewise.
11876         [non-C99-based standards] (modfl): Allow.
11877         [non-C99-based standards] (erfl): Do not allow.
11878         [non-C99-based standards] (erfcl): Likewise.
11879         [non-C99-based standards] (gammal): Likewise.
11880         [non-C99-based standards] (hypotl): Likewise.
11881         [non-C99-based standards] (j0l): Likewise.
11882         [non-C99-based standards] (j1l): Likewise.
11883         [non-C99-based standards] (jnl): Likewise.
11884         [non-C99-based standards] (lgammal): Likewise.
11885         [non-C99-based standards] (tgammal): Likewise.
11886         [non-C99-based standards] (y0l): Likewise.
11887         [non-C99-based standards] (y1l): Likewise.
11888         [non-C99-based standards] (ynl): Likewise.
11889         [non-C99-based standards] (isnanl): Likewise.
11890         [non-C99-based standards] (acoshl): Likewise.
11891         [non-C99-based standards] (asinhl): Likewise.
11892         [non-C99-based standards] (atanhl): Likewise.
11893         [non-C99-based standards] (cbrtl): Likewise.
11894         [non-C99-based standards] (expm1l): Likewise.
11895         [non-C99-based standards] (ilogbl): Likewise.
11896         [non-C99-based standards] (log1pl): Likewise.
11897         [non-C99-based standards] (logbl): Likewise.
11898         [non-C99-based standards] (nextafterl): Likewise.
11899         [non-C99-based standards] (remainderl): Likewise.
11900         [non-C99-based standards] (rintl): Likewise.
11901         [non-C99-based standards] (scalbl): Likewise.
11902         [ISO || ISO99 || ISO11] (*_t): Do not allow.
11903         [non-C99-based standards] (FP_*): Do not allow.
11904         [C99-based standards] (FP_*): Change to
11905         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
11906         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
11907         allow.
11908         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
11909         (SIG_ERR): Likewise.
11910         [X/Open-based standards] (SIG_HOLD): Likewise.
11911         (SIG_IGN): Likewise.
11912         (SIGABRT): Use macro-int-constant.  Specify type.  Require
11913         positive value.
11914         (SIGFPE): Likewise.
11915         (SIGILL): Likewise.
11916         (SIGINT): Likewise.
11917         (SIGSEGV): Likewise.
11918         (SIGTER): Likewise.
11919         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
11920         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
11921         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
11922         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
11923         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
11924         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
11925         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
11926         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
11927         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
11928         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
11929         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
11930         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
11931         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
11932         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
11933         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
11934         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
11935         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
11936         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
11937         [X/Open-based standards] (SIGTRAP): Likewise.
11938         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
11939         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
11940         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
11941         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
11942         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
11943         allow.
11944
11945 2012-05-08  Ian Wienand  <ianw@vmware.com>
11946
11947         [BZ #14080]
11948         * time/tzset.c (__tzset_parse_tz): Update default rules for
11949         daylight time changes in the Energy Policy Act of 2005.
11950
11951 2012-05-09  Andreas Jaeger  <aj@suse.de>
11952
11953         [BZ #13983]
11954         * elf/ldconfig.c (parse_conf): Change string to make clear that
11955         ldconfig only issued a warning if ld.so.conf does not exist.
11956
11957 2012-05-08  David S. Miller  <davem@davemloft.net>
11958
11959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
11960         movxtod instead of popping the value on the stack.
11961
11962         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11963
11964 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
11965
11966         * config.h.in: Add HAVE_ARM_PCS_VFP.
11967
11968 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
11969
11970         [BZ #13979]
11971         * include/features.h: Warn if user requests __FORTIFY_SOURCE
11972         checking but the checks are disabled for any reason.
11973
11974 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
11975
11976         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
11977         and ELF64_R_TYPE with ELFW(R_TYPE).
11978
11979 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
11980
11981         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
11982         (ulimit): Likewise.
11983
11984         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
11985         (settimeofday): Likewise.
11986
11987 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
11988
11989         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
11990         a struct th_u2 inside the union, and move tu_block/tu_code into
11991         a new th_u3 union of tu_block/tu_code inside of that.  Move
11992         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
11993         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
11994         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
11995         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
11996         (th_stuff): Change to th_u1.tu_stuff.
11997         (th_data): Define.
11998         (th_msg): Change to th_u1.th_u2.tu_data.
11999
12000 2012-05-07  David S. Miller  <davem@davemloft.net>
12001
12002         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12003
12004         [BZ #14074]
12005         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
12006         (SETUP_PIC_REG): Use it.
12007         (SETUP_PIC_REG_LEAF): Use it.
12008
12009 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
12010
12011         [BZ #13885]
12012         [BZ #13923]
12013         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
12014         USE_AS_EXPM1L.
12015         (EXPL_FINITE): Likewise.
12016         (FLDLOG): Likewise.
12017         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
12018         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
12019         e_expl.S.
12020         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
12021         USE_AS_EXPM1L.
12022         (EXPL_FINITE): Likewise.
12023         (FLDLOG): Likewise.
12024         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
12025         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
12026         e_expl.S.
12027         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
12028         test of -max_value argument for long double.
12029         * sysdeps/i386/fpu/libm-test-ulps: Update.
12030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12031
12032 2012-05-06  David S. Miller  <davem@davemloft.net>
12033
12034         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
12035         quad soft-float symbols whose references which are compiler
12036         generated.
12037         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
12038
12039 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
12040
12041         [BZ #13884]
12042         [BZ #13914]
12043         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
12044         USE_AS_EXP10L.
12045         (EXPL_FINITE): Likewise.
12046         (FLDLOG): Likewise.
12047         (c0): Likewise.
12048         (c1): Likewise.
12049         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
12050         Adjust comments for base varying.
12051         (__expl_finite): Change alias to EXPL_FINITE.
12052         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
12053         e_expl.S.
12054         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
12055         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
12056         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
12057         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
12058         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
12059         USE_AS_EXP10L.
12060         (EXPL_FINITE): Likewise.
12061         (FLDLOG): Likewise.
12062         (c0): Likewise.
12063         (c1): Likewise.
12064         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
12065         Adjust comments for base varying.
12066         (__expl_finite): Change alias to EXPL_FINITE.
12067         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
12068         tests for bugs.
12069         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12070
12071         [BZ #14064]
12072         * math/libm-test.inc (check_float_internal): Correct ulp
12073         calculation for subnormal expected results.
12074
12075 2012-05-06  Andreas Jaeger  <aj@suse.de>
12076
12077         * Makeconfig (+math-flags): New, set to -frounding-math.
12078         (+cflags): Add +math-flags so that all of glibc gets compiled with
12079         it.
12080
12081         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
12082
12083 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
12084
12085         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
12086         Disable one test.
12087
12088         [BZ #13787]
12089         [BZ #13922]
12090         [BZ #14036]
12091         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
12092         (__ieee754_expl): Allow for and saturate large arguments.
12093         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
12094         (u_threshold): Likewise.
12095         (__exp): Call __ieee754_exp before checking for overflow and
12096         underflow.
12097         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
12098         (u_threshold): Likewise.
12099         (__expf): Call __ieee754_expf before checking for overflow and
12100         underflow.
12101         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
12102         (u_threshold): Likewise.
12103         (__expl): Call __ieee754_expl before checking for overflow and
12104         underflow.
12105         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
12106         (__ieee754_expl): Allow for and saturate large arguments.
12107         * math/libm-test.inc (exp_test): Add another test.  Do not allow
12108         missing overflow exception on overflow.
12109         (expm1_test): Do not allow missing overflow exception on overflow.
12110
12111         * sysdeps/i386/fpu/e_expl.c: Move to ...
12112         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
12113         rather than using inline asm.
12114         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
12115         * sysdeps/x86_64/fpu/e_expl.S: Copy from
12116         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
12117
12118         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
12119         (nice): Likewise.
12120         (poll): Likewise.
12121         (signal): Likewise.
12122         (time): Likewise.
12123         (times): Likewise.
12124
12125 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
12126
12127         * sysdeps/unix/syscalls.list (adjtime): Add entry from
12128         sysdeps/unix/common/syscalls.list.
12129         (fchmod): Likewise.
12130         (fchown): Likewise.
12131         (ftruncate): Likewise.
12132         (getrusage): Likewise.
12133         (gettimeofday): Likewise.
12134         (setpgid): Likewise.
12135         (setregid): Likewise.
12136         (setreuid): Likewise.
12137         (sigaction): Likewise.
12138         (truncate): Likewise.
12139         (vhangup): Likewise.
12140         * sysdeps/unix/common/syscalls.list: Remove file.
12141         * sysdeps/unix/bsd/Implies: Don't include unix/common.
12142         * sysdeps/unix/sysv/linux/Implies: Likewise.
12143
12144 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
12145
12146         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
12147         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
12148         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
12149         Moved to ...
12150         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12151         Here.
12152         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
12153         to ...
12154         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
12155         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
12156         to ...
12157         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
12158         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
12159         to ...
12160         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
12161         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
12162         to ...
12163         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
12164         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
12165         to ...
12166         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
12167         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
12168         to ...
12169         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
12170         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
12171         to ...
12172         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
12173         Here.
12174         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
12175         to ...
12176         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
12177         Here.
12178         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
12179         to ...
12180         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
12181         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
12182         Moved to ...
12183         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
12184         Here.
12185         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
12186         to ...
12187         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
12188
12189 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
12190
12191         * sysdeps/unix/common/bits/dirent.h: Remove file.
12192         * sysdeps/unix/common/bits/fcntl.h: Likewise.
12193
12194         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
12195         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
12196         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
12197         * sysdeps/unix/bsd/isatty.c: Likewise.
12198         * sysdeps/unix/bsd/tcdrain.c: Likewise.
12199         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
12200         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
12201
12202 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12203
12204         [BZ #13563]
12205         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
12206         long double comparison inaccuracies.
12207         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
12208         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12209
12210 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
12211
12212         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
12213         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
12214
12215 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
12216
12217         [BZ #14049]
12218         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
12219         nonzero digits before rounding a hex value.
12220         * stdlib/tst-strtod.c (tests): Add another test.
12221
12222 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12223
12224         * sysdeps/s390/fpu/libm-test-ulps: Update.
12225
12226 2012-05-03  Andreas Jaeger  <aj@suse.de>
12227
12228         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
12229         does not get optimized out.
12230         (malloc_opt_barrier): New.
12231
12232 2012-05-03  Andreas Jaeger  <aj@suse.de>
12233             Roland McGrath  <roland@hack.frob.com>
12234
12235         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
12236         intermediate file deletion.
12237         (generated): Add .symlist files.
12238
12239 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
12240
12241         [BZ #13775]
12242         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
12243         Redirect under this condition.
12244         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
12245         [__USE_GNU] (__dprintf_chk): Not under this condition.
12246         [__USE_GNU] (__vdprintf_chk): Likewise.
12247         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
12248         under this condition.
12249         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
12250         [__USE_XOPEN2K8] (dprintf): Define under this condition.
12251         [__USE_XOPEN2K8] (vdprintf): Likewise.
12252         [__USE_GNU] (__dprintf_chk): Not under this condition.
12253         [__USE_GNU] (__vdprintf_chk): Likewise.
12254         [__USE_GNU] (dprintf): Likewise.
12255         [__USE_GNU] (vdprintf): Likewise.
12256
12257 2012-05-03  Roland McGrath  <roland@hack.frob.com>
12258
12259         * elf/Makefile (common-generated): Set this instead of generated for
12260         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
12261         $(all-built-dso)-derived lists.
12262
12263 2012-05-03  Andreas Jaeger  <aj@suse.de>
12264
12265         * sysdeps/i386/fpu/libm-test-ulps: Update.
12266
12267         * FAQ: Removed.
12268         * FAQ.in: Likewise.
12269         * scripts/gen-FAQ.pl: Likewise.
12270         * manual/install.texi (Installation): Point to online location of
12271         FAQ.
12272         * Makefile (files-for-dist): Remove FAQ.
12273         (FAQ): Remove.
12274
12275 2012-05-02  Allan McRae  <allan@archlinux.org>
12276
12277         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
12278         (LDFLAGS-reldepmod5.so): Likewise.
12279         (LDFLAGS-reldep6mod1.so): Likewise.
12280         (LDFLAGS-reldep6mod4.so): Likewise.
12281         (LDFLAGS-reldep8mod3.so): Likewise.
12282         (LDFLAGS-unload4mod1.so): Likewise.
12283         (LDFLAGS-unload4mod2.so): Likewise.
12284         (LDFLAGS-tst-initorder): Likewise.
12285         (LDFLAGS-tst-initordera2.so): Likewise.
12286         (LDFLAGS-tst-initordera3.so): Likewise.
12287         (LDFLAGS-tst-initordera4.so): Likewise.
12288         (LDFLAGS-tst-initorderb2.so): Likewise.
12289         (LDFLAGS-noload): Likewise.
12290         (LDFLAGS-next): Likewise.
12291         (LDFLAGS-order2mod1.so): Likewise.
12292         (LDFLAGS-order2mod2.so): Likewise.
12293         (LDFLAGS-tst-initorder2): Likewise.
12294         (LDFLAGS-tst-initorder2a.so): Likewise.
12295         (LDFLAGS-tst-initorder2b.so): Likewise.
12296         (LDFLAGS-tst-initorder2c.so): Likewise.
12297         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
12298
12299 2012-05-02  David S. Miller  <davem@davemloft.net>
12300
12301         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12302
12303 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
12304
12305         [BZ #14055]
12306         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
12307
12308 2012-05-02  Andreas Jaeger  <aj@suse.de>
12309
12310         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
12311         since we manipulate rounding mode.
12312         (CPPFLAGS-test-idouble.c): Likewise.
12313         (CPPFLAGS-test-ifloat.c): Likewise.
12314         (CFLAGS-test-ldouble.c): Likewise.
12315         (CFLAGS-test-double.c): Likewise.
12316         (CFLAGS-test-float.c): Likewise.
12317         (CFLAGS-test-misc.c): Likewise.
12318         (CFLAGS-test-test-fenv.c): Likewise.
12319
12320 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12321
12322         [BZ #2550]
12323         [BZ #2570]
12324         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
12325         comparisons to determine direction to adjust input.
12326
12327 2012-05-01  Roland McGrath  <roland@hack.frob.com>
12328
12329         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
12330         output to the target.
12331
12332         * scripts/localplt.awk: New file.
12333         * elf/Makefile ($(objpfx)check-localplt): Target removed.
12334         (check-localplt-CFLAGS): Variable removed.
12335         ($(all-built-dso:=.jmprel)): New static pattern rule.
12336         (generated): Add those targets.
12337         (localplt-built-dso): New variable.
12338         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
12339
12340         * elf/check-localplt.c: File removed.
12341
12342         * scripts/check-execstack.awk: New file.
12343         * elf/Makefile ($(objpfx)check-execstack): Target removed.
12344         (check-execstack-CFLAGS): Variable removed.
12345         ($(objpfx)check-execstack.h): Target removed.
12346         ($(objpfx)execstack-default): New target.
12347         (generated): Add that instead of check-execstack.h.
12348         ($(all-built-dso:=.phdr)): New static pattern rule.
12349         (generated): Add those targets.
12350         * elf/check-execstack.c: File removed.
12351
12352         * scripts/check-textrel.awk: New file.
12353         * elf/Makefile ($(objpfx)check-textrel): Target removed.
12354         (check-textrel-CFLAGS): Variable removed.
12355         (all-built-dso): Use := to define.o
12356         ($(all-built-dso:=.dyn)): New static pattern rule.
12357         (generated): Add those targets.
12358         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
12359         * config.make.in (READELF): New substituted variable.
12360         * elf/check-textrel.c: File removed.
12361
12362 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
12363
12364         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
12365         allow.
12366         * conform/data/ctype.h-data [C99-based standards] (isblank):
12367         Expect function.
12368         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
12369         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
12370         [ISO || ISO99 || ISO11] (*_t): Do not allow.
12371         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
12372         Specify type.  Require positive value.
12373         (EILSEQ): Likewise.
12374         (ERANGE): Likewise.
12375         [ISO || POSIX] (EILSEQ): Do not expect.
12376         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
12377         Specify type.  Require positive value.
12378         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
12379         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
12380         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
12381         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
12382         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
12383         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
12384         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
12385         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
12386         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
12387         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
12388         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
12389         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
12390         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
12391         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
12392         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
12393         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
12394         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
12395         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
12396         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
12397         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
12398         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
12399         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
12400         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
12401         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
12402         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
12403         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
12404         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
12405         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
12406         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
12407         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
12408         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
12409         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
12410         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
12411         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
12412         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
12413         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
12414         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
12415         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
12416         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
12417         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
12418         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
12419         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
12420         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
12421         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
12422         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
12423         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
12424         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
12425         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
12426         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
12427         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
12428         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
12429         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
12430         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
12431         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
12432         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
12433         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
12434         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
12435         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
12436         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
12437         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
12438         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
12439         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
12440         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
12441         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
12442         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
12443         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
12444         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
12445         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
12446         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
12447         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
12448         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
12449         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
12450         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
12451         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
12452         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
12453         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
12454         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
12455         Require >= 2.
12456         (FLT_ROUNDS): Expect as macro, not constant.
12457         (FLT_MANT_DIG): Use macro-int-constant.
12458         (DBL_MANT_DIG): Likewise.
12459         (LDBL_MANT_DIG): Likewise.
12460         (FLT_DIG): Likewise.
12461         (DBL_DIG): Likewise.
12462         (LDBL_DIG): Likewise.
12463         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
12464         (DBL_MIN_EXP): Likewise.
12465         (LDBL_MIN_EXP): Likewise.
12466         (FLT_MAX_EXP): Use macro-int-constant.
12467         (DBL_MAX_EXP): Likewise.
12468         (LDBL_MAX_EXP): Likewise.
12469         (FLT_MAX_10_EXP): Likewise.
12470         (DBL_MAX_10_EXP): Likewise.
12471         (LDBL_MAX_10_EXP): Likewise.
12472         (FLT_MAX): Use macro-constant.
12473         (DBL_MAX): Likewise.
12474         (LDBL_MAX): Likewise.
12475         (FLT_EPSILON): Use macro-constant.  Give upper bound.
12476         (DBL_EPSILON): Likewise.
12477         (LDBL_EPSILON): Likewise.
12478         (FLT_MIN): Likewise.
12479         (DBL_MIN): Likewise.
12480         (LDBL_MIN): Likewise.
12481         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
12482         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
12483         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
12484         [ISO11] (FLT_HAS_SUBNORM): Likewise.
12485         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
12486         [ISO11] (DBL_DECIMAL_DIG): Likewise.
12487         [ISO11] (FLT_DECIMAL_DIG): Likewise.
12488         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
12489         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
12490         [ISO11] (FLT_TRUE_MIN): Likewise.
12491         [ISO11] (LDBL_TRUE_MIN): Likewise.
12492         [ISO || ISO99 || ISO11] (*_t): Do not allow.
12493         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
12494         (SCHAR_MIN): Use macro-int-constant.  Specify type.
12495         (SCHAR_MAX): Likewise.
12496         (UCHAR_MAX): Likewise.
12497         (CHAR_MIN): Likewise.
12498         (CHAR_MAX): Likewise.
12499         (MB_LEN_MAX): Use macro-int-constant.
12500         (SHRT_MIN): Use macro-int-constant.  Specify type.
12501         (SHRT_MAX): Likewise.
12502         (USHRT_MAX): Likewise.
12503         (INT_MAX): Likewise.
12504         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
12505         bound negative.
12506         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
12507         bound with "U".
12508         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
12509         bound with "L".
12510         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
12511         bound negative.  Suffix upper bound with "L".
12512         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
12513         bound with "UL".
12514         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
12515         Specify type.
12516         [C99-based standards] (LLONG_MAX): Likewise.
12517         [C99-based standards] (ULLONG_MAX): Likewise.
12518         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
12519         == 0.
12520         [ISO11] (max_align_t): Require type.
12521         [ISO || ISO99 || ISO11] (*_t): Do not allow.
12522
12523         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
12524         from $CFLAGS, without defining away __attribute__ calls.
12525         (checknamespace): Use $CFLAGS_namespace.
12526
12527         * conform/conformtest.pl (@keywords): Only include C99 keywords
12528         for standards based on C99 or C11.
12529
12530         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
12531         Disable tests.
12532         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
12533         UNIX98]: Likewise.
12534
12535         * conform/conformtest.pl: Handle "macro-int-constant" and test for
12536         usability of symbols in #if.
12537
12538         * conform/conformtest.pl: If macro or constant types start
12539         "promoted:", expect the symbol to be of the following type
12540         promoted by the integer promotions.
12541
12542         * conform/conformtest.pl: Parse all "constant" and "macro" lines
12543         in one place.  Also handle "macro-constant".
12544
12545         * conform/conformtest.pl: Only accept expected macro values with
12546         "==".  Parse all "macro" lines in one place.
12547         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
12548
12549         * conform/conformtest.pl: Handle braced types on "constant" lines
12550         instead of handling "typed-constant".
12551         * conform/data/signal.h-data: Use "constant" instead of
12552         "typed-constant".
12553
12554         * conform/conformtest.pl: Handle "optional-" at start of lines in
12555         one place rather than duplicating several cases.  Handle each
12556         format of "macro" line with initial "optional-".
12557
12558         * conform/conformtest.pl: Only accept expected constant or
12559         optional-constant values with "==".  Parse all "constant" lines in
12560         one place.  Parse all "optional-constant" lines in one place.
12561         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
12562         * conform/data/fmtmsg.h-data: Likewise.
12563         * conform/data/netinet/in.h-data: Likewise.
12564         * conform/data/tar.h-data: Likewise.
12565         * conform/data/limits.h-data: Use "==" form on "constant" and
12566         "optional-constant" lines.
12567
12568         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
12569         Use -std=c99 for XOPEN2K.
12570         (@knownproblems): Remove.
12571         (newtoken): Don't check %isknown.
12572
12573         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
12574         Do not expect macro.
12575         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
12576         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
12577         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
12578         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
12579         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
12580         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
12581         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
12582         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
12583         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
12584         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
12585         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
12586         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
12587         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
12588         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
12589         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
12590         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
12591         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
12592         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
12593         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
12594         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
12595         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
12596         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
12597         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
12598         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
12599         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
12600         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
12601         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
12602         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
12603         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
12604         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
12605         [XPG3] (acosh): Likewise.
12606         [XPG3] (asinh): Likewise.
12607         [XPG3] (atanh): Likewise.
12608         [XPG3] (cbrt): Likewise.
12609         [XPG3] (expm1): Likewise.
12610         [XPG3] (ilogb): Likewise.
12611         [XPG3] (log1p): Likewise.
12612         [XPG3] (logb): Likewise.
12613         [XPG3] (nextafter): Likewise.
12614         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
12615         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
12616         [XPG3] (remainder): Likewise.
12617         [XPG3] (rint): Likewise.
12618         [XPG3 || XPG4 || UNIX98] (round): Likewise.
12619         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
12620         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
12621         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
12622         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
12623         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
12624         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
12625         [UNIX98 || XOPEN2K] (scalb): Expect.
12626         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
12627         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
12628         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
12629         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
12630         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
12631         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
12632         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
12633         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
12634         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
12635         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
12636         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
12637         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
12638         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
12639         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
12640         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
12641         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
12642         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
12643         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
12644         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
12645         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
12646         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
12647         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
12648         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
12649         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
12650         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
12651         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
12652         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
12653         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
12654         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
12655         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
12656         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
12657         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
12658         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
12659         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
12660         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
12661         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
12662         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
12663         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
12664         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
12665         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
12666         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
12667         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
12668         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
12669         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
12670         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
12671         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
12672         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
12673         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
12674         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
12675         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
12676         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
12677         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
12678         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
12679         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
12680         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
12681         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
12682         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
12683         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
12684         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
12685         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
12686         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
12687         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
12688         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
12689         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
12690         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
12691         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
12692         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
12693         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
12694         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
12695         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
12696         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
12697         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
12698         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
12699         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
12700         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
12701         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
12702         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
12703         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
12704         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
12705         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
12706         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
12707         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
12708         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
12709         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
12710         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
12711         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
12712         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
12713         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
12714         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
12715         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
12716         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
12717         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
12718         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
12719         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
12720         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
12721         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
12722         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
12723         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
12724         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
12725         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
12726         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
12727         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
12728         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
12729         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
12730         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
12731         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
12732         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
12733         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
12734         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
12735         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
12736         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
12737         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
12738         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
12739         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
12740         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
12741         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
12742         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
12743         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
12744         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
12745         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
12746         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
12747         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
12748         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
12749         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
12750         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
12751         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
12752         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
12753         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
12754         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
12755         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
12756         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
12757         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
12758         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
12759         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
12760         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
12761         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
12762         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
12763
12764         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
12765         _XOPEN_SOURCE_EXTENDED for XPG4.
12766
12767         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
12768
12769         * Makeconfig (localtime): Remove variable.
12770         (inst_localtime-file): Likewise.
12771
12772 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12773
12774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
12775         Update.
12776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
12777         Update.
12778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
12779         Update.
12780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
12781         Update.
12782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
12783         Update.
12784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
12785         Update.
12786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
12787         Update.
12788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
12789         Update.
12790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
12791         Update.
12792
12793 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
12794
12795         [BZ #2550]
12796         [BZ #2570]
12797         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
12798         comparisons to determine direction to adjust input.
12799         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
12800         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
12801         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
12802         Likewise.
12803         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
12804         Likewise.
12805         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
12806         Likewise.
12807         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
12808         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
12809         Likewise.
12810         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
12811         Likewise.
12812         * math/libm-test.inc (nexttoward_test): Add more tests.
12813
12814 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
12815
12816         [BZ #14040]
12817         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
12818         in version GLIBC_2.1, not GLIBC_2.0.
12819         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
12820         Likewise.
12821
12822 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
12823
12824         [BZ #13942]
12825         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
12826         (1 - x) * (1 + x).
12827         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
12828         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
12829         * math/libm-test.inc (acos_test): Add more tests.
12830         (asin_test): Likewise.
12831         * sysdeps/i386/fpu/libm-test-ulps: Update.
12832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12833
12834         [BZ #14034]
12835         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
12836         of square root.
12837         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
12838         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
12839         * math/libm-test.inc (acos_test_tonearest): New function.
12840         (acos_test_towardzero): Likewise.
12841         (acos_test_downward): Likewise.
12842         (acos_test_upward): Likewise.
12843         (asin_test_tonearest): Likewise.
12844         (asin_test_towardzero): Likewise.
12845         (asin_test_downward): Likewise.
12846         (asin_test_upward): Likewise.
12847         (main): Call the new functions.
12848         * sysdeps/i386/fpu/libm-test-ulps: Update.
12849         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12850
12851         [BZ #13884]
12852         [BZ #13924]
12853         * math/e_exp10.c: Include <float.h>.
12854         (__ieee754_exp10): Handle underflow here rather than multiplying
12855         large negative argument by M_LN10.
12856         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
12857         of __ieee754_expf.
12858         * math/e_exp10l.c: Include <float.h>.
12859         (__ieee754_exp10l): Handle underflow here rather than multiplying
12860         large negative argument by M_LN10l.
12861         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
12862         spurious overflow exception on underflow.
12863
12864 2012-04-29  Marek Polacek  <polacek@redhat.com>
12865
12866         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
12867         (__fortify_function): New macro.
12868         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
12869         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
12870         __extern_always_inline.
12871         * libio/bits/stdio2.h: Likewise.
12872         * libio/bits/stdio.h: Likewise.
12873         * string/string.h: Likewise.
12874         * string/bits/string3.h: Likewise.
12875         * include/stdio.h: Likewise.
12876         * stdlib/bits/stdlib.h: Likewise.
12877         * stdlib/stdlib.h: Likewise.
12878         * rt/bits/mqueue2.h: Likewise.
12879         * rt/mqueue.h: Likewise.
12880         * posix/bits/unistd.h: Likewise.
12881         * posix/unistd.h: Likewise.
12882         * io/bits/poll2.h: Likewise.
12883         * io/bits/fcntl2.h: Likewise.
12884         * io/fcntl.h: Likewise.
12885         * io/sys/poll.h: Likewise.
12886         * misc/bits/syslog.h: Likewise.
12887         * misc/bits/syslog-ldbl.h: Likewise.
12888         * misc/sys/syslog.h: Likewise.
12889         * socket/bits/socket2.h: Likewise.
12890         * socket/sys/socket.h: Likewise.
12891         * debug/tst-chk1.c: Likewise.
12892         * wcsmbs/bits/wchar2.h: Likewise.
12893         * wcsmbs/bits/wchar-ldbl.h: Likewise.
12894         * wcsmbs/wchar.h: Likewise.
12895
12896 2012-04-29  Andreas Jaeger  <aj@suse.de>
12897
12898         * Makerules (tests): Remove enable-check-abi protection.
12899         (check-abi-warn): Remove.
12900         (check-abi-%): Remove check-abi-warn usage.
12901
12902         * configure.in: Remove check-abi configure option.
12903         * configure: Regenerated.
12904         * config.make.in (enable-check-abi): Remove.
12905
12906 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
12907
12908         [BZ #14033]
12909         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
12910         double functions to double *_finite functions.
12911
12912         [BZ #13941]
12913         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
12914         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
12915         LDBL_MIN_EXP.
12916         * stdio-common/Makefile (tests): Add tst-sprintf3.
12917         * stdio-common/tst-sprintf3.c: New file.
12918
12919         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
12920         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
12921
12922 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
12923
12924         * conform/conformtest.pl: Remove duplicate typed-constant
12925         handling.
12926
12927 2012-04-28  David S. Miller  <davem@davemloft.net>
12928
12929         * Makerules (%.abilist): Add vpath on sysdep_dirs.
12930         (check-abi-%): Remove AWK script prerequisite and explicit
12931         abilist directory.
12932         (check-abi): Rewrite to just diff the symlist with the abilist.
12933         (config-tls, config-abi-config): Delete, no longer used.
12934         (update-abi-%): Remove AWK script and explicit abilist directory.
12935         (update-abi): Rewrite to simply compare and conditionally copy the
12936         symlist and the sysdep abilist file.  Remove update-abi-config
12937         checks.
12938         * abilist/ld.abilist: Remove.
12939         * abilist/libBrokenLocale.abilist: Remove.
12940         * abilist/libanl.abilist: Remove.
12941         * abilist/libcrypt.abilist: Remove.
12942         * abilist/libdl.abilist: Remove.
12943         * abilist/librt.abilist: Remove.
12944         * abilist/libthread_db.abilist: Remove.
12945         * abilist/libutil.abilist: Remove.
12946         * scripts/extract-abilist.awk: Remove.
12947         * scripts/merge-abilist.awk: Remove.
12948         * sysdeps/generic/libcidn.abilist: New file.
12949         * sysdeps/generic/libnss_compat.abilist: New file.
12950         * sysdeps/generic/libnss_db.abilist: New file.
12951         * sysdeps/generic/libnss_dns.abilist: New file.
12952         * sysdeps/generic/libnss_files.abilist: New file.
12953         * sysdeps/generic/libnss_hesiod.abilist: New file.
12954         * sysdeps/generic/libnss_nis.abilist: New file.
12955         * sysdeps/generic/libnss_nisplus.abilist: New file.
12956         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
12957         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
12958         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
12959         file.
12960         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
12961         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
12962         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
12963         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
12964         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
12965         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
12966         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
12967         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
12968         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
12969         file.
12970         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
12971         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
12972         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
12973         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
12974         file.
12975         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
12976         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
12977         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
12978         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
12979         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
12980         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
12981         file.
12982         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
12983         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
12984         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
12985         file.
12986         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
12987         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
12988         New file.
12989         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
12990         New file.
12991         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
12992         New file.
12993         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
12994         New file.
12995         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
12996         New file.
12997         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
12998         New file.
12999         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
13000         New file.
13001         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
13002         New file.
13003         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
13004         New file.
13005         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
13006         New file.
13007         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
13008         New file.
13009         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
13010         New file.
13011         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
13012         New file.
13013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
13014         file.
13015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
13016         New file.
13017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
13018         New file.
13019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
13020         file.
13021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
13022         New file.
13023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
13024         New file.
13025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
13026         file.
13027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
13028         New file.
13029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
13030         New file.
13031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
13032         New file.
13033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
13034         New file.
13035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
13036         New file.
13037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
13038         New file.
13039         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
13040         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
13041         file.
13042         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
13043         New file.
13044         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
13045         file.
13046         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
13047         file.
13048         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
13049         file.
13050         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
13051         file.
13052         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
13053         file.
13054         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13055         New file.
13056         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
13057         file.
13058         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
13059         file.
13060         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
13061         New file.
13062         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
13063         file.
13064         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
13065         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
13066         file.
13067         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
13068         New file.
13069         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
13070         file.
13071         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
13072         file.
13073         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
13074         file.
13075         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
13076         file.
13077         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
13078         file.
13079         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13080         New file.
13081         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
13082         file.
13083         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
13084         file.
13085         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
13086         New file.
13087         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
13088         file.
13089         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
13090         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
13091         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
13092         file.
13093         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
13094         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
13095         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
13096         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
13097         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
13098         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
13099         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
13100         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
13101         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
13102         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
13103         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
13104         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
13105         file.
13106         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
13107         New file.
13108         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
13109         file.
13110         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
13111         file.
13112         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
13113         file.
13114         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
13115         file.
13116         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
13117         file.
13118         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
13119         New file.
13120         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
13121         New file.
13122         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
13123         file.
13124         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
13125         New file.
13126         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
13127         file.
13128         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
13129         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
13130         file.
13131         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
13132         New file.
13133         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
13134         file.
13135         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
13136         file.
13137         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
13138         file.
13139         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
13140         file.
13141         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
13142         file.
13143         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
13144         New file.
13145         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
13146         New file.
13147         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
13148         file.
13149         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
13150         New file.
13151         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
13152         file.
13153
13154 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
13155
13156         * conform/conformtest.pl: Fix typo in handling typed-constant from
13157         allow-header.
13158
13159 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
13160
13161         * README: Cut down references to pre-2.6 Linux kernels and
13162         Linuxthreads.  Update lists of configurations in libc and ports
13163         and sort alphabetically.  Say "or newer" with Linux kernel version
13164         requirements.
13165
13166         * config.h.in [IS_IN_build]: Allow compiling without optimization.
13167
13168 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
13169
13170         [BZ #887]
13171         * math/libm-test.inc (logb_test_downward): New test to expose
13172         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
13173         rounding mode.
13174
13175 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
13176
13177         [BZ #14027]
13178         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
13179         to be done.
13180         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
13181         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
13182
13183 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
13184
13185         * sysdeps/unix/i386/brk.S: Remove file.
13186         * sysdeps/unix/i386/dl-brk.S: Likewise.
13187         * sysdeps/unix/i386/pipe.S: Likewise.
13188         * sysdeps/unix/i386/sigreturn.S: Likewise.
13189         * sysdeps/unix/i386/syscall.S: Likewise.
13190         * sysdeps/unix/i386/vfork.S: Likewise.
13191         * sysdeps/unix/i386/wait.S: Likewise.
13192
13193         * sysdeps/unix/common/tcsendbrk.c: Move to ...
13194         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
13195
13196         * configure.in (arm*-none*): Do not allow without
13197         --enable-hacker-mode.
13198         (netbsd*): Remove case setting base_os.
13199         (386bsd*): Likewise.
13200         (freebsd*): Likewise.
13201         (bsdi*): Likewise.
13202         (osf*): Likewise.
13203         (sunos*): Likewise.
13204         (ultrix*): Likewise.
13205         (newsos*): Likewise.
13206         (dynix*): Likewise.
13207         (*bsd*): Likewise.
13208         (sysv*): Likewise.
13209         (isc*): Likewise.
13210         (esix*): Likewise.
13211         (sco*): Likewise.
13212         (minix*): Likewise.
13213         (irix4*): Likewise.
13214         (irix6*): Likewise.
13215         (solaris[2-9]*): Likewise.
13216         (none): Likewise.
13217         * configure: Regenerated.
13218
13219 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13220
13221         [BZ #11521]
13222         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
13223         overflow or cancellation in calculating denominator.
13224         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
13225         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
13226         down expression to avoid unexpected rounding in newer GCCs.
13227         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
13228
13229 2012-04-26  David S. Miller  <davem@davemloft.net>
13230
13231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
13232         long-double compat symbols.
13233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
13234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
13235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
13236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
13237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
13238         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
13239         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
13240         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
13241         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
13242         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
13243         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
13244         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
13245         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
13246
13247 2012-04-25  David S. Miller  <davem@davemloft.net>
13248
13249         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
13250         HWCAP_* values only after the memory barriers have been defined.
13251         (atomic_full_barrier): Define.
13252         (atomic_read_barrier): Define.
13253         (atomic_write_barrier): Define.
13254
13255 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13256
13257         * shlib-versions: Add libgcc_s version information.
13258         * sysdeps/generic/libgcc_s.h: Remove.
13259         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
13260         libgcc_s.h.
13261         * sysdeps/gnu/unwind-resume.c: Likewise.
13262         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
13263
13264 2012-04-25  David S. Miller  <davem@davemloft.net>
13265
13266         * sysdeps/unix/sparc/brk.S: Delete.
13267         * sysdeps/unix/sparc/dl-brk.S: Delete.
13268         * sysdeps/unix/sparc/pipe.S: Delete.
13269         * sysdeps/unix/sparc/sysdep.S: Delete.
13270         * sysdeps/unix/sparc/sysdep.h: Delete.
13271         * sysdeps/unix/sparc/vfork.S: Delete.
13272         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
13273         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
13274         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
13275         ret_ERRVAL, r0, r1, MOVE): Define.
13276         (JUMPTARGET): Remove.
13277         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
13278         sysdeps/unix/sparc/sysdep.h
13279         (ENTRY, END): Remove.
13280         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
13281
13282 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
13283
13284         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
13285         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
13286         -DIS_IN_build.
13287
13288         * timezone/README: Update upstream location and email address for
13289         tzcode and tzdata.
13290         * timezone/zdump.c: Update from tzcode 2012b.
13291         * timezone/zic.c: Likewise.
13292
13293         * configure.in (libc_cv_as_needed): Remove test.
13294         * configure: Regenerated.
13295         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
13296         conditional definition.
13297         [$(have-as-needed) != yes] (no-as-needed): Likewise.
13298         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
13299         * config.make.in (have-as-needed): Remove variable.
13300
13301 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
13302             Paul Pluzhnikov  <ppluzhnikov@google.com>
13303
13304         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
13305         strings correctly.
13306
13307 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
13308
13309         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
13310         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
13311         * sysdeps/sh/strlen.S: Likewise.
13312
13313 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
13314
13315         * sysdeps/unix/fork.S: Remove file.
13316         * sysdeps/unix/i386/fork.S: Likewise.
13317         * sysdeps/unix/sparc/fork.S: Likewise.
13318
13319         * sysdeps/unix/system.c: Remove file.
13320         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
13321
13322         * sysdeps/unix/getegid.S: Remove file.
13323         * sysdeps/unix/geteuid.S: Likewise.
13324
13325 2012-04-24  Roland McGrath  <roland@hack.frob.com>
13326
13327         * scripts/check-localplt.awk: New file.
13328         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
13329         of diff.
13330         * scripts/data/localplt-generic.data: Add a comment.
13331
13332         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
13333         NODE when __dir_mkfile failed.
13334         * sysdeps/mach/hurd/symlinkat.c: Likewise.
13335         Reported by Ludovic Courtès <ludo@gnu.org>.
13336
13337 2012-04-24  Andreas Jaeger  <aj@suse.de>
13338
13339         * Makerules (common-clean): Also remove gen-as-const-headers
13340         files.
13341
13342 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
13343
13344         * Makerules (native-compile): Do not change working directory for
13345         build.  Use $(OUTPUT_OPTION) in command.
13346         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
13347
13348 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13349
13350         [BZ #13886]
13351         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
13352         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
13353         * math/libm-test.inc (floor_test): Add more tests.
13354         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
13355
13356 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
13357
13358         * sysdeps/unix/getdents.c: Remove file.
13359         * sysdeps/unix/sysv/getdents.c: Likewise.
13360         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
13361
13362         * sysdeps/unix/syscalls.list (madvise): Add syscall from
13363         sysdeps/unix/mman/syscalls.list.
13364         (mmap): Likewise.
13365         (mprotect): Likewise.
13366         (msync): Likewise.
13367         (munmap): Likewise.
13368         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
13369         * sysdeps/unix/mman/syscalls.list: Remove.
13370         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
13371
13372         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
13373         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
13374         * configure: Regenerated.
13375         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
13376         $(libgcc_s_suffix).
13377         * config.make.in (libgcc_s_suffix): Remove variable.
13378
13379 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
13380
13381         * sysdeps/unix/sysv/gethostname.c: Move to ...
13382         * sysdeps/posix/gethostname.c: ... here.
13383
13384         * sysdeps/unix/execve.S: Remove file.
13385
13386         * sysdeps/unix/_exit.S: Remove file.
13387
13388 2012-04-23  Andreas Jaeger  <aj@suse.de>
13389
13390         [BZ #13739]
13391         * manual/Makefile: Remove make dist support, there's no
13392         need for a stand-alone documentation tar ball.
13393         (TEXI2DVI): Define always, it's not in Makeconfig.
13394         (dist): Removed.
13395         (tar-it): Removed.
13396         (edition): Removed.
13397         (glibc-doc-$(edition).tar): Removed
13398         (%.Z): Removed.
13399         (%.gz): Removed.
13400         (%.uu): Removed.
13401         (ETAGS): Remove, it's in Makeconfig.
13402         (move-if-change): Remove, it's in Makeconfig.
13403
13404 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
13405
13406         [BZ #13970]
13407         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
13408         (strtod, strtof, strtold, strtol, strtoul, strtoq)
13409         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
13410         (strtod_l, strtof_l, strtold_l): Remove __wur.
13411         It is not necessarily an error to ignore strtol's return value.
13412         One can reliably look at the stored endptr to decide whether
13413         the number had valid syntax.
13414
13415 2012-04-21  Andreas Jaeger  <aj@suse.de>
13416
13417         [BZ #13739]
13418         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
13419
13420 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
13421
13422         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
13423         * sysdeps/unix/sysv/Versions: Remove file.
13424
13425 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
13426
13427         [BZ #13927]
13428         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13429
13430 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
13431
13432         [BZ #7064]
13433         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
13434         version from __vm86.
13435
13436 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
13437
13438         * sysdeps/unix/common/lxstat.c: Remove file.
13439         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
13440
13441         * sysdeps/unix/sysv/Makefile: Remove file.
13442
13443         * sysdeps/unix/sysv/direct.h: Remove file.
13444
13445         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
13446         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
13447         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
13448         * sysdeps/unix/sysv/bits/signum.h: Likewise.
13449         * sysdeps/unix/sysv/bits/stat.h: Likewise.
13450         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
13451         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
13452
13453         * sysdeps/unix/sysv/setrlimit.c: Remove file.
13454
13455         * sysdeps/unix/xmknod.c: Remove file.
13456         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
13457
13458         * sysdeps/unix/sysv/settimeofday.c: Remove file.
13459
13460         * sysdeps/unix/sysv/i386/time.S: Remove file.
13461
13462         * sysdeps/unix/fxstat.c: Remove file.
13463         * sysdeps/unix/xstat.c: Likewise.
13464         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
13465
13466         * sysdeps/unix/sysv/sigaction.c: Remove file.
13467
13468         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
13469         (sysdep_headers): Remove variable.
13470         [termio.h not in sysdep_headers] (generated): Likewise.
13471         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
13472         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
13473         * sysdeps/unix/sysv/tcdrain.c: Likewise.
13474         * sysdeps/unix/sysv/tcflow.c: Likewise.
13475         * sysdeps/unix/sysv/tcflush.c: Likewise.
13476         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
13477         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
13478         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
13479         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
13480         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
13481
13482         * sysdeps/unix/siglist.c: Remove file.
13483
13484         * sysdeps/unix/getppid.S: Remove file.
13485
13486         * sysdeps/unix/mkdir.c: Remove file.
13487         * sysdeps/unix/rmdir.c: Likewise.
13488
13489 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
13490
13491         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
13492         ERR_MAX value.
13493         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
13494         errlist-compat value.
13495
13496 2012-04-18  David S. Miller  <davem@davemloft.net>
13497
13498         * sysdeps/generic/memcopy.h (reg_char): Delete.
13499         * debug/strcat_chk.c: Use char, not reg_char.
13500         * debug/strcpy_chk.c: Likewise.
13501         * debug/strncat_chk.c: Likewise.
13502         * debug/strncpy_chk.c: Likewise.
13503         * string/memchr.c: Likewise.
13504         * string/memrchr.c: Likewise.
13505         * string/rawmemchr.c: Likewise.
13506         * string/strcat.c: Likewise.
13507         * string/strchr.c: Likewise.
13508         * string/strchrnul.c: Likewise.
13509         * string/strcmp.c: Likewise.
13510         * string/strcpy.c: Likewise.
13511         * string/strncat.c: Likewise.
13512         * string/strncmp.c: Likewise.
13513         * string/strncpy.c: Likewise.
13514
13515 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
13516
13517         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
13518         __builtin_memcopy is called when src and dest ranges are known to not
13519         overlap.
13520
13521 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
13522
13523         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
13524         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
13525         fwd_align_merge macro call.
13526         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
13527         bwd_align_merge macro call.
13528         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
13529
13530 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
13531
13532         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
13533         bwd_align_merge macros.
13534         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
13535         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
13536         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
13537
13538 2012-04-18  David S. Miller  <davem@davemloft.net>
13539
13540         * sysdeps/sparc/sparc64/memcopy.h: Delete.
13541
13542 2012-04-18  Andreas Jaeger  <aj@suse.de>
13543
13544         [BZ# 6794]
13545         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
13546         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
13547         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
13548
13549         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
13550         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
13551         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
13552
13553         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
13554         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
13555         Adjust for changed ldbl-128 files.
13556
13557         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
13558         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
13559         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
13560
13561 2012-04-17  David S. Miller  <davem@davemloft.net>
13562
13563         * sysdeps/sparc/sparc32/memcopy.h: Delete.
13564
13565 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
13566
13567         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
13568         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
13569         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
13570         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
13571         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
13572         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
13573
13574 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13575
13576         [BZ #6794]
13577         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
13578         * math/libm-test.inc: Add ilogb errno and exception tests.
13579         * math/w_ilogb.c: New file: ilogb wrapper.
13580         * math/w_ilogbf.c: New file: ilogbf wrapper.
13581         * math/w_ilogbl.c: New file: ilogbl wrapper.
13582         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
13583         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
13584         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
13585         exception being thrown with 0.0 as argument.
13586         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
13587         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
13588         exception being thrown with 0.0 as argument.
13589         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
13590         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
13591         exception being thrown with 0.0 as argument.
13592         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
13593         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
13594         exception being thrown with 0.0 as argument.
13595         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
13596         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
13597         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
13598         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
13599         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
13600         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
13601         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
13602         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
13603         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
13604
13605 2012-04-17  Petr Baudis  <pasky@ucw.cz>
13606
13607         * include/sys/uio.h: Change __vector to __iovec to avoid clash
13608         with altivec.
13609
13610 2012-04-16  Marek Polacek  <polacek@redhat.com>
13611
13612         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
13613
13614 2012-04-16  Marek Polacek  <polacek@redhat.com>
13615
13616         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
13617         operands of fdivp instruction.
13618
13619 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
13620
13621         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
13622         * elf/tst-auditmod3b.c: Likewise.
13623         * elf/tst-auditmod4b.c: Likewise.
13624         * elf/tst-auditmod5b.c: Likewise.
13625         * elf/tst-auditmod6b.c: Likewise.
13626         * elf/tst-auditmod6c.c: Likewise.
13627         * elf/tst-auditmod7b.c: Likewise.
13628         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
13629         * sysdeps/x86_64/preconfigure.in: Likewise.
13630         * sysdeps/x86_64/preconfigure: Regenerated.
13631
13632 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
13633
13634         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
13635         __ILP32__.
13636
13637 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
13638
13639         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
13640         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
13641
13642 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
13643
13644         [BZ #13973]
13645         * locale/iso-639.def: Fix gl language name. Spotted by
13646         Yaron Shahrabani.
13647
13648 2012-04-12  Roland McGrath  <roland@hack.frob.com>
13649
13650         [BZ #2074]
13651         * libio/libio.h (__io_write_fn): Update comment.
13652
13653 2012-04-12  Petr Baudis  <pasky@ucw.cz>
13654
13655         [BZ #2074]
13656         * stdio.texi (Hook Functions): The user provided writer function
13657         is not allowed to return -1.
13658
13659 2012-04-11  David S. Miller  <davem@davemloft.net>
13660
13661         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13662
13663 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
13664
13665         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
13666         Add a leading slash to rtkaio.
13667
13668 2012-04-11  Jim Meyering  <meyering@redhat.com>
13669
13670         [BZ #11959]
13671         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
13672         It is not necessarily an error to ignore fwrite's return
13673         value.  One can reliably use ferror to test for errors after
13674         the fact.
13675
13676 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
13677
13678         * bits/types.h (__snseconds_t): New type.
13679         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
13680
13681         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
13682         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
13683         (__SNSECONDS_T_TYPE): Likewise.
13684         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
13685         (__SNSECONDS_T_TYPE): Likewise.
13686         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
13687         (__SNSECONDS_T_TYPE): Likewise.
13688
13689 2012-04-10  Andreas Jaeger  <aj@suse.de>
13690
13691         [BZ #2636]
13692         * manual/time.texi (Processor Time): Return type of times is
13693         elapsed real time since an arbitrary point in the past.
13694         (CPU Time): Move CLK_TCK from here...
13695         (Processor Time): ...to here.  Correct description.
13696         * manual/conf.texi (Constants for Sysconf): Correct description of
13697         _SC_CLK_TCK.
13698
13699 2012-04-10  David S. Miller  <davem@davemloft.net>
13700
13701         [BZ #13967]
13702         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
13703         where the is a gap between DT_REL(A) and DT_JMPREL.
13704
13705 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
13706
13707         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
13708         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
13709         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
13710
13711 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13712
13713         * elf/dl-support.c (_dl_inhibit_cache): New variable.
13714         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
13715         (dl_main): Handle --inhibit-cache.
13716         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
13717         _dl_inhibit_cache.
13718         * elf/dl-load.c (_dl_map_object): Use it.
13719         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
13720
13721 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
13722
13723         [BZ #13872]
13724         * sysdeps/i386/fpu/e_powl.S (p78): New object.
13725         (__ieee754_powl): Saturate large exponents rather than testing for
13726         overflow of y*log2(x).
13727         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
13728         * math/libm-test.inc (pow_test): Do not permit spurious overflow
13729         exceptions.
13730
13731         [BZ #11521]
13732         * math/s_ctan.c: Include <float.h>.
13733         (__ctan): Avoid internal overflow or cancellation in calculating
13734         denominator.
13735         * math/s_ctanf.c: Likewise.
13736         * math/s_ctanl.c: Likewise.
13737         * math/s_ctanh.c: Likewise.
13738         * math/s_ctanhf.c: Likewise.
13739         * math/s_ctanhl.c: Likewise.
13740         * math/libm-test.inc (ctan_test): Add more tests.
13741         (ctanh_test): Likewise.
13742         * sysdeps/i386/fpu/libm-test-ulps: Update.
13743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13744
13745 2012-04-09  Andreas Jaeger  <aj@suse.de>
13746
13747         [BZ #6894]
13748         * manual/filesys.texi (Directory Entries): Mention that d_namlen
13749         is an optional BSD extension.
13750
13751         [BZ #10254]
13752         * manual/stdio.texi (Opening Streams): Document additional fopen
13753         parameters.
13754
13755 2012-04-09  Roland McGrath  <roland@hack.frob.com>
13756
13757         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
13758         %eax without telling the compiler.
13759
13760 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
13761
13762         [BZ # 13963]
13763         * manual/install.texi: Use sourceware.org.
13764
13765 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
13766
13767         [BZ #13873]
13768         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
13769         (__ieee754_pow): Generate overflow and underflow using huge*huge
13770         and tiny*tiny rather than just returning constant infinity or zero
13771         for large exponents.
13772         * math/libm-test.inc (pow_test): Require overflow exceptions for
13773         applicable cases of large exponents.
13774
13775         [BZ #706]
13776         * sysdeps/i386/fpu/e_pow.S (p10): New object.
13777         (__ieee754_pow): Use iterative multiplication algorithm only for
13778         integer exponents with absolute value below 1024.  Check for odd
13779         integer exponents when using algorithm for real exponents.
13780         * math/libm-test.inc (pow_test): Add more tests.
13781         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13782
13783 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
13784
13785         [BZ #13705]
13786         * math/libm-test.inc (exp_test): Do not allow overflow exception
13787         on underflow test.
13788
13789 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
13790
13791         [BZ #13705]
13792         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
13793         instead of __kernel_standard_f.
13794
13795 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
13796
13797         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
13798         * sysdeps/x86_64/memset_chk.S: Likewise.
13799
13800 2012-04-08  Andreas Jaeger  <aj@suse.de>
13801
13802         [BZ #10153]
13803         * manual/startup.texi (Environment Access): Describe return value
13804         for putenv and setenv.
13805
13806         [BZ #6895]
13807         * manual/filesys.texi (Directory Entries): Add description for
13808         DT_LNK.
13809
13810         [BZ #6890]
13811         * manual/filesys.texi (Directory Entries): Clarify that it's file
13812         system not operating system in the description of DT_UNKNOWN.
13813
13814         [BZ #6578]
13815         * manual/syslog.texi (closelog): Fix reference, it's openlog.
13816
13817 2012-04-08  Stephen Compall  <s11@member.fsf.org>
13818
13819         [BZ #6649]
13820         * manual/llio.texi (Opening and Closing Files): Add cross
13821         reference to explain mode argument.
13822
13823 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
13824
13825         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
13826         * sysdeps/x86_64/memset_chk.S: Likewise.
13827
13828 2012-04-07  David S. Miller  <davem@davemloft.net>
13829
13830         * elf/elf.h (R_SPARC_WDISP10): Define.
13831         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
13832         R_SPARC_SIZE32.
13833         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
13834         R_SPARC_SIZE64 and R_SPARC_H34.
13835
13836 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
13837
13838         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
13839         conditions and remove no longer applicable assertion.
13840
13841 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
13842
13843         * bits/byteswap.h: Include <features.h>.
13844         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
13845         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
13846
13847 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
13848
13849         * bits/byteswap.h (__bswap_16): Removed.
13850         Include <bits/byteswap-16.h> to get __bswap_16.
13851         * sysdeps/i386/bits/byteswap.h: Likewise.
13852         * sysdeps/s390/bits/byteswap.h: Likewise.
13853         * sysdeps/x86_64/bits/byteswap.h: Likewise.
13854         * bits/byteswap-16.h: New file.
13855         * sysdeps/i386/bits/byteswap-16.h: Likewise.
13856         * sysdeps/s390/bits/byteswap-16.h: Likewise.
13857         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
13858         * string/Makefile (headers): Add bits/byteswap-16.h.
13859
13860 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
13861
13862         [BZ #13895]
13863         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
13864         extra indirection.
13865         * nss/Makefile (tests-static, tests): Add tst-nss-static.
13866         * nss/tst-nss-static.c: New.
13867
13868 2012-04-06  Robert Millan  <rmh@gnu.org>
13869
13870         [BZ #6486]
13871         * manual/llio.texi (File Position Primitive): lseek
13872         refers to WHENCE when it really means OFFSET.
13873
13874 2012-04-06  Andreas Jaeger  <aj@suse.de>
13875
13876         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
13877         strncmp declarations.
13878
13879         * abilist/libc.abilist: Add __poll and __ppoll.
13880
13881 2012-04-05  David S. Miller  <davem@davemloft.net>
13882
13883         * scripts/check-local-headers.sh: Accept a host triplet in the
13884         path matched by the exclude regexp.
13885
13886         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
13887         definition.
13888         * sysdeps/powerpc/powerpc32/dl-machine.h
13889         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
13890         * sysdeps/s390/s390-32/dl-machine.h
13891         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
13892         * sysdeps/sparc/sparc32/dl-machine.h
13893         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
13894         * sysdeps/sparc/sparc64/dl-machine.h
13895         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
13896
13897         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
13898         lazy binding.
13899         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
13900         undefined symbol errors.
13901
13902         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
13903         DT_NEEDED entries.
13904
13905 2012-04-05  Michael Matz  <matz@suse.de>
13906
13907         [BZ #13592]
13908         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
13909
13910 2012-04-05  Andreas Jaeger  <aj@suse.de>
13911
13912         [BZ #13908]
13913         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
13914         comment.
13915
13916 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
13917
13918         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
13919         which ROUND is no valid rounding mode.
13920
13921 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
13922
13923         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
13924         read again.
13925         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
13926
13927 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
13928
13929         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
13930         an exception using FPU order intentionally.
13931
13932 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
13933
13934         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
13935         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
13936         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
13937         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
13938
13939 2012-04-05  Simon Josefsson  <simon@josefsson.org>
13940
13941         [BZ #12340]
13942         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
13943         EINVAL when BUFLEN is too smal.
13944
13945 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
13946
13947         [BZ #13553]
13948         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
13949         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
13950
13951 2012-04-03  Andreas Jaeger  <aj@suse.de>
13952
13953         [BZ #13938]
13954         * manual/setjmp.texi (System V contexts): Fix sentence.
13955
13956         [BZ #13926]
13957         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
13958         New macro for this case.
13959         [!__GNUC__] (__bswap_64): New inline function for this case.
13960         * sysdeps/x86_64/bits/byteswap.h: Likewise.
13961         * bits/byteswap.h: Likewise.
13962         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
13963         ull, guard with __GLIBC_HAVE_LONG_LONG.
13964
13965         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
13966         __GLIBC_HAVE_LONG_LONG.
13967
13968         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
13969         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
13970
13971 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
13972
13973         [BZ #13691]
13974         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
13975         inptr and inend, rather than using last_ch.
13976
13977 2012-04-02  David S. Miller  <davem@davemloft.net>
13978
13979         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
13980         * stdio-common/printf-parse.h (read_int): Change return type to
13981         'int', return -1 on INT_MAX overflow.
13982         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
13983         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
13984         overflows INT_MAX.  Check for overflow of in-format-string precision
13985         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
13986         SIZE_MAX not INT_MAX for integer overflow test.
13987         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
13988         skip the construct in the format string but do not record anything.
13989         * stdio-common/bug22.c: Adjust to test both width/prevision
13990         INT_MAX overflow as well as total length INT_MAX overflow.  Check
13991         explicitly for proper errno values.
13992
13993 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
13994
13995         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
13996         CHAR_MAX.
13997         * string/test-strcmp.c [! WIDE]: Likewise.
13998         * time/tst-mktime2.c: Likewise for INT_MAX.
13999         * string/test-string.h: #include <sys/param.h> for MIN.
14000
14001         * csu/init-first.c (__libc_init_first): Call __ctype_init.
14002         * sysdeps/i386/init-first.c (init): Likewise.
14003         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
14004         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
14005         * sysdeps/sh/init-first.c (init): Likewise.
14006
14007 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
14008
14009         * po/ru.po: Update from translation team.
14010         * po/vi.po: Likewise.
14011
14012 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
14013
14014         * resolv/nss_dns/dns-host.c: Merge copyright years.
14015
14016 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14017
14018         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
14019         Optimize memcpy with prefetch if
14020         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
14021         src, dst pointers have unequal 16 byte alignments.
14022
14023 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14024
14025         [BZ #13928]
14026         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
14027         from a CNAME entry and return the minimum ttl for the query.
14028         (gaih_getanswer_slice): Likewise.
14029
14030 2012-03-30  Jeff Law  <law@redhat.com>
14031
14032         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
14033         due to long keys.
14034         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
14035         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
14036
14037         * resolv/nss_dns/dns-host.c: Update copyright year.
14038
14039 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
14040
14041         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
14042         requests to save a system call.  Fix check that all bytes are sent.
14043
14044         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
14045         comments for sendmmsg.
14046
14047 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
14048
14049         [BZ #13691]
14050         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
14051         with only 1 character between 0x0041 and 0x01b0.
14052         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
14053         * wcsmbs/tst-mbsnrtowcs.c: New file.
14054
14055 2012-03-29  David S. Miller  <davem@davemloft.net>
14056
14057         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
14058         small copies by hand.
14059
14060 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14061
14062         [BZ #13761]
14063         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
14064         _nss_compat_initgroups_dyn): Fall back to malloc/free
14065         for large group memberships.
14066
14067 2012-03-28  David S. Miller  <davem@davemloft.net>
14068
14069         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
14070         that branches into memcpy.
14071         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
14072         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
14073         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
14074         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
14075         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
14076         bits.
14077         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
14078         implementation too.
14079         * sysdeps/sparc/mempcpy.S: New file.
14080
14081         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
14082         the IFUNC routine in the libc case.
14083         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
14084
14085         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
14086         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
14087         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
14088         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
14089         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
14090         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
14091         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
14092         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
14093
14094         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
14095         loop to 256 bytes instead of 64 bytes and fix test signedness.
14096
14097         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
14098         * sysdeps/sparc/sparc32/Makefile: rather than here...
14099         * sysdeps/sparc/sparc64/Makefile: and here.
14100
14101 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
14102
14103         * malloc/mallocbug.c: Avoid warnings about unused variables.
14104
14105 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14106
14107         [BZ #13760]
14108         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
14109         in the right place. Discard and retry query if response is
14110         larger than input buffer size.
14111
14112 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
14113
14114         [BZ #369]
14115         [BZ #2678]
14116         [BZ #3866]
14117         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
14118         x for large integer exponent.
14119         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14120         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
14121         sign of result as needed afterwards.
14122         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14123         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
14124         result for underflowing pow the same as for overflow.
14125         (__kernel_standard_l): Handle powl overflow and underflow here
14126         rather than calling __kernel_standard.
14127         * math/libm-test.inc (pow_test): Add more tests.
14128
14129         [BZ #3868]
14130         [BZ #13879]
14131         [BZ #13910]
14132         [BZ #13911]
14133         [BZ #13912]
14134         [BZ #13913]
14135         [BZ #13915]
14136         [BZ #13916]
14137         [BZ #13917]
14138         [BZ #13918]
14139         [BZ #13919]
14140         [BZ #13920]
14141         [BZ #13921]
14142         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
14143         * sysdeps/ieee754/k_standard.c: Include <float.h>.
14144         (__kernel_standard_l): New function.
14145         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
14146         __kernel_standard.
14147         * math/w_acosl.c (__acosl): Likewise.
14148         * math/w_asinl.c (__asinl): Likewise.
14149         * math/w_atan2l.c (__atan2l): Likewise.
14150         * math/w_atanhl.c (__atanhl): Likewise.
14151         * math/w_coshl.c (__coshl): Likewise.
14152         * math/w_exp10l.c (__exp10l): Likewise.
14153         * math/w_exp2l.c (__exp2l): Likewise.
14154         * math/w_fmodl.c (__fmodl): Likewise.
14155         * math/w_hypotl.c (__hypotl): Likewise.
14156         * math/w_j0l.c (__j0l, __y0l): Likewise.
14157         * math/w_j1l.c (__j1l, __y1l): Likewise.
14158         * math/w_jnl.c (__jnl, __ynl): Likewise.
14159         * math/w_lgammal.c (__lgammal): Likewise.
14160         * math/w_log10l.c (__log10l): Likewise.
14161         * math/w_log2l.c (__log2l): Likewise.
14162         * math/w_logl.c (__logl): Likewise.
14163         * math/w_powl.c (__powl): Likewise.
14164         * math/w_remainderl.c (__remainderl): Likewise.
14165         * math/w_scalbl.c (sysv_scalbl): Likewise.
14166         * math/w_sinhl.c (__sinhl): Likewise.
14167         * math/w_sqrtl.c (__sqrtl): Likewise.
14168         * math/w_tgammal.c (__tgammal): Likewise.
14169         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
14170         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
14171         * math/libm-test.inc (acos_test): Add more tests.
14172         (acosh_test): Likewise.
14173         (asin_test): Likewise.
14174         (atanh_test): Likewise.
14175         (exp_test): Likewise.
14176         (exp10_test): Likewise.
14177         (exp2_test): Likewise.
14178         (expm1_test): Likewise.
14179         (lgamma_test): Likewise.
14180         (log_test): Likewise.
14181         (log10_test): Likewise.
14182         (log1p_test): Likewise.
14183         (log2_test): Likewise.
14184         (pow_test): Do not allow some spurious overflow exceptions.
14185         (sqrt_test): Add more tests.
14186         (tgamma_test): Likewise.
14187         (y0_test): Likewise.
14188         (y1_test): Likewise.
14189         (yn_test): Likewise.
14190
14191 2012-03-27  Anton Blanchard  <anton@samba.org>
14192
14193         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
14194         MAP_HUGETLB.
14195         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
14196         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
14197         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
14198
14199 2012-03-27  David S. Miller  <davem@davemloft.net>
14200
14201         * conform/Makefile: Run run-conformtest.sh using $(BASH).
14202
14203         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
14204         have-as-vis3 check.
14205
14206 2012-03-27  Andreas Jaeger  <aj@suse.de>
14207
14208         * sysdeps/x86_64/elf/configure.in: Moved to ...
14209         * sysdeps/x86_64/configure.in: ... here.
14210         * sysdeps/x86_64/elf/start.S: Moved to ...
14211         * sysdeps/x86_64/start.S: ... here.
14212         * sysdeps/x86_64/elf/configure: Delete.
14213
14214         * sysdeps/x86_64/configure.in: Merge contents from
14215         sysdeps/i386/configure.in (without i686 check).
14216
14217         * sysdeps/i386/elf/Versions: Merge into ...
14218         * sysdeps/i386/Versions: ... this.
14219         * sysdeps/i386/elf/Versions: Delete file.
14220         * sysdeps/i386/elf/start.S: Moved to ...
14221         * sysdeps/i386/start.S: ...here.
14222         * sysdeps/i386/elf/configure.in: Merge into...
14223         * sysdeps/i386/configure.in: ...here.
14224         * sysdeps/i386/elf/configure.in: Delete file.
14225         * sysdeps/i386/elf/configure: Delete file.
14226
14227         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
14228         * debug/backtracesyms.c: ... here.
14229         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
14230         * debug/backtracesymsfd.c: ... here.
14231         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
14232         * sysdeps/generic/ifunc-sel.h: ... here.
14233
14234         * sysdeps/unix/i386/start.c: Delete file.
14235         * sysdeps/unix/sparc/start.c: Delete file.
14236         * sysdeps/unix/start.c: Delete file.
14237
14238         * sysdeps/sh/elf/configure.in: Moved to ...
14239         * sysdeps/sh/configure.in: ... here.
14240         * sysdeps/sh/elf/start.S: Moved to ...
14241         * sysdeps/sh/start.S: ... here.
14242         * sysdeps/sh/elf/configure: Delete file.
14243
14244         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
14245         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
14246         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
14247         * sysdeps/powerpc/powerpc64/entry.h: ... here.
14248         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
14249         * sysdeps/powerpc/powerpc64/start.S: here.
14250         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
14251         * sysdeps/powerpc/powerpc64/Makefile: ... this.
14252         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
14253         * sysdeps/powerpc/powerpc64/configure.in: ... this.
14254         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
14255
14256         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
14257         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
14258         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
14259         * sysdeps/powerpc/powerpc32/start.S: ... here.
14260         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
14261         * sysdeps/powerpc/powerpc32/configure.in: ... this.
14262         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
14263
14264         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
14265         * sysdeps/powerpc/ifunc-sel.h: ... here.
14266         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
14267         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
14268
14269         * sysdeps/sparc/elf/configure.in: Moved to ...
14270         * sysdeps/sparc/configure.in: ... here.
14271         * sysdeps/sparc/elf/configure: Delete file.
14272         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
14273         * sysdeps/sparc/sparc32/start.S: ... here.
14274         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
14275         * sysdeps/sparc/sparc64/start.S: ... here.
14276         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
14277         * sysdeps/sparc/sparc32/Makefile: ... this.
14278         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
14279         * sysdeps/sparc/sparc64/Makefile: ... this.
14280
14281         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
14282         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
14283         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
14284         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
14285         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
14286         * sysdeps/s390/s390-32/setjmp.S: ... here.
14287         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
14288         * sysdeps/s390/s390-32/configure.in: ... here.
14289         * sysdeps/s390/s390-32/elf/configure: Delete file.
14290         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
14291         * sysdeps/s390/s390-32/start.S: ... here.
14292
14293         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
14294         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
14295         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
14296         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
14297         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
14298         * sysdeps/s390/s390-64/setjmp.S: ... here.
14299         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
14300         * sysdeps/s390/s390-64/configure.in: ... here
14301         * sysdeps/s390/s390-64/elf/configure: Delete file.
14302         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
14303         * sysdeps/s390/s390-64/start.S: ... here.
14304         * sysdeps/s390/s390-64/elf/configure: Delete.
14305
14306         * configure.in: Remove support for elf directories in sysdeps.
14307
14308         * configure: Regenerated.
14309         * sysdeps/i386/configure: Regenerated.
14310         * sysdeps/powerpc/powerpc32/configure: Regenerated.
14311         * sysdeps/powerpc/powerpc64/configure: Regenerated.
14312         * sysdeps/s390/s390-32/configure: Regenerated.
14313         * sysdeps/s390/s390-64/configure: Regenerated.
14314         * sysdeps/sh/configure: Regenerated.
14315         * sysdeps/sparc/configure: Regenerated.
14316         * sysdeps/x86_64/configure: Regenerated.
14317
14318 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
14319
14320         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14321
14322         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
14323         denormal result into account.
14324
14325 2012-03-25  Roland McGrath  <roland@hack.frob.com>
14326
14327         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
14328         Reported by Allan McRae <allan@archlinux.org>.
14329
14330 2012-03-23  Jeff Law  <law@redhat.com>
14331
14332         * nss/getnssent.c (__nss_getent): Fix typo.
14333
14334 2012-03-23  David S. Miller  <davem@davemloft.net>
14335
14336         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14337
14338 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
14339
14340         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
14341         to pad to uint64_t for each field.
14342         (dl_tls_index): Replace unsigned long with uint64_t.
14343
14344 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
14345         Paul Pluzhnikov  <ppluzhnikov@google.com>
14346
14347         [BZ #6528]
14348         * grp/Makefile (otherlibs): Don't set it.
14349         * inet/Makefile (otherlibs): Likewise.
14350         * login/Makefile (otherlibs): Likewise.
14351         * nscd/Makefile (otherlibs): Likewise.
14352         * posix/Makefile (otherlibs): Likewise.
14353         * pwd/Makefile (otherlibs): Likewise.
14354         * rt/Makefile (otherlibs): Likewise.
14355         * sunrpc/Makefile (otherlibs): Likewise.
14356         * nss/Makefile (otherlibs): Likewise.
14357         Add libnss_files to routines and static-only-routines.
14358         ($(objpfx)getent): Remove rule.
14359         * resolv/Makefile: Add libnss_dns and libresolv to routines and
14360         static-only-routines.
14361
14362 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
14363
14364         [BZ #13892]
14365         * math/s_cexp.c: Include <float.h>.
14366         (__cexp): Handle exp result overflowing not necessarily
14367         overflowing both real and imaginary parts of result.
14368         * math/s_cexpf.c: Likewise.
14369         * math/s_cexpl.c: Likewise.
14370         * math/libm-test.inc (cexp_test): Add more tests.
14371         * sysdeps/i386/fpu/libm-test-ulps: Update.
14372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14373
14374 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
14375
14376         * include/link.h (ELFW): New macro.
14377         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
14378         Replace ELF64_R_TYPE with ELFW(R_TYPE).
14379
14380 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
14381
14382         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
14383         with uint64_t.
14384
14385 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
14386
14387         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
14388         declaration.
14389         (struct La_x32_retval): Likewise.
14390
14391 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
14392
14393         * sysdeps/x86_64/preconfigure.in: New file.
14394         * sysdeps/x86_64/preconfigure: New generated file.
14395
14396 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
14397
14398         [BZ #13824]
14399         * math/e_exp2l.c: Include <float.h>.
14400         (__ieee754_exp2l): Handle overflow and underflow cases
14401         separately.  Only pass fractional part of argument to
14402         __ieee754_expl.
14403         * math/libm-test.inc (exp2_test): Add more tests.
14404
14405         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
14406         negating x to take absolute value.
14407         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
14408         Likewise.
14409         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
14410         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
14411         Likewise.
14412         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
14413         computing low part if x was negated.
14414         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
14415
14416 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
14417
14418         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
14419         la_x32_gnu_pltexit.
14420         (pltexit): Cast int_retval to ptrdiff_t.
14421         * elf/tst-auditmod3b.c: Likewise.
14422         * elf/tst-auditmod4b.c: Likewise.
14423         * elf/tst-auditmod5b.c: Likewise.
14424         * elf/tst-auditmod6b.c: Likewise.
14425         * elf/tst-auditmod6c.c: Likewise.
14426         * elf/tst-auditmod7b.c: Likewise.
14427
14428         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
14429         and x32_gnu_pltexit.
14430
14431         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
14432         __ELF_NATIVE_CLASS.
14433         (La_x32_regs): New macro.
14434         (La_x32_retval): Likewise.
14435         (la_x32_gnu_pltenter): New function prototype.
14436         (la_x32_gnu_pltexit): Likewise.
14437
14438 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
14439
14440         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
14441         exponent.
14442
14443         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14444
14445         * configure.in (libc_cv_cc_nofma): Check for option to disable
14446         generation of FMA instructions.
14447         * configure: Regenerate.
14448         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
14449         * sysdeps/ieee754/dbl-64/Makefile: New file.
14450         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
14451         Remove brandred-fma4.
14452         (CFLAGS-brandred-fma4.c): Remove.
14453         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
14454         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
14455         define.
14456         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
14457         define.
14458
14459 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
14460
14461         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
14462         LLONG_MAX != LONG_MAX.
14463         (_itoa_word): Use _ITOA_WORD_TYPE on value.
14464         (_fitoa_word): Likewise.
14465         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
14466         LLONG_MAX != LONG_MAX.
14467         * stdio-common/_itowa.h: Include <_itoa.h>.
14468         (_itowa_word): Use _ITOA_WORD_TYPE on value.
14469         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
14470         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
14471         only if not defined.
14472         (_ITOA_WORD_TYPE): Likewise.
14473         (_itoa_word): Use _ITOA_WORD_TYPE on value.
14474         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
14475
14476 2012-03-21  David S. Miller  <davem@davemloft.net>
14477
14478         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14479
14480 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
14481
14482         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
14483         of x86_64 when setting libc_cv_slibdir, libdir and
14484         libc_cv_localedir.
14485         * sysdeps/unix/sysv/linux/configure: Regenerated.
14486
14487 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
14488
14489         * manual/lang.texi (Old Varargs): Remove section.
14490         (How Variadic): Update menu.
14491         (va_start): Do not mention varargs.h.
14492
14493 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
14494             Joseph Myers  <joseph@codesourcery.com>
14495
14496         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
14497         link test.
14498         * configure: Regenerated.
14499
14500 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
14501
14502         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
14503         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
14504         conformtest.pl
14505
14506 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
14507
14508         * NOTES: Remove.
14509         * Makefile (files-for-dist): Remove NOTES.
14510         (NOTES): Remove rule.
14511         * README: Don't refer to NOTES.
14512         * manual/creature.texi: Don't include macros.texi.
14513         * manual/intro.texi (creature.texi): Remove comment referring to
14514         NOTES.
14515
14516         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
14517         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
14518         * configure: Regenerated.
14519         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
14520         LIBC_TRY_CC_OPTION.
14521         (libc_cv_as_i686): Likewise.
14522         (libc_cv_cc_avx): Likewise.
14523         (libc_cv_cc_sse2avx): Likewise.
14524         (libc_cv_cc_fma4): Likewise.
14525         (libc_cv_cc_novzeroupper): Likewise.
14526         * sysdeps/i386/configure: Regenerated.
14527
14528         [BZ #13883]
14529         * sysdeps/i386/fpu/s_cexp.S: Remove.
14530         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
14531         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
14532         * math/libm-test.inc (cexp_test): Add more tests.
14533         * sysdeps/i386/fpu/libm-test-ulps: Update.
14534         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14535
14536 2012-03-21  Allan McRae  <allan@archlinux.org>
14537
14538         * timezone/Makefile: Do not install iso3166.tab and zone.tab
14539
14540 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
14541
14542         [BZ #13871]
14543         * math/w_exp2.c: Do not include <float.h>.
14544         (o_threshold, u_threshold): Remove.
14545         (__exp2): Calculate result before checking finiteness and calling
14546         __kernel_standard.
14547         * math/w_exp2f.c: Likewise.
14548         * math/w_exp2l.c: Likewise.
14549         * math/libm-test.inc (exp2_test): Require overflow exception for
14550         1e6 input.
14551
14552         [BZ #3866]
14553         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
14554         range of signed 64-bit integers before using fistpll.  Remove
14555         checks for whether integers fit in mantissa bits.
14556         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
14557         the range of signed 32-bit integers before using fistpl.  Remove
14558         checks for whether integers fit in mantissa bits.
14559         * sysdeps/i386/fpu/e_powl.S (p64): New object.
14560         (__ieee754_powl): Test for y outside the range of signed 64-bit
14561         integers before using fistpll.  Reduce 64-bit values to 63-bit
14562         ones as needed.
14563         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
14564         divide-by-zero is raised for zero to large negative powers.
14565         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
14566         (__ieee754_powl): Test for y outside the range of signed 64-bit
14567         integers before using fistpll.  Reduce 64-bit values to 63-bit
14568         ones as needed.
14569         * math/libm-test.inc (pow_test): Add more tests.
14570
14571 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
14572
14573         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
14574         <stdio-common/_itoa.h>.
14575         * debug/segfault.c: Likewise.
14576         * elf/dl-cache.c: Likewise.
14577         * elf/dl-minimal.c: Likewise.
14578         * elf/dl-misc.c: Likewise.
14579         * elf/dl-sysdep.c: Likewise.
14580         * elf/dl-version.c: Likewise.
14581         * elf/rtld.c: Likewise.
14582         * hurd/hurdsock.c: Likewise.
14583         * hurd/lookup-retry.c: Likewise.
14584         * malloc/malloc.c: Likewise.
14585         * malloc/mtrace.c: Likewise.
14586         * nscd/nscd_getgr_r.c: Likewise.
14587         * nscd/nscd_getpw_r.c: Likewise.
14588         * nscd/nscd_getserv_r.c: Likewise.
14589         * posix/getopt_init.c: Likewise.
14590         * posix/wordexp.c: Likewise.
14591         * stdio-common/_itoa.c: Likewise.
14592         * stdio-common/printf_fphex.c: Likewise.
14593         * stdio-common/vfprintf.c: Likewise.
14594         * string/_strerror.c: Likewise.
14595         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
14596         * sysdeps/i386/i686/hp-timing.h: Likewise.
14597         * sysdeps/mach/_strerror.c: Likewise.
14598         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
14599         * sysdeps/mach/hurd/sethostid.c: Likewise.
14600         * sysdeps/mach/hurd/xmknodat.c: Likewise.
14601         * sysdeps/mach/xpg-strerror.c: Likewise.
14602         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
14603         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
14604         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
14605         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
14606         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
14607         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
14608         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
14609         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
14610         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
14611         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
14612         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
14613         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
14614         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
14615         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
14616         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
14617         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
14618         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
14619         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
14620         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
14621         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
14622         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
14623
14624         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
14625
14626         * stdio-common/_itoa.h: Moved to ...
14627         * sysdeps/generic/_itoa.h: Here.
14628
14629         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
14630
14631         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
14632         instead of "_itoa.h" and "_itowa.h".
14633         * stdio-common/vfprintf.: Likewise.
14634
14635 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
14636
14637         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
14638         <bits/wordsize.h>.
14639         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
14640         (__signbit): Likwise.
14641         (llrintf): Likwise.
14642         (llrint): Likwise.
14643
14644 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
14645
14646         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
14647         __WORDSIZE != 64.
14648
14649 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
14650
14651         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
14652         OVERFLOW_EXCEPTION_OK.
14653         * math/libm-test.inc ("Philosophy"): Update comment about
14654         exception testing.
14655         (OVERFLOW_EXCEPTION): Define.
14656         (OVERFLOW_EXCEPTION_OK): Likewise.
14657         (INVALID_EXCEPTION_OK): Renumber.
14658         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
14659         (IGNORE_ZERO_INF_SIGN): Likewise.
14660         (test_exceptions): Handle FE_OVERFLOW.
14661         (exp10_test): Expect overflow exceptions.
14662         (exp2_test): Likewise.
14663         (expm1_test): Likewise.
14664         (nextafter_test): Likewise.
14665         (pow_test): Likewise.
14666         (scalbn_test): Likewise.
14667         (scalbln_test): Likewise.
14668
14669 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14670
14671         * sysdeps/x86_64/bits/atomic.h
14672         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
14673         64bit integer.
14674         (atomic_exchange_acq): Likewise.
14675         (__arch_exchange_and_add_body): Likewise.
14676         (__arch_add_body): Likewise.
14677         (atomic_add_negative): Likewise.
14678         (atomic_add_zero): Likewise.
14679
14680 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14681
14682         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
14683         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
14684
14685 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14686
14687         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
14688         Check __x86_64__ instead of __WORDSIZE.
14689
14690 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14691
14692         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
14693
14694 2012-03-19  David S. Miller  <davem@davemloft.net>
14695
14696         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14697
14698         * sysdeps/sparc/fpu/fenv_private.h: New file.
14699         * sysdeps/sparc/fpu/math_private.h: Use it.
14700         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
14701         Remove.
14702         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
14703         (libc_feholdexcept_setroundl): Remove.
14704         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
14705         Remove.
14706         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
14707         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
14708
14709 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14710
14711         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
14712         int64_t instead of long int.
14713         (INSERT_WORDS64): Likwise.
14714
14715 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
14716
14717         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
14718         _Unwind_GetCFA return to _Unwind_Ptr first.
14719
14720 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
14721
14722         [BZ #13629]
14723         * math/s_clog.c: Include <float.h>.
14724         (__clog): Scale large or subnormal inputs.
14725         * math/s_clogf.c: Likewise.
14726         * math/s_clogl.c: Likewise.
14727         * math/s_clog10.c: Include <float.h>.
14728         (M_LOG10_2): Define.
14729         (__clog10): Scale large or subnormal inputs.
14730         * math/s_clog10f.c: Likewise.
14731         * math/s_clog10l.c: Likewise.
14732         * math/libm-test.inc (clog_test): Add more tests.
14733         (clog10_test): Likewise.
14734         * sysdeps/i386/fpu/libm-test-ulps: Update.
14735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14736
14737         [BZ #11451]
14738         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
14739         x and y.
14740         * math/libm-test.inc (atan2_test): Add another test.
14741
14742         * Makerules (common-objdir-compile): Remove.
14743         * sysdeps/unix/Makefile (config-generated): Do not add
14744         $(unix-generated) to variable.
14745         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
14746         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
14747         Remove rule.
14748         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
14749         Likewise.
14750         [generic bits/local_lim.h] (before-compile): Do not append to
14751         variable.
14752         [generic bits/local_lim.h] (common-generated): Likewise.
14753         [generic sys/param.h] (before-compile): Do not append to variable.
14754         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
14755         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
14756         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
14757         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
14758         include.
14759         [generic sys/param.h] (sys/param.h-includes): Remove variable.
14760         [generic sys/param.h] (sys/param.h-includes): Remove rule.
14761         [generic sys/param.h] ($(addprefix
14762         $(common-objpfx),$(sys/param.h-includes))): Likewise.
14763         [generic sys/param.h] (common-generated): Do not append to
14764         variable.
14765         [generic sys/param.h] (sysdep_headers): Likewise.
14766         [generic bits/errno.h] (before-compile): Do not append to
14767         variable.
14768         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
14769         rule.
14770         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
14771         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
14772         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
14773         [generic bits/errno.h] (common-generated): Do not append to
14774         variable.
14775         [generic bits/ioctls.h] (before-compile): Do not append to
14776         variable.
14777         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
14778         rule.
14779         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
14780         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
14781         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
14782         rule.
14783         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
14784         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
14785         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
14786         [generic bits/ioctls.h] (common-generated): Do not append to
14787         variable.
14788         [generic sys/syscall.h] (syscall.h): Remove variable.
14789         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
14790         rule.
14791         [generic sys/syscall.h] (before-compile): Do not append to
14792         variable.
14793         [generic sys/syscall.h] (common-generated): Likewise.
14794         * sysdeps/unix/errnos-tmpl.c: Remove file.
14795         * sysdeps/unix/errnos.awk: Likewise.
14796         * sysdeps/unix/ioctls-tmpl.c: Likewise.
14797         * sysdeps/unix/ioctls.awk: Likewise.
14798         * sysdeps/unix/mk-local_lim.c: Likewise.
14799         * sysdeps/unix/snarf-ioctls: Likewise.
14800
14801 2012-03-19  Richard Henderson  <rth@twiddle.net>
14802
14803         * sysdeps/i386/fpu/fenv_private.h: New file.
14804         * sysdeps/i386/fpu/math_private.h: Use it.
14805         (math_opt_barrier, math_force_eval): Remove.
14806         (libc_feholdexcept_setround_53bit): Remove.
14807         (libc_feupdateenv_53bit): Remove.
14808         * sysdeps/x86_64/fpu/math_private.h: Likewise.
14809         (math_opt_barrier, math_force_eval): Remove.
14810         (libc_feholdexcept): Remove.
14811         (libc_feholdexcept_setround): Remove.
14812         (libc_fetestexcept, libc_fesetenv): Remove.
14813         (libc_feupdateenv_test): Remove.
14814         (libc_feupdateenv, libc_feholdsetround): Remove.
14815         (libc_feresetround): Remove.
14816
14817         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
14818         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
14819
14820         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
14821         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
14822         (libc_feupdateenv_testl): New.
14823         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
14824         (libc_feupdateenv_testf): New.
14825         (libc_feupdateenv): Use libc_feupdateenv_test.
14826         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
14827         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
14828
14829         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
14830         (libc_feholdsetroundf, libc_feholdsetroundl): New.
14831         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
14832         (libc_feresetround_noex): New.
14833         (libc_feresetround_noexf): New.
14834         (libc_feresetround_noexl): New.
14835         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
14836         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
14837         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
14838         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
14839         SET_RESTORE_ROUND.
14840         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
14841         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
14842         (__cos): Likewise.
14843         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
14844         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
14845         SET_RESTORE_ROUND_NOEX.
14846         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
14847         SET_RESTORE_ROUND_NOEXF.
14848         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
14849         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
14850         (libc_feholdsetroundf): New.
14851         (libc_feresetround, libc_feresetroundf): New.
14852
14853         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
14854         (libc_feholdexcept_setround_53bit): Convert from macro to function.
14855         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
14856
14857         * sysdeps/generic/math_private.h: Include <fenv.h>.
14858         (default_libc_feholdexcept): New.
14859         (default_libc_feholdexcept_setround): New.
14860         (default_libc_fesetenv, default_libc_feupdateenv): New.
14861         (libc_feholdexcept): Only define if undefined.
14862         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
14863         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
14864         (libc_feholdexcept_setroundl): Likewise.
14865         (libc_feholdexcept_setround_53bit): Likewise.
14866         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
14867         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
14868         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
14869         (libc_feupdateenv_53bit): Likewise.
14870         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
14871         (libc_feholdexcept): Convert from macro to inline function.
14872         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
14873         (libc_fesetenv, libc_feupdateenv): Likewise.
14874
14875         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
14876         not previously defined.
14877         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
14878         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
14879         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
14880         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
14881         * sysdeps/ieee754/flt-32/math_private.h: New file.
14882         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
14883         math_private.h below SET_FLOAT_WORD.
14884         (__isnan, __isinf_ns, __finite): Remove.
14885         (__isnanf, __isinf_nsf, __finitef): Remove.
14886
14887 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
14888
14889         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14890
14891 2012-03-17  David S. Miller  <davem@davemloft.net>
14892
14893         [BZ #6471]
14894         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
14895         for 2.16.
14896
14897 2012-03-16  David S. Miller  <davem@davemloft.net>
14898
14899         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
14900         warnings.
14901
14902         [BZ #6471]
14903         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
14904         properly.
14905         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
14906         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
14907         sysdep_routines when subdir is sysvipc.
14908         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
14909         __getshmlba helper.
14910
14911         * sysdeps/sparc/fpu/libm-test/ulps: Update.
14912
14913 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14914
14915         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
14916         [__LP64__].
14917
14918 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14919
14920         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
14921         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
14922         (__lround): Renamed to ...
14923         (__llround): This.  Replace long int with long long int.
14924         Define lround functions as aliases of llround functions.
14925         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
14926
14927 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14928
14929         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
14930         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
14931         adresses to uintptr_t.  Replace "long int" and "unsigned long
14932         int" with "greg_t" on va_arg.
14933
14934 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
14935
14936         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
14937         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
14938
14939         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
14940         Move e_machine check before EI_CLASS check.  Handle x32
14941         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
14942         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
14943         SKIP_EM_IA_64 and include
14944         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
14945
14946         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
14947         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
14948         (add_system_dir): New macro.
14949
14950         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
14951         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
14952
14953 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
14954
14955         [BZ #2551]
14956         [BZ #2552]
14957         [BZ #2553]
14958         [BZ #2554]
14959         [BZ #2562]
14960         [BZ #2563]
14961         [BZ #2565]
14962         [BZ #2566]
14963         [BZ #2576]
14964         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
14965         (y0): Likewise.
14966         * math/w_j0f.c (j0f): Likewise.
14967         (y0f): Likewise.
14968         * math/w_j0l.c (__j0l): Likewise.
14969         (__y0l): Likewise.
14970         * math/w_j1.c (j1): Likewise.
14971         (y1): Likewise.
14972         * math/w_j1f.c (j1f): Likewise.
14973         (y1f): Likewise.
14974         * math/w_j1l.c (__j1l): Likewise.
14975         (__y1l): Likewise.
14976         * math/w_jn.c (jn): Likewise.
14977         (yn): Likewise.
14978         * math/w_jnf.c (jnf): Likewise.
14979         (ynf): Likewise.
14980         * math/w_jnl.c (__jnl): Likewise.
14981         (__ynl): Likewise.
14982         * math/libm-test.inc (j0_test): Add more tests.
14983         (j1_test): Likewise.
14984         (jn_test): Likewise.  Add trailing semicolon to existing test.
14985         (y0_test): Likewise.
14986         (y1_test): Likewise.
14987         * sysdeps/i386/fpu/libm-test-ulps: Update.
14988         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14989
14990         [BZ #13851]
14991         [BZ #13854]
14992         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
14993         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
14994         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
14995         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
14996         (__tanl): Set errno for infinite argument.
14997         * sysdeps/i386/fpu/mptan.c: Remove.
14998         * sysdeps/i386/fpu/s_tan.S: Likewise.
14999         * sysdeps/i386/fpu/s_tanl.S: Likewise.
15000         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
15001         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
15002         * math/libm-test.inc (tan_test): Add more tests and enable more
15003         tests for double and long double.
15004         * sysdeps/i386/fpu/libm-test-ulps: Update.
15005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15006
15007 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
15008
15009         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
15010         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
15011
15012 2012-03-16  Roland McGrath  <roland@hack.frob.com>
15013
15014         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
15015         * configure.in: Use it for both main tree and add-ons.
15016         * configure: Regenerated.
15017
15018 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
15019
15020         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
15021
15022 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
15023
15024         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
15025         in comment.
15026
15027         [BZ #13851]
15028         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
15029         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
15030         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
15031         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
15032         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
15033         infinite argument.
15034         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
15035         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
15036         != 0 for prec == 2.
15037         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
15038         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
15039         * sysdeps/i386/fpu/s_cosl.S: Likewise.
15040         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
15041         * sysdeps/i386/fpu/s_sinl.S: Likewise.
15042         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
15043         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
15044         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
15045         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
15046         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
15047         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
15048         * math/libm-test.inc (cos_test): Add more tests and enable more
15049         tests for long double.
15050         (sin_test): Likewise.
15051         (sincos_test): Likewise.
15052         * sysdeps/i386/fpu/libm-test-ulps: Update.
15053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15054
15055 2012-03-16  David S. Miller  <davem@davemloft.net>
15056
15057         * sysdeps/sparc/fpu/math_private.h: New file.
15058
15059 2012-03-15  David S. Miller  <davem@davemloft.net>
15060
15061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
15062         file.
15063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
15064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
15065         file.
15066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
15067         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
15068         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
15069         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
15070         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
15071         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
15072         sysdep routines.
15073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
15074
15075         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
15076         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
15077
15078         * sysdeps/sparc/sparc-ifunc.h: New file.
15079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
15080         sparc-ifunc.h
15081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
15082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
15083         Likewise.
15084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
15085         Likewise.
15086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
15087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
15088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
15089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
15090         Likewise.
15091         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
15092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
15093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
15094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
15095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
15096         Likewise.
15097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
15098         Likewise.
15099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
15100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
15101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
15102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
15103         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
15104         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
15105         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
15106         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
15107         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
15108         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
15109         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
15110         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
15111         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
15112         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
15113         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
15114         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
15115         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
15116         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
15117         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
15118         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
15119         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
15120         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
15121         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
15122         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
15123
15124 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
15125
15126         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
15127         scaling.
15128         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15129
15130 2012-03-15  Andreas Jaeger  <aj@suse.de>
15131
15132         [BZ #13852]
15133         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
15134         ieee754/flt-32 implementation for sin, cos and sincos.
15135         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
15136         * sysdeps/i386/fpu/s_cosf.S: Likewise.
15137         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
15138         * sysdeps/i386/fpu/s_sinf.S: Likewise.
15139         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
15140         ieee754/flt-32 implementation for tan.
15141
15142         * math/libm-test.inc (cos_test): Enable some large input tests for
15143         float as well
15144         (sin_test): Likewise.
15145         (sincos_test): Likewise.
15146         (tan_test): Add tests for large input.
15147
15148         * sysdeps/i386/fpu/libm-test-ulps: Update.
15149
15150 2012-03-15  Andreas Jaeger  <aj@suse.de>
15151
15152         [BZ #13658]
15153         * math/libm-test.inc (cos_test): Add more test cases.
15154         (sin_test): Likewise.
15155         (sincos_test): Likewise.
15156
15157 2012-03-15  Andreas Jaeger  <aj@suse.de>
15158
15159         [BZ #13837]
15160         * math/libm-test.inc (cos_test): Add a test case for large input
15161         value.
15162         (sin_test): Likewise.
15163         (sincos_test): Likewise.
15164
15165 2012-03-15  Andreas Jaeger  <aj@suse.de>,
15166         Joseph Myers  <joseph@codesourcery.com>
15167
15168         [BZ #13658]
15169         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
15170         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
15171         * sysdeps/i386/fpu/branred.c: Likewise.
15172         * sysdeps/i386/fpu/dosincos.c: Likewise.
15173         * sysdeps/i386/fpu/mpa.c: Likewise.
15174         * sysdeps/i386/fpu/s_cos.S: Likewise.
15175         * sysdeps/i386/fpu/s_sin.S: Likewise.
15176         * sysdeps/i386/fpu/s_sincos.S: Likewise.
15177         * sysdeps/i386/fpu/sincos32.c: Likewise.
15178
15179         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
15180         Define.
15181         (libc_feupdateenv_53bit): Define.
15182         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
15183         Define.
15184         (libc_feupdateenv_53bit): Define.
15185
15186         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
15187         53 bit (without extend i386 double precision).
15188
15189         * math/libm-test.inc (sincos_test): Add tests for large input.
15190         (sin): Likewise.
15191         (cos): Likewise.
15192
15193         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
15194
15195 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
15196
15197         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15198
15199 2012-03-15  David S. Miller  <davem@davemloft.net>
15200
15201         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
15202         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
15203         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
15204         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
15205         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
15206         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
15207         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
15208         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
15209         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
15210         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
15211         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
15212         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
15213         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
15214         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
15215         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
15216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
15217         file.
15218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
15219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
15220         file.
15221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
15222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
15223         file.
15224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
15225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
15226         file.
15227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
15228         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
15229         fmin/fmax sysdep routines.
15230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
15231
15232 2012-03-14  David S. Miller  <davem@davemloft.net>
15233
15234         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
15235         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
15236         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
15237         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
15238         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
15239         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
15240         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
15241         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
15242         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
15243         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
15244         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
15245         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
15246         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
15247         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
15248         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
15249         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
15250         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
15251         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
15252         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
15253         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
15254         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
15255         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
15256         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
15257         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
15258         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
15259         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
15260         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
15261         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
15262         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
15263         routines.
15264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
15265         file.
15266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
15267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
15268         file.
15269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
15270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
15271         file.
15272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
15273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
15274         file.
15275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
15276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
15277         file.
15278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
15279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
15280         file.
15281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
15282         file.
15283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
15284         file.
15285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
15286         file.
15287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
15288         New file.
15289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
15290         file.
15291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
15292         file.
15293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
15294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
15295         file.
15296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
15297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
15298         file.
15299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
15300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
15301         file.
15302         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
15303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
15304         VIS3 routines.
15305
15306         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
15307         New file.
15308
15309         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15310
15311         * sysdeps/sparc/configure.in: New file.
15312         * sysdeps/sparc/configure: Generate.
15313         * configure.in (libc_cv_sparc_as_vis3): Substitute.
15314         * configure: Regenerate.
15315         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
15316         * config.make.in (have-as-vis3): New.
15317         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
15318         available use -Av9d instead of -Av9a.
15319         * sysdeps/sparc/sparc64/Makefile: Likewise.
15320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
15321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
15322         New file.
15323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
15324         file.
15325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
15326         New file.
15327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
15328         file.
15329         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
15330         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
15331         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
15332         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
15333         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
15334
15335         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
15336         fzeros/fnegs to load 0x80000000 into a float register instead of
15337         using the stack.
15338         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
15339
15340 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
15341
15342         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
15343         bits/syscall.h.
15344         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
15345         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
15346         ($(inst_includedir)/bits/syscall.h): Remove rule.
15347         ($(objpfx)bits/syscall.d): Include instead of
15348         $(objpfx)syscall-list.d.
15349         (generated): Change syscall-list.h and syscall-list.d to
15350         bits/syscall.h and bits/syscall.d.
15351
15352 2012-03-14  Roland McGrath  <roland@hack.frob.com>
15353
15354         [BZ #13846]
15355         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
15356
15357 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
15358
15359         [BZ #13841]
15360         * math/s_csqrt.c: Include <float.h>.
15361         (__csqrt): Scale large or subnormal inputs.
15362         * math/s_csqrtf.c: Likewise.
15363         * math/s_csqrtl.c: Likewise.
15364         * math/libm-test.inc (csqrt_test): Add more tests.
15365         * sysdeps/i386/fpu/libm-test-ulps: Update.
15366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15367
15368         [BZ #13840]
15369         * math/libm-test.inc (hypot_test): Add more tests.
15370
15371 2012-03-13  David S. Miller  <davem@davemloft.net>
15372
15373         [BZ #13840]
15374         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
15375         double-precision for the calculation instead of scaling.
15376
15377 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
15378
15379         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
15380         manipulate bits before adding and subtracting TWO52[sx].
15381         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
15382         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
15383         Likewise.
15384         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
15385
15386 2012-03-13  David S. Miller  <davem@davemloft.net>
15387
15388         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
15389         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
15390         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
15391         rtld-global-offsets.h
15392         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
15393
15394         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
15395         large parameters.
15396
15397         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
15398
15399         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
15400         'err' in the ifdef scope in which it is actually used.
15401
15402         * nss/nss_db/db-init.c: Include string.h
15403
15404 2012-03-12  David S. Miller  <davem@davemloft.net>
15405
15406         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
15407         masking out of the most significant byte of random value used.
15408         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15409         Fix coding style in previous change.
15410
15411         * sysdeps/unix/sysv/linux/kernel-features.h
15412         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
15413         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
15414         expression.
15415         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
15416         later.
15417
15418 2012-03-11  David S. Miller  <davem@davemloft.net>
15419
15420         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
15421         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
15422         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
15423         for 'resultvar' otherwise things get truncated on 64-bit.
15424
15425         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15426         Fix masking out of the most significant byte of random value used.
15427
15428         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15429
15430 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
15431
15432         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15433
15434 2012-03-09  David S. Miller  <davem@davemloft.net>
15435
15436         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
15437         variables with appropriate CPP guards.
15438         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
15439         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
15440         on resulting framesize and the management of the outregs buffer for pltexit.
15441         Preserve floating point return values across _dl_call_pltexit call.
15442         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
15443         framesize and the management of the outregs buffer for pltexit.
15444         Preserve floating point return values across _dl_call_pltexit
15445         call.
15446         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
15447         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
15448         (print_exit): Fix format string for return register value.
15449
15450 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
15451
15452         * sunrpc/Makefile (others): Add rpcgen.
15453         ($(objpfx)rpcgen): Remove special build rule and dependency on
15454         libc.
15455         * sunrpc/rpcgen.c: New file.
15456
15457 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
15458
15459         [BZ #13673]
15460         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
15461         * stdio-common/bug-vfprintf-nargs.c: Likewise.
15462         * sysdeps/i386/crti.S: Likewise.
15463         * sysdeps/i386/crtn.S: Likewise.
15464         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
15465         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
15466         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
15467         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
15468         * sysdeps/sh/crti.S: Likewise.
15469         * sysdeps/sh/crtn.S: Likewise.
15470         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
15471
15472         [BZ #13673]
15473         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
15474         with URL.
15475         * locale/programs/locfile-kw.gperf: Likewise.
15476         * locale/programs/charmap-kw.h: Regenerated.
15477         * locale/programs/locfile-kw.h: Likewise.
15478
15479         [BZ #13673]
15480         * intl/plural.y: Replace FSF snail mail address with URL.
15481         * intl/plural.c: Regenerated.
15482
15483 2012-03-09  Richard Henderson  <rth@twiddle.net>
15484
15485         * include/math_private.h: Remove file.
15486         * math/math_private.h: Move file ...
15487         * sysdeps/generic/math_private.h: ... here.
15488
15489         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
15490         * sysdeps/powerpc/fpu/math_private.h: Likewise.
15491         * sysdeps/x86_64/fpu/math_private.h: Likewise.
15492
15493         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
15494         and <math_private.h>.
15495         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
15496         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
15497         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
15498         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
15499         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
15500         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
15501         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
15502         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15503         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15504         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
15505         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15506         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
15507         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15508         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
15509         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15510         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15511         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15512         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15513         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15514         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
15515         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15516         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15517         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15518         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
15519         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15520         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15521         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15522         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15523         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15524         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15525         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15526         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15527         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15528         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15529         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15530         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15531         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15532         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15533         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15534         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15535         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
15536         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15537         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
15538         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15539         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15540         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15541         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
15542         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15543         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15544         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15545         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15546         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
15547         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15548         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15549         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15550         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15551         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
15552         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15553         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15554         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
15555         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15556         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15557         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15558         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15559         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
15560         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
15561         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
15562         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
15563         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
15564         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
15565         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
15566         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
15567         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
15568         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
15569         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
15570         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
15571         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
15572         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
15573         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
15574         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
15575         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
15576         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
15577         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
15578         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
15579         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
15580         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
15581         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
15582         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
15583         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
15584         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
15585         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
15586         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
15587         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
15588         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
15589         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
15590         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
15591         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
15592         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
15593         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
15594         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
15595         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
15596         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
15597         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
15598         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
15599         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
15600         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
15601         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
15602         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
15603         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
15604         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
15605         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
15606         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
15607         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
15608         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
15609         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
15610         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
15611         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
15612         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
15613         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
15614         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
15615         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
15616         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
15617         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
15618         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
15619         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
15620         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
15621         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
15622         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
15623         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
15624         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
15625         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
15626         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
15627         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
15628         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
15629         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
15630         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
15631         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
15632         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
15633         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
15634         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
15635         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
15636         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
15637         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
15638         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
15639         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
15640         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
15641         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
15642         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
15643         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
15644         * sysdeps/ieee754/k_standard.c: Likewise.
15645         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
15646         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
15647         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
15648         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
15649         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
15650         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
15651         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
15652         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
15653         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
15654         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
15655         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
15656         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
15657         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
15658         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
15659         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
15660         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
15661         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
15662         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
15663         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
15664         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
15665         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
15666         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
15667         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
15668         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
15669         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
15670         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
15671         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
15672         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
15673         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
15674         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
15675         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
15676         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
15677         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
15678         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
15679         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
15680         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
15681         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
15682         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
15683         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
15684         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
15685         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
15686         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
15687         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
15688         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
15689         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
15690         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
15691         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
15692         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
15693         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
15694         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
15695         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
15696         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
15697         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
15698         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
15699         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
15700         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
15701         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
15702         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
15703         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
15704         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
15705         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
15706         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
15707         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
15708         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
15709         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
15710         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
15711         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
15712         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
15713         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
15714         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
15715         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
15716         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
15717         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
15718         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
15719         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
15720         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
15721         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
15722         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
15723         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
15724         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
15725         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
15726         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
15727         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
15728         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
15729         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
15730         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
15731         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
15732         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
15733         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
15734         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
15735         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
15736         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
15737         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
15738         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
15739         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
15740         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
15741         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
15742         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
15743         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
15744         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
15745         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
15746         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
15747         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
15748         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
15749         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
15750         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
15751         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
15752         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
15753         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
15754         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
15755         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
15756         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
15757         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
15758         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
15759         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
15760         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
15761         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
15762         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
15763         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
15764         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
15765         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
15766         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
15767         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15768         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
15769         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
15770         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
15771         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15772         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
15773         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
15774         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
15775         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15776         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15777         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15778         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15779         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
15780         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
15781         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
15782         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15783         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15784         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
15785         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
15786         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15787         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
15788         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
15789         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
15790         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15791         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15792         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
15793         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
15794         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
15795         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15796         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
15797         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
15798         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15799         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
15800         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
15801         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
15802         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
15803         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
15804         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15805         * sysdeps/ieee754/s_lib_version.c: Likewise.
15806         * sysdeps/ieee754/s_matherr.c: Likewise.
15807         * sysdeps/ieee754/s_signgam.c: Likewise.
15808         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
15809         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
15810         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
15811         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
15812         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
15813         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
15814         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
15815         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
15816         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
15817         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
15818         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
15819         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
15820         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
15821         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
15822         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
15823         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
15824         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
15825         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
15826         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
15827         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
15828         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
15829
15830 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
15831
15832         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
15833         * sunrpc/rpc_main.c: Likewise.
15834         * sunrpc/rpc_svcout.c: Likewise.
15835
15836 2012-03-09  David S. Miller  <davem@davemloft.net>
15837
15838         * include/math_private.h: New file.
15839
15840 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
15841
15842         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
15843         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
15844         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
15845         from <bits/socket_type.h>.
15846         (enum __socket_type): Don't define here.
15847         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
15848         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
15849         bits/socket_type.h.
15850
15851         [BZ #13566]
15852         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
15853         checking __USE_GNU.
15854
15855         * Makerules ($(inst_includedir)/%.h): New rule.
15856         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
15857         (install-others): Remove variable setting.
15858         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
15859
15860 2012-03-08  Richard Henderson  <rth@twiddle.net>
15861
15862         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
15863         from macro to inline function; merge with the
15864         !__LIBC_INTERNAL_MATH_INLINES version.
15865         (__ieee754_sqrtf): Likewise.
15866
15867         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
15868         to inline function.
15869         (__rintf, __floor, __floorf): Likewise.
15870
15871         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
15872         macro to inline function.
15873         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
15874
15875         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
15876         not <math/math_private.h>.
15877
15878 2012-03-08  David S. Miller  <davem@davemloft.net>
15879
15880         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
15881         copyright year.
15882         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
15883
15884 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
15885
15886         * resolv/gai_misc.c (handle_requests): Fix struct timespec
15887         normalization.
15888         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
15889         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
15890
15891 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
15892
15893         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
15894         be defined individually, they must be defined as a block.  Define
15895         S for printing a string instead of hidint the different by using a
15896         macro for adding the 'l'.
15897         * stdio-common/tst-fphex-wide.c: Adjust.
15898
15899 2012-03-07  Marek Polacek  <polacek@redhat.com>
15900
15901         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
15902
15903 2012-03-08  Marek Polacek  <polacek@redhat.com>
15904
15905         [BZ #13806]
15906         * stdio-common/Makefile (tests): Add tst-fphex-wide.
15907         * stdio-common/tst-fphex.c: Define a few macros to make the
15908         test reusable.  Use them.
15909         * stdio-common/tst-fphex-wide.c: New file.
15910
15911 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
15912
15913         [BZ #6911]
15914         * manual/macros.texi (gnusystems): New macro.
15915         (nongnusystems): Likewise.
15916         (gnulinuxhurdsystems): Likewise.
15917         (gnuhurdsystems): Likewise..
15918         (gnulinuxsystems): Likewise.
15919         * manual/charset.texi: Use new macros or @theglibc{} to refer to
15920         variants of the GNU system, not "GNU system".
15921         * manual/conf.texi: Likewise.
15922         * manual/errno.texi: Likewise.  Update example of errno macro
15923         expansion.
15924         * manual/filesys.texi: Likewise.
15925         (getumask): Document as specific to GNU/Hurd.
15926         * manual/install.texi: Likewise.  Reword some references to
15927         GNU/Linux.
15928         * manual/intro.texi: Likewise.
15929         * manual/io.texi: Likewise.
15930         (File Name Portability): Detail which constraints are inapplicable
15931         to all GNU systems and which are only inapplicable to GNU/Hurd.
15932         * manual/job.texi: Likewise.
15933         * manual/llio.texi: Likewise.
15934         (O_NOCTTY): Document as present on GNU/Linux.
15935         * manual/maint.texi: Likewise.
15936         * manual/memory.texi: Likewise.
15937         * manual/pattern.texi: Likewise.
15938         * manual/pipe.texi: Likewise.
15939         * manual/process.texi: Likewise.
15940         * manual/resource.texi: Likewise.
15941         (RUSAGE_CHILDREN): Remove statement about specifying a particular
15942         child on GNU/Hurd.
15943         * manual/setjmp.texi: Likewise.
15944         * manual/signal.texi: Likewise.
15945         * manual/startup.texi: Likewise.
15946         * manual/stdio.texi: Likewise.
15947         * manual/terminal.texi: Likewise.
15948         (ONLCR): Document as POSIX.
15949         (OXTABS): Document availability on GNU/Linux as XTABS.
15950         (ONOEOT): Document availability separately from other bits.
15951         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
15952         * manual/time.texi: Likewise.
15953         * manual/users.texi: Likewise.
15954         * INSTALL: Regenerated.
15955         * sysdeps/gnu/errlist.c: Regenerated.
15956
15957         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
15958         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
15959         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
15960         puts.
15961         * configure: Regenerated.
15962
15963 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
15964
15965         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
15966         default includes instead of AC_HEADER_CHECK.
15967         * sysdeps/i386/configure: Regenerated.
15968
15969         [BZ #10716]
15970         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
15971         * math/s_cacoshf.c (__cacoshf): Likewise.
15972         * math/s_cacoshl.c (__cacoshl): Likewise.
15973         * math/s_casinh.c (__casinh): Set signs of result from argument.
15974         * math/s_casinhf.c (__casinhf): Likewise.
15975         * math/s_casinhl.c (__casinhl): Likewise.
15976         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
15977         (casinh_test): Add more tests.
15978         * sysdeps/i386/fpu/libm-test-ulps: Update.
15979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15980
15981 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
15982
15983         * po/zh_TW.po: Update from translation team.
15984
15985         * login/Makefile (distribute): Remove variable.
15986         * catgets/Makefile: Likewise.
15987         * mach/Makefile: Likewise.
15988         * malloc/Makefile: Likewise.
15989         * misc/Makefile: Likewise.
15990         * iconv/Makefile: Likewise.
15991         * nscd/Makefile: Likewise.
15992         * hurd/Makefile: Likewise.
15993         * manual/Makefile: Likewise.
15994         * locale/Makefile: Likewise.
15995         * intl/Makefile: Likewise.
15996         * conform/Makefile: Likewise.
15997         * nss/Makefile: Likewise.
15998         * time/Makefile: Likewise.
15999         * soft-fp/Makefile: Likewise.
16000         * dirent/Makefile: Likewise.
16001         * gmon/Makefile: Likewise.
16002         * po/Makefile: Likewise.
16003         * rt/Makefile: Likewise.
16004         * socket/Makefile: Likewise.
16005         * math/Makefile: Likewise.
16006         * signal/Makefile: Likewise.
16007         * debug/Makefile: Likewise.
16008         * elf/Makefile: Likewise.
16009         * timezone/Makefile: Likewise.
16010         * stdlib/Makefile: Likewise.
16011         * iconvdata/Makefile: Likewise.
16012         * sunrpc/Makefile: Likewise.
16013         * io/Makefile: Likewise.
16014         * argp/Makefile: Likewise.
16015         * inet/Makefile: Likewise.
16016         * hesiod/Makefile: Likewise.
16017         * grp/Makefile: Likewise.
16018         * csu/Makefile: Likewise.
16019         * wctype/Makefile: Likewise.
16020         * crypt/Makefile: Likewise.
16021         * libio/Makefile: Likewise.
16022         * string/Makefile: Likewise.
16023         * nis/Makefile: Likewise.
16024         * resolv/Makefile: Likewise.
16025         * stdio-common/Makefile: Likewise.
16026         * wcsmbs/Makefile: Likewise.
16027         * dlfcn/Makefile: Likewise.
16028         * posix/Makefile: Likewise.
16029
16030         [BZ #6959]
16031         * timezone/Makefile: Don't install timezone files, just the programs
16032         and scripts.
16033
16034 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
16035
16036         * nss/databases.def: Add missing gshadow entry.
16037
16038         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
16039
16040 2012-03-06  Marek Polacek  <polacek@redhat.com>
16041
16042         [BZ #13726]
16043         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
16044         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16045         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
16046         * stdio-common/tst-long-dbl-fphex.c: New file.
16047
16048 2012-03-06  David S. Miller  <davem@davemloft.net>
16049
16050         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
16051         (set_obp_int): New function.
16052         (get_obp_int): New function.
16053         (__get_clockfreq_via_dev_openprom): Likewise.
16054         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
16055         Avoid unused variable warnings on 'val' and use builtin_expect.
16056         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
16057         __builtin_expect.
16058         (INLINE_CLONE_SYSCALL): Likewise.
16059
16060 2012-03-05  David S. Miller  <davem@davemloft.net>
16061
16062         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16063
16064 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
16065
16066         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16067
16068         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
16069         only for |x| >= 40.
16070         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
16071
16072 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
16073
16074         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
16075         Replace gettimeofday with __vdso_gettimeofday.
16076
16077         * sysdeps/unix/sysv/linux/x86_64/init-first.c
16078         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
16079         __vdso_clock_gettime and __vdso_getcpu.
16080
16081         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
16082         time with __vdso_time.
16083
16084 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
16085
16086         * manual/lang.texi (size_t): Note types to which size_t may be
16087         equivalent with the GNU C Library, but do not describe when
16088         differences between them are significant.
16089
16090 2012-03-05  Andreas Jaeger  <aj@suse.de>
16091
16092         * sysdeps/i386/fpu/libm-test-ulps: Update.
16093
16094 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
16095
16096         [BZ #3976]
16097         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
16098         (__ieee754_pow): Save and restore rounding mode and use
16099         round-to-nearest for main computations.
16100         * math/libm-test.inc (pow_test_tonearest): New function.
16101         (pow_test_towardzero): Likewise.
16102         (pow_test_downward): Likewise.
16103         (pow_test_upward): Likewise.
16104         (main): Call the new functions.
16105         * sysdeps/i386/fpu/libm-test-ulps: Update.
16106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16107
16108         [BZ #3976]
16109         * math/libm-test.inc (cosh_test_tonearest): New function.
16110         (cosh_test_towardzero): Likewise.
16111         (cosh_test_downward): Likewise.
16112         (cosh_test_upward): Likewise.
16113         (sinh_test_tonearest): Likewise.
16114         (sinh_test_towardzero): Likewise.
16115         (sinh_test_downward): Likewise.
16116         (sinh_test_upward): Likewise.
16117         (main): Call the new functions.
16118         * sysdeps/i386/fpu/libm-test-ulps: Update.
16119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16120
16121 2012-03-05  Tom de Vries  <tom@codesourcery.com>
16122
16123         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
16124         default stack guard is set in last bytes.
16125         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
16126
16127 2012-03-05  Kees Cook  <keescook@chromium.org>
16128
16129         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
16130
16131         [BZ #13656]
16132         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
16133         possibly allocate from heap instead of stack.
16134         * stdio-common/bug-vfprintf-nargs.c: New file.
16135         * stdio-common/Makefile (tests): Add nargs overflow test.
16136
16137 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
16138
16139         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16140
16141 2012-03-03  Marek Polacek  <polacek@redhat.com>
16142
16143         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
16144         * math/math_private.h: Likewise.
16145         * stdlib/tst-strtod.c: Likewise.
16146         * sysdeps/i386/i486/bits/atomic.h: Likewise.
16147         * sysdeps/x86_64/bits/atomic.h: Likewise.
16148
16149 2012-03-02  David S. Miller  <davem@davemloft.net>
16150
16151         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
16152         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
16153         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
16154         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
16155         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
16156         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
16157         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
16158         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
16159
16160 2012-03-02  Roland McGrath  <roland@hack.frob.com>
16161
16162         [BZ #13792]
16163         * manual/examples/README: New file, says the example source files
16164         can be used under GPL>=2.
16165         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
16166         line containing just "*/".
16167         * manual/examples/add.c: Add copyright header (GPL>=2).
16168         * manual/examples/argp-ex1.c: Likewise.
16169         * manual/examples/argp-ex2.c: Likewise.
16170         * manual/examples/argp-ex3.c: Likewise.
16171         * manual/examples/argp-ex4.c: Likewise.
16172         * manual/examples/atexit.c: Likewise.
16173         * manual/examples/db.c: Likewise.
16174         * manual/examples/dir.c: Likewise.
16175         * manual/examples/dir2.c: Likewise.
16176         * manual/examples/execinfo.c: Likewise.
16177         * manual/examples/filecli.c: Likewise.
16178         * manual/examples/filesrv.c: Likewise.
16179         * manual/examples/fmtmsgexpl.c: Likewise.
16180         * manual/examples/genpass.c: Likewise.
16181         * manual/examples/inetcli.c: Likewise.
16182         * manual/examples/inetsrv.c: Likewise.
16183         * manual/examples/isockad.c: Likewise.
16184         * manual/examples/longopt.c: Likewise.
16185         * manual/examples/memopen.c: Likewise.
16186         * manual/examples/memstrm.c: Likewise.
16187         * manual/examples/mkfsock.c: Likewise.
16188         * manual/examples/mkisock.c: Likewise.
16189         * manual/examples/mygetpass.c: Likewise.
16190         * manual/examples/pipe.c: Likewise.
16191         * manual/examples/popen.c: Likewise.
16192         * manual/examples/rprintf.c: Likewise.
16193         * manual/examples/search.c: Likewise.
16194         * manual/examples/select.c: Likewise.
16195         * manual/examples/setjmp.c: Likewise.
16196         * manual/examples/sigh1.c: Likewise.
16197         * manual/examples/sigusr.c: Likewise.
16198         * manual/examples/stpcpy.c: Likewise.
16199         * manual/examples/strdupa.c: Likewise.
16200         * manual/examples/strftim.c: Likewise.
16201         * manual/examples/strncat.c: Likewise.
16202         * manual/examples/subopt.c: Likewise.
16203         * manual/examples/swapcontext.c: Likewise.
16204         * manual/examples/termios.c: Likewise.
16205         * manual/examples/testopt.c: Likewise.
16206         * manual/examples/testpass.c: Likewise.
16207         * manual/examples/timeval_subtract.c: Likewise.
16208
16209         [BZ #13792]
16210         * manual/time.texi (Elapsed Time): Move timeval_subtract example
16211         function to ...
16212         * manual/timeval_subtract.c.texi: ... here, new file.
16213
16214 2012-03-02  David S. Miller  <davem@davemloft.net>
16215
16216         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
16217
16218 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
16219
16220         [BZ #3976]
16221         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
16222         (__sin): Save and restore rounding mode and use round-to-nearest
16223         for all computations.
16224         (__cos): Save and restore rounding mode and use round-to-nearest
16225         for all computations.
16226         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
16227         <fenv.h>.
16228         (tan): Save and restore rounding mode and use round-to-nearest for
16229         all computations.
16230         * math/libm-test.inc (cos_test_tonearest): New function.
16231         (cos_test_towardzero): Likewise.
16232         (cos_test_downward): Likewise.
16233         (cos_test_upward): Likewise.
16234         (sin_test_tonearest): Likewise.
16235         (sin_test_towardzero): Likewise.
16236         (sin_test_downward): Likewise.
16237         (sin_test_upward): Likewise.
16238         (tan_test_tonearest): Likewise.
16239         (tan_test_towardzero): Likewise.
16240         (tan_test_downward): Likewise.
16241         (tan_test_upward): Likewise.
16242         (main): Call the new functions.
16243         * sysdeps/i386/fpu/libm-test-ulps: Update.
16244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16245
16246         [BZ #10135]
16247         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
16248         small n, then large n, before computing and testing k+n.
16249         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
16250         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
16251         Likewise.
16252         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
16253         Likewise.
16254         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
16255         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
16256         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
16257         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
16258         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16259         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16260         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
16261         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
16262         * math/libm-test.inc (scalbn_test): Add more tests.
16263         (scalbln_test): Likewise.
16264
16265         * manual/filesys.texi (mode_t): Describe constraints on size and
16266         signedness, not exact equivalence to a particular type.
16267         (ino_t): Likewise.
16268         (ino64_t): Likewise.
16269         (dev_t): Likewise.
16270         (nlink_t): Likewise.
16271         (blkcnt_t): Likewise.
16272         (blkcnt64_t): Likewise.
16273         * manual/llio.texi (off_t): Likewise.
16274
16275         [BZ #3976]
16276         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
16277         (__ieee754_exp): Save and restore rounding mode and use
16278         round-to-nearest for all computations.
16279         * math/libm-test.inc (exp_test_tonearest): New function.
16280         (exp_test_towardzero): Likewise.
16281         (exp_test_downward): Likewise.
16282         (exp_test_upward): Likewise.
16283         (main): Call the new functions.
16284         * sysdeps/i386/fpu/libm-test-ulps: Update.
16285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16286
16287 2012-03-01  Chris Demetriou  <cgd@google.com>
16288
16289         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
16290         have predictable order.
16291
16292 2012-03-01  David S. Miller  <davem@davemloft.net>
16293
16294         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
16295
16296         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
16297         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
16298         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
16299         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
16300
16301         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
16302         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
16303         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
16304         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
16305         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
16306         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
16307         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
16308         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
16309         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
16310
16311         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16312
16313         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
16314         * sysdeps/sparc/fpu/libm-test-ulps: to here.
16315         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
16316
16317         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
16318         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
16319         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
16320         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
16321         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
16322         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
16323         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
16324         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
16325         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
16326         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
16327         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
16328         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
16329         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
16330         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
16331         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
16332         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
16333         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
16334         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
16335         * sysdeps/sparc/elf/configure: Regenerated.
16336
16337 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
16338
16339         * configure.in (AS, LD): Require binutils 2.20 or later.
16340         * configure: Regenerated.
16341         * manual/install.texi (Tools for Compilation): Give binutils 2.20
16342         as required minimum version.
16343         * INSTALL: Regenerated.
16344
16345         [BZ #2541]
16346         [BZ #4108]
16347         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
16348         before squaring exponent.
16349         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
16350         bottom long double and 27 bits of top long double before squaring
16351         exponent.
16352         * math/libm-test.inc (erfc_test): Add more tests.
16353         * sysdeps/i386/fpu/libm-test-ulps: Update.
16354         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16356
16357 2012-03-01  Kai Tietz  <ktietz@redhat.com>
16358
16359         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
16360         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
16361         containing bit-fields.
16362         * soft-fp/extended.h (_FP_UNION_E): Likewise.
16363         * soft-fp/single.h (_FP_UNION_S): Likewise.
16364         * soft-fp/double.h (_FP_UNION_D): Likewise.
16365
16366 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
16367
16368         [BZ #13786]
16369         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
16370         not include ../strcmp.S.
16371         [USE_AS_STRNCASECMP_L]: Likewise.
16372         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
16373         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
16374         * sysdeps/i386/i686/multiarch/strncase_l-c.c
16375         (__strncasecmp_l_ia32): Define as alias to
16376         __strncasecmp_l_nonascii.
16377
16378         [BZ #5794]
16379         * math/libm-test.inc (expm1_test): Add test for bug 5794.
16380         * sysdeps/i386/fpu/libm-test-ulps: Update.
16381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16382
16383         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
16384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16385
16386 2012-02-29  Jeff Law  <law@redhat.com>
16387
16388         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
16389         out of bounds read.
16390
16391 2012-02-29  Marek Polacek  <polacek@redhat.com>
16392
16393         [BZ #13706]
16394         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
16395         * elf/Makefile: Add rules to run tst-unused-dep.out.
16396
16397 2012-02-28  David S. Miller  <davem@davemloft.net>
16398
16399         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
16400         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
16401         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
16402         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
16403         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
16404         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
16405
16406 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
16407
16408         * math/libm-test.inc (llround_test): Move one test from
16409         lround_test.  Use TEST_f_L in moved test.
16410         (lround_test): Move misplaced test to llround_test.  Add testcase
16411         from bug 2561.
16412
16413 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
16414
16415         * sysdeps/x86_64/fpu/e_expf.S: New file.
16416         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
16417
16418 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
16419
16420         [BZ #13637]
16421         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
16422         of remain_len that may cause incomplete multi-byte character and
16423         false match.
16424         * posix/bug-regex33.c: New file.
16425         * posix/Makefile (tests): Add bug-regex33.
16426
16427 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
16428
16429         * manual/macros.texi: New file.
16430         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
16431         * manual/libc.texinfo: Include macros.texi.
16432         * manual/creatute.texi: Likewise.
16433         * manual/install.texi: Likewise.
16434         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
16435         @glibcadj{} in references to the GNU C Library.
16436         * manual/charset.texi: Likewise.
16437         * manual/conf.texi: Likewise.
16438         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
16439         when not using those macros.
16440         * manual/creature.texi: Likewise.
16441         * manual/crypt.texi: Likewise.
16442         * manual/errno.texi: Likewise.
16443         * manual/filesys.texi: Likewise.
16444         * manual/header.texi: Likewise.
16445         * manual/install.texi: Likewise.
16446         * manual/intro.texi: Likewise.
16447         * manual/io.texi: Likewise.
16448         * manual/job.texi: Likewise.
16449         * manual/lang.texi: Likewise.
16450         * manual/libc.texiinfo: Likewise.
16451         * manual/llio.texi: Likewise.
16452         * manual/locale.texi: Likewise.
16453         * manual/maint.texi: Likewise.
16454         * manual/math.texi: Likewise.
16455         * manual/memory.texi: Likewise.
16456         * manual/message.texi: Likewise.
16457         * manual/nss.texi: Likewise.
16458         * manual/pattern.texi: Likewise.
16459         * manual/process.texi: Likewise.
16460         * manual/resource.texi: Likewise.
16461         * manual/search.texi: Likewise.
16462         * manual/setjmp.texi: Likewise.
16463         * manual/signal.texi: Likewise.
16464         * manual/socket.texi: Likewise.
16465         * manual/startup.texi: Likewise.
16466         * manual/stdio.texi: Likewise.
16467         * manual/string.texi: Likewise.
16468         * manual/sysinfo.texi: Likewise.
16469         * manual/syslog.texi: Likewise.
16470         * manual/terminal.texi: Likewise.
16471         * manual/time.texi: Likewise.
16472         * manual/users.texi: Likewise.
16473         * INSTALL: Regenerated.
16474         * NOTES: Regenerated.
16475         * sysdeps/gnu/errlist.c: Regenerated.
16476
16477 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
16478
16479         * include/dirent.h: Include <dirstream.h> before
16480         <dirent/dirent.h>.
16481
16482 2012-02-28  David S. Miller  <davem@davemloft.net>
16483
16484         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
16485         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
16486         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
16487         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
16488
16489 2012-02-27  David S. Miller  <davem@davemloft.net>
16490
16491         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
16492         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
16493         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
16494         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
16495
16496         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
16497         frame pointer instead of stack pointer relative arg slot.
16498         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
16499         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
16500         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
16501
16502 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
16503
16504         [BZ #3992]
16505         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
16506
16507 2012-02-27  David S. Miller  <davem@davemloft.net>
16508
16509         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
16510         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
16511         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
16512         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
16513         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
16514         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
16515         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
16516         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
16517
16518 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
16519
16520         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
16521         later.  Allow versions 5-9.
16522         * configure: Regenerated.
16523         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
16524         required minimum version and 4.6 as recommended version.  Do not
16525         mention bugs in GCC 2.7 and 2.8.
16526         * INSTALL: Regenerated.
16527
16528 2012-02-27  David S. Miller  <davem@davemloft.net>
16529
16530         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
16531         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
16532         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
16533         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
16534         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
16535         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
16536         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
16537         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
16538
16539         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
16540         manipulate bits before adding and subtracting TWO112[sx].
16541         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
16542
16543 2012-02-27  Roland McGrath  <roland@hack.frob.com>
16544
16545         [BZ #13775]
16546         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
16547         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
16548         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
16549         being in POSIX, because they are in 1003.1-2008.
16550
16551         * rt/tst-aio.c: Include <fcntl.h>.
16552         * rt/tst-aio7.c: Likewise.
16553         * rt/tst-aio64.c: Likewise.
16554
16555         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
16556
16557 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
16558
16559         * manual/install.texi (--with-headers): Describe headers as
16560         interface headers, not private headers.
16561         (Specific advice for GNU/Linux systems): Describe use of headers
16562         from "make headers_install", not private headers from older
16563         kernels.
16564         * INSTALL: Regenerated.
16565         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
16566         Change to 2.6.19.
16567         * sysdeps/unix/sysv/linux/configure: Regenerated.
16568
16569         * manual/llio.texi (fclean): Remove documentation.
16570
16571         * manual/Makefile (libc-texi-generated): New variable.  Include
16572         version.texi.
16573         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
16574         $(libc-texi-generated), not duplicated list of files.
16575         (version.texi, stamp-version): New rules.
16576         (realclean): Remove $(libc-texi-generated), not individual files
16577         from that list.  Do not remove dir-add.texinfo.
16578         * manual/libc.texinfo: Comment out uses of edition numbers and
16579         references to printed manual.  Remove last-updated dates.
16580         (EDITION): Comment out.
16581         (ISBN): Likewise.
16582         (VERSION, UPDATED): Remove.
16583         (version.texi): Include.
16584
16585 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
16586
16587         * sysdeps/posix/spawni.c: Include <signal.h>.
16588         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
16589         * sysdeps/pthread/aio_fsync.c: Likewise.
16590
16591 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
16592
16593         * conform/Makefile (tests): Run only when not cross-compiling and
16594         when fast-check is not defined.
16595
16596         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
16597         * conform/data/limits.h-data: Fixes for POSIX2008.
16598         * conform/run-conformtest.sh: Run all tests.
16599         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
16600         headers.
16601         * include/bits/dlfcn.h: Likewise.
16602         * include/langinfo.h: Likewise.
16603         * include/monetary.h: Likewise.
16604         * include/sys/poll.h: Likewise.
16605
16606         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
16607         for __USE_GNU.
16608         * posix/spawn.h: Define __need_sigset_t.
16609         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
16610         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
16611         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
16612         to get sigevent_t only.
16613         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
16614         only for __USE_GNU.
16615         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
16616         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
16617         process_vm_writev only for __USE_GNU.
16618         * termios/termios.h: Declare tcgetsid also for POSIX2008.
16619
16620         * conform/Makefile: For now ignore errors from run-conformtest.
16621         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
16622         POSIX to avoid namespace pollution.  Don't prepend headers.
16623         * conform/data/aio.h-data: Fixes for POSIX testing.
16624         * conform/data/fcntl.h-data: Likewise.
16625         * conform/data/glob.h-data: Likewise.
16626         * conform/data/grp.h-data: Likewise.
16627         * conform/data/pthread.h-data: Likewise.
16628         * conform/data/pwd.h-data: Likewise.
16629         * conform/data/signal.h-data: Likewise.
16630         * conform/data/spawn.h-data: Likewise.
16631         * conform/data/stdio.h-data: Likewise.
16632         * conform/data/stdlib.h-data: Likewise.
16633         * conform/data/stropts.h-data: Likewise.
16634         * conform/data/sys/mman.h-data: Likewise.
16635         * conform/data/sys/stat.h-data: Likewise.
16636         * conform/data/sys/types.h-data: Likewise.
16637         * conform/data/sys/wait.h-data: Likewise.
16638         * conform/data/time.h-data: Likewise.
16639         * conform/data/unistd.h-data: Likewise.
16640         * conform/data/utime.h-data: Likewise.
16641
16642         * io/sys/stat.h: fchmod was always in POSIX.
16643         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
16644         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
16645         * rt/aio.h: Define __need_timespec before including <time.h>.
16646         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
16647         struct.  Add forward declaration of pthread_attr_t and use it in
16648         sigevent.
16649         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
16650         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
16651         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
16652         always remove CLK_TCK definition.
16653
16654 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
16655
16656         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
16657
16658 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
16659
16660         * conform/run-conformtest.sh: New file.
16661         * conform/Makefile: Run run-conformtest for tests.
16662         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
16663         support.
16664
16665         * conform/data/uchar.h-data: New file.
16666         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
16667         * conform/data/arpa/inet.h-data: Likewise.
16668         * conform/data/assert.h-data: Likewise.
16669         * conform/data/complex.h-data: Likewise.
16670         * conform/data/cpio.h-data: Likewise.
16671         * conform/data/ctype.h-data: Likewise.
16672         * conform/data/dirent.h-data: Likewise.
16673         * conform/data/dlfcn.h-data: Likewise.
16674         * conform/data/errno.h-data: Likewise.
16675         * conform/data/fcntl.h-data: Likewise.
16676         * conform/data/float.h-data: Likewise.
16677         * conform/data/fmtmsg.h-data: Likewise.
16678         * conform/data/fnmatch.h-data: Likewise.
16679         * conform/data/ftw.h-data: Likewise.
16680         * conform/data/glob.h-data: Likewise.
16681         * conform/data/grp.h-data: Likewise.
16682         * conform/data/iconv.h-data: Likewise.
16683         * conform/data/inttypes.h-data: Likewise.
16684         * conform/data/langinfo.h-data: Likewise.
16685         * conform/data/libgen.h-data: Likewise.
16686         * conform/data/limits.h-data: Likewise.
16687         * conform/data/locale.h-data: Likewise.
16688         * conform/data/math.h-data: Likewise.
16689         * conform/data/monetary.h-data: Likewise.
16690         * conform/data/mqueue.h-data: Likewise.
16691         * conform/data/ndbm.h-data: Likewise.
16692         * conform/data/net/if.h-data: Likewise.
16693         * conform/data/netdb.h-data: Likewise.
16694         * conform/data/netinet/in.h-data: Likewise.
16695         * conform/data/nl_types.h-data: Likewise.
16696         * conform/data/poll.h-data: Likewise.
16697         * conform/data/pthread.h-data: Likewise.
16698         * conform/data/pwd.h-data: Likewise.
16699         * conform/data/regex.h-data: Likewise.
16700         * conform/data/sched.h-data: Likewise.
16701         * conform/data/search.h-data: Likewise.
16702         * conform/data/semaphore.h-data: Likewise.
16703         * conform/data/setjmp.h-data: Likewise.
16704         * conform/data/signal.h-data: Likewise.
16705         * conform/data/spawn.h-data: Likewise.
16706         * conform/data/stdarg.h-data: Likewise.
16707         * conform/data/stdio.h-data: Likewise.
16708         * conform/data/stdlib.h-data: Likewise.
16709         * conform/data/string.h-data: Likewise.
16710         * conform/data/strings.h-data: Likewise.
16711         * conform/data/stropts.h-data: Likewise.
16712         * conform/data/sys/ipc.h-data: Likewise.
16713         * conform/data/sys/mman.h-data: Likewise.
16714         * conform/data/sys/msg.h-data: Likewise.
16715         * conform/data/sys/resource.h-data: Likewise.
16716         * conform/data/sys/select.h-data: Likewise.
16717         * conform/data/sys/sem.h-data: Likewise.
16718         * conform/data/sys/shm.h-data: Likewise.
16719         * conform/data/sys/socket.h-data: Likewise.
16720         * conform/data/sys/stat.h-data: Likewise.
16721         * conform/data/sys/statvfs.h-data: Likewise.
16722         * conform/data/sys/time.h-data: Likewise.
16723         * conform/data/sys/timeb.h-data: Likewise.
16724         * conform/data/sys/times.h-data: Likewise.
16725         * conform/data/sys/types.h-data: Likewise.
16726         * conform/data/sys/uio.h-data: Likewise.
16727         * conform/data/sys/un.h-data: Likewise.
16728         * conform/data/sys/utsname.h-data: Likewise.
16729         * conform/data/sys/wait.h-data: Likewise.
16730         * conform/data/syslog.h-data: Likewise.
16731         * conform/data/tar.h-data: Likewise.
16732         * conform/data/termios.h-data: Likewise.
16733         * conform/data/utime.h-data: Likewise.
16734         * conform/data/utmpx.h-data: Likewise.
16735         * conform/data/varargs.h-data: Likewise.
16736         * conform/data/wchar.h-data: Likewise.
16737         * conform/data/wctype.h-data: Likewise.
16738         * conform/data/wordexp.h-data: Likewise.
16739
16740         * include/stropts.h: New file.
16741         * include/uchar.h: New file.
16742         * include/aio.h: Changes to allow conformtest.pl to use the headers.
16743         * include/assert.h: Likewise.
16744         * include/ctype.h: Likewise.
16745         * include/dirent.h: Likewise.
16746         * include/dlfcn.h: Likewise.
16747         * include/fcntl.h: Likewise.
16748         * include/fnmatch.h: Likewise.
16749         * include/glob.h: Likewise.
16750         * include/grp.h: Likewise.
16751         * include/libio.h: Likewise.
16752         * include/locale.h: Likewise.
16753         * include/math.h: Likewise.
16754         * include/net/if.h: Likewise.
16755         * include/netdb.h: Likewise.
16756         * include/netinet/in.h: Likewise.
16757         * include/pthread.h: Likewise.
16758         * include/pwd.h: Likewise.
16759         * include/regex.h: Likewise.
16760         * include/sched.h: Likewise.
16761         * include/search.h: Likewise.
16762         * include/setjmp.h: Likewise.
16763         * include/signal.h: Likewise.
16764         * include/stdio.h: Likewise.
16765         * include/stdlib.h: Likewise.
16766         * include/string.h: Likewise.
16767         * include/sys/cdefs.h: Likewise.
16768         * include/sys/mman.h: Likewise.
16769         * include/sys/msg.h: Likewise.
16770         * include/sys/resource.h: Likewise.
16771         * include/sys/select.h: Likewise.
16772         * include/sys/socket.h: Likewise.
16773         * include/sys/stat.h: Likewise.
16774         * include/sys/statvfs.h: Likewise.
16775         * include/sys/time.h: Likewise.
16776         * include/sys/times.h: Likewise.
16777         * include/sys/uio.h: Likewise.
16778         * include/sys/utsname.h: Likewise.
16779         * include/sys/wait.h: Likewise.
16780         * include/termios.h: Likewise.
16781         * include/time.h: Likewise.
16782         * include/ulimit.h: Likewise.
16783         * include/unistd.h: Likewise.
16784         * include/utime.h: Likewise.
16785         * include/wchar.h: Likewise.
16786         * include/wctype.h: Likewise.
16787         * include/wordexp.h: Likewise.
16788
16789         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
16790
16791         * time/time.h: TIME_UTC must be a macro.
16792         Make timespec_get available for ISO C11 only as well.
16793
16794 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
16795
16796         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
16797         Reported by Peng Haitao <penght@cn.fujitsu.com>.
16798
16799 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
16800
16801         * configure.in: Use -o not -a in test for unsupported multi-arch.
16802
16803 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
16804
16805         * manual/texinfo.tex: Update to version 2012-01-19.16.
16806
16807 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
16808
16809         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
16810
16811 2012-02-24  Roland McGrath  <roland@hack.frob.com>
16812
16813         [BZ #13738]
16814         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
16815         * manual/fdl-1.3.texi: New file.
16816         * manual/fdl-1.1.texi: File removed.
16817
16818         [BZ #13738]
16819         * manual/libc.texinfo (FDL_VERSION): New @set.
16820         Use it for mention of FDL in cover text.
16821         (Documentation License): Use it in @include file name.
16822
16823 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
16824             Roland McGrath  <roland@hack.frob.com>
16825
16826         [BZ #5461]
16827         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
16828         not LONG_LONG_MAX and LONG_LONG_MIN.
16829         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
16830         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
16831         name.
16832         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
16833
16834 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
16835
16836         [BZ #2547]
16837         [BZ #11365]
16838         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
16839         manipulate bits before adding and subtracting TWO23[sx].
16840         * math/libm-test.inc (nearbyint_test): Add more tests.
16841
16842 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
16843
16844         [BZ #2548]
16845         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
16846         bits before adding and subtracting TWO23[sx].
16847         * math/libm-test.inc (rint_test): Add more tests.
16848         (rint_test_tonearest): Likewise.
16849         (rint_test_towardzero): Likewise.
16850         (rint_test_downward): Likewise.
16851         (rint_test_upward: Likewise.
16852
16853 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
16854
16855         [BZ #10110]
16856         * include/stdc-predef.h: New file.  Extracted from features.h.
16857         * include/features.h: Include stdc-predef.h.
16858         * Makefile (headers): Add stdc-predef.h.
16859         * CONFORMANCE (Compiler limitations): Update.
16860
16861 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
16862
16863         * manual/libc.texinfo (VERSION, UPDATED): Revert.
16864
16865 2012-02-21  David S. Miller  <davem@davemloft.net>
16866
16867         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
16868         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
16869
16870 2012-02-20  David S. Miller  <davem@davemloft.net>
16871
16872         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
16873         using a normal save/restore sequence, rather than allocating a
16874         dummy stack frame just to store a frame pointer and restore.
16875         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
16876
16877 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
16878
16879         * manual/install.texi: Fix stray word in line-wrapped comment.
16880
16881 2012-02-20  David S. Miller  <davem@davemloft.net>
16882
16883         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
16884         both binutils and gcc support GOTDATA.
16885
16886         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
16887         "rd %pc" in the PIC register setup sequences.
16888
16889         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
16890         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
16891         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
16892         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
16893         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
16894         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
16895         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
16896         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
16897         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
16898         (SYSCALL_ERROR_HANDLER): Likewise.
16899         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
16900         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
16901         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
16902         (SYSCALL_ERROR_HANDLER): Likewise.
16903
16904         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
16905         (HAVE_GCC_GOTDATA): New.
16906         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
16907         relocation support in both binutils and gcc.
16908         * sysdeps/sparc/elf/configure: Regenerate.
16909
16910         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
16911         * sysdeps/sparc/sparc32/elf/configure: Delete.
16912         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
16913         * sysdeps/sparc/sparc64/elf/configure: Delete.
16914         * sysdeps/sparc/elf/configure.in: New file.
16915         * sysdeps/sparc/elf/configure: Generate.
16916
16917         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
16918         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
16919         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
16920         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
16921         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
16922
16923 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
16924
16925         * manual/install.texi: Do not mention specific glibc version
16926         numbers.
16927         * manual/libc.texinfo (VERSION, UPDATED): Update.
16928         (@copying): Use @copyright{} and range of years.
16929
16930 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
16931
16932         [BZ #13695]
16933         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
16934         [crti.S not in sysdirs] (generated): Do not append.
16935         [crti.S not in sysdirs] (omit-deps): Likewise.
16936         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
16937         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
16938         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
16939         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
16940         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
16941         Likewise.
16942         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
16943         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
16944         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
16945         * csu/defs.awk: Remove file.
16946         * sysdeps/generic/initfini.c: Likewise.
16947         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
16948         variable.
16949         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
16950         Likewise.
16951
16952 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
16953
16954         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
16955         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
16956         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
16957         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
16958         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
16959         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
16960         <bits/epoll.h>.
16961         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
16962         (__EPOLL_PACKED): Define to empty if not defined by
16963         <bits/epoll.h>.
16964         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
16965         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
16966         bits/epoll.h.
16967
16968 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
16969
16970         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
16971         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
16972         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
16973         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
16974         <bits/timerfd.h>.
16975         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
16976         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
16977         bits/timerfd.h.
16978
16979 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
16980
16981         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
16982         in C locale.
16983         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16984         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
16985         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
16986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16987
16988 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
16989
16990         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
16991         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
16992
16993 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
16994
16995         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
16996         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
16997         defined.
16998         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
16999         Likewise.
17000         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
17001         entry for 2.16.
17002
17003 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
17004
17005         * math/w_acos.c: Use non-signaling floating-point comparisons.
17006         * math/w_acosf.c: Likewise.
17007         * math/w_acosh.c: Likewise.
17008         * math/w_acoshf.c: Likewise.
17009         * math/w_acoshl.c: Likewise.
17010         * math/w_acosl.c: Likewise.
17011         * math/w_asin.c: Likewise.
17012         * math/w_asinf.c: Likewise.
17013         * math/w_asinl.c: Likewise.
17014         * math/w_atanh.c: Likewise.
17015         * math/w_atanhf.c: Likewise.
17016         * math/w_atanhl.c: Likewise.
17017         * math/w_exp2.c: Likewise.
17018         * math/w_exp2f.c: Likewise.
17019         * math/w_exp2l.c: Likewise.
17020         * math/w_j0.c: Likewise.
17021         * math/w_j0f.c: Likewise.
17022         * math/w_j0l.c: Likewise.
17023         * math/w_j1.c: Likewise.
17024         * math/w_j1f.c: Likewise.
17025         * math/w_j1l.c: Likewise.
17026         * math/w_jn.c: Likewise.
17027         * math/w_jnf.c: Likewise.
17028         * math/w_log.c: Likewise.
17029         * math/w_log10.c: Likewise.
17030         * math/w_log10f.c: Likewise.
17031         * math/w_log10l.c: Likewise.
17032         * math/w_log2.c: Likewise.
17033         * math/w_log2f.c: Likewise.
17034         * math/w_log2l.c: Likewise.
17035         * math/w_logf.c: Likewise.
17036         * math/w_logl.c: Likewise.
17037         * math/w_sqrt.c: Likewise.
17038         * math/w_sqrtf.c: Likewise.
17039         * math/w_sqrtl.c: Likewise.
17040         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
17041         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
17042         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
17043         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
17044         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
17045
17046 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
17047
17048         [BZ #9739]
17049         * manual/string.texi (strnlen): Use correct parameter name in
17050         equivalent expression.
17051
17052 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
17053
17054         [BZ #11174]
17055         * manual/users.texi (seteuid): Consistently use neweuid for
17056         argument name.
17057
17058 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
17059
17060         [BZ #13704]
17061         * manual/nss.texi (Services in the NSS configuration): Correct
17062         list of services in example configuration file.
17063
17064 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
17065
17066         [BZ #11322]
17067         * manual/arith.texi: Remove statements about negative zero
17068         behaving identically to zero.
17069
17070 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
17071
17072         [BZ #5993]
17073         * manual/install.texi: Do not document upgrading from libc5.
17074
17075 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
17076
17077         [BZ #4596]
17078         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
17079
17080 2012-02-18  David S. Miller  <davem@davemloft.net>
17081
17082         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
17083         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
17084         %o7 across the call.
17085         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
17086         instead.
17087         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
17088         SETUP_PIC_REG_LEAF.
17089         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
17090         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
17091         * sysdeps/sparc/crtn.S: Likewise.
17092
17093 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
17094
17095         * aout/Makefile: Remove.
17096
17097 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
17098
17099         [BZ #13058]
17100         * manual/examples/argp-ex1.c (main): Format definition in GNU
17101         style.
17102         * manual/examples/argp-ex2.c (main): Likewise.
17103         * manual/examples/argp-ex3.c (main): Likewise.
17104         * manual/examples/argp-ex4.c (main): Likewise.
17105         * manual/examples/longopt.c (main): Use new-style prototype
17106         definition.
17107         * manual/examples/strncat.c (main): Specify return type and use
17108         (void) for arguments.
17109         * manual/examples/subopt.c (main): Use char **argv argument.
17110
17111 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
17112
17113         [BZ #5077]
17114         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
17115         rounding modes.
17116
17117 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
17118
17119         [BZ #6907]
17120         * manual/string.texi (strchr): Change when strchrnul is
17121         recommended.
17122
17123 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
17124
17125         [BZ #174]
17126         * manual/locale.texi (setlocale): Document LOCPATH.
17127
17128 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
17129
17130         [BZ #10210]
17131         * manual/process.texi (execle): Move @dots{} before last argument.
17132
17133 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
17134
17135         [BZ #12047]
17136         * manual/charset.texi (Generic Charset Conversion): Fix typo
17137         (LC_TYPE -> LC_CTYPE).
17138
17139 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
17140
17141         [BZ #5805]
17142         * manual/arith.texi (scalbn): Use @var{} on parameter names.
17143         (scalbnf): Likewise.
17144         (scalbnl): Likewise.
17145         (scalbln): Likewise.
17146         (scalblnf): Likewise.
17147         (scalblnl): Likewise.
17148         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
17149         (vwarnx): Likewise.
17150         (verr): Likewise.
17151         (verrx): Likewise.
17152         * manual/filesys.texi (telldir): Use braces around return type.
17153         * manual/llio.texi (mmap): Add space after comma.
17154         (mmap64): Likewise.
17155         * manual/math.texi (jn): Use @var{} on parameter names.
17156         (jnf): Likewise.
17157         (jnl): Likewise.
17158         (yn): Likewise.
17159         (ynf): Likewise.
17160         (ynl): Likewise.
17161         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
17162         line.
17163         * manual/resource.texi (ulimit): Use @dots{} instead of literal
17164         "...".
17165         (sched_get_priority_min): Remove semicolon on @deftypefun line.
17166         (sched_get_priority_max): Likewise.
17167         * manual/signal.texi (sigvec): Add space after comma.
17168         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
17169         names.
17170         (if_indextoname): Likewise.
17171         (if_freenameindex): Likewise.
17172         (sendto): Use ',' instead of '.' in prototype.
17173         * manual/startup.texi (syscall): Use @dots{} instead of literal
17174         "...".
17175         * manual/stdio.texi (__fpending): Separate initial words of
17176         paragraph from @deftypefun line.
17177         * manual/syslog.texi (syslog): Use @dots{} instead of literal
17178         "...".
17179         (vsyslog): Use @var{} on parameter names.
17180         * manual/terminal.texi (stty): Use @var{} on parameter names.
17181         * manual/users.texi (getutmp): Use @var{} on parameter names.
17182         (getutmpx): Likewise.
17183
17184 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
17185
17186         [BZ #6884]
17187         * manual/stdio.texi (fopen): Fix typos in description of
17188         ",ccs=STRING".
17189
17190 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
17191
17192         [BZ #4026]
17193         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
17194         get clock_id definition.
17195
17196 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
17197
17198         [BZ #4822]
17199         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
17200         (madvise): Cast every argument to void on its own.
17201
17202 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
17203
17204         [BZ #9902]
17205         * manual/startup.texi (Exit Status): Fix typo.
17206
17207 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
17208
17209         [BZ #10140]
17210         * manual/examples/argp-ex1.c: Include <stdlib.h>.
17211         * manual/examples/argp-ex2.c: Likewise.
17212         * manual/examples/argp-ex3.c: Likewise.
17213
17214 2012-02-16  Richard Henderson  <rth@redhat.com>
17215
17216         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
17217         * sysdeps/s390/s390-32/initfini.c: Remove.
17218         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
17219         * sysdeps/s390/s390-64/initfini.c: Remove.
17220
17221 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17222
17223         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
17224         compiler output for sysdeps/generic/initfini.c.
17225         * sysdeps/sh/elf/initfini.c: Remove file.
17226
17227 2012-02-16  David S. Miller  <davem@davemloft.net>
17228
17229         [BZ #11494]
17230         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
17231
17232         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
17233         * sysdeps/sparc/crti.S: New file.
17234         * sysdeps/sparc/crtn.S: New file.
17235         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
17236         * sysdeps/sparc/sparc64/Makefile: Likewise.
17237
17238 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
17239
17240         [BZ #3335]
17241         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
17242
17243 2012-02-15  Roland McGrath  <roland@hack.frob.com>
17244
17245         [BZ #4822]
17246         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
17247
17248         * mach/devstream.c (cookie_io_functions_t): Macro removed.
17249         (write, read, close): Likewise.
17250         Patch by Aurelien Jarno <aurelien@aurel32.net>.
17251
17252 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
17253
17254         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
17255         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
17256         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
17257         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
17258         <bits/signalfd.h>.
17259         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
17260         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17261         bits/signalfd.h.
17262
17263 2012-02-14  Marek Polacek  <polacek@redhat.com>
17264
17265         * sysdeps/x86_64/crti.S: New file.
17266         * sysdeps/x86_64/crtn.S: New file.
17267         * sysdeps/x86_64/elf/initfini.c: Remove file.
17268
17269 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
17270
17271         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
17272         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
17273         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
17274         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
17275         <bits/inotify.h>.
17276         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
17277         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17278         bits/inotify.h.
17279
17280 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
17281
17282         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
17283         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
17284         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
17285         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
17286         <bits/eventfd.h>.
17287         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
17288         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17289         bits/eventfd.h.
17290
17291 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
17292
17293         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
17294         __feraiseexcept instead of feraiseexcept.
17295
17296         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
17297         nanosleep invocations.
17298         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
17299         strings, and add error checking for a nanosleep invocations.
17300
17301 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
17302
17303         Replace FSF snail mail address with URLs, as per GNU coding standards.
17304         Most of the snail mail addresses were wrong anyway, and omitting
17305         them makes the source code easier to maintain.  Almost all of the
17306         changes are to license notices and to locale LC_IDENTIFICATION
17307         addresses, except for this one:
17308         * manual/libc.texinfo: In "Published by", give the FSF's URL,
17309         not its snail mail address.
17310
17311 2012-02-09  Richard Henderson  <rth@twiddle.net>
17312
17313         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
17314         of kernel-features.h.
17315
17316         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
17317
17318 2012-02-08  Marek Polacek  <polacek@redhat.com>
17319
17320         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
17321         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
17322         * sysdeps/gnu/_G_config.h: Likewise.
17323         * sysdeps/generic/_G_config.h: Likewise.
17324
17325 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
17326
17327         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
17328         tests.
17329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17330
17331         * sysdeps/powerpc/powerpc32/crti.S: New file.
17332         * sysdeps/powerpc/powerpc32/crtn.S: New file.
17333         * sysdeps/powerpc/powerpc64/crti.S: New file.
17334         * sysdeps/powerpc/powerpc64/crtn.S: New file.
17335
17336         * Makeconfig (have-initfini): Don't set.
17337         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
17338         * configure.in (nopic_initfini): Don't substitute.
17339         * config.h.in (HAVE_INITFINI): Don't #undef.
17340         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
17341         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
17342
17343 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
17344
17345         Support crti.S and crtn.S provided directly by architectures.
17346         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
17347         [crti.S in sysdirs] (omit-deps): Likewise.
17348         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
17349         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
17350         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
17351         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
17352         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
17353         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
17354         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
17355         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
17356         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
17357         compiler output for sysdeps/generic/initfini.c.
17358         * sysdeps/i386/elf/Makefile: Remove file.
17359         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
17360
17361 2012-02-07  Marek Polacek  <polacek@redhat.com>
17362
17363         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
17364         * sysdeps/gnu/_G_config.h: Likewise.
17365         * sysdeps/mach/hurd/_G_config.h: Likewise.
17366
17367 2012-02-07  Marek Polacek  <polacek@redhat.com>
17368
17369         * math/Makefile (tests): Add tst-CMPLX2.
17370         * math/tst-CMPLX2.c: New file.
17371
17372 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
17373
17374         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
17375
17376         * math/libm-test.inc (jn_test): Add missing L suffix.
17377
17378 2012-02-06  Marek Polacek  <polacek@redhat.com>
17379
17380         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
17381         * sysdeps/i386/fpu/e_powf.S: Likewise.
17382         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
17383         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
17384         * sysdeps/i386/fpu/e_acosh.S: Likewise.
17385         * sysdeps/i386/fpu/e_pow.S: Likewise.
17386         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
17387         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
17388         * sysdeps/i386/fpu/s_expm1.S: Likewise.
17389         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
17390         * sysdeps/i386/fpu/e_log2.S: Likewise.
17391         * sysdeps/i386/fpu/e_log2l.S: Likewise.
17392         * sysdeps/i386/fpu/e_scalb.S: Likewise.
17393         * sysdeps/i386/fpu/e_powl.S: Likewise.
17394         * sysdeps/i386/fpu/s_log1p.S: Likewise.
17395         * sysdeps/i386/fpu/e_log10f.S: Likewise.
17396         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
17397         * sysdeps/i386/fpu/e_logl.S: Likewise.
17398         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
17399         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
17400         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
17401         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
17402         * sysdeps/i386/fpu/e_log2f.S: Likewise.
17403         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
17404         * sysdeps/i386/fpu/e_log.S: Likewise.
17405         * sysdeps/i386/fpu/s_cexp.S: Likewise.
17406         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
17407         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
17408         * sysdeps/i386/fpu/e_logf.S: Likewise.
17409         * sysdeps/i386/fpu/e_log10l.S: Likewise.
17410         * sysdeps/i386/fpu/e_atanh.S: Likewise.
17411         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
17412         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
17413         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
17414         * sysdeps/i386/fpu/e_log10.S: Likewise.
17415         * sysdeps/i386/fpu/s_frexp.S: Likewise.
17416         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
17417         * sysdeps/i386/fpu/s_asinh.S: Likewise.
17418         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
17419         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
17420         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
17421         * sysdeps/i386/asm-syntax.h: Likewise.
17422         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
17423         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
17424         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
17425         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
17426         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
17427         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
17428         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
17429         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
17430         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
17431         * sysdeps/powerpc/sysdep.h: Likewise.
17432         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
17433         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
17434
17435 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
17436
17437         [BZ #411]
17438         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
17439
17440 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
17441
17442         * sysdeps/i386/sysdep.h: Include <features.h>.
17443         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
17444         version.
17445
17446 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
17447
17448         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
17449         Define.
17450         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
17451         LOAD_PIC_REG_STR.
17452
17453 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
17454
17455         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
17456         (SETUP_PIC_REG): Use GET_PC_THUNK.
17457         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
17458         macro.
17459
17460 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
17461
17462         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
17463         for non-PIC compilation.
17464         (SETUP_PIC_REG): Add .p2align directive.
17465         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
17466         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
17467         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
17468         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
17469         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
17470         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
17471         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
17472         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
17473         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
17474         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
17475         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
17476         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
17477         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
17478         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
17479         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
17480         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
17481         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
17482         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
17483         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
17484         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
17485         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
17486         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
17487         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
17488         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
17489         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
17490         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
17491         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
17492         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
17493         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
17494         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
17495         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
17496         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
17497         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
17498         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
17499         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
17500         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
17501         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
17502         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
17503         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
17504         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
17505         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
17506
17507 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
17508
17509         * math/tst-CMPLX.c: Include <stdio.h>.
17510
17511 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
17512
17513         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
17514         float.
17515         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
17516         * sysdeps/sparc/bits/mathdef.h: Likewise.
17517
17518 2012-01-31  Marek Polacek  <polacek@redhat.com>
17519
17520         * libio/libio.h: Don't define _PARAMS.
17521         * locale/programs/config.h: Don't define PARAMS.
17522         * stdlib/strtol_l.c: Likewise.
17523         (__strtol_l): Remove PARAMS from the prototype.
17524
17525 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
17526
17527         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
17528         names.  Just use the correct names.  Remove unnecessary wrapper
17529         functions.
17530         * malloc/arena.c: Likewise.
17531         * malloc/hooks.c: Likewise.
17532
17533         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
17534         ARENA_TEST says not to.  Simplify test for creation of a new arena.
17535         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
17536
17537 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
17538
17539         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
17540         into tail calls.
17541         (update_get_addr): New function.
17542         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
17543         GET_ADDR_MODULE parameter.
17544
17545 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
17546
17547         * crypt/cert.c: Remove __STDC__ conditionals.
17548         * crypt/crypt-entry.c: Likewise.
17549         * crypt/crypt_util.c: Likewise.
17550         * libio/filedoalloc.c: Likewise.
17551         * libio/fileops.c: Likewise.
17552         * libio/genops.c: Likewise.
17553         * libio/iofclose.c: Likewise.
17554         * libio/iofdopen.c: Likewise.
17555         * libio/iofopen.c: Likewise.
17556         * libio/iofopen64.c: Likewise.
17557         * libio/iogetdelim.c: Likewise.
17558         * libio/iopopen.c: Likewise.
17559         * libio/obprintf.c: Likewise.
17560         * libio/oldfileops.c: Likewise.
17561         * libio/oldiofclose.c: Likewise.
17562         * libio/oldiofdopen.c: Likewise.
17563         * libio/oldiofopen.c: Likewise.
17564         * libio/oldiopopen.c: Likewise.
17565         * libio/wfiledoalloc.c: Likewise.
17566         * libio/wgenops.c: Likewise.
17567         * locale/programs/xmalloc.c: Likewise.
17568         * misc/syslog.c: Likewise.
17569         * stdio-common/xbug.c: Likewise.
17570         * string/memchr.c: Likewise.
17571         * string/memcmp.c: Likewise.
17572         * string/memrchr.c: Likewise.
17573         * string/rawmemchr.c: Likewise.
17574         * sysdeps/posix/getcwd.c: Likewise.
17575         * time/strftime_l.c: Likewise.
17576
17577 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
17578
17579         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
17580         * config.make.in (config-cflags-sse2avx): Define.
17581         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
17582         Fix typo.
17583
17584 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
17585
17586         * scripts/config.guess: Update from upstream config git repository.
17587         * scripts/config.sub: Likewise.
17588
17589 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
17590
17591         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
17592         (EM_NUM): Update.
17593         (R_TILEPRO_*, R_TILEGX_*): New macros.
17594
17595         * scripts/firstversions.awk: Fix bug in version range handling.
17596
17597         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
17598
17599         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
17600
17601         * include/sys/epoll.h: New file.
17602         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
17603         libc_hidden_def.
17604
17605 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
17606
17607         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
17608         Avoid unnecessary __WORDSIZE == 64 test.
17609         (fmaxf): Use VEX format if possible.
17610         (fmax): Likewise.
17611         (fminf): Likewise.
17612         (fmin): Likewise.
17613
17614         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
17615         * math/math_private.h: Remove libc_fegetround* and
17616         libc_fesetround*.
17617         * sysdeps/i386/configure.in: Check for -msse2avx.
17618         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
17619         also if SSE2AVX is defined.
17620         Remove libc_fegetround* and libc_fesetround*.
17621         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
17622         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
17623         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
17624         of HAS_YMM_USABLE.
17625         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
17626         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
17627         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
17628         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
17629         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
17630
17631         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
17632
17633 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17634
17635         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
17636         size is not set.
17637         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
17638
17639 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
17640
17641         [BZ #13618]
17642         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
17643         relocation.
17644         * Makeconfig (libm): Define.
17645         * elf/Makefile: Add rules to build and run tst-relsort1.
17646         * elf/tst-relsort1.c: New file.
17647         * elf/tst-relsort1mod1.c: New file.
17648         * elf/tst-relsort1mod2.c: New file.
17649
17650 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
17651
17652         * math/s_ldexp.c: Remove __STDC__ conditionals.
17653         * math/s_ldexpf.c: Likewise.
17654         * math/s_ldexpl.c: Likewise.
17655         * math/s_nextafter.c: Likewise.
17656         * math/s_nexttowardf.c: Likewise.
17657         * math/s_significand.c: Likewise.
17658         * math/s_significandf.c: Likewise.
17659         * math/s_significandl.c: Likewise.
17660         * math/w_jnl.c: Likewise.
17661         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
17662         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
17663         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
17664         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
17665         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
17666         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
17667         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
17668         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
17669         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17670         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
17671         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
17672         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
17673         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
17674         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
17675         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
17676         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
17677         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
17678         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
17679         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
17680         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
17681         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
17682         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
17683         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
17684         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
17685         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
17686         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
17687         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
17688         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
17689         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
17690         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
17691         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
17692         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
17693         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
17694         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
17695         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
17696         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
17697         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
17698         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
17699         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
17700         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
17701         * sysdeps/ieee754/k_standard.c: Likewise.
17702         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
17703         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
17704         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
17705         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
17706         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
17707         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
17708         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
17709         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
17710         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
17711         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
17712         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
17713         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
17714         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
17715         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
17716         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
17717         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
17718         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
17719         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
17720         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
17721         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
17722         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
17723         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
17724         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
17725         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
17726         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
17727         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
17728         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
17729         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
17730         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
17731         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
17732         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
17733         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
17734         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
17735         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
17736         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
17737         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
17738         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
17739         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
17740         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
17741         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
17742         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
17743         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
17744         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
17745         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
17746         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
17747         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17748         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
17749         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
17750         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
17751         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
17752         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
17753         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
17754         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
17755         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
17756         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
17757         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
17758         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
17759         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
17760         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
17761         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
17762         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
17763         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
17764         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
17765         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
17766         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
17767         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
17768         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
17769         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
17770         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
17771         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
17772         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
17773         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
17774         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
17775         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
17776         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
17777         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
17778         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
17779         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
17780         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
17781         * sysdeps/ieee754/s_matherr.c: Likewise.
17782         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
17783         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17784         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17785         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17786
17787 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
17788
17789         * crypt/md5.h: Remove __STDC__ conditionals.
17790         * libio/libioP.h: Likewise.
17791         * locale/programs/config.h: Likewise.
17792         * sysdeps/generic/sysdep.h: Likewise.
17793         * sysdeps/i386/asm-syntax.h: Likewise.
17794         * sysdeps/s390/asm-syntax.h: Likewise.
17795         * sysdeps/unix/sysdep.h: Likewise.
17796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
17797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
17798
17799 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
17800
17801         * libio/libio.h: Remove __STDC__ conditionals.
17802         * malloc/obstack.h: Likewise.
17803         * math/complex.h: Likewise.
17804         * math/math.h: Likewise.
17805         * sysdeps/generic/_G_config.h: Likewise.
17806         * sysdeps/gnu/_G_config.h: Likewise.
17807         * sysdeps/mach/hurd/_G_config.h: Likewise.
17808         * sysdeps/powerpc/bits/mathdef.h: Likewise.
17809         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
17810         * sysdeps/sparc/bits/mathdef.h: Likewise.
17811
17812 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
17813
17814         [BZ #13583]
17815         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
17816         Clean up HAS_* macros.
17817         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
17818         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
17819         possible.
17820         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
17821         HAS_AVX.
17822         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
17823         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
17824         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
17825         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
17826         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
17827
17828 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
17829
17830         * elf/tst-unique3.cc (gets): Remove declaration.
17831         * elf/tst-unique3lib.cc (gets): Likewise.
17832         * elf/tst-unique3lib2.cc (gets): Likewise.
17833         * elf/tst-unique4.cc (gets): Likewise.
17834
17835 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
17836
17837         * include/stdio.h: Add C++ protection.  Add gets declarations and
17838         definitions.
17839         * debug/tst-chk1.c: Don't declare gets here.
17840         * stdio-common/tst-gets.c: Likewise.
17841
17842 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
17843
17844         * posix/glob: Remove directory.
17845
17846 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
17847
17848         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
17849
17850 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
17851
17852         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
17853         of the non-standard EPFNOSUPPORT.
17854
17855 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17856
17857         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
17858         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
17859         ANYWHERE set to 1 only on KERN_NO_SPACE error.
17860
17861 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
17862
17863         * wcsmbs/uchar.h: Test __STDC_VERSION__.
17864
17865 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
17866
17867         * nscd/aicache.c (addhstaiX): Do not cache negative results of
17868         transient errors.
17869         * nscd/grpcache.c (cache_addgr): Likewise.
17870         * nscd/hstcache.c (cache_addhst): Likewise.
17871         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17872         * nscd/pwdcache.c (cache_addpw): Likewise.
17873         * nscd/servicescache.c (cache_addserv): Likewise.
17874
17875 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
17876
17877         * malloc/malloc.c: Various cleanups.
17878         * malloc/hooks.c: Likewise.
17879
17880         * stdlib/Makefile (tests): Add bug-fmtmsg1.
17881         * stdlib/bug-fmtmsg1.c: New file.
17882
17883         * stdlib/fmtmsg.c (init): Add missing unlock.
17884         Patch by Peng Haitao <penght@cn.fujitsu.com>.
17885
17886 2012-01-12  Marek Polacek  <polacek@redhat.com>
17887
17888         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
17889         and _GNU_SOURCE.
17890
17891 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
17892
17893         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
17894         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
17895         macro to ensure uniqueness of label name.
17896         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
17897         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
17898
17899 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
17900
17901         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
17902
17903         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
17904         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
17905         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
17906         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
17907
17908 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
17909
17910         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
17911
17912         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
17913         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
17914         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
17915
17916         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
17917
17918         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
17919         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
17920         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
17921         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
17922
17923         * math/bits/math-finite.h: Add ldexp support.
17924
17925 2012-01-10  Marek Polacek  <polacek@redhat.com>
17926
17927         * locale/programs/localedef.h (show_archive_content): Add noreturn
17928         attribute.
17929
17930 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
17931
17932         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
17933
17934 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
17935
17936         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
17937
17938         * io/Makefile (headers): Add bits/poll2.h.
17939
17940 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
17941
17942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
17943         typo #include statement.
17944
17945 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
17946
17947         * include/sys/cdefs.h: Define __attribute_alloc_size.
17948         * catgets/gencat.c: Add alloc_size attribute and apply consistently
17949         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
17950         * elf/pldd.c: Likewise.
17951         * iconv/iconv_charmap.c: Likewise.
17952         * iconv/iconvconfig.c: Likewise.
17953         * iconv/strtab.c: Likewise.
17954         * locale/programs/locale.c: Likewise.
17955         * locale/programs/localedef.h: Likewise.
17956         * locale/programs/simple-hash.c: Likewise.
17957         * nscd/nscd.h: Likewise.
17958         * nss/makedb.c: Likewise.
17959         * sysdeps/generic/ldconfig.h: Likewise.
17960         * locale/programs/localedef.c: Remove xmalloc prototype.
17961         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
17962
17963 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
17964
17965         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
17966         appropriate.
17967
17968 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
17969
17970         * math/Makefile (tests): Add tst-CMPLX.
17971         * math/tst-CMPLX.c: New file.
17972
17973         * math/complex.h (CMPLXL): Fix typo.
17974
17975         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
17976         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
17977         GLIBC_2.16.
17978         * debug/tst-chk1.c: Add poll and ppoll tests.
17979         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
17980         * include/sys/poll.h: Add hidden proto for ppoll.
17981         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
17982         * sysdeps/mach/hurd/ppoll.c: Likewise.
17983         * io/ppoll.c: Likewise.
17984         * debug/poll_chk.c: New file.
17985         * debug/ppoll_chk.c: New file.
17986         * include/bits/poll2.h: New file.
17987         * io/bits/poll2.h: New file.
17988
17989         [BZ #1350]
17990         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
17991
17992         * configure.in: static is always set to yes.  Remove.
17993         * config.make.in: Don't set build-static.
17994         * Makeconfig: Remove use of build-static.
17995         * dlfcn/Makefile: Likewise.
17996         * elf/Makefile: Likewise.
17997         * math/Makefile: Likewise.
17998         * misc/Makefile: Likewise.
17999         * nptl/Makefile: Likewise.
18000         * sysdeps/mach/hurd/Makefile: Likewise.
18001
18002         * configure.in: PWD_P is not used anymore.
18003         * config.make.in: Remove PWD_P entry.
18004
18005         * configure.in: Remove last remnants of RANLIB.
18006         No need to check for signed size_t anymore.
18007         Don't set libc_commonpagesize and libc_relro_required here for Alpha
18008         and IA-64.
18009         Remove __builtin_expect test because we require at least gcc 3.4.
18010         * aclocal.m4: Likewise.
18011
18012         * wcsmbs/mbrtoc16.c: Implement using towc function.
18013         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
18014         * wcsmbs/wcsmbsload.c: Likewise.
18015         * iconv/gconv_simple.c: Likewise.
18016         * iconv/gconv_int.h: Likewise.
18017         * iconv/gconv_builtin.h: Likewise.
18018         * iconv/iconv_prog.c: Remove CHAR16 handling.
18019
18020         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
18021
18022         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
18023
18024         * configure.in: Remove --with-elf and --enable-bounded options.
18025         Dont set base_machine for ia64.  More non-ELF conditions removed.
18026         Remove testing and setting of leading underscore information.
18027         * config.make.in (build-bounded): Set to no.
18028         * config.h.in: Remove NO_UNDERSCORES entry.
18029         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
18030         them.
18031         * csu/start.c: Remove !NO_UNDERSCORE code.
18032         * locale/localeinfo.h: Likewise.
18033         * sysdeps/generic/machine-gmon.h: Likewise.
18034         * sysdeps/generic/sysdep.h: Likewise.
18035         * sysdeps/i386/sysdep.h: Likewise.
18036         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
18037         * sysdeps/mach/sysdep.h: Likewise.
18038         * sysdeps/s390/s390-32/sysdep.h: Likewise.
18039         * sysdeps/s390/s390-64/sysdep.h: Likewise.
18040         * sysdeps/sh/sysdep.h: Likewise.
18041         * sysdeps/sparc/sparc32/alloca.S: Likewise.
18042         * sysdeps/unix/i386/sysdep.S: Likewise.
18043         * sysdeps/unix/sparc/start.c: Likewise.
18044         * sysdeps/unix/sparc/sysdep.S: Likewise.
18045         * sysdeps/unix/sparc/sysdep.h: Likewise.
18046         * sysdeps/unix/start.c: Likewise.
18047         * sysdeps/unix/x86_64/sysdep.S: Likewise.
18048         * sysdeps/x86_64/sysdep.h: Likewise.
18049
18050 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
18051
18052         [BZ #13553]
18053         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
18054         for non-gcc.
18055         * argp/argp-fmtstream.h: Use const instead __const.
18056         * argp/argp.h: Likewise.
18057         * assert/assert.h: Likewise.
18058         * bits/fenv.h: Likewise.
18059         * bits/sched.h: Likewise.
18060         * bits/sigset.h: Likewise.
18061         * bits/sigthread.h: Likewise.
18062         * catgets/nl_types.h: Likewise.
18063         * conform/data/pthread.h-data: Likewise.
18064         * crypt/crypt-private.h: Likewise.
18065         * crypt/crypt.h: Likewise.
18066         * crypt/crypt_util.c: Likewise.
18067         * ctype/ctype.h: Likewise.
18068         * debug/execinfo.h: Likewise.
18069         * debug/mbsnrtowcs_chk.c: Likewise.
18070         * debug/mbsrtowcs_chk.c: Likewise.
18071         * debug/wcsnrtombs_chk.c: Likewise.
18072         * debug/wcsrtombs_chk.c: Likewise.
18073         * debug/wcstombs_chk.c: Likewise.
18074         * dirent/dirent.h: Likewise.
18075         * dlfcn/dlfcn.h: Likewise.
18076         * elf/neededtest4.c: Likewise.
18077         * grp/grp.h: Likewise.
18078         * gshadow/gshadow.h: Likewise.
18079         * iconv/gconv.h: Likewise.
18080         * iconv/gconv_int.h: Likewise.
18081         * iconv/gconv_simple.c: Likewise.
18082         * iconv/iconv.h: Likewise.
18083         * iconv/loop.c: Likewise.
18084         * iconv/skeleton.c: Likewise.
18085         * include/aio.h: Likewise.
18086         * include/aliases.h: Likewise.
18087         * include/argz.h: Likewise.
18088         * include/arpa/inet.h: Likewise.
18089         * include/assert.h: Likewise.
18090         * include/dirent.h: Likewise.
18091         * include/dlfcn.h: Likewise.
18092         * include/execinfo.h: Likewise.
18093         * include/fcntl.h: Likewise.
18094         * include/fenv.h: Likewise.
18095         * include/glob.h: Likewise.
18096         * include/grp.h: Likewise.
18097         * include/libintl.h: Likewise.
18098         * include/mntent.h: Likewise.
18099         * include/netdb.h: Likewise.
18100         * include/pwd.h: Likewise.
18101         * include/rpc/netdb.h: Likewise.
18102         * include/sched.h: Likewise.
18103         * include/search.h: Likewise.
18104         * include/shadow.h: Likewise.
18105         * include/signal.h: Likewise.
18106         * include/stdio.h: Likewise.
18107         * include/stdlib.h: Likewise.
18108         * include/string.h: Likewise.
18109         * include/sys/socket.h: Likewise.
18110         * include/sys/stat.h: Likewise.
18111         * include/sys/statfs.h: Likewise.
18112         * include/sys/statvfs.h: Likewise.
18113         * include/sys/syslog.h: Likewise.
18114         * include/sys/time.h: Likewise.
18115         * include/sys/uio.h: Likewise.
18116         * include/time.h: Likewise.
18117         * include/unistd.h: Likewise.
18118         * include/utmp.h: Likewise.
18119         * include/wchar.h: Likewise.
18120         * include/wctype.h: Likewise.
18121         * inet/aliases.h: Likewise.
18122         * inet/arpa/inet.h: Likewise.
18123         * inet/netinet/ether.h: Likewise.
18124         * inet/netinet/in.h: Likewise.
18125         * intl/libintl.h: Likewise.
18126         * io/bits/fcntl2.h: Likewise.
18127         * io/fcntl.h: Likewise.
18128         * io/ftw.h: Likewise.
18129         * io/sys/poll.h: Likewise.
18130         * io/sys/stat.h: Likewise.
18131         * io/sys/statfs.h: Likewise.
18132         * io/sys/statvfs.h: Likewise.
18133         * io/utime.h: Likewise.
18134         * libio/bits/stdio.h: Likewise.
18135         * libio/bits/stdio2.h: Likewise.
18136         * libio/libio.h: Likewise.
18137         * libio/libioP.h: Likewise.
18138         * libio/stdio.h: Likewise.
18139         * locale/lc-ctype.c: Likewise.
18140         * locale/locale.h: Likewise.
18141         * login/utmp.h: Likewise.
18142         * malloc/arena.c: Likewise.
18143         * malloc/malloc.c: Likewise.
18144         * malloc/malloc.h: Likewise.
18145         * malloc/mcheck.c: Likewise.
18146         * malloc/mtrace.c: Likewise.
18147         * math/bits/mathcalls.h: Likewise.
18148         * math/fenv.h: Likewise.
18149         * math/math_private.h: Likewise.
18150         * misc/bits/error.h: Likewise.
18151         * misc/bits/syslog.h: Likewise.
18152         * misc/err.h: Likewise.
18153         * misc/error.h: Likewise.
18154         * misc/fstab.h: Likewise.
18155         * misc/mntent.h: Likewise.
18156         * misc/regexp.h: Likewise.
18157         * misc/search.h: Likewise.
18158         * misc/sgtty.h: Likewise.
18159         * misc/sys/mman.h: Likewise.
18160         * misc/sys/syslog.h: Likewise.
18161         * misc/sys/uio.h: Likewise.
18162         * misc/sys/xattr.h: Likewise.
18163         * misc/ttyent.h: Likewise.
18164         * nis/rpcsvc/ypclnt.h: Likewise.
18165         * nss/nss.h: Likewise.
18166         * posix/bits/unistd.h: Likewise.
18167         * posix/fnmatch.h: Likewise.
18168         * posix/glob.h: Likewise.
18169         * posix/sched.h: Likewise.
18170         * posix/spawn.h: Likewise.
18171         * posix/sys/wait.h: Likewise.
18172         * posix/unistd.h: Likewise.
18173         * posix/wordexp.h: Likewise.
18174         * pwd/pwd.h: Likewise.
18175         * resolv/netdb.h: Likewise.
18176         * resource/sys/resource.h: Likewise.
18177         * rt/aio.h: Likewise.
18178         * rt/bits/mqueue2.h: Likewise.
18179         * rt/mqueue.h: Likewise.
18180         * shadow/shadow.h: Likewise.
18181         * signal/signal.h: Likewise.
18182         * socket/send.c: Likewise.
18183         * socket/sendto.c: Likewise.
18184         * socket/sys/socket.h: Likewise.
18185         * stdio-common/printf.h: Likewise.
18186         * stdlib/bits/stdlib.h: Likewise.
18187         * stdlib/fmtmsg.h: Likewise.
18188         * stdlib/monetary.h: Likewise.
18189         * stdlib/stdlib.h: Likewise.
18190         * stdlib/ucontext.h: Likewise.
18191         * streams/stropts.h: Likewise.
18192         * string/argz.h: Likewise.
18193         * string/bits/string2.h: Likewise.
18194         * string/string.h: Likewise.
18195         * string/strings.h: Likewise.
18196         * sunrpc/rpc/auth.h: Likewise.
18197         * sunrpc/rpc/auth_des.h: Likewise.
18198         * sunrpc/rpc/clnt.h: Likewise.
18199         * sunrpc/rpc/netdb.h: Likewise.
18200         * sunrpc/rpc/pmap_clnt.h: Likewise.
18201         * sunrpc/rpc/xdr.h: Likewise.
18202         * sysdeps/generic/inttypes.h: Likewise.
18203         * sysdeps/generic/net/if.h: Likewise.
18204         * sysdeps/generic/sys/swap.h: Likewise.
18205         * sysdeps/gnu/net/if.h: Likewise.
18206         * sysdeps/gnu/utmpx.h: Likewise.
18207         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
18208         * sysdeps/i386/i486/bits/string.h: Likewise.
18209         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
18210         * sysdeps/s390/bits/string.h: Likewise.
18211         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
18212         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
18213         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
18214         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
18215         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
18216         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
18217         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
18218         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
18219         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
18220         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
18221         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
18222         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
18223         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
18224         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
18225         * sysdeps/unix/sysv/linux/readv.c: Likewise.
18226         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
18227         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18228         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
18229         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
18230         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
18231         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
18232         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
18233         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
18234         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
18235         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
18236         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
18237         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
18238         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
18239         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
18240         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
18241         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
18242         * sysvipc/sys/ipc.h: Likewise.
18243         * sysvipc/sys/msg.h: Likewise.
18244         * sysvipc/sys/sem.h: Likewise.
18245         * sysvipc/sys/shm.h: Likewise.
18246         * termios/termios.h: Likewise.
18247         * time/sys/time.h: Likewise.
18248         * time/time.h: Likewise.
18249         * wcsmbs/bits/wchar2.h: Likewise.
18250         * wcsmbs/uchar.h: Likewise.
18251         * wcsmbs/wchar.h: Likewise.
18252         * wctype/wctype.h: Likewise.
18253
18254         [BZ #13551]
18255         * Makeconfig: Remove all but ELF support including AIX support.
18256         * Makerules: Likewise.
18257         * config.h.in: Likewise.
18258         * config.make.in: Likewise.
18259         * configure: Likewise.
18260         * configure.in: Likewise.
18261         * csu/Makefile: Likewise.
18262         * csu/version.c: Likewise.
18263         * debug/Makefile: Likewise.
18264         * dlfcn/Makefile: Likewise.
18265         * elf/Makefile: Likewise.
18266         * extra-lib.mk: Likewise.
18267         * iconv/Makefile: Likewise.
18268         * include/libc-symbols.h: Likewise.
18269         * include/shlib-compat.h: Likewise.
18270         * resolv/Makefile: Likewise.
18271         * resolv/res_libc.c: Likewise.
18272         * rt/Makefile: Likewise.
18273         * sysdeps/i386/asm-syntax.h: Likewise.
18274         * sysdeps/i386/sysdep.h: Likewise.
18275         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
18276         * sysdeps/mach/sysdep.h: Likewise.
18277         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
18278         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
18279         * sysdeps/s390/asm-syntax.h: Likewise.
18280         * sysdeps/s390/s390-32/sysdep.h: Likewise.
18281         * sysdeps/s390/s390-64/sysdep.h: Likewise.
18282         * sysdeps/sh/sysdep.h: Likewise.
18283         * sysdeps/unix/sparc/sysdep.h: Likewise.
18284         * sysdeps/wordsize-32/divdi3.c: Likewise.
18285         * sysdeps/x86_64/sysdep.h: Likewise.
18286
18287         * argp/Versions: Remove _argp_unlock_xxx.
18288
18289         [BZ #13559]
18290         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
18291         * abilist/libBrokenLocale.abilist: Likewise.
18292         * abilist/libanl.abilist: Likewise.
18293         * abilist/libc.abilist: Likewise.
18294         * abilist/libcrypt.abilist: Likewise.
18295         * abilist/libdl.abilist: Likewise.
18296         * abilist/libm.abilist: Likewise.
18297         * abilist/libnsl.abilist: Likewise.
18298         * abilist/libpthread.abilist: Likewise.
18299         * abilist/libresolv.abilist: Likewise.
18300         * abilist/librt.abilist: Likewise.
18301         * abilist/libthread_db.abilist: Likewise.
18302         * abilist/libutil.abilist: Likewise.
18303         * abilist/libnss_db.abilist: New file.
18304
18305         * scripts/abilist.awk: Add support for indirect functions.
18306
18307         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
18308
18309         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
18310
18311         * shlib-versions: Remove entries for ports architectures.
18312
18313         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
18314         files in ports.
18315         * elf/stackguard-macros.h: Remove support for IA-64.
18316         * elf/tst-auditmod1.c: Likewise.
18317         * sysdeps/generic/ldsodefs.h: Likewise.
18318
18319         * sysdeps/unix/sysv/linux/configure.in: Ports should define
18320         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
18321         configure files.
18322
18323         [BZ #13552]
18324         * configure.in: Remove --enable-omitfp support.
18325         * FAQ.in: Adjust.
18326         * config.make.in: Likewise.
18327         * Makeconfig: Likewise.
18328         * manual/install.texi: Likewise.
18329
18330         In case anyone cares, the IA-64 architecture could move to ports.
18331         * sysdeps/ia64/*: Removed.
18332         * sysdeps/unix/sysv/linux/ia64/*: Removed.
18333         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
18334
18335         [BZ #13555]
18336         * configure.in: Remove entries for unsupported architectures.
18337
18338         [BZ #13533]
18339         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
18340         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
18341         routines.
18342         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
18343         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
18344         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
18345         fall back to using wcrtomb.
18346         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
18347         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
18348         renaming.
18349         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
18350         * wcsmbs/tst-c16c32-1.c: New file.
18351
18352         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
18353         local variable.
18354
18355         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
18356
18357         * elf/tst-unique3.cc: Add explicit declaration of gets.
18358         * elf/tst-unique3lib.cc: Likewise.
18359         * elf/tst-unique3lib2.cc: Likewise.
18360         * elf/tst-unique4.cc: Likewise.
18361
18362         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
18363
18364 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
18365
18366         [BZ #13566]
18367         * assert/assert.h (static_assert): Don't define for C++.
18368         * libio/stdio.h (gets): Do declare for C++ <= C++11.
18369         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
18370
18371 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
18372
18373         * iconv/loop.c (single loop): Fix assertion in storing of
18374         remaining bytes.
18375
18376         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
18377
18378 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
18379
18380         * posix/getconf.c: Update copyright year.
18381         * nss/getent.c: Likewise.
18382         * nss/makedb.c: Likewise.
18383         * iconv/iconvconfig.c: Likewise.
18384         * iconv/iconv_prog.c: Likewise.
18385         * elf/ldconfig.c: Likewise.
18386         * elf/pldd.c: Likewise.
18387         * elf/sotruss.ksh: Likewise.
18388         * catgets/gencat.c: Likewise.
18389         * csu/version.c: Likewise.
18390         * elf/ldd.bash.in: Likewise.
18391         * elf/sprof.c (print_version): Likewise.
18392         * locale/programs/locale.c: Likewise.
18393         * locale/programs/localedef.c: Likewise.
18394         * login/programs/pt_chown.c: Likewise.
18395         * nscd/nscd.c (print_version): Likewise.
18396         * debug/xtrace.sh: Likewise.
18397         * malloc/memusage.sh: Likewise.
18398         * malloc/mtrace.pl: Likewise.
18399         * debug/catchsegv.sh: Likewise.
18400
18401 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
18402
18403         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
18404         pure attribute.
18405
18406 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
18407
18408         [BZ #13533]
18409         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
18410         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
18411         transformations.
18412         * iconv/gconv_int.h: Likewise.
18413         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
18414         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
18415         from libc for GLIBC_2.16.
18416         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
18417         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
18418         * wcsmbs/uchar.h: Really define mbstate_t.
18419         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
18420         * wcsmbs/c16rtomb.c: New file.
18421         * wcsmbs/mbrtoc16.c: New file.
18422         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
18423         for C/POSIX locale.
18424         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
18425         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
18426
18427         * wcsmbs/wchar.h: Add missing __restrict.
18428
18429 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
18430
18431         [BZ #13532]
18432         * time/Makefile (routines): Add timespec_get.
18433         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
18434         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
18435         timespec for ISO C11.
18436         * time/timespec_get.c: New file.
18437         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
18438         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
18439
18440         [BZ #13531]
18441         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
18442         * stdlib/stdlib.h: Declare aligned_alloc.
18443         * Versions.def: Add GLIBC_2.16 for libc.
18444         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
18445
18446         [BZ 13527]
18447         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
18448         ISO C11.
18449
18450         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
18451         code.
18452
18453         [BZ #13528]
18454         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
18455
18456         [BZ #13529]
18457         * assert/assert.h (static_assert): Define.
18458
18459         * version.h: Update for 2.16 development version.
18460
18461         [BZ #13526]
18462         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
18463         _ISOC11_SOURCE.
18464
18465         * version.h (RELEASE): Bump for 2.15 release.
18466         * include/features.h (__GLIBC_MINOR__): Bump to 15.
18467
18468         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
18469         Patch by Marek Polacek <mpolacek@redhat.com>.
18470
18471         * bits/byteswap.h: Protect long long constants with __extension__.
18472         * sysdeps/i386/bits/byteswap.h: Likewise.
18473         * sysdeps/ia64/bits/byteswap.h: Likewise.
18474         * sysdeps/s390/bits/byteswap.h: Likewise.
18475         * sysdeps/x86_64/bits/byteswap.h: Likewise.
18476
18477 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18478
18479         [BZ #13540]
18480         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
18481         destination buffer.
18482         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
18483
18484 2011-12-23  Marek Polacek  <polacek@redhat.com>
18485
18486         * elf/dl-addr.c (determine_info): Add inline keyword.
18487         * elf/tst-auditmod4b.c (check_avx): Likewise.
18488         * elf/tst-auditmod6b.c (check_avx): Likewise.
18489         * elf/tst-auditmod6c.c (check_avx): Likewise.
18490         * elf/tst-auditmod7b.c (check_avx): Likewise.
18491
18492 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
18493
18494         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
18495         !__SSE_MATH__.
18496
18497 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18498
18499         [BZ #13540]
18500         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
18501         processing for last bytes.
18502
18503 2011-08-06  Bruno Haible  <bruno@clisp.org>
18504
18505         [BZ #13061]
18506         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
18507         U+0385, not to U+1FEE.
18508
18509         [BZ #13062]
18510         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
18511         entry for U+00A5 U+0301.
18512
18513 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
18514
18515         [BZ #13166]
18516         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
18517         buffer for the output is too small.
18518
18519         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
18520         optimization.
18521
18522         [BZ #13185]
18523         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
18524         SSE flags if possible.
18525
18526 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18527
18528         [BZ #13540]
18529         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
18530         processing for last bytes.
18531
18532 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
18533
18534         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
18535         (syscall-list-default-options, syscall-list-default-condition)
18536         (syscall-list-includes): Define.
18537         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
18538         list of ABIs and options and #if conditions for each ABI.  Do not
18539         handle common syscalls between ABIs specially.
18540         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
18541         Remove.
18542         (syscall-list-variants, syscall-list-32bit-options)
18543         (syscall-list-32bit-condition, syscall-list-64bit-options)
18544         (syscall-list-64bit-condition): Define.
18545         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
18546         (syscall-list-variants, syscall-list-32bit-options)
18547         (syscall-list-32bit-condition, syscall-list-64bit-options)
18548         (syscall-list-64bit-condition): Define.
18549         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
18550         Remove.
18551         (syscall-list-variants, syscall-list-32bit-options)
18552         (syscall-list-32bit-condition, syscall-list-64bit-options)
18553         (syscall-list-64bit-condition): Define.
18554         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
18555         Remove.
18556         (syscall-list-variants, syscall-list-32bit-options)
18557         (syscall-list-32bit-condition, syscall-list-64bit-options)
18558         (syscall-list-64bit-condition): Define.
18559
18560 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
18561
18562         * locale/iso-639.def: Add brx entry.
18563
18564         [BZ #13328]
18565         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
18566         Proposed by Mariusz_Cukr <marcukr@op.pl>.
18567
18568         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
18569         __feraiseexcept_renamed.
18570
18571 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
18572
18573         [BZ #13538]
18574         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
18575         EPOLLET with unsigned values.
18576         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
18577         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
18578
18579         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
18580         to large cancellation.
18581         * math/s_cacoshf.c: Likewise.
18582         * math/s_cacoshl.c: Likewise.
18583
18584 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
18585
18586         [BZ #13305]
18587         [BZ #12786]
18588         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
18589         * math/s_cacoshf.c: Likewise.
18590         * math/s_cacoshl.c: Likewise.
18591
18592 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
18593
18594         [BZ #13439]
18595         * iconv/gconv.h: Define __GCONV_SWAP.
18596         * iconvdata/unicode.c: The swap bit must be stored in __flags.
18597         * iconvdata/utf-16.c: Likewise.
18598         * iconvdata/utf-32.c: Likewise.
18599
18600 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
18601
18602         [BZ #13524]
18603         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
18604         numerator after shifting it by one limb.
18605
18606 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
18607
18608         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
18609         under [__USE_EXTERN_INLINES].
18610
18611 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
18612
18613         [BZ #13446]
18614         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
18615
18616 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18617
18618         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
18619         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
18620         optimized code.
18621         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
18622         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
18623         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
18624         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
18625         for strncasecmp/strncasecmp_l compilation.
18626         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
18627         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
18628
18629 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
18630
18631         [BZ #13484]
18632         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
18633         of __asm__.
18634
18635 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
18636
18637         [BZ #13506]
18638         * time/tzfile.c (__tzfile_read): Check values from file header.
18639
18640 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
18641
18642         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
18643         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
18644         * powerpc/powerpc32/dl-start.S: Likewise.
18645         * powerpc/powerpc32/elf/start.S: Likewise.
18646         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18647         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
18648         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
18649         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
18650         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
18651         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
18652         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
18653         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
18654         * powerpc/powerpc32/fpu/s_round.S: Likewise.
18655         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
18656         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
18657         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
18658         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
18659         * powerpc/powerpc32/memset.S: Likewise.
18660         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
18661         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18662         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18663         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18664         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18665         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
18666         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
18667         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
18668         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
18669         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
18670         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
18671         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
18672         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
18673
18674 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18675
18676         * math/libm-test.inc: Added more nearbyint tests.
18677         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
18678         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
18679         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
18680         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
18681
18682 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
18683
18684         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
18685         FD_CLOEXEC.
18686
18687 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18688
18689         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
18690         Add wcscpy-ssse3 wcscpy-c.
18691         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
18692         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
18693         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
18694         * sysdeps/x86_64/wcschr.S: New file.
18695         * sysdeps/x86_64/wcsrchr.S: New file.
18696         * string/test-strcmp.c: Remove checking of wcscmp function for
18697         wrong alignments.
18698         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
18699         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
18700         wcsrchr-sse2 wcsrchr-c.
18701         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
18702         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
18703         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
18704         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
18705         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
18706         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
18707         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
18708         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
18709         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
18710         * wcsmbc/wcschr.c (WCSCHR): New macro.
18711
18712 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18713
18714         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
18715         * wcsmbs/test-wcsrchr.c: New file.
18716         * string/test-strrchr.c: Add wcsrchr support.
18717         (WIDE): New macro.
18718         * wcsmbs/test-wcscpy.c: New file.
18719         * string/test-strcpy.c: Add wcscpy support.
18720         (WIDE): New macro.
18721
18722 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
18723
18724         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
18725         the inner loop.
18726
18727 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
18728
18729         [BZ #13472]
18730         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
18731
18732 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
18733
18734         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
18735         Minor optimizations.
18736
18737         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
18738         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
18739         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
18740
18741 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
18742
18743         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
18744         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
18745         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
18746         for gcc to avoid warnings.
18747         * inet/Makefile (tests): Add tst-checks.
18748         * inet/tst-checks.c: New file.
18749
18750         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
18751         warning.
18752
18753         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
18754         __wmemcmp_sse2.
18755
18756         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
18757         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
18758
18759         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
18760
18761 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
18762
18763         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
18764         problem.
18765
18766         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
18767
18768 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
18769
18770         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
18771         conditional on GCC version.
18772         (__arch_compare_and_exchange_val_8_acq)
18773         (__arch_compare_and_exchange_val_16_acq)
18774         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
18775         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
18776         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
18777
18778 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
18779
18780         * sysdeps/sh/backtrace.c: New file.
18781
18782 2011-12-02  Andreas Schwab  <schwab@redhat.com>
18783
18784         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
18785         parenthesis.
18786
18787 2011-12-01  Andreas Schwab  <schwab@redhat.com>
18788
18789         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
18790         falling back to utime.
18791
18792 2011-11-30  Andreas Schwab  <schwab@redhat.com>
18793
18794         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
18795         expectations for float.
18796
18797 2011-11-29  Andreas Schwab  <schwab@redhat.com>
18798
18799         * locale/weight.h (findidx): Add parameter len.
18800         * locale/weightwc.h (findidx): Likewise.
18801         * posix/fnmatch_loop.c (FCT): Adjust caller.
18802         * posix/regcomp.c (build_equiv_class): Likewise.
18803         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
18804         * posix/regexec.c (check_node_accept_bytes): Likewise.
18805         * string/strcoll_l.c (STRCOLL): Likewise.
18806         * string/strxfrm_l.c (STRXFRM): Likewise.
18807
18808 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
18809
18810         * Makefile.in: Remove CVSOPT handling.
18811         * configure.in: Remove use of AC_REVISION.
18812         * iconvdata/Makefile (distribute): No need to filter out CVS.
18813         * scripts/list-sources.sh: Remove CVS, subversion and monotone
18814         handling.
18815
18816 2011-11-16  Andreas Schwab  <schwab@redhat.com>
18817
18818         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
18819         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
18820         [USE_AS_STRNCASECMP_L]: Likewise.
18821         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
18822         NO_TLS_DIRECT_SEG_REFS.
18823         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
18824         Fix argument offsets for non-PIC.
18825         [USE_AS_STRNCASECMP_L]: Likewise.
18826         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
18827         NO_TLS_DIRECT_SEG_REFS.
18828
18829 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
18830
18831         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
18832         O_CLOEXEC.
18833         * locale/loadlocale.c (_nl_load_locale): Likewise.
18834
18835 2011-11-15  Andreas Schwab  <schwab@redhat.com>
18836
18837         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
18838         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
18839         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
18840         (SYSCALL_GETTIME): Set errno on error.
18841
18842         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
18843         count references to noai6ai_cached.
18844
18845 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
18846
18847         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
18848
18849         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
18850         FD_CLOEXEC for /proc/self/maps.
18851
18852         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
18853         FD_CLOEXEC for /proc/meminfo.
18854
18855         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
18856         gai.conf.
18857
18858         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
18859         FD_CLOEXEC for given file.
18860
18861         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
18862
18863         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
18864         FD_CLOEXEC for /etc/hosts.
18865         (_gethtent): Likewise.
18866
18867         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
18868
18869         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
18870         cancellation and set FD_CLOEXEC for /etc/netgroup.
18871
18872         * nss/nss_files/files-key.c (search): Don't allow cancellation when
18873         reading /etc/publickey.
18874
18875         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
18876         allow cancellation when reading /etc/group.
18877
18878         * nss/nss_files/files-alias.c (internal_setent): Don't allow
18879         cancellation.
18880         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
18881
18882         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
18883         when using data file.
18884
18885         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
18886
18887         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
18888         (write_nis_obj): Use "c" and "e" in fopen.
18889
18890         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
18891
18892         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
18893
18894         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
18895
18896         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
18897
18898         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
18899         locale.alias.
18900
18901         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
18902
18903         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
18904
18905         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
18906
18907         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
18908         file parsing and set FD_CLOEXEC.
18909
18910 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
18911
18912         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
18913
18914 2011-11-14  Andreas Schwab  <schwab@redhat.com>
18915
18916         * malloc/arena.c (arena_get2): Don't call reused_arena when
18917         _int_new_arena failed.
18918
18919 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
18920
18921         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
18922         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
18923         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
18924         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
18925         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18926         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
18927         to compile strcasecmp and strncasecmp.
18928         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
18929         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
18930
18931         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
18932
18933 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
18934
18935         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
18936         locale-defines.sym to gen-as-const-headers.
18937         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
18938         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
18939         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
18940         to compile strcasecmp and strncasecmp.
18941         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
18942         strcasecmp_l and strncasecmp_l.
18943         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
18944         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
18945         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
18946         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
18947         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
18948         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
18949         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
18950         * sysdeps/i386/i686/multiarch/strncase.S: New file.
18951         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
18952         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
18953         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
18954
18955 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
18956
18957         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
18958         result of SYSDEP_GETTIME_CPU to retval.
18959         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
18960         parameter list to macro.  Remove trailing semicolon.  Adjust users.
18961
18962         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
18963         variable.
18964
18965         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
18966         mantissa words.
18967         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
18968
18969         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
18970         from unused variable.
18971
18972         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
18973         DWARF definitions.
18974         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
18975         for assembling.
18976
18977         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
18978         over namespaces.
18979
18980         * sunrpc/rpc_prot.c (rejected): Fix case value.
18981
18982         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
18983         unsigned long long int to avoid warnings in shift.
18984
18985         * posix/regex_internal.c (re_string_reconstruct): Actually use result
18986         of use of trans.
18987         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
18988         variable tmp.
18989
18990         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
18991         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
18992         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
18993
18994         * nis/nis_table.c (nis_list): Use variable of correct type for
18995         result of __follow_path call.
18996
18997 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18998
18999         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
19000         of math functions ceil, trunc, floor, round, and sqrt, when
19001         avaliable on the platform.
19002         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
19003         name clash.
19004         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
19005         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
19006         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
19007
19008 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
19009
19010         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
19011         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
19012
19013 2011-11-11  Roland McGrath  <roland@hack.frob.com>
19014
19015         * include/unistd.h: Fix __readlink return type.
19016         Reported by Chris Metcalf <cmetcalf@tilera.com>.
19017
19018 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
19019
19020         * stdlib/ucontext.h: Undo last change for makecontext.
19021
19022 2011-11-11  Andreas Schwab  <schwab@redhat.com>
19023
19024         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
19025
19026         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
19027         * setjmp/setjmp.h: Mark functions as non-leaf.
19028         * setjmp/bits/setjmp2.h: Likewise.
19029         * stdlib/ucontext.h: Likewise.
19030
19031 2011-11-10  Andreas Schwab  <schwab@redhat.com>
19032
19033         * malloc/arena.c (_int_new_arena): Don't increment narenas.
19034         (reused_arena): Don't check arena limit.
19035         (arena_get2): Atomically check arena limit.
19036
19037 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
19038
19039         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
19040         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
19041
19042         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
19043         instructions.
19044
19045 2011-11-07  Andreas Schwab  <schwab@redhat.com>
19046
19047         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
19048         handler when locking.
19049
19050         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
19051         Fix size of allocated buffer.
19052
19053 2011-11-04  Andreas Schwab  <schwab@redhat.com>
19054
19055         [BZ #10103]
19056         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
19057         declarations for long double functions.
19058         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
19059
19060         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
19061
19062 2011-11-03  Andreas Schwab  <schwab@redhat.com>
19063
19064         * nscd/nscd.c (main): Don't start AVC thread until credentials are
19065         installed.
19066
19067         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
19068         is disabled.
19069
19070 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19071
19072         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
19073
19074 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
19075
19076         * include/alloca.h (stackinfo_alloca_round): Define.
19077         (extend_alloca): Use it.
19078         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
19079         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
19080         here.
19081
19082         * scripts/check-local-headers.sh: Ignore libaudit.h.
19083
19084         * nscd/Makefile (extra-objs): Make recursively expanded.
19085
19086 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
19087
19088         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
19089         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
19090
19091         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
19092         * posix/tst-rfc3484-2.c: Likewise.
19093         * posix/tst-rfc3484-3.c: Likewise.
19094
19095         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
19096         process_vm_writev.
19097         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
19098         process_vm_writev.
19099         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
19100         process_vm_writev from libc using GLIBC_2.15 version.
19101
19102         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
19103
19104 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
19105
19106         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
19107         stack usage.
19108
19109 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
19110
19111         [BZ #13367]
19112         * nss/getent.c (initgroups_keys): Show error message in case no group
19113         names are given.
19114
19115         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
19116         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
19117         __bump_nl_timestamp.
19118         * nscd/connections (nscd_init): When host database is served open
19119         netlink socket and request notification about configuration changes.
19120         (main_loop_poll): Track netlink file descriptor and bump timestamp
19121         in case data becomes available.
19122         (main_loop_epoll): Likewise.
19123         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
19124         (database_pers_head): Add extra_data fileds.
19125         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
19126         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
19127         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
19128         Adjust caller.
19129         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
19130         in6ai data, call __free_in6ai.
19131         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
19132         Add -DHAVE_NETLINK.
19133         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
19134         interface information.  Reuse previous data if netlink timestamp
19135         is not changed.
19136         (__bump_nl_timestamp): New function.
19137         (__free_in6ai): New function.
19138
19139 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
19140
19141         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
19142         close_not_cancel_no_status here.
19143         (__check_pf): Reorganize code a bit to not call close twice if OOM.
19144
19145 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
19146
19147         [BZ #13276]
19148         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
19149         return value.
19150
19151         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
19152         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
19153         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
19154
19155 2011-07-03  Andreas Jaeger  <aj@suse.de>
19156
19157         [BZ #10709]
19158         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
19159         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
19160         * math/libm-test.inc (sin_test): Add test case.
19161
19162 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
19163
19164         [BZ #13337]
19165         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
19166         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
19167
19168         * elf/chroot_canon.c (chroot_canon): Cleanups.
19169
19170         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
19171
19172         [BZ #13335]
19173         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
19174         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
19175
19176         * string/test-strchr.c: Make usable for strchrnul testing.
19177         * string/test-strchrnul.c: New file.
19178         * string/Makefile (strop-tests): Add strchrnul.
19179
19180         * po/it.po: Update from translation team.
19181         * po/es.po: Likewise.
19182
19183 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
19184
19185         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
19186         the three constants needed as parameters.  Drop the others.
19187         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
19188         __m128i_strloadu_tolower.
19189         Create and initialize variable zero and use it in all the places
19190         where _mm_setzero_si128 was used.
19191
19192         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
19193         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
19194         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
19195         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
19196         anymore.
19197         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
19198         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
19199         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
19200         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
19201         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
19202         __mpranred, __mptan.
19203         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
19204         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
19205         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
19206         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
19207         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
19208         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
19209         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
19210         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
19211         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
19212
19213 2011-10-28  Andreas Schwab  <schwab@redhat.com>
19214
19215         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
19216         redefine if SHARED.
19217         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
19218
19219         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
19220         wide char related routines to wcsmbs subdir.
19221
19222 2011-10-27  Andreas Schwab  <schwab@redhat.com>
19223
19224         [BZ #13344]
19225         * misc/sys/cdefs.h (__THROWNL): Define.
19226         * posix/unistd.h: Use __THREADNL instead of __THREAD
19227         for memory synchronization functions.
19228
19229 2011-10-26  Roland McGrath  <roland@hack.frob.com>
19230
19231         [BZ #13349]
19232         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
19233         doesn't exist.
19234         * manual/stdio.texi (Obstack Streams): Node removed.
19235
19236 2011-10-26  Andreas Schwab  <schwab@redhat.com>
19237
19238         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
19239         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
19240         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
19241
19242         * math/math_private.h (math_force_eval): Allow non-addressable
19243         arguments.
19244         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
19245
19246 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
19247
19248         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
19249         file is not needed.
19250
19251         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
19252         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
19253         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
19254         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
19255         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
19256         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
19257         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
19258         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
19259         Add AVX variants.
19260         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
19261         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
19262         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
19263         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
19264         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
19265         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
19266         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
19267         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
19268         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
19269         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
19270         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
19271         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
19272         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
19273         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
19274         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
19275         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
19276         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
19277         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
19278         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
19279
19280         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
19281         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
19282
19283         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
19284         place.  Use VEX encoding when compiling for AVX.
19285
19286 2011-10-25  Andreas Schwab  <schwab@redhat.com>
19287
19288         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
19289         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19290
19291         * string/test-strchr.c (do_test): Don't generate NUL bytes.
19292
19293 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
19294
19295         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
19296         useless if() expression.
19297         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19298         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19299         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19300         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19301         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19302         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
19303         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
19304         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
19305         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
19306         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
19307         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
19308         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
19309         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
19310         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
19311         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
19312         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
19313         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
19314         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
19315         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
19316
19317         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
19318
19319 2011-10-25  Andreas Schwab  <schwab@redhat.com>
19320
19321         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
19322         condition.
19323         * elf/dl-fini.c (_dl_sort_fini): Likewise.
19324
19325 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
19326
19327         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
19328         .text section.  Avoid duplicate constants.
19329         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
19330         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19331         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
19332         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19333         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
19334         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19335         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19336         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19337         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19338         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
19339         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19340         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
19341         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
19342         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
19343         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
19344         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
19345         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
19346         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19347         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19348         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19349         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
19350         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
19351         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
19352         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
19353         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
19354         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
19355         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
19356         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
19357         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
19358         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
19359         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
19360         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
19361         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
19362         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
19363         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
19364         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
19365         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
19366         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
19367         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
19368         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
19369         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
19370         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
19371         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
19372         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
19373         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
19374
19375 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
19376
19377         * sysdeps/x86_64/dla.h: Move to ...
19378         * sysdeps/x86_64/fpu/dla.h: ...here.
19379         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
19380         situations.  Use __builtin_fma only for gcc 4.6 and up.
19381
19382         * config.make.in: Add have-mfma4 entry.
19383         * configure.in: Substitute libc_cv_cc_fma4.
19384         * math/Makefile (dbl-only-routines): Add sincostab.
19385         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
19386         Use __sincostab not sincos.
19387         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
19388         name is a macro.
19389         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
19390         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19391         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19392         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
19393         using __copysign.
19394         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
19395         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
19396         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
19397         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
19398         and __inv.
19399         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
19400         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
19401         __copysign.
19402         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
19403         define aliases when function name is a macro.
19404         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
19405         sysdeps/ieee754/dbl-64/sincos.tbl.
19406         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
19407         fma4-enabled routines.
19408         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
19409         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
19410         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
19411         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
19412         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
19413         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
19414         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
19415         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
19416         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
19417         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
19418         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
19419         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
19420         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
19421         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
19422         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
19423         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
19424         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
19425         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
19426         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
19427         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
19428         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
19429         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
19430         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
19431         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
19432         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
19433         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
19434         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
19435         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
19436         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
19437         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
19438
19439         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
19440         rename.
19441         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19442         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19443         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19444         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19445         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19446         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19447         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19448         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19449
19450 2011-10-24  Andreas Schwab  <schwab@redhat.com>
19451
19452         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
19453
19454 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
19455
19456         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
19457
19458         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
19459         prediction.
19460         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
19461
19462         * string/strnlen.c: Don't define STRNLEN, reverse logic.
19463         Remove unused variable magic_bits.
19464         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
19465
19466         * string/strnlen.c: Define and use STRNLEN macro.
19467         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
19468         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
19469         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
19470         * wcsmbs/wcslen.c: Define and use WCSLEN.
19471         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
19472         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
19473         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
19474         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
19475         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
19476         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
19477         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
19478
19479 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19480
19481         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19482         strnlen-sse2-no-bsf.
19483         Rename strlen-no-bsf to strlen-sse2-no-bsf.
19484         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
19485         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
19486         Add strnlen support.
19487         (USE_AS_STRNLEN): New macro.
19488         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
19489         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
19490         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
19491         * sysdeps/x86_64/wcslen.S: New file.
19492
19493 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
19494
19495         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
19496         XMM-moves are used for copying on small sizes.
19497
19498 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19499
19500         * wcsmbs/Makefile (strop-tests): Add wcschr.
19501         * wcsmbs/test-wcschr.c: New file.
19502         * string/test-strchr.c: Update.
19503         Add wcschr support.
19504         (WIDE): New macro.
19505
19506 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19507
19508         * wcsmbs/Makefile (strop-tests): Add wcslen.
19509         * wcsmbs/test-wcslen.c: New file.
19510         * string/test-strlen.c: Update.
19511         Add wcslen support.
19512         (WIDE): New macro.
19513
19514 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
19515
19516         * po/it.po: Update from translation team.
19517
19518 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19519
19520         * sysdeps/x86_64/wcscmp.S: Update.
19521         Fix wrong comparison semantics.
19522         wcscmp shall use signed comparison not unsigned.
19523         Don't use substraction to avoid overflow bug.
19524         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
19525         * wcsmbc/wcscmp.c: Likewise.
19526         * string/test-strcmp.c: Likewise.
19527         Add new tests to check cases with negative values.
19528
19529 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
19530
19531         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
19532         * sysdeps/x86_64/dla.h: ...here.  New file.
19533         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
19534         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19535         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19536         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19537         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19538         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19539         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19540         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19541         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19542
19543 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
19544
19545         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
19546         __ynl_finite aliases.
19547
19548 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
19549
19550         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19551
19552         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
19553         define DLA_FMA.
19554         [DLA_FMA] (EMULV): Use DLA_FMA.
19555         [DLA_FMA] (MUL12): Use EMULV.
19556         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
19557         that are not needed.
19558         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19559         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19560         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19561         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
19562         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19563         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19564         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19565
19566 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
19567
19568         * math/s_nan.c: Undef __nan.
19569         * math/s_nanf.c: Undef __nanf.
19570         * math/s_nanl.c: Undef __nanl.
19571         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
19572         "math_private.h".
19573
19574 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
19575
19576         * math/s_catan.c: Add branch predictions.
19577         * math/s_catanf.c: Likewise.
19578         * math/s_catanh.c: Likewise.
19579         * math/s_catanhf.c: Likewise.
19580         * math/s_catanhl.c: Likewise.
19581         * math/s_catanl.c: Likewise.
19582         * math/s_cexp.c: Likewise.
19583         * math/s_cexpf.c: Likewise.
19584         * math/s_cexpl.c: Likewise.
19585         * math/s_clog.c: Likewise.
19586         * math/s_clog10.c: Likewise.
19587         * math/s_clog10f.c: Likewise.
19588         * math/s_clog10l.c: Likewise.
19589         * math/s_clogf.c: Likewise.
19590         * math/s_clogl.c: Likewise.
19591         * math/s_csqrt.c: Likewise.
19592         * math/s_csqrtf.c: Likewise.
19593         * math/s_csqrtl.c: Likewise.
19594         * math/s_ctanf.c: Likewise.
19595         * math/s_ctanh.c: Likewise.
19596         * math/s_ctanhf.c: Likewise.
19597         * math/s_ctanhl.c: Likewise.
19598         * math/s_ctanl.c: Likewise.
19599
19600         * math/math_private.h: Define __nan, __nanf, __nanl.
19601         * math/s_cacosh.c: Include <math_private.h>.
19602         * math/s_cacoshl.c: Likewise.
19603         * math/s_casinh.c: Likewise.
19604         * math/s_casinhf.c: Likewise.
19605         * math/s_casinhl.c: Likewise.
19606         * math/s_ccos.c: Rely entire on ccosh.
19607         * math/s_ccosf.c: Rely entire on ccoshf.
19608         * math/s_ccosl.c: Rely entirely on ccoshl.
19609         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
19610         Remove tests for FE_INVALID.
19611         * math/s_ccoshf.c: Likewise.
19612         * math/s_ccoshl.c: Likewise.
19613         * math/s_csin.c: Likewise.
19614         * math/s_csinf.c: Likewise.
19615         * math/s_csinh.c Likewise.
19616         * math/s_csinhf.c: Likewise.
19617         * math/s_csinhl.c: Likewise.
19618         * math/s_csinl.c: Likewise.
19619         * math/s_ctan.c: Likewise.
19620         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
19621         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
19622         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
19623
19624 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
19625
19626         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
19627         compilation problems.
19628
19629         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
19630         __builtin_expect.
19631
19632 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
19633
19634         * sysdeps/i386/configure.in: Test for -mfma4 option.
19635         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
19636         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
19637         COMMON_CPUID_INDEX_80000001.
19638         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
19639         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
19640         use it if FMA3 is not supported.
19641         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
19642
19643         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
19644         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
19645
19646 2011-10-20  Andreas Schwab  <schwab@redhat.com>
19647
19648         [BZ #12892]
19649         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
19650         it would create a cycle with a link time dependency.
19651
19652 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
19653
19654         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
19655         instruction.
19656         * string/Makefile (strop-tests): Add rawmemchr.
19657         * string/test-rawmemchr.c: New file.
19658
19659         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
19660         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
19661         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
19662         when compiling str{,n}casecmp and when AVX is available.  Hook up
19663         new optimized code in initializers.
19664
19665 2011-10-19  Andreas Schwab  <schwab@redhat.com>
19666
19667         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
19668         __feraiseexcept instead of feraiseexcept.
19669
19670 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
19671
19672         * math/math_private.h: Define defaults for libc_fetestexcept and
19673         libc_feupdateenv.
19674         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
19675         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
19676         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
19677         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
19678         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
19679         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
19680         libc_fetestexcept and libc_feupdateenv.
19681
19682         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
19683         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
19684         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
19685         * sysdeps/x86_64/fpu/math_private.h: Define special version of
19686         libc_feholdexcept_setround.
19687
19688         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
19689         Add s_nearbyint-c and s_nearbyintf-c.
19690         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
19691         nearbyintf inlines.
19692         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
19693         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
19694         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
19695         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
19696
19697         * math/math_private.h: Define defaults for libc_fegetround,
19698         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
19699         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
19700         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
19701         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
19702         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
19703         standard functions.
19704         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19705         Remove comments and hacks for old compiler versions.
19706         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
19707         libc_fegetround, libc_fesetround, libc_feholdexcept, and
19708         libc_feholdexceptl.
19709
19710 2011-10-18  Andreas Schwab  <schwab@redhat.com>
19711
19712         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
19713         (__feraiseexcept_renamed): Add __NTH.
19714         (feraiseexcept): Add __NTH.  Rename local variables to fix
19715         namespace violations.
19716
19717 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
19718
19719         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
19720
19721         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
19722
19723         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
19724         recently added interfaces.
19725         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
19726
19727         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
19728         about macro parameter expansion.
19729
19730         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
19731         __NO_MATH_INLINES is defined.  Cleanups.
19732
19733         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
19734         and __floorf is target has SSE4.1.
19735         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
19736         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
19737         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
19738         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
19739
19740         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
19741         name.
19742         (floorf): Likewise.
19743
19744         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
19745
19746 2011-10-17  Andreas Schwab  <schwab@redhat.com>
19747
19748         * misc/sys/cdefs.h: Fix last change.
19749
19750         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
19751         database lookup.
19752
19753 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
19754
19755         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
19756
19757         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
19758         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19759         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19760         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
19761         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
19762         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
19763         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
19764         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
19765         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
19766         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
19767         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
19768         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
19769         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
19770         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
19771         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
19772         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
19773         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
19774         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
19775         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
19776         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
19777         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
19778         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
19779
19780         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
19781         ceil, ceilf, floor, floorf.
19782
19783         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
19784         Perform IRELATIVE relocations last.
19785
19786         * elf/do-rel.h: Add another parameter nrelative, replacing the
19787         local variable with the same name.  Change name of the function
19788         to end in Rel or Rela (uppercase).
19789         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
19790         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
19791         elf_dynamic_do_##reloc function.
19792
19793 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
19794
19795         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
19796         is sufficient, at least on modern CPUs.
19797
19798         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
19799
19800         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
19801         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
19802
19803         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
19804         __expl_finite.
19805         * math/bits/math-finite.h: Add entries for exp.
19806         * math/e_expl.c: Add __*_finite alias.
19807         * sysdeps/i386/fpu/e_exp.S: Likewise.
19808         * sysdeps/i386/fpu/e_expf.S: Likewise.
19809         * sysdeps/i386/fpu/e_expl.c: Likewise.
19810         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
19811         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
19812         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19813         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19814         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
19815         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
19816         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
19817
19818         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
19819         is sufficient, at least on modern CPUs.
19820
19821         * ctype/ctype-info.c (__ctype_init): Define.
19822         * include/ctype.h (__ctype_init): Declare.
19823         (__ctype_b_loc): The variable is always initialized.
19824         (__ctype_toupper_loc): Likewise.
19825         (__ctype_tolower_loc): Likewise.
19826         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
19827         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
19828
19829 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
19830
19831         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
19832
19833         * configure.in: Also look in $cxxmachine/include for C++ system
19834         headers.
19835
19836 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19837
19838         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
19839         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
19840         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
19841         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
19842         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
19843         (USE_AS_WMEMCMP): New macro.
19844         Fixing indents.
19845         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
19846         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
19847         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
19848         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
19849         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
19850         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
19851         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
19852         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
19853         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
19854         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
19855         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
19856         (USE_AS_WMEMCMP): New macro.
19857         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
19858         * sysdeps/string/test-memcmp.c: Update.
19859         Fix simple_wmemcmp.
19860         Add new tests.
19861         * wcsmbs/wmemcmp.c: Update.
19862         (WMEMCMP): New macro.
19863         Fix overflow bug.
19864
19865 2011-10-12  Andreas Jaeger  <aj@suse.de>
19866
19867         [BZ #13268]
19868         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
19869
19870 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
19871
19872         * libio/iofwide.c (do_length): Avoid warning.
19873
19874         * ctype/ctype.h (__isctype_f): Add missing __THROW.
19875
19876 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
19877
19878         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
19879
19880         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
19881         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
19882         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
19883         * sysdeps/i386/i686/fpu/e_log.S: New file.
19884         * sysdeps/i386/i686/fpu/e_logf.S: New file.
19885         * sysdeps/i386/i686/fpu/e_logl.S: New file.
19886
19887         * ctype/ctype.h: Add support for inlined isXXX functions when
19888         compiling C++ code.
19889
19890 2011-10-14  Andreas Schwab  <schwab@redhat.com>
19891
19892         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
19893
19894         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
19895
19896 2011-10-13  Roland McGrath  <roland@hack.frob.com>
19897
19898         [BZ #13291]
19899         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
19900
19901 2011-10-13  Andreas Schwab  <schwab@redhat.com>
19902
19903         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
19904         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
19905         feraiseexcept.
19906
19907         * sysdeps/x86_64/memrchr.S: Check for zero size.
19908
19909         * string/stratcliff.c: Add memrchr tests.
19910
19911 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
19912
19913         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
19914         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
19915         rawmemchr-sse2 rawmemchr-sse2-bsf.
19916         * sysdeps/i386/i686/multiarch/memchr.S: New file.
19917         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
19918         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
19919         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
19920         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
19921         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
19922         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
19923         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
19924         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
19925         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
19926         * string/memrchr.c (MEMRCHR): New macro.
19927
19928 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
19929
19930         Add integration with gcc's -ffinite-math-only and optimize wrapper
19931         functions in libm.
19932         * Versions.def: Define GLIBC_2.15 version for libm.
19933         * math/Makefile (headers): Add bits/math-finite.h.
19934         * math/bits/math-finite.h: New file.
19935         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
19936         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
19937         * math/e_acoshl.c: Add __*_finite alias.
19938         * math/e_acosl.c: Likewise.
19939         * math/e_asinl.c: Likewise.
19940         * math/e_atan2l.c: Likewise.
19941         * math/e_atanhl.c: Likewise.
19942         * math/e_coshl.c: Likewise.
19943         * math/e_exp10.c: Likewise.
19944         * math/e_exp10f.c: Likewise.
19945         * math/e_exp10l.c: Likewise.
19946         * math/e_exp2l.c: Likewise.
19947         * math/e_fmodl.c: Likewise.
19948         * math/e_gammal_r.c: Likewise.
19949         * math/e_hypotl.c: Likewise.
19950         * math/e_j0l.c: Likewise.
19951         * math/e_j1l.c: Likewise.
19952         * math/e_jnl.c: Likewise.
19953         * math/e_lgammal_r.c: Likewise.
19954         * math/e_log10l.c: Likewise.
19955         * math/e_log2l.c: Likewise.
19956         * math/e_logl.c: Likewise.
19957         * math/e_powl.c: Likewise.
19958         * math/e_sinhl.c: Likewise.
19959         * math/e_sqrtl.c: Likewise.
19960         * math/e_scalb.c: Completely rewritten and optimized.
19961         * math/e_scalbf.c: Likewise.
19962         * math/e_scalbl.c: Likewise.
19963         * math/w_acos.c: Likewise.
19964         * math/w_acosf.c: Likewise.
19965         * math/w_acosl.c: Likewise.
19966         * math/w_acosh.c: Likewise.
19967         * math/w_acoshf.c: Likewise.
19968         * math/w_acoshl.c: Likewise.
19969         * math/w_asin.c: Likewise.
19970         * math/w_asinf.c: Likewise.
19971         * math/w_asinl.c: Likewise.
19972         * math/w_atan2.c: Likewise.
19973         * math/w_atan2f.c: Likewise.
19974         * math/w_atan2l.c: Likewise.
19975         * math/w_atanh.c: Likewise.
19976         * math/w_atanhf.c: Likewise.
19977         * math/w_atanhl.c: Likewise.
19978         * math/w_exp10.c: Likewise.
19979         * math/w_exp10f.c: Likewise.
19980         * math/w_exp10l.c: Likewise.
19981         * math/w_fmod.c: Likewise.
19982         * math/w_fmodf.c: Likewise.
19983         * math/w_fmodl.c: Likewise.
19984         * math/w_j0.c: Likewise.
19985         * math/w_j0f.c: Likewise.
19986         * math/w_j0l.c: Likewise.
19987         * math/w_j1.c: Likewise.
19988         * math/w_j1f.c: Likewise.
19989         * math/w_j1l.c: Likewise.
19990         * math/w_jn.c: Likewise.
19991         * math/w_jnf.c: Likewise.
19992         * math/w_log.c: Likewise.
19993         * math/w_logf.c: Likewise.
19994         * math/w_logl.c: Likewise.
19995         * math/w_log10.c: Likewise.
19996         * math/w_log10f.c: Likewise.
19997         * math/w_log10l.c: Likewise.
19998         * math/w_log2.c: Likewise.
19999         * math/w_log2f.c: Likewise.
20000         * math/w_log2l.c: Likewise.
20001         * math/w_pow.c: Likewise.
20002         * math/w_powf.c: Likewise.
20003         * math/w_powl.c: Likewise.
20004         * math/w_remainder.c: Likewise.
20005         * math/w_remainderf.c: Likewise.
20006         * math/w_remainderl.c: Likewise.
20007         * math/w_scalb.c: Likewise.
20008         * math/w_scalbf.c: Likewise.
20009         * math/w_scalbl.c: Likewise.
20010         * math/w_sqrt.c: Likewise.
20011         * math/w_sqrtf.c: Likewise.
20012         * math/w_sqrtl.c: Likewise.
20013         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
20014         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
20015         used.
20016         * math/math_private.h: Declare __kernel_standard_f.
20017         * math/w_cosh.c: Remove cruft and optimize a bit.
20018         * math/w_coshf.c: Likewise.
20019         * math/w_coshl.c: Likewise.
20020         * math/w_exp2.c: Likewise.
20021         * math/w_exp2f.c: Likewise.
20022         * math/w_exp2l.c: Likewise.
20023         * math/w_hypot.c: Likewise.
20024         * math/w_hypotf.c: Likewise.
20025         * math/w_hypotl.c: Likewise.
20026         * math/w_lgamma.c: Likewise.
20027         * math/w_lgamma_r.c: Likewise.
20028         * math/w_lgammaf.c: Likewise.
20029         * math/w_lgammaf_r.c: Likewise.
20030         * math/w_lgammal.c: Likewise.
20031         * math/w_lgammal_r.c: Likewise.
20032         * math/w_sinh.c: Likewise.
20033         * math/w_sinhf.c: Likewise.
20034         * math/w_sinhl.c: Likewise.
20035         * math/w_tgamma.c: Likewise.
20036         * math/w_tgammaf.c: Likewise.
20037         * math/w_tgammal.c: Likewise.
20038         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
20039         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
20040         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
20041         Minor optimizations.  Pretty printing.  Remove cruft.
20042         * sysdeps/i386/fpu/e_acosf.S: Likewise.
20043         * sysdeps/i386/fpu/e_acosh.S: Likewise.
20044         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
20045         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
20046         * sysdeps/i386/fpu/e_acosl.c: Likewise.
20047         * sysdeps/i386/fpu/e_asin.S: Likewise.
20048         * sysdeps/i386/fpu/e_asinf.S: Likewise.
20049         * sysdeps/i386/fpu/e_atan2.S: Likewise.
20050         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
20051         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
20052         * sysdeps/i386/fpu/e_atanh.S: Likewise.
20053         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
20054         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
20055         * sysdeps/i386/fpu/e_exp10.S: Likewise.
20056         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
20057         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
20058         * sysdeps/i386/fpu/e_exp2.S: Likewise.
20059         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
20060         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
20061         * sysdeps/i386/fpu/e_fmod.S: Likewise.
20062         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
20063         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
20064         * sysdeps/i386/fpu/e_hypot.S: Likewise.
20065         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
20066         * sysdeps/i386/fpu/e_log.S: Likewise.
20067         * sysdeps/i386/fpu/e_log10.S: Likewise.
20068         * sysdeps/i386/fpu/e_log10f.S: Likewise.
20069         * sysdeps/i386/fpu/e_log10l.S: Likewise.
20070         * sysdeps/i386/fpu/e_log2.S: Likewise.
20071         * sysdeps/i386/fpu/e_log2f.S: Likewise.
20072         * sysdeps/i386/fpu/e_log2l.S: Likewise.
20073         * sysdeps/i386/fpu/e_logf.S: Likewise.
20074         * sysdeps/i386/fpu/e_logl.S: Likewise.
20075         * sysdeps/i386/fpu/e_pow.S: Likewise.
20076         * sysdeps/i386/fpu/e_powf.S: Likewise.
20077         * sysdeps/i386/fpu/e_powl.S: Likewise.
20078         * sysdeps/i386/fpu/e_remainder.S: Likewise.
20079         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
20080         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
20081         * sysdeps/i386/fpu/e_scalb.S: Likewise.
20082         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
20083         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
20084         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
20085         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
20086         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
20087         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20088         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
20089         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20090         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20091         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20092         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20093         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20094         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20095         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20096         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20097         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20098         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
20099         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20100         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20101         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20102         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
20103         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20104         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20105         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20106         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20107         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20108         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
20109         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
20110         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
20111         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
20112         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
20113         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
20114         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
20115         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
20116         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
20117         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
20118         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
20119         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
20120         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
20121         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
20122         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
20123         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
20124         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
20125         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
20126         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
20127         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
20128         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
20129         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
20130         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
20131         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
20132         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
20133         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
20134         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
20135         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
20136         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
20137         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
20138         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
20139         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
20140         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
20141         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
20142         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
20143         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
20144         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
20145         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
20146         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
20147         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
20148         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
20149         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
20150         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
20151         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
20152         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
20153         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
20154         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
20155         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
20156         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
20157         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
20158         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
20159         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
20160         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
20161         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
20162         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
20163         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
20164         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
20165         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
20166         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
20167         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
20168         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
20169         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
20170         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
20171         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
20172         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
20173         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
20174         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
20175         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20176         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
20177         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
20178         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20179         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20180         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20181         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20182         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
20183         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
20184         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
20185         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
20186         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
20187         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
20188         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
20189         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
20190         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
20191         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
20192         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
20193         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
20194         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
20195         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
20196         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
20197         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
20198         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
20199         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
20200         (__isnanf): Likewise.
20201         (__isinf_ns): Likewise.
20202         (__isinf_nsf): Likewise.
20203         (__finite): Likewise.
20204         (__finitef): Likewise.
20205         (__ieee754_sqrt): Define as macro.
20206         (__ieee754_sqrtf): Define as macro.
20207         (__ieee754_sqrtl): Define as macro.
20208         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
20209         inlined copy.
20210         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
20211         __FINITE_MATH_ONLY__ consistent.
20212         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
20213
20214 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
20215
20216         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
20217         of rawmemchr.
20218
20219         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
20220
20221 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
20222
20223         * po/ja.po: Update from translation team.
20224
20225 2011-10-08  Roland McGrath  <roland@hack.frob.com>
20226
20227         * locale/programs/locarchive.c (prepare_address_space): New function.
20228         (create_archive, enlarge_archive, open_archive): Use it.
20229
20230         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
20231         inside [SHARED], where it is used.
20232
20233         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
20234
20235         * nss/getent.c (netgroup_keys): Remove unused variable.
20236         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
20237
20238 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
20239
20240         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
20241         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
20242         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
20243         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
20244         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
20245         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
20246         * math/Makefile (libm-calls): Add s_isinf_ns.
20247         * math/divtc3.c: Use __isinf_nsl instead of isinf.
20248         * math/multc3.c: Likewise.
20249         * math/s_casin.c: Likewise.
20250         * math/s_casinf.c: Likewise.
20251         * math/s_casinl.c: Likewise.
20252         * math/s_ccos.c: Likewise.
20253         * math/s_ccosf.c: Likewise.
20254         * math/s_ccosl.c: Likewise.
20255         * math/s_ctan.c: Likewise.
20256         * math/s_ctanf.c: Likewise.
20257         * math/s_ctanh.c: Likewise.
20258         * math/s_ctanhf.c: Likewise.
20259         * math/s_ctanhl.c: Likewise.
20260         * math/s_ctanl.c: Likewise.
20261         * math/w_fmod.c: Likewise.
20262         * math/w_fmodf.c: Likewise.
20263         * math/w_fmodl.c: Likewise.
20264         * math/w_remainder.c: Likewise.
20265         * math/w_remainderf.c: Likewise.
20266         * math/w_remainderl.c: Likewise.
20267         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
20268         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
20269         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
20270         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
20271         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
20272         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
20273         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
20274         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
20275
20276         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
20277         of the number.
20278         * stdio-common/printf_fphex.c: Likewise.
20279         * stdio-common/printf_size.c: Likewise.
20280
20281         * math/e_exp10.c: Include math_private.h using <...> not "...".
20282         * math/e_exp10f.c: Likewise.
20283         * math/e_exp10l.c: Likewise.
20284         * math/e_exp2l.c: Likewise.
20285         * math/e_j0l.c: Likewise.
20286         * math/e_j1l.c: Likewise.
20287         * math/e_jnl.c: Likewise.
20288         * math/e_lgammal_r.c: Likewise.
20289         * math/e_rem_pio2l.c: Likewise.
20290         * math/e_scalb.c: Likewise.
20291         * math/e_scalbf.c: Likewise.
20292         * math/e_scalbl.c: Likewise.
20293         * math/k_cosl.c: Likewise.
20294         * math/k_sinl.c: Likewise.
20295         * math/k_tanl.c: Likewise.
20296         * math/s_cacoshf.c: Likewise.
20297         * math/s_catan.c: Likewise.
20298         * math/s_catanf.c: Likewise.
20299         * math/s_catanh.c: Likewise.
20300         * math/s_catanhf.c: Likewise.
20301         * math/s_catanhl.c: Likewise.
20302         * math/s_catanl.c: Likewise.
20303         * math/s_ccosh.c: Likewise.
20304         * math/s_ccoshf.c: Likewise.
20305         * math/s_ccoshl.c: Likewise.
20306         * math/s_cexp.c: Likewise.
20307         * math/s_cexpf.c: Likewise.
20308         * math/s_cexpl.c: Likewise.
20309         * math/s_clog.c: Likewise.
20310         * math/s_clog10.c: Likewise.
20311         * math/s_clog10f.c: Likewise.
20312         * math/s_clog10l.c: Likewise.
20313         * math/s_clogf.c: Likewise.
20314         * math/s_clogl.c: Likewise.
20315         * math/s_csin.c: Likewise.
20316         * math/s_csinf.c: Likewise.
20317         * math/s_csinh.c: Likewise.
20318         * math/s_csinhf.c: Likewise.
20319         * math/s_csinhl.c: Likewise.
20320         * math/s_csinl.c: Likewise.
20321         * math/s_csqrt.c: Likewise.
20322         * math/s_csqrtf.c: Likewise.
20323         * math/s_csqrtl.c: Likewise.
20324         * math/s_ctan.c: Likewise.
20325         * math/s_ctanf.c: Likewise.
20326         * math/s_ctanh.c: Likewise.
20327         * math/s_ctanhf.c: Likewise.
20328         * math/s_ctanhl.c: Likewise.
20329         * math/s_ctanl.c: Likewise.
20330         * math/s_ldexp.c: Likewise.
20331         * math/s_ldexpf.c: Likewise.
20332         * math/s_ldexpl.c: Likewise.
20333         * math/s_significand.c: Likewise.
20334         * math/s_significandf.c: Likewise.
20335         * math/s_significandl.c: Likewise.
20336         * math/w_acos.c: Likewise.
20337         * math/w_acosf.c: Likewise.
20338         * math/w_acosh.c: Likewise.
20339         * math/w_acoshf.c: Likewise.
20340         * math/w_acoshl.c: Likewise.
20341         * math/w_acosl.c: Likewise.
20342         * math/w_asin.c: Likewise.
20343         * math/w_asinf.c: Likewise.
20344         * math/w_asinl.c: Likewise.
20345         * math/w_atan2.c: Likewise.
20346         * math/w_atan2f.c: Likewise.
20347         * math/w_atan2l.c: Likewise.
20348         * math/w_atanh.c: Likewise.
20349         * math/w_atanhf.c: Likewise.
20350         * math/w_atanhl.c: Likewise.
20351         * math/w_cosh.c: Likewise.
20352         * math/w_coshf.c: Likewise.
20353         * math/w_coshl.c: Likewise.
20354         * math/w_dremf.c: Likewise.
20355         * math/w_exp10.c: Likewise.
20356         * math/w_exp10f.c: Likewise.
20357         * math/w_exp10l.c: Likewise.
20358         * math/w_exp2.c: Likewise.
20359         * math/w_exp2f.c: Likewise.
20360         * math/w_fmod.c: Likewise.
20361         * math/w_fmodf.c: Likewise.
20362         * math/w_fmodl.c: Likewise.
20363         * math/w_hypot.c: Likewise.
20364         * math/w_hypotf.c: Likewise.
20365         * math/w_hypotl.c: Likewise.
20366         * math/w_j0.c: Likewise.
20367         * math/w_j0f.c: Likewise.
20368         * math/w_j0l.c: Likewise.
20369         * math/w_j1.c: Likewise.
20370         * math/w_j1f.c: Likewise.
20371         * math/w_j1l.c: Likewise.
20372         * math/w_jn.c: Likewise.
20373         * math/w_jnf.c: Likewise.
20374         * math/w_jnl.c: Likewise.
20375         * math/w_lgamma.c: Likewise.
20376         * math/w_lgamma_r.c: Likewise.
20377         * math/w_lgammaf.c: Likewise.
20378         * math/w_lgammaf_r.c: Likewise.
20379         * math/w_lgammal.c: Likewise.
20380         * math/w_lgammal_r.c: Likewise.
20381         * math/w_log.c: Likewise.
20382         * math/w_log10.c: Likewise.
20383         * math/w_log10f.c: Likewise.
20384         * math/w_log10l.c: Likewise.
20385         * math/w_log2.c: Likewise.
20386         * math/w_log2f.c: Likewise.
20387         * math/w_log2l.c: Likewise.
20388         * math/w_logf.c: Likewise.
20389         * math/w_logl.c: Likewise.
20390         * math/w_pow.c: Likewise.
20391         * math/w_powf.c: Likewise.
20392         * math/w_powl.c: Likewise.
20393         * math/w_remainder.c: Likewise.
20394         * math/w_remainderf.c: Likewise.
20395         * math/w_remainderl.c: Likewise.
20396         * math/w_scalb.c: Likewise.
20397         * math/w_scalbf.c: Likewise.
20398         * math/w_scalbl.c: Likewise.
20399         * math/w_sinh.c: Likewise.
20400         * math/w_sinhf.c: Likewise.
20401         * math/w_sinhl.c: Likewise.
20402         * math/w_sqrt.c: Likewise.
20403         * math/w_sqrtf.c: Likewise.
20404         * math/w_sqrtl.c: Likewise.
20405         * math/w_tgamma.c: Likewise.
20406         * math/w_tgammaf.c: Likewise.
20407         * math/w_tgammal.c: Likewise.
20408
20409         * po/ja.po: Update from translation team.
20410
20411 2011-09-29  Andreas Jaeger  <aj@suse.de>
20412
20413         [BZ #13179]
20414         * sunrpc/netname.c (netname2host): Fix logic.
20415
20416         [BZ #6779]
20417         [BZ #6783]
20418         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
20419         correctly.
20420         * math/w_remainder.c (__remainder): Likewise.
20421         * math/w_remainderf.c (__remainderf): Likewise.
20422         * math/libm-test.inc (remainder_test): Add test cases.
20423
20424 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20425
20426         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
20427         sdiv_qrnnd.
20428
20429 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
20430
20431         * string/test-memcmp.c: Avoid unncessary #defines.
20432         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
20433
20434 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
20435
20436         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
20437         Use new sse2 version for core i3 - i7 as it's faster
20438         than sse42 version.
20439         (bit_Prefer_PMINUB_for_stringop): New.
20440         * sysdeps/x86_64/rawmemchr.S: Update.
20441         Replace with faster SSE2 version.
20442         * sysdeps/x86_64/memrchr.S: New file.
20443         * sysdeps/x86_64/memchr.S: Update.
20444         Replace with faster SSE2 version.
20445
20446 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
20447
20448         * elf/dl-load.c (lose): Add cast to avoid warning.
20449
20450 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
20451
20452         * po/ca.po: Update from translation team.
20453
20454         * inet/getnetgrent_r.c: Hook up nscd.
20455         * nscd/Makefile (routines): Add nscd_netgroup.
20456         (nscd-modules): Add netgroupcache.
20457         (CFLAGS-netgroupcache.c): Define.
20458         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
20459         (cache_search): Add const to second parameter.
20460         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
20461         INNETGR.
20462         (dbs): Add netgrdb entry.
20463         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
20464         (verify_persistent_db): Handle netgrdb.
20465         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
20466         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
20467         GETFDNETGR.
20468         (netgroup_response_header): Define.
20469         (innetgroup_response_header): Define.
20470         (datahead): Add netgroup_response_header and innetgroup_response_header
20471         elements.
20472         * nscd/nscd.conf: Add entries for netgroup cache.
20473         * nscd/nscd.h (dbtype): Add netgrdb.
20474         (_PATH_NSCD_NETGROUP_DB): Define.
20475         (netgroup_iov_disabled): Declare.
20476         (xmalloc, xcalloc, xrealloc): Move declarations here.
20477         (cache_search): Adjust prototype.
20478         Add netgroup-related prototypes.
20479         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
20480         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
20481         (__nscd_innetgr): Declare.
20482         * nscd/selinux.c (perms): Use access_vector_t as element type and
20483         add netgroup-related initializers.
20484         * nscd/netgroupcache.c: New file.
20485         * nscd/nscd_netgroup.c: New file.
20486         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
20487         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
20488         For four parameters use innetgr.
20489         * nss/nss_files/files-init.c: Add definition and callback for netgr.
20490         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
20491         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
20492         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
20493
20494         * nscd/connections.c (register_traced_file): Don't register file
20495         for disabled databases.
20496
20497 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
20498
20499         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
20500
20501         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
20502         from tree and freeing node.
20503
20504 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
20505
20506         * nss/nsswitch.c (__nss_database_lookup): Handle
20507         nss_parse_service_list out of memory case.
20508
20509 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
20510
20511         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
20512         out of memory case.
20513
20514 2011-10-04  Andreas Schwab  <schwab@redhat.com>
20515
20516         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
20517         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
20518         pass it down.
20519         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
20520         elf_machine_rela, elf_machine_lazy_rel.
20521         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
20522         (ELF_DYNAMIC_DO_REL): Likewise.
20523         (ELF_DYNAMIC_DO_RELA): Likewise.
20524         (ELF_DYNAMIC_RELOCATE): Likewise.
20525         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
20526         to ELF_DYNAMIC_DO_REL.
20527         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
20528         (dl_main): In trace mode always set __RTLD_NOIFUNC.
20529         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
20530         elf_machine_rela.
20531         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
20532         skip_ifunc, don't call ifunc function if non-zero.
20533         (elf_machine_rela): Likewise.
20534         (elf_machine_lazy_rel): Likewise.
20535         (elf_machine_lazy_rela): Likewise.
20536         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
20537         (elf_machine_lazy_rel): Likewise.
20538         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
20539         Likewise.
20540         (elf_machine_lazy_rel): Likewise.
20541         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20542         Likewise.
20543         (elf_machine_lazy_rel): Likewise.
20544         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
20545         (elf_machine_lazy_rel): Likewise.
20546         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
20547         (elf_machine_lazy_rel): Likewise.
20548         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20549         (elf_machine_lazy_rel): Likewise.
20550         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
20551         (elf_machine_lazy_rel): Likewise.
20552         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
20553         (elf_machine_lazy_rel): Likewise.
20554         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20555         (elf_machine_lazy_rel): Likewise.
20556
20557 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
20558
20559         * nss/nss_files/files-init.c (_nss_files_init): Use static
20560         initialization for all the *_traced_file variables.
20561
20562 2011-09-28  Andreas Schwab  <schwab@redhat.com>
20563
20564         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
20565
20566 2011-09-27  Roland McGrath  <roland@hack.frob.com>
20567
20568         [BZ #13226]
20569         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
20570
20571 2011-09-27  Andreas Schwab  <schwab@redhat.com>
20572
20573         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
20574         Reread the line before reparsing it.
20575
20576 2011-09-26  Andreas Schwab  <schwab@redhat.com>
20577
20578         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
20579
20580 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
20581             Maxim Kuvyrkov  <maxim@codesourcery.com>
20582             Joseph Myers  <joseph@codesourcery.com>
20583
20584         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
20585         if needed for __stack_chk_guard.
20586
20587 2011-09-19  Roland McGrath  <roland@hack.frob.com>
20588
20589         * sysdeps/posix/spawni.c (script_execute): Always define it.
20590         It will be optimized away if unused.
20591         (maybe_script_execute): New function.
20592         (__spawni): Call it.
20593
20594         * Makerules: Don't include tls.make.
20595         (config-tls): Always set to thread.
20596         * tls.make.c: File removed.
20597
20598 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
20599
20600         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
20601         * config.make.in (CPPFLAGS-config): New substituted variable.
20602
20603 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
20604
20605         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
20606
20607         [BZ #13192]
20608         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
20609         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
20610
20611 2011-09-15  Roland McGrath  <roland@hack.frob.com>
20612
20613         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
20614         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
20615         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
20616         (CALL_FAIL): Likewise.
20617         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
20618         (CALL_FAIL): Macro removed.
20619         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
20620
20621 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
20622
20623         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
20624         for __FINITE_MATH_ONLY__ == 1.
20625
20626 2011-09-15  Andreas Schwab  <schwab@redhat.com>
20627
20628         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
20629         __ieee754_sqrt instead of sqrt.
20630         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
20631         __ieee754_sqrtf instead of sqrtf.
20632         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
20633         __floorf instead of floorf.
20634         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
20635         __floorf, __truncf instead of floorf, truncf.
20636
20637 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
20638
20639         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
20640
20641         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
20642         __extern_always_inline.
20643         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
20644         32-bit.
20645
20646 2011-09-14  Andreas Schwab  <schwab@redhat.com>
20647
20648         * elf/rtld.c (dl_main): Also relocate in dependency order when
20649         doing symbol dependency testing.
20650
20651 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
20652
20653         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20654         Always define `refsym'.
20655
20656 2011-09-13  Andreas Schwab  <schwab@redhat.com>
20657
20658         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
20659         (__FD_ELT): Renamed from __FDELT.
20660         * misc/bits/select2.h (__FD_ELT): Likewise.
20661         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
20662         __FD_MASK instead of __FDELT, __FDMASK.
20663         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
20664         Likewise.
20665         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
20666         Likewise.
20667
20668         * elf/Makefile (gen-ldd): Fix pattern.
20669
20670         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
20671         (init_tls): Likewise.
20672
20673 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
20674
20675         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
20676
20677 2011-09-12  Andreas Schwab  <schwab@redhat.com>
20678
20679         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
20680         `struct cmsghdr *' instead of `void *'.
20681         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
20682         Likewise.
20683
20684 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
20685
20686         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
20687         if non-absolute.
20688         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
20689         ldd_rewrite_script.
20690
20691 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
20692
20693         * configure.in: Remove --with-tls option.
20694         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
20695         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
20696         out in case it is missing.
20697         * sysdeps/ia64/elf/configure.in: Likewise.
20698         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
20699         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
20700         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
20701         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
20702         * sysdeps/sh/elf/configure.in: Likewise.
20703         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
20704         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
20705         * sysdeps/x86_64/elf/configure.in: Likewise.
20706         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
20707         * sysdeps/mach/hurd/tls.h: Likewise.
20708
20709         [BZ #13067]
20710         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
20711
20712         [BZ #13090]
20713         * configure.in: Fix use of AC_INIT.
20714
20715         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
20716
20717 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
20718
20719         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
20720         __set_errno.
20721         * malloc/hooks.c: Likewise.
20722
20723         [BZ #11929]
20724         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
20725         variables statically.
20726         (narenas): Initialize.
20727         (list_lock): Initialize.
20728         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
20729         initializtion of main_arena and list_lock.  Small cleanups.
20730         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
20731         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
20732         Add initializers to main_arena and mp_.
20733         (malloc_state): Remove pagesize member.  Change all users to use
20734         GLRO(dl_pagesize).
20735
20736         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
20737         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
20738         is always initialized.
20739
20740         * malloc/malloc.c: Removed unused configurations and dead code.
20741         * malloc/arena.c: Likewise.
20742         * malloc/hooks.c: Likewise.
20743         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
20744
20745         * include/tls.h: Removed.  USE___THREAD must always be defined.
20746         * bits/libc-tsd.h: Don't handle !USE___THREAD.
20747         * elf/dl-libc.c: Likewise.
20748         * elf/dl-tsd.c: Likewise.
20749         * include/errno.h: Likewise.
20750         * include/netdb.h: Likewise.
20751         * include/resolv.h: Likewise.
20752         * inet/herrno-loc.c: Likewise.
20753         * inet/herrno.c: Likewise.
20754         * malloc/arena.c: Likewise.
20755         * malloc/hooks.c: Likewise.
20756         * malloc/malloc.c: Likewise.
20757         * resolv/res-state.c: Likewise.
20758         * resolv/res_libc.c: Likewise.
20759         * sysdeps/i386/dl-machine.h: Likewise.
20760         * sysdeps/ia64/dl-machine.h: Likewise.
20761         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
20762         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
20763         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
20764         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
20765         * sysdeps/sh/dl-machine.h: Likewise.
20766         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
20767         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
20768         * sysdeps/unix/i386/sysdep.S: Likewise.
20769         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
20770         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
20771         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
20772         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
20773         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
20774         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
20775         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
20776         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
20777         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
20778         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
20779         * sysdeps/unix/x86_64/sysdep.S: Likewise.
20780         * sysdeps/x86_64/dl-machine.h: Likewise.
20781         * tls.make.c: Likewise.
20782
20783         * configure.in: Remove --with-__thread option.  Make tests for
20784         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
20785         tls_model attribute fail if no support is available.  Remove
20786         USE_IN_LIBIO.
20787         * Makeconfig: Adjust for dropped configure option.  All features are
20788         now mandatory.
20789         * Makerules: Likewise.
20790         * Versions.def: Likewise.
20791         * argp/argp-fmtstream.c: Likewise.
20792         * argp/argp-fmtstream.h: Likewise.
20793         * argp/argp-help.c: Likewise.
20794         * assert/assert.c: Likewise.
20795         * config.h.in: Likewise.
20796         * config.make.in: Likewise.
20797         * configure: Likewise.
20798         * configure.in: Likewise.
20799         * csu/Versions: Likewise.
20800         * csu/init.c: Likewise.
20801         * elf/tst-audit2.c: Likewise.
20802         * elf/tst-tls10.c: Likewise.
20803         * elf/tst-tls10.h: Likewise.
20804         * elf/tst-tls11.c: Likewise.
20805         * elf/tst-tls12.c: Likewise.
20806         * elf/tst-tls14.c: Likewise.
20807         * elf/tst-tlsmod11.c: Likewise.
20808         * elf/tst-tlsmod12.c: Likewise.
20809         * elf/tst-tlsmod13.c: Likewise.
20810         * elf/tst-tlsmod13a.c: Likewise.
20811         * elf/tst-tlsmod14a.c: Likewise.
20812         * elf/tst-tlsmod15b.c: Likewise.
20813         * elf/tst-tlsmod16a.c: Likewise.
20814         * elf/tst-tlsmod16b.c: Likewise.
20815         * elf/tst-tlsmod7.c: Likewise.
20816         * elf/tst-tlsmod8.c: Likewise.
20817         * elf/tst-tlsmod9.c: Likewise.
20818         * gmon/gmon.c: Likewise.
20819         * grp/fgetgrent_r.c: Likewise.
20820         * grp/putgrent.c: Likewise.
20821         * hurd/fopenport.c: Likewise.
20822         * include/libc-symbols.h: Likewise.
20823         * include/tls.h: Likewise.
20824         * intl/gettextP.h: Likewise.
20825         * intl/loadinfo.h: Likewise.
20826         * locale/global-locale.c: Likewise.
20827         * locale/localeinfo.h: Likewise.
20828         * mach/devstream.c: Likewise.
20829         * malloc/arena.c: Likewise.
20830         * malloc/set-freeres.c: Likewise.
20831         * misc/err.c: Likewise.
20832         * misc/getttyent.c: Likewise.
20833         * misc/mntent_r.c: Likewise.
20834         * posix/getopt.c: Likewise.
20835         * posix/wordexp.c: Likewise.
20836         * pwd/fgetpwent_r.c: Likewise.
20837         * resolv/Versions: Likewise.
20838         * resolv/res_hconf.c: Likewise.
20839         * shadow/fgetspent_r.c: Likewise.
20840         * shadow/putspent.c: Likewise.
20841         * stdio-common/printf_fphex.c: Likewise.
20842         * stdio-common/tmpfile.c: Likewise.
20843         * stdlib/abort.c: Likewise.
20844         * stdlib/fmtmsg.c: Likewise.
20845         * sunrpc/auth_unix.c: Likewise.
20846         * sunrpc/clnt_perr.c: Likewise.
20847         * sunrpc/clnt_tcp.c: Likewise.
20848         * sunrpc/clnt_udp.c: Likewise.
20849         * sunrpc/clnt_unix.c: Likewise.
20850         * sunrpc/openchild.c: Likewise.
20851         * sunrpc/svc_simple.c: Likewise.
20852         * sunrpc/svc_tcp.c: Likewise.
20853         * sunrpc/svc_udp.c: Likewise.
20854         * sunrpc/svc_unix.c: Likewise.
20855         * sunrpc/xdr.c: Likewise.
20856         * sunrpc/xdr_array.c: Likewise.
20857         * sunrpc/xdr_rec.c: Likewise.
20858         * sunrpc/xdr_ref.c: Likewise.
20859         * sunrpc/xdr_stdio.c: Likewise.
20860
20861 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
20862
20863         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
20864
20865 2011-07-03  Andreas Jaeger  <aj@suse.de>
20866
20867         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
20868         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
20869         regenerate with gen-libm-tests.pl.
20870
20871 2010-05-12  Petr Baudis  <pasky@suse.cz>
20872
20873         [BZ #11589]
20874         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
20875         around j0() zero points by switching to j1().
20876         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
20877         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
20878         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
20879         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
20880
20881 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
20882
20883         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
20884         instead of 0.
20885         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
20886         instead of 0.
20887         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
20888         Patch in part by Pavel Roskin <proski@gnu.org>.
20889
20890         [BZ #13138]
20891         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
20892         realloc.
20893         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
20894         Free memory block if necessary.
20895
20896         [BZ #12847]
20897         * libio/genops.c (INTDEF): For string streams the _lock pointer can
20898         be NULL.  Don't lock in this case.
20899
20900 2011-09-09  Roland McGrath  <roland@hack.frob.com>
20901
20902         * elf/elf.h (ELFOSABI_GNU): New macro.
20903         (ELFOSABI_LINUX): Define to that.
20904
20905 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
20906
20907         * string/strncat.c (strncat): Undef the symbol in case it has been
20908         defined in bits/string.h.
20909
20910 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
20911
20912         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
20913
20914         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
20915         link map.
20916
20917 2011-08-17  Andreas Jaeger  <aj@suse.de>
20918
20919         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
20920
20921 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20922             Ian Lance Taylor  <iant@google.com>
20923
20924         * math/libm-test.inc (lround_test): New testcase.
20925         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
20926
20927 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
20928
20929         * Makefile: Remove support for automatic cvs check-ins.
20930         * Makerules: Likewise.
20931         * config.make.in: Likewise.
20932         * configure.in: Likewise.
20933         * intl/Makefile: Likewise.
20934         * locale/Makefile: Likewise.
20935         * po/Makefile: Likewise.
20936         * posix/Makefile: Likewise.
20937         * sysdeps/gnu/Makefile: Likewise.
20938         * sysdeps/mach/hurd/Makefile: Likewise.
20939         * sysdeps/sparc/sparc32/Makefile: Likewise.
20940
20941         [BZ #13118]
20942         * posix/Makefile (bug-regex32-ENV): Define.
20943         Patch by John Stanley <jpsinthemix@verizon.net>.
20944
20945         * misc/Makefile (headers): Add bits/select2.h.
20946         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
20947         * misc/bits/select2.h: New file.
20948         * include/bits/select2.h: New file.
20949         * debug/Makefile (routines): Add fdelt_chk.
20950         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
20951         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
20952         FD_ISSET.
20953         * debug/fdelt_chk.c: New file.
20954
20955         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
20956         * wcsmbs/test-wmemcmp.c: Likewise.
20957         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
20958         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
20959
20960 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
20961
20962         * string/Makefile (strop-tests): Add memcmp.
20963         * string/test-wmemcmp.c: New file.
20964         * string/test-memcmp.c: Add wmemcmp support.
20965
20966 2011-09-08  Roland McGrath  <roland@hack.frob.com>
20967
20968         [BZ #13153]
20969         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
20970         2011-07-19 change.
20971
20972         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
20973         garbage value in a __mach_port_mod_refs call in the cases of the
20974         task-self and thread-self ports.
20975
20976 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20977
20978         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
20979
20980 2011-09-08  Andreas Schwab  <schwab@redhat.com>
20981
20982         * elf/dl-load.c (lose): Check for non-null L.
20983
20984 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
20985
20986         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
20987
20988         * elf/dl-libc.c (dlerror_run): Pass back error code from
20989         dl_catch_error.
20990
20991         [BZ #13123]
20992         * elf/dl-load.c (lose): Free l_origin if it is valid.
20993
20994         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
20995         names.
20996         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
20997         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
20998         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
20999         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
21000         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
21001         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
21002
21003 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21004
21005         * sysdeps/powerpc/fpu/e_hypot.c: New file.
21006         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
21007         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
21008         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
21009         * sysdeps/powerpc/fpu/k_cosf.c: New file.
21010         * sysdeps/powerpc/fpu/k_sinf.c: New file.
21011         * sysdeps/powerpc/fpu/s_cosf.c: New file.
21012         * sysdeps/powerpc/fpu/s_sinf.c: New file.
21013         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
21014         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
21015
21016 2011-08-15  Alan Modra  <amodra@gmail.com>
21017
21018         [BZ #13092]
21019         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
21020         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
21021         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
21022         ppc_mcount to static-only-routines.
21023         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
21024         __mcount_internal.
21025         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
21026         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
21027
21028 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
21029
21030         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
21031         for finite and infinity parameters.
21032
21033 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
21034
21035         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
21036         and add nop instructions for throughput optimization.
21037         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
21038
21039 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
21040
21041         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
21042         aligned copy for power7 with vector-scalar instructions.
21043         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
21044
21045 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
21046
21047         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
21048         AVX check.
21049
21050 2011-09-07  Andreas Schwab  <schwab@redhat.com>
21051
21052         [BZ #13144]
21053         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
21054         last change.
21055
21056 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
21057
21058         * sysdeps/unix/sysv/linux/x86_64/init-first.c
21059         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
21060         syscall wrapper around clock_gettime in __vdso_clock_gettime.
21061         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
21062         clock_gettime.
21063
21064 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
21065
21066         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
21067         Forgot to demangle the pointer.
21068
21069         * sysdeps/i386/sysdep.h: Define atom_text_section.
21070         * sysdeps/x86_64/sysdep.h: Likewise.
21071         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
21072         section with atom_text_section.
21073         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
21074         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
21075         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
21076         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
21077         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
21078
21079         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
21080         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
21081         already be defined.  Change to take two parameters and don't assign
21082         result to variable.  Adjust all users.
21083         Define INTERNAL_GETTIME if not already defined.
21084         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
21085         call.
21086         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
21087         HAVE_CLOCK_GETTIME_VSYSCALL.
21088         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
21089
21090         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
21091         gettimeofday vsyscall, just use time.
21092
21093 2011-09-06  Andreas Schwab  <schwab@redhat.com>
21094
21095         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
21096         <errno.h>.
21097
21098 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
21099
21100         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
21101         syscall on x86-64.
21102         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
21103         syscall.
21104         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
21105         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
21106         syscall if possible.
21107
21108 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
21109
21110         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
21111         e_ident.  Don't pass to find_mapsXX.
21112         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
21113
21114 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21115
21116         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
21117         strchr-sse2-no-bsf strrchr-sse2-no-bsf
21118         * sysdeps/x86_64/multiarch/strchr.S: Update.
21119         Check bit_slow_BSF bit.
21120         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21121         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
21122         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
21123
21124 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
21125
21126         [BZ #13134]
21127         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
21128         before glibc 2.15.
21129         (tryshell): Define.
21130         (__spawni): Change last parameter to be flag.  Test
21131         SPAWN_XFLAGS_USE_PATH flag to use path or not.
21132         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
21133         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
21134         * posix/spawni.c: Likewise.
21135         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
21136         * posix/spawnp.c: Likewise.  Change normal version to use
21137         SPAWN_XFLAGS_USE_PATH.
21138         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
21139         SPAWN_XFLAGS_TRY_SHELL.
21140
21141         [BZ #13150]
21142         * posix/glob.h: Remove gcc 1.x support.
21143
21144         [BZ #13068]
21145         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
21146
21147 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21148
21149         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
21150         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
21151         strrchr-sse2-bsf
21152         * sysdeps/i386/i686/multiarch/strchr.S: New file.
21153         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
21154         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
21155         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
21156         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
21157         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
21158
21159 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21160
21161         * sysdeps/x86_64/wcscmp.S: New file.
21162
21163         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
21164         wcscmp-c wcscmp-sse2
21165         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
21166         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
21167         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
21168         * wcsmbs/wcscmp.c: Allow renaming.
21169
21170 2011-09-05  David S. Miller  <davem@davemloft.net>
21171
21172         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
21173         stack slot, rather than the struct return pointer slot.
21174         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
21175         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
21176         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
21177         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
21178
21179 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
21180
21181         * po/ja.po: Update from translation team.
21182
21183         [BZ #13144]
21184         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
21185         kernel in 64-bit binaries.
21186
21187 2011-09-01  David S. Miller  <davem@davemloft.net>
21188
21189         * elf/elf.h (HWCAP_SPARC_*): Move to..
21190         * sysdeps/sparc/sysdep.h: this new file and add new values.
21191         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
21192         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
21193         _DL_HWCAP_COUNT to 24.
21194         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
21195         entries.
21196         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
21197         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
21198         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
21199         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
21200         instead of magic constants.
21201         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
21202
21203 2011-08-31  David S. Miller  <davem@davemloft.net>
21204
21205         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
21206         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
21207         Reimplement to do errno handling inline.
21208         (SYSCALL_ERROR_HANDLER): New macro.
21209         (__SYSCALL_STRING): Do not do errno handling in asm.
21210         (__CLONE_SYSCALL_STRING): Delete.
21211         (__INTERNAL_SYSCALL_STRING): Delete.
21212         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
21213         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
21214         (PSEUDO): Reimplement to do errno handling inline.
21215         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
21216         (SYSCALL_ERROR_HANDLER): New macro.
21217         (__SYSCALL_STRING): Do not do errno handling in asm.
21218         (__CLONE_SYSCALL_STRING): Delete.
21219         (__INTERNAL_SYSCALL_STRING): Delete.
21220         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
21221         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
21222         i386.
21223         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
21224         (inline_syscall*): Add 'err' argument.
21225         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
21226         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
21227         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
21228         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
21229
21230         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
21231         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
21232
21233 2011-08-30  Andreas Schwab  <schwab@redhat.com>
21234
21235         * elf/rtld.c (dl_main): Relocate objects in dependency order.
21236
21237 2011-08-29  Jiri Olsa <jolsa@redhat.com>
21238
21239         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
21240         directive.
21241
21242 2011-08-24  David S. Miller  <davem@davemloft.net>
21243
21244         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
21245
21246 2011-08-24  Andreas Schwab  <schwab@redhat.com>
21247
21248         * elf/Makefile: Add rules to build and run unload8 test.
21249         * elf/unload8.c: New file.
21250         * elf/unload8mod1.c: New file.
21251         * elf/unload8mod1x.c: New file.
21252         * elf/unload8mod2.c: New file.
21253         * elf/unload8mod3.c: New file.
21254
21255         * elf/dl-close.c (_dl_close_worker): Reset private search list if
21256         it wasn't used.
21257
21258 2011-08-23  David S. Miller  <davem@davemloft.net>
21259
21260         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
21261         subtract stack bias.
21262         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
21263         %sp not %fp in calculations.
21264         (_JMPBUF_UNWINDS_ADJ): Likewise.
21265
21266         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
21267         (aio_suspend): Call it to force an exception region around the
21268         AIO_MISC_WAIT() invocation.
21269
21270 2011-08-23  Andreas Schwab  <schwab@redhat.com>
21271
21272         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
21273         backslash.
21274
21275 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
21276
21277         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
21278         protection macro.
21279         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
21280         and <dl-machine.h>.
21281         (Elf64_FuncDesc): Remove.
21282
21283 2011-08-22  David S. Miller  <davem@davemloft.net>
21284
21285         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
21286         sigaltstack check, add missing cfi directives.
21287         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
21288         missing cfi directives, and sigaltstack handling.
21289
21290 2011-08-16  Andreas Schwab  <schwab@redhat.com>
21291
21292         [BZ #11724]
21293         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
21294         object is seen twice.
21295         * elf/dl-fini.c (_dl_sort_fini): Likewise.
21296
21297         * elf/Makefile (distribute): Add tst-initorder2.c.
21298         (tests): Add tst-initorder2.
21299         (modules-names): Add tst-initorder2a tst-initorder2b
21300         tst-initorder2c tst-initorder2d.  Add rules to build them.
21301         ($(objpfx)tst-initorder2.out): New rule.
21302         * elf/tst-initorder2.c: New file.
21303         * elf/tst-initorder2.exp: New file.
21304
21305 2011-08-22  Andreas Schwab  <schwab@redhat.com>
21306
21307         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
21308
21309         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
21310         dependencies back to end of function.
21311
21312         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
21313         $(elfobjdir)/ld.so.
21314
21315 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
21316
21317         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
21318         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
21319         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
21320         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
21321         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
21322         of __vdso_gettimeofday.
21323         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
21324         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
21325         attribute_hidden.
21326         (_libc_vdso_platform_setup): Remove initialization of
21327         __vdso_gettimeofday and __vdso_time.
21328
21329 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
21330
21331         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
21332         and fgetc_unlocked.
21333         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
21334         getc_unlocked.
21335
21336         * elf/dl-open.c (add_to_global): Report additions to the global scope
21337         for LD_DEBUG=scopes.
21338         (dl_open_worker): Also print scope of newly loaded dependencies.
21339         (_dl_show_scope): Indicate if there is no scope.
21340
21341         [BZ #13114]
21342         * stdio-common/Makefile (tests): Add bug24.
21343         * stdio-common/bug24.c: New file.
21344
21345 2011-08-19  Andreas Jaeger  <aj@suse.de>
21346
21347         [BZ #13114]
21348         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
21349         non-existant file when using close-on-exec mode.
21350
21351 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
21352
21353         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
21354         the very first instruction.
21355
21356         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
21357         the CFI state in the end.
21358         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
21359         inclusion of dl-trampoline.h.
21360         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
21361
21362 2011-08-19  Andreas Schwab  <schwab@redhat.com>
21363
21364         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
21365         expectations for long double.
21366
21367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
21368         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
21369
21370 2011-08-14  David S. Miller  <davem@davemloft.net>
21371
21372         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
21373         artificual limit depends upon the system page size.
21374
21375 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
21376
21377         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
21378         * resolv/Makefile: Define CFLAGS-libresolv.
21379
21380 2011-08-17  Andreas Schwab  <schwab@redhat.com>
21381
21382         * nss/makedb.c (compute_tables): Make variables used in nested
21383         function static.
21384
21385 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
21386
21387         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
21388         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
21389         if buffer was too small.
21390
21391         * elf/pldd.c (main): Attach to all threads in the process.
21392         Rewrite /proc handling to use *at functions.
21393
21394 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
21395
21396         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
21397         specifies first scope to show.
21398         (dl_open_worker): Update callers.  Move printing scope of new
21399         object to before the relocation.
21400         * elf/rtld.c (dl_main): Update _dl_show_scope call.
21401         * sysdeps/generic/ldsodefs.h: Update declaration.
21402
21403         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
21404         string for the scope number.
21405
21406 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
21407
21408         * nscd/servicescache.c (cache_addserv): Make sure written is always
21409         initialized.
21410
21411 2011-08-14  Roland McGrath  <roland@hack.frob.com>
21412
21413         * sysdeps/i386/i486/bits/atomic.h
21414         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
21415         statement expression, so as to suppress "set but not used" warning.
21416         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
21417
21418         * string/strncat.c (STRNCAT): Use prototype definition.
21419
21420         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
21421         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
21422         -Iprograms here.
21423         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
21424         (localedef-modules): Add localedef.
21425         (locale-modules): Add locale.
21426
21427         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
21428         * elf/rtld.c (dl_main): Invert order of assignment in last change,
21429         to avoid a warning.
21430
21431 2011-08-14  David S. Miller  <davem@davemloft.net>
21432
21433         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
21434         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
21435
21436 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
21437
21438         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
21439         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
21440         * elf/rtld.c (dl_main): Set l_name of vDSO.
21441         Call _dl_show_scope when DL_DEBUG_SCOPES.
21442         (process_dl_debug): Recognize scopes flag and also set it for all.
21443         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
21444         Declare _dl_show_scope.
21445
21446         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
21447         (do_dlopen): Pass caller_dlopen to dl_open.
21448         (__libc_dlopen_mode): Initialize caller_dlopen.
21449
21450         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
21451         of libc.  Make tolower call locale-independent.  Optimize a bit by
21452         using isdigit instead of isalnum.
21453         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
21454
21455 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
21456
21457         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
21458         was a dependency or dynamically loaded.
21459
21460 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
21461
21462         * intl/l10nflist.c: Allow architecture-specific pop function.
21463         * sysdeps/x86_64/l10nflist.c: New file.
21464
21465         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
21466         classification.
21467
21468 2011-08-10  Andreas Schwab  <schwab@redhat.com>
21469
21470         * include/dirent.h: Add libc_hidden_proto for scandirat and
21471         scandirat64.  Don't declare __scandirat64.
21472         * dirent/scandirat.c: Add libc_hidden_def.
21473         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
21474         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
21475
21476 2011-08-10  David S. Miller  <davem@davemloft.net>
21477
21478         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
21479         enum.
21480         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21481         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21482         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21483
21484 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
21485
21486         * Versions.def [libc]: Add GLIBC_2.15.
21487         * dirent/Makefile (routines): Add scandirat and scandirat64.
21488         * dirent/Versions [libc]: Export scandirat and scandirat64 for
21489         GLIBC_2.15.
21490         * dirent/dirent.h: Declare scandirat and scandirat64.
21491         * dirent/scandirat.c: New file.
21492         * dirent/scandirat64.c: New file.
21493         * sysdeps/wordsize-64/scandirat.c: New file.
21494         * sysdeps/wordsize-64/scandirat64.c: New file.
21495         * dirent/opendir.c: Define opendirat.
21496         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
21497         using scandirat.
21498         * dirent/scandir64.c: Adjust for scandir.c change.
21499         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
21500         __scandirat64, and __scandir_cancel_handler.
21501         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
21502         additional parameter and use openat instead of open (outside of ld.so).
21503         Add new __opendir as wrapper around __opendirat.
21504         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
21505         here without requiring old scandirat implementation.
21506
21507 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
21508
21509         * dirent/scandir.c (cancel_handler): Renamed to
21510         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
21511         defined.  Adjust users.
21512         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
21513         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
21514
21515 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
21516
21517         * string/test-string.h (IMPL): Use __STRING to expand name and then
21518         stringify it.
21519
21520         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
21521         of cleanups.
21522
21523 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21524
21525         * string/Makefile: Update.
21526         (strop-tests): Append strncat.
21527         * string/test-wcscmp.c: New file.
21528         New comprehensive test for wcscmp.
21529         * string/test-strcmp.c: Update.
21530         (WIDE): New define.
21531
21532 2011-07-22  Andreas Schwab  <schwab@redhat.com>
21533
21534         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
21535         line.
21536
21537 2011-07-26  Andreas Schwab  <schwab@redhat.com>
21538
21539         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
21540         encoding to ACE if AI_IDN.
21541
21542 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
21543
21544         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
21545         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
21546
21547 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21548
21549         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
21550         Fix overflow bug in strncat.
21551         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
21552
21553         * string/test-strncat.c: Update.
21554         Add new tests for checking overflow bugs.
21555
21556 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21557
21558         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
21559         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
21560         * sysdeps/i386/i686/multiarch/strcat.S: New file.
21561         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
21562         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
21563         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
21564         * sysdeps/i386/i686/multiarch/strncat.S: New file.
21565         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
21566         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
21567
21568         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
21569         (USE_AS_STRCAT): Define.
21570         Add strcat and strncat support.
21571         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
21572
21573 2011-07-25  Andreas Schwab  <schwab@redhat.com>
21574
21575         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
21576         __n bigger than INT_MAX+1.
21577         (__strncmp_g): Likewise.
21578
21579 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
21580
21581         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
21582         * libio/stido.h: Likewise.
21583
21584         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
21585         (AF_NFC): Define.
21586         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
21587         (AF_NFC): Define.
21588
21589         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
21590         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21591         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21592         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
21593         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21594
21595         [BZ #13021]
21596         * scripts/test-installation.pl: Don't expect libnss_test1 to be
21597         installed.
21598
21599         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
21600         typo.
21601         (_dl_x86_64_save_sse): Likewise.
21602
21603 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
21604
21605         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
21606         OSXSAVE.
21607         (_dl_x86_64_save_sse): Likewise.
21608
21609         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
21610
21611         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
21612
21613 2011-07-21  Andreas Schwab  <schwab@redhat.com>
21614
21615         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
21616         change.
21617         (_dl_x86_64_save_sse): Use correct AVX check.
21618
21619 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21620
21621         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
21622         bug in strncpy/strncat.
21623         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
21624
21625 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
21626
21627         * string/tester.c (test_strcat): Add tests for different alignments
21628         of source and destination.
21629         (test_strncat): Likewise.
21630
21631 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
21632
21633         [BZ #12852]
21634         * posix/glob.c (glob): Check passed in values before using them in
21635         expressions to avoid some overflows.
21636         (glob_in_dir): Likewise.
21637
21638         [BZ #13007]
21639         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
21640         check for AVX enablement so that we don't crash with old kernels and
21641         new hardware.
21642         * elf/tst-audit4.c: Add same checks here.
21643         * elf/tst-audit6.c: Likewise.
21644
21645         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
21646
21647 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
21648
21649         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
21650
21651 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
21652
21653         * po/cs.po: Update from translation team.
21654         * po/bg.po: Likewise.
21655
21656 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
21657
21658         * misc/sys/cdefs.h: Add support for const attribute.
21659         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
21660         to gnu_dev_{major,minor,makedev} functions.
21661
21662 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
21663
21664         * intl/dcigettext.c (get_output_charset): Add missing bracket.
21665
21666 2011-07-20  Andreas Schwab  <schwab@redhat.com>
21667
21668         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
21669         strlen results.
21670
21671 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21672
21673         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
21674         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
21675         register in order to avoid conflicts with the soft frame pointer
21676         being held in r11 when necessary.
21677         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
21678         (INTERNAL_VSYSCALL_NCS): Likewise.
21679
21680 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
21681
21682         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
21683         * elf/dl-fini.c (_dl_fini): Adjust caller.
21684         * elf/dl-close.c (_dl_close_worker): Likewise.
21685         * sysdeps/generic/ldsodefs.h: Adjust declaration.
21686
21687 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
21688
21689         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
21690         "aux_cache->nlibs < 0".
21691
21692         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
21693         in the reload-count case.
21694
21695 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21696
21697         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
21698         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
21699         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
21700         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
21701         * sysdeps/x86_64/multiarch/strcat.S: New file.
21702         * sysdeps/x86_64/multiarch/strncat.S: New file.
21703         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
21704         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
21705         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
21706         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
21707         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
21708         (USE_AS_STRCAT): Define.
21709         Add strcat and strncat support.
21710         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
21711         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21712         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
21713         * string/strncat.c: Update.
21714         (USE_AS_STRNCAT): Define.
21715         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
21716         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
21717         and i7.
21718         * sysdeps/x86_64/multiarch/init-arch.h
21719         (bit_Prefer_PMINUB_for_stringop): New.
21720         (index_Prefer_PMINUB_for_stringop): Likewise.
21721         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
21722         bit_Prefer_PMINUB_for_stringop.
21723
21724 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
21725
21726         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
21727         buffer64.
21728         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
21729         of casting of buffer.
21730         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
21731         buffer32 and buffer64.
21732         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
21733         writes instead of casting of buffer.
21734         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
21735         buffer32.
21736         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
21737         casting of buffer.
21738
21739 2011-07-19  Andreas Schwab  <schwab@redhat.com>
21740
21741         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
21742
21743 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
21744
21745         * nscd/nscd.c (termination_handler): Don't do anything for a database
21746         if it has not yet been initialized.
21747
21748 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
21749
21750         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
21751
21752 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
21753
21754         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
21755
21756 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
21757
21758         * po/nl.po: Update from translation team.
21759         * po/sv.po: Likewise.
21760
21761 2011-07-16  Roland McGrath  <roland@hack.frob.com>
21762
21763         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
21764         now disallowed by GCC.
21765
21766         * configure.in (use-default-link): Default to yes if a test -shared
21767         link meets our qualifications.
21768         * configure: Regenerated.
21769
21770         * config.make.in (output-format): New variable.
21771         * configure.in: Check for ld --print-output-format support.
21772         * configure: Regenerated.
21773         * Makerules ($(common-objpfx)format.lds)
21774         [$(output-format) != unknown]: Just use $(output-format),
21775         instead of the linker-script munging.
21776
21777 2011-07-14  Roland McGrath  <roland@hack.frob.com>
21778
21779         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
21780         of $(common-objpfx)shlib.lds.
21781         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
21782
21783         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
21784         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
21785
21786         * configure.in (-z relro check): Adjust test code to add a large
21787         writable data section after it.
21788         * configure: Regenerated.
21789
21790 2011-07-11  Roland McGrath  <roland@hack.frob.com>
21791
21792         * configure.in (-z relro check): Fix test code to make the variable
21793         truly const.
21794         * configure: Regenerated.
21795
21796 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
21797
21798         * nscd/nscd.h (struct traced_file): Define.
21799         (struct database_dyn): Remove inotify_descr, reset_res, and filename
21800         elements.  Add traced_files.
21801         (inotify_fd): Declare.
21802         (register_traced_file): Declare.
21803         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
21804         (inotify_fd): Export.
21805         (resolv_conf_descr): Remove.
21806         (nscd_init): Move inotify descriptor creation to main.
21807         Don't register files for notification here.
21808         (register_traced_file): New function.
21809         (invalidate_cache): Don't use reset_res to determine whether to call
21810         res_init, go through the list of registered files.
21811         (main_loop_poll): The inotify descriptors are now stored in the
21812         structures for the traced files.
21813         (main_loop_epoll): Likewise
21814         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
21815         to __nss_disable_nscd.
21816         * nscd/cache.c (prune_cache): There is no single inotify descriptor
21817         for a database anymore.  Check the records for all the registered
21818         files instead.
21819         * nss/Makefile (libnss_files-routines): Add files-init.
21820         (libnss_db-routines): Add db-init.
21821         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
21822         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
21823         * nss/nss_db/db-init.c: New file.
21824         * nss/nss_files/files-init.c: New file.
21825         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
21826         __nss_lookup_function.
21827         (__nss_lookup_function): Call nss_load_library.
21828         (nss_load_all_libraries): New function.
21829         (__nss_disable_nscd): Take parameter with callback function for files
21830         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
21831         used for the cached services.
21832         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
21833         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
21834         options for features to all the files in nscd.
21835
21836         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
21837
21838 2011-07-10  Roland McGrath  <roland@hack.frob.com>
21839
21840         * csu/elf-init.c (__libc_csu_init): Comment typo.
21841
21842 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
21843
21844         * po/pl.po: Update from translation team.
21845         * po/ja.po: Likewise.
21846         * po/ru.po: Likewise.
21847         * po/ko.po: Likewise.
21848         * po/fr.po: Likewise.
21849
21850 2011-07-09  Roland McGrath  <roland@hack.frob.com>
21851
21852         * configure.in (.ctors/.dtors header and trailer check):
21853         Use an empirical test on a built program.
21854         * configure: Regenerated.
21855
21856         * configure.in (-z relro check): Use an empirical test on a built DSO.
21857         Detect, but do not require, on ia64.
21858         * configure: Regenerated.
21859
21860         * configure.in (READELF): Find it with AC_CHECK_TOOL.
21861         Update tests that use readelf to use $READELF instead.
21862         * configure: Regenerated.
21863
21864 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
21865
21866         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
21867         if the result is not used.
21868
21869 2011-07-05  Andreas Jaeger  <aj@suse.de>
21870
21871         [BZ#9696]
21872         * stdlib/tst-strtod.c: Add testcase.
21873
21874 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
21875
21876         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
21877         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
21878         The latter has a higher limit.  Take additional parameter to pass to
21879         the new function.
21880         (__pathconf): Pass file to __statfs_link_max.
21881         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
21882         __statfs_link_max.
21883         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
21884         __statfs_link_max.
21885
21886         [BZ #12868]
21887         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
21888         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
21889         Handle Lustre.
21890         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
21891         (__statfs_filesize_max): Likewise.
21892         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
21893
21894 2011-07-05  Andreas Jaeger  <aj@suse.de>
21895
21896         * resolv/res_comp.c (dn_skipname): Remove unused variable.
21897
21898 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
21899
21900         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
21901         `status' variable.
21902         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
21903         Likewise.
21904
21905 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
21906
21907         * Makefile (strop-tests): Add strncat.
21908         * string/test-strncat.c: New file.
21909
21910 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
21911
21912         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
21913
21914 2011-06-21  Andreas Jaeger  <aj@suse.de>
21915
21916         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
21917         Copy rule from iconvdata/Makefile.
21918
21919 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
21920
21921         [BZ #12922]
21922         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
21923         but no long options are defined, just return 'W'.
21924
21925 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
21926
21927         [BZ #9696]
21928         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
21929
21930 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
21931
21932         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
21933         netgroups to read.
21934         (innetgr): Likewise.
21935
21936 2011-07-05  Roland McGrath  <roland@hack.frob.com>
21937
21938         * config.make.in (install_root): Default to $(DESTDIR).
21939
21940 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
21941
21942         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
21943
21944 2011-07-02  Roland McGrath  <roland@hack.frob.com>
21945
21946         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
21947
21948         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
21949         containing directory rather than embedding absolute directory names.
21950
21951         * scripts/check-local-headers.sh: Rewritten using awk.
21952         Match by word, not by line.  Print error messages for matches.
21953         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
21954
21955         * Makerules [shlib-lds-flags empty]:
21956         ($(common-objpfx)libc_pic.opts): New target.
21957         ($(common-objpfx)libc_pic.os.clean): New target.
21958         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
21959
21960         * config.make.in (OBJCOPY): New variable.
21961         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
21962         * configure: Regenerated.
21963
21964         * config.make.in (use-default-link): New variable.
21965         * configure.in (use_default_link): Grok --with-default-link to set it.
21966         * configure: Regenerated.
21967         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
21968         (shlib-lds, shlib-lds-flags): Define to empty.
21969
21970         * Makerules (shlib-lds): New variable.
21971         (shlib-lds-flags): New variable.
21972         (build-shlib, build-moduile, build-module-asneeded): Use it.
21973         ($(common-objpfx)libc.so): Use $(shlib-lds).
21974         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
21975         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
21976
21977         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
21978         DT_FLAGS/DT_FLAGS_1 with zero flags.
21979
21980         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
21981         linker script munging.
21982
21983 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
21984
21985         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
21986         as 128-bit value.
21987         * crypt/sha512.c (sha512_process_block): Perform total addition using
21988         128-bit if possible.
21989         (__sha512_finish_ctx): Likewise.
21990         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
21991         as 64-bit value.
21992         * crypt/sha256.c (SWAP64): Define.
21993         (sha256_process_block): Perform total addition using 64-bit if
21994         possible.
21995         (__sha256_finish_ctx): Likewise.
21996
21997 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
21998
21999         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
22000         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22001         * nscd/hstcache.c (cache_addhst): Likewise.
22002         * nscd/grpcache.c (cache_addgr): Likewise.
22003         * nscd/aicache.c (addhstaiX): Likewise
22004         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
22005
22006 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
22007
22008         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
22009         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22010         * nscd/hstcache.c (cache_addhst): Likewise.
22011         * nscd/grpcache.c (cache_addgr): Likewise.
22012         * nscd/aicache.c (addhstaiX): Likewise
22013
22014 2011-07-01  Andreas Schwab  <schwab@redhat.com>
22015
22016         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
22017         domain only when needed.
22018
22019 2011-06-30  Andreas Schwab  <schwab@redhat.com>
22020
22021         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
22022         is always restored.
22023
22024 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
22025
22026         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
22027         are re-adding the entry.
22028         * nscd/servicescache.c (cache_addserv): Likewise.
22029
22030 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
22031
22032         * sysdeps/generic/dl-irel.h: fix protection against multiple
22033         inclusions.
22034         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
22035
22036 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
22037
22038         [BZ #12935]
22039         * malloc/memusage.sh: Fix quoting in message.
22040         * debug/xtrace.sh: Likewise.
22041
22042         * configure.in: Remove support for --experimental-malloc option, make
22043         it the default.
22044         * config.make.in: Likewise.
22045         * malloc/Makefile: Likewise.
22046
22047 2011-06-27  Andreas Schwab  <schwab@redhat.com>
22048
22049         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
22050         two-byte characters.
22051
22052 2011-06-27  Roland McGrath  <roland@hack.frob.com>
22053
22054         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
22055         AC_CACHE_CHECK invocation.
22056         * configure: Regenerated.
22057
22058         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
22059
22060 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
22061
22062         [BZ #12350]
22063         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
22064         bit from old_res_options.
22065
22066         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
22067
22068         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
22069         value type for setfct.
22070
22071 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
22072
22073         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
22074         __gettimeofday instead of gettimeofday.
22075
22076 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
22077
22078         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
22079
22080 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
22081
22082         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
22083
22084         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
22085         info.
22086
22087 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
22088
22089         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
22090         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
22091         strcpy-sse2-unaligned strncpy-sse2-unaligned
22092         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
22093         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
22094         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
22095         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
22096         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
22097         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
22098         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
22099         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
22100         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
22101         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
22102         (STRCPY): Support SSE2 and SSSE3 versions.
22103
22104 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
22105
22106         [BZ #12874]
22107         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
22108         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
22109         kernels which artificially limit size of requests.
22110
22111 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
22112
22113         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
22114         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
22115         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
22116         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
22117         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
22118         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
22119         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
22120         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
22121         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
22122         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
22123         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
22124         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
22125         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
22126         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
22127         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
22128         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22129         Enable unaligned load optimization for Intel Core i3, i5 and i7
22130         processors.
22131         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
22132         Define.
22133         (index_Fast_Unaligned_Load): Define.
22134         (HAS_FAST_UNALIGNED_LOAD): Define.
22135
22136 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
22137
22138         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
22139
22140 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
22141
22142         [BZ #12907]
22143         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
22144         until it is clear that the information is realy needed.
22145         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
22146
22147 2011-06-22  Andreas Schwab  <schwab@redhat.com>
22148
22149         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
22150
22151 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
22152
22153         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
22154         /sys/devices/system/cpu/online if it is usable.
22155
22156         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
22157         reading the information from the /proc filesystem to once a second.
22158
22159 2011-06-21  Andreas Jaeger  <aj@suse.de>
22160
22161         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
22162         NULL after inclusion of kernel headers.
22163
22164 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
22165
22166         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
22167         calls to internal_setent.
22168
22169         [BZ #12885]
22170         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
22171         addresses using gethostbyname4_r ignore IPv4 addresses.
22172
22173         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
22174         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
22175
22176         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
22177
22178 2011-06-20  David S. Miller  <davem@davemloft.net>
22179
22180         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
22181         inclusions.
22182         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
22183
22184         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
22185         (elf_irel): Use it.
22186         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
22187         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
22188         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
22189         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
22190         * sysdeps/x86_64/dl-irel.h: Likewise.
22191
22192         * elf/dl-runtime.c: Use elf_ifunc_invoke.
22193         * elf/dl-sym.c: Likewise.
22194
22195 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
22196
22197         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
22198         need to dereference resplen2.
22199
22200 2011-06-14  Andreas Schwab  <schwab@redhat.com>
22201
22202         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
22203
22204 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
22205
22206         * Makeconfig: Define vardbdir and inst_vardbdir.
22207         * nss/Makefile: Add rules to install db-Makefile.
22208
22209         * nss/nss_db/db-XXX.c: Cleanup.
22210
22211         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
22212         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
22213         GLIBC_PRIVATE.
22214         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
22215         * nss/makedb.c: Implement -g option to specify that value strings
22216         are generated and should not be added to table iterated over for
22217         get*ent calls.
22218         * nss/nss_db/db-initgroups.c: New file.
22219
22220         * nss/getent.c: Add support for initgroups lookups through getgrouplist
22221         interface.
22222
22223         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
22224         (internal_getgrouplist): Adjust to name change.
22225         Update use_initgroups_entry if this is not the first call.
22226         * nss/databases.def: Add initgroups entry.
22227
22228         * nss/makedb.c (compute_tables): Check result of multiple hash table
22229         sizes to minimize maximum chain length.
22230
22231 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
22232
22233         * Versions.def: Add entry for libnss_db.
22234         * shlib-versions: Likewise.
22235         * nss/Makefile: Add rules to build libnss_db.
22236         * nss/Versions: Add libnss_db information.  Organize libnss_files
22237         entries better.
22238         * nss/db-Makefile: Add gshadow support.  Change rules for the new
22239         makedb progra.  Some minor improvements to generate smaller files.
22240         * nss/nss_db/nss_db.h: Move NSS database header data structures to
22241         here from...
22242         * nss/makedb.c: ...here.
22243         Improve database format to be smaller and require less memory at
22244         runtime.
22245         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
22246         db anymore.
22247         * nss/nss_db/db-netgrp.c: Likewise.
22248         * nss/nss_db/db-open.c: Likewise.
22249         * nss/nss_files/flies-XXX.x: Adjust comments.
22250         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
22251         * nss/nss_files/files-grp.c: Likewise.
22252         * nss/nss_files/files-hosts.c: Likewise.
22253         * nss/nss_files/files-network.c: Likewise.
22254         * nss/nss_files/files-proto.c: Likewise.
22255         * nss/nss_files/files-pwd.c: Likewise.
22256         * nss/nss_files/files-rpc.c: Likewise.
22257         * nss/nss_files/files-service.c: Likewise.
22258         * nss/nss_files/files-sgrp.c: Likewise.
22259         * nss/nss_files/files-spwd.c: Likewise.
22260         * nss/nss_db/db-alias.c: Removed.
22261         * nss/nss_db/dummy-db.h: Removed.
22262
22263 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
22264
22265         * nss/makedb.c: Rewritten to not use database library.
22266         * nss/Makefile: Update to build new makedb program.
22267
22268 2011-06-14  Andreas Jaeger  <aj@suse.de>
22269
22270         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
22271         memset declaration.
22272
22273 2011-06-10  Andreas Schwab  <schwab@redhat.com>
22274
22275         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
22276         tmpbuf.
22277
22278 2011-06-10  Roland McGrath  <roland@hack.frob.com>
22279
22280         * Makerules (shlib.lds): Fail if the linker script comes out empty.
22281         * elf/Makefile ($(objpfx)ld.so): Likewise.
22282
22283         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
22284         Don't list ld.so twice in dependencies.
22285
22286         * posix/bug-regex31.c: Include <stdlib.h>.
22287
22288         * nscd/hstcache.c (cache_addhst): Remove unused variable.
22289
22290         * nis/nss_compat/compat-spwd.c
22291         (getspent_next_nss_netgr): Remove unused variable.
22292         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
22293
22294         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
22295         nonmembers" output to use the right array.
22296
22297         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
22298
22299         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
22300
22301         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
22302         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
22303         * catgets/gencat.c (read_input_file): Likewise.
22304         * locale/programs/locarchive.c (enlarge_archive): Likewise.
22305
22306         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
22307         variable definition inside #if's controlling its use.
22308
22309         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
22310
22311         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
22312
22313         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
22314
22315         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
22316         unreachable code.
22317
22318         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
22319
22320         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
22321         * configure: Regenerated.
22322
22323         * Makerules: Revert last change.
22324         * elf/Makefile: Likewise.
22325
22326 2011-06-09  Roland McGrath  <roland@hack.frob.com>
22327
22328         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
22329         * elf/Makefile ($(objpfx)librtld.os): Likewise.
22330         (reloc-link): Likewise.
22331
22332 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
22333
22334         * elf/Makefile: Add rules to build pldd.
22335         * elf/pldd.c: New file.
22336         * elf/pldd-xx.c: New file.
22337
22338 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
22339
22340         * version.h: Update for 2.15 development version.
22341
22342 2011-06-07  David S. Miller  <davem@davemloft.net>
22343
22344         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
22345         ifuncs.
22346         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
22347         elf_machine_lazy_rel): Likewise.
22348         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
22349         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
22350         elf_machine_lazy_rel): Likewise.
22351         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
22352         dl_hwcap via passed in argument.
22353         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
22354         Likewise.
22355
22356 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22357
22358         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
22359
22360 2011-06-06  Roland McGrath  <roland@hack.frob.com>
22361
22362         [BZ #12849]
22363         * manual/fdl-1.1.texi: New file, verbatim from:
22364         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
22365         * manual/lgpl-2.1.texi: New file, verbatim from:
22366         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
22367         * manual/Makefile (licenses): New variable, list those new file names.
22368         (texis): Use it.
22369         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
22370
22371         * manual/fdl.texi: File removed.
22372         * manual/lesser.texi: File removed.
22373         * manual/libc.texinfo (Copying, Documentation License):
22374         Use new @include file names, put @appendix directive before @include.
22375
22376 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
22377
22378         [BZ #12841]
22379         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
22380         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
22381         (mq_open): Add __NTH.
22382
22383 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
22384
22385         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22386         Assume Intel Core i3/i5/i7 processor if AVX is available.
22387
22388 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
22389
22390         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
22391         typo.
22392
22393 2011-05-31  Andreas Schwab  <schwab@redhat.com>
22394
22395         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
22396         memory.  Use alloca_account.  Fix memory leak when retrying.
22397
22398 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
22399
22400         * version.h (RELEASE): Bump for 2.14 release.
22401         * include/features.h (__GLIBC_MINOR__): Bump to 14.
22402
22403         * config.make.in (RANLIB): Remove entry.
22404
22405 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
22406
22407         * po/Makefile (po-sed-cmd): Add ksh to extensions.
22408         (libc.pot): Work around missing support for .ksh extension in xgettext.
22409
22410         [BZ #12684]
22411         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
22412         if both request failed.
22413         (send_dg): In case of server errors clear resplen or *resplen2.
22414
22415         [BZ #12454]
22416         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
22417         when there are multiple maps.
22418         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
22419         (_dl_fini): Remove test here.
22420
22421         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
22422
22423 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
22424
22425         [BZ #12350]
22426         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
22427         bit from old_res_options.
22428         (gaih_inet): Likewise.
22429
22430         [BZ #11099]
22431         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
22432         as signed.
22433
22434         * resolv/res_init.c (res_setoptions): Make the code more compact.
22435
22436         [BZ #11558]
22437         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
22438         set RES_USEVC.
22439
22440         [BZ #11634]
22441         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
22442
22443         * malloc/malloc.h: Mark malloc hook variables as deprecated.
22444
22445         [BZ #11781]
22446         * malloc/malloc.h: Declare malloc hook variables as volatile.
22447
22448         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
22449         in last patch.
22450
22451         [BZ #11799]
22452         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
22453         raise in the comment.
22454         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
22455         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
22456         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
22457
22458 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
22459
22460         [BZ #12811]
22461         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
22462         grow the buffers more if it already has to be sufficient.
22463         (build_wcs_upper_buffer): Likewise.
22464         * posix/regexec.c (check_matching): Likewise.
22465         (clean_state_log_if_needed): Likewise.
22466         (extend_buffers): Don't enlarge buffers beyond size of the input
22467         buffer.
22468         Patches mostly by Emil Wojak <emil@wojak.eu>.
22469         * posix/bug-regex32.c: New file.
22470         * posix/Makefile (tests): Add bug-regex32.
22471
22472         * locale/findlocale.c (_nl_find_locale): Return right away if
22473         _nl_explode_name failed.
22474         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
22475
22476         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
22477
22478         * debug/xtrace.sh: Unify messages.
22479         * malloc/memusage.sh: Likewise.
22480
22481         [BZ #12813]
22482         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
22483         time symbol from vDSO.  Substitute with vsyscall if not available.
22484         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
22485         __vdso_time.
22486
22487         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
22488         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
22489         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
22490         Add sendmmsg and internal_sendmmsg.
22491         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
22492         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
22493         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
22494
22495         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
22496         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
22497         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
22498
22499 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
22500
22501         [BZ #12813]
22502         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
22503         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
22504         available.
22505         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
22506         __vdso_getcpu.
22507
22508         [BZ #12814]
22509         * iconvdata/Makefile (tests): Add bug-iconv9.
22510         * iconvdata/bug-iconv9.c: New file.
22511
22512 2011-05-27  Andreas Schwab  <schwab@redhat.com>
22513
22514         [BZ #12814]
22515         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
22516
22517 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
22518
22519         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
22520         (struct user_regs_struct): Change intcs field back to cs.
22521
22522 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
22523
22524         * po/ja.po: Update from translation team.
22525
22526 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
22527
22528         [BZ #12795]
22529         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
22530         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
22531
22532 2011-05-20  Andreas Schwab  <schwab@redhat.com>
22533
22534         * stdlib/longlong.h: Update from GCC.
22535
22536 2011-05-23  Andreas Schwab  <schwab@redhat.com>
22537
22538         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
22539         parameter name.
22540         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
22541         Add parameter name.
22542         (__sysconf): Pass it down.
22543
22544 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
22545
22546         [BZ #12671]
22547         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
22548         some situations.
22549         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
22550         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
22551         add in in __libc_use_alloca calls.  Adjust callers.
22552         (glob): Use malloc in some situations.
22553
22554         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
22555         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
22556         pltexit.
22557
22558 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
22559
22560         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
22561         and CLOCK_BOOTTIME_ALARM.
22562
22563         [BZ #12782]
22564         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
22565         is returned.
22566
22567         * string/_strerror.c (__strerror_r): Print negative errors as signed
22568         numbers.
22569
22570         [BZ #12777]
22571         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
22572         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
22573         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
22574
22575         * configure.in: Fix typo in redirection and correct removal of test
22576         files in two cases.
22577
22578         [BZ #12788]
22579         * locale/setlocale.c (new_composite_name): Fix test to check for
22580         identical name of all categories.
22581
22582         [BZ #12792]
22583         * libio/filedoalloc.c (local_isatty): New function.
22584         (_IO_file_doallocate): Use local_isatty.
22585         * stdio-common/perror.c (perror): In case a new stream is used
22586         forward the stream error.
22587         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
22588         error flag.
22589
22590 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
22591
22592         [BZ #11869]
22593         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
22594         alloca.
22595         * include/alloca.h (extend_alloca_account): Define.
22596
22597         [BZ #11857]
22598         * posix/regex.h: Fix comments with documentation of user-accessible
22599         fields after compilation and describe correct free'ing of pattern
22600         after re_compile_pattern.
22601         Patch by Reuben Thomas <rrt@sc3d.org>.
22602
22603 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
22604
22605         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
22606         and -mno-altivec to prevent the compiler from using Altivec and/or
22607         VSX instructions when the corresponding registers are not available.
22608
22609 2011-05-19  Andreas Schwab  <schwab@redhat.com>
22610
22611         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
22612
22613 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
22614
22615         * libio/freopen.c (freopen): Use __dup2, not dup2.
22616         * libio/freopen64.c (freopen64): Likewise.
22617
22618 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
22619
22620         [BZ #12775]
22621         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
22622         * math/Makefile (tests): Add test-powl.
22623         (CFLAGS-test-powl.c): Define.
22624         * math/test-powl.c: New file.
22625
22626 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
22627
22628         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
22629
22630 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
22631
22632         [BZ #11837]
22633         * iconvdata/gb18030.c: Update to GB18020-2005.
22634
22635 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
22636
22637         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
22638         RE_SYNTAX_POSIX_AWK): Update to match recent development.
22639         Patch by Aharon Robbins <arnold@skeeve.com>.
22640
22641         [BZ #11892]
22642         * stdlib/putenv.c (putenv): Don't always create copy of the variable
22643         on the stack.
22644
22645         [BZ #11895]
22646         * misc/pselect.c (__pselect): Handle timeout value errors hidden
22647         through underflows.
22648
22649         [BZ #12766]
22650         * misc/error.c (error_at_line): Ensure file_name and old_file_name
22651         point to strings before performing equality test for error_one_per_line
22652         mode.
22653
22654         [BZ #11697]
22655         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
22656
22657         [BZ #11820]
22658         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
22659         (struct user_fpregs_struct): Avoid __uint*_t types.
22660
22661         [BZ #6420]
22662         * malloc/mtrace.c (tr_where): Add additional parameter to point to
22663         symbol info.  Use it instead of calling _dl_addr locally.
22664         (lock_and_info): New function.
22665         (tr_freehook): Call lock_and_info and pass symbol info as additional
22666         parameter to tr_where.
22667         (tr_mallochook): Likewise.
22668         (tr_reallochook): Likewise.
22669         (tr_memalignhook): Likewise.
22670
22671         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
22672         used and couldn't be at all thread-safe.
22673
22674 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
22675
22676         * libio/freopen.c (freopen): Don't close old file descriptor
22677         before the new one is opened.  Instead dup the new file descriptor
22678         to the old one after the new stream is created.
22679         * libio/freopen64.c (freopen64): Likewise.
22680         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
22681         * libio/fileops.c (_IO_new_file_close_it): Handle new
22682         _IO_FLAGS2_NOCLOSE flag.
22683         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
22684         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
22685         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
22686         _IO_FLAGS2_NOCLOSE flag.
22687         * include/unistd.h: Add hidden_proto for dup3.
22688         Define __have_dup3.
22689         * io/dup3.c: Define hidden symbol.
22690         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
22691
22692         [BZ #7101]
22693         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
22694         when an incomplete long option is used.
22695         * posix/tst-getopt_long1.c: New file.
22696         * posix/Makefile (tests): Add tst-getopt_long1.
22697
22698         [BZ #10138]
22699         * scripts/config.guess: Update from autoconf-2.68.
22700         * scripts/config.sub: Likewise.
22701
22702         [BZ #10157]
22703         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
22704         tests into ...
22705         (has_cpuclock): ...this.  New function.
22706         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
22707         macro here based on has_cpuclock code.
22708
22709         [BZ #10149]
22710         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
22711         First byte (not low byte) is now always NUL.
22712         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
22713
22714         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
22715         Use non-cancelable interfaces.
22716
22717         [BZ #9809]
22718         * locale/iso-639.def: Add entry for Sorani.
22719
22720         [BZ #11901]
22721         * include/stdlib.h: Move include protection to the right place.
22722         Define abort_msg_s.  Declare __abort_msg with it.
22723         * stdlib/abort.c (__abort_msg): Adjust type.
22724         * assert/assert.c (__assert_fail_base): New function.  Majority
22725         of code from __assert_fail.  Allocate memory for __abort_msg with
22726         mmap.
22727         (__assert_fail): Now call __assert_fail_base.
22728         * assert/assert-perr.c: Remove bulk of implementation.  Use
22729         __assert_fail_base.
22730         * include/assert.hL Declare __assert_fail_base.
22731         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
22732         mmap.
22733         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
22734
22735 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
22736
22737         [BZ #11952]
22738         [BZ #12453]
22739         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
22740         until all modules are registered in the DTV.
22741         * elf/Makefile: Add rules to build and run tst-tls19.
22742         * elf/tst-tls19.c: New file.
22743         * elf/tst-tls19mod1.c: New file.
22744         * elf/tst-tls19mod2.c: New file.
22745         * elf/tst-tls19mod3.c: New file.
22746         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
22747
22748         [BZ #12083]
22749         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
22750         correctly.
22751
22752         [BZ #12601]
22753         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
22754         two-byte sequence errors.
22755         * iconvdata/Makefile (tests): Add bug-iconv8.
22756         * iconvdata/bug-iconv8.c: New file.
22757
22758         [BZ #12626]
22759         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
22760         buf2 definition.
22761
22762         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
22763
22764         [BZ #12432]
22765         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
22766         (dummy_getcfa): New function.
22767         (init): Get _Unwind_GetCFA address, use dummy if not found.
22768         (backtrace_helper): In recursion check, also check whether CFA changes.
22769         (__backtrace): Completely initialize arg.
22770
22771         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
22772         storing incomplete byte sequence in state object.  Avoid testing for
22773         guaranteed too small input if we know there is enough data available.
22774
22775 2011-05-11  Andreas Schwab  <schwab@redhat.com>
22776
22777         * Makeconfig (+link-pie): Indent.
22778         * Rules (binaries-pie): Define if $(have-fpie) and
22779         $(build-shared).
22780         (binaries-shared): Also filter out $(binaries-pie).
22781         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
22782         * nscd/Makefile (others-pie): Add nscd.
22783         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
22784         ($(objpfx)nscd): Remove command override.
22785         * login/Makefile (others-pie): Add pt_chown.
22786         ($(objpfx)pt_chown): Remove command override.
22787         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
22788         remove command overrides.
22789
22790 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
22791
22792         * libio/tst_putwc.c: Fix error messages.
22793
22794         [BZ #12724]
22795         * libio/fileops.c (_IO_new_file_close_it): Always flush when
22796         currently writing and seek to current position when not.
22797         * libio/Makefile (tests): Add bug-fclose1.
22798         * libio/bug-fclose1.c: New file.
22799
22800 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
22801
22802         [BZ #12511]
22803         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
22804         don't set DF_1_NODELETE here.
22805         (do_lookup_x): When entering new entry test for copy relocation
22806         and if necessary set DF_1_NODELETE flag.
22807         * elf/tst-unique4.cc: New file.
22808         * elf/tst-unique4.h: New file.
22809         * elf/tst-unique4lib.cc: New file.
22810         * elf/Makefile: Add rules to build and run tst-unique4.
22811         Patch by Piotr Bury <pbury@goahead.com>.
22812
22813 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
22814
22815         [BZ #12052]
22816         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
22817
22818         [BZ #12625]
22819         * misc/mntent_r.c (addmntent): Flush the stream after the output
22820
22821         [BZ #12393]
22822         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
22823         (is_trusted_path_normalize): Skip initial colon.  Append slash
22824         to empty buffer.  Duplicate is_trusted_path code but allow
22825         constructed patch to be prefix.
22826         (is_dst): Allow $ORIGIN followed by /.
22827         (_dl_dst_substitute): Correct clearing of check_for_trusted.
22828         Correct testing of result of is_trusted_path_normalize
22829         (decompose_rpath): Fix warning.
22830
22831 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
22832
22833         [BZ #11257]
22834         * grp/initgroups.c (internal_getgrouplist): When we found the service
22835         list through the initgroups entry in nsswitch.conf do not always
22836         continue on a successful lookup.  Don't always use the
22837         __nss_group_database value if it is set.
22838         * nss/nsswitch.conf (initgroups): Change action for successful db
22839         lookup to continue for compatibility.
22840
22841 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
22842
22843         [BZ #11532]
22844         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
22845         and CP774 modules.
22846         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
22847         and CP774 modules.
22848         * iconvdata/tst-tables.sh: Likewise.
22849         * iconvdata/cp770.c: New file.
22850         * iconvdata/cp771.c: New file.
22851         * iconvdata/cp772.c: New file.
22852         * iconvdata/cp773.c: New file.
22853         * iconvdata/cp774.c: New file.
22854         * iconvdata/testdata/CP770: New file.
22855         * iconvdata/testdata/CP770..UTF8: New file.
22856         * iconvdata/testdata/CP771: New file.
22857         * iconvdata/testdata/CP771..UTF8: New file.
22858         * iconvdata/testdata/CP772: New file.
22859         * iconvdata/testdata/CP772..UTF8: New file.
22860         * iconvdata/testdata/CP773: New file.
22861         * iconvdata/testdata/CP773..UTF8: New file.
22862         * iconvdata/testdata/CP774: New file.
22863         * iconvdata/testdata/CP774..UTF8: New file.
22864
22865         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
22866         END CHARMAP line.
22867         * iconvdata/gen-8bit-gap.sh: Likewise.
22868         * iconvdata/gen-8bit.sh: Likewise.
22869
22870         * locale/iso-639.def: Add ary entry.
22871
22872         [BZ #11258]
22873         * locale/C-translit.h.in: Add U20A1 transliteration.
22874
22875         [BZ #12178]
22876         * locale/iso-639.def: Add wae entry.
22877         Patch by Kevin Bortis <bortis@translate-wae.ch>.
22878
22879         [BZ #12545]
22880         * locale/programs/localedef.c (construct_output_path): Use ssize_t
22881         for n.
22882
22883         [BZ #12711]
22884         * locale/C-translit.h.in: Add entry for U20B9.
22885         Patch by pravin.d.s@gmail.com.
22886
22887 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
22888
22889         [BZ #12713]
22890         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
22891         ENAMETOOLONG use generic getcwd.
22892         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
22893         in rtld.  Use *stat64.
22894         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
22895         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
22896         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
22897         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
22898         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
22899         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
22900         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
22901         __fstatat64 macros.
22902         * include/dirent.h: Add libc_hidden_proto for rewinddir.
22903         * dirent/rewinddir.c: Add libc_hidden_def.
22904         * sysdeps/mach/hurd/rewinddir.c: Likewise.
22905         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
22906
22907         * include/dirent.h (__alloc_dir): Add flags parameter.
22908         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
22909         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
22910         __alloc_dir.
22911         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
22912         from fdopendir if O_CLOEXEC is already set.
22913
22914 2011-03-15  Alan Modra  <amodra@gmail.com>
22915
22916         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
22917         l_tls_firstbyte_offset non-zero.  Save padding offset in
22918         l_tls_firstbyte_offset for later use.
22919         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
22920         freeing static tls block.
22921
22922 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
22923
22924         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
22925         where #ifdef was intended.  The intent is to prevent ARG_MAX from
22926         being defined by the kernel headers.
22927
22928 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
22929
22930         [BZ #12734]
22931         * resolv/resolv.h: Define RES_NOTLDQUERY.
22932         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
22933         no-tld-query and set RES_NOTLDQUERY.
22934         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
22935         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
22936         modern BIND to search name as TLD unless forbidden.
22937
22938 2011-05-07  Petr Baudis  <pasky@suse.cz>
22939             Ulrich Drepper  <drepper@gmail.com>
22940
22941         [BZ #12393]
22942         * elf/dl-load.c (fillin_rpath): Move trusted path check...
22943         (is_trusted_path): ...to here.
22944         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
22945         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
22946         using is_trusted_path_normalize() in setuid scripts.
22947
22948 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
22949
22950         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
22951         __BEGIN/__END_DECLS.
22952
22953 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
22954
22955         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
22956         NSS_STATUS_NOTFOUND if no record was found.
22957
22958 2011-05-05  Andreas Schwab  <schwab@redhat.com>
22959
22960         * sunrpc/Makefile (headers): Add rpc/netdb.h.
22961         (headers-not-in-tirpc): Remove rpc/netdb.h
22962         * resolv/netdb.h: Revert last change.
22963
22964 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
22965
22966         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
22967         circular dependency between libgcc.a and libc.a.
22968
22969 2011-05-05  Andreas Schwab  <schwab@redhat.com>
22970
22971         * resolv/netdb.h: Don't include <rpc/netdb.h>.
22972         * nis/Makefile: Don't install rpcsvc/*.
22973         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
22974         instead of <rpc/types.h>.
22975         (MAXHOSTNAMELEN): Define.
22976
22977 2011-05-03  Andreas Schwab  <schwab@redhat.com>
22978
22979         * elf/ldconfig.c (add_dir): Don't crash on empty path.
22980
22981 2011-04-28  Maciej Babinski  <mbabinski@google.com>
22982
22983         [BZ #12714]
22984         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
22985         gethostbyname4_r when IPv6 results are possible.
22986
22987 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
22988
22989         [BZ #12723]
22990         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
22991         _PC_PIPE_BUF handling.
22992
22993 2011-04-30  Bruno Haible  <bruno@clisp.org>
22994
22995         [BZ #12717]
22996         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
22997         * resolv/netdb.h (getnameinfo): Change type of flags parameter
22998         to 'int'.
22999         * inet/getnameinfo.c (getnameinfo): Likewise.
23000
23001 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
23002
23003         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
23004         to groups setting in database lookup.
23005         * nss/nsswitch.conf: Add initgroups entry.
23006
23007 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
23008
23009         [BZ #12685]
23010         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
23011         mode string.
23012         Patch by Eric Blake <eblake@redhat.com>.
23013
23014 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
23015
23016         * sunrpc/Makefile (need-export-routines): Add svc_run.
23017         (routines): Remove svc_run.
23018         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
23019         * sunrpc/clnt_perr.c (clnt_perrno): Export.
23020         * sunrpc/svc_run.c (svc_run): Likewise.
23021         * sunrpc/svc_udp.c (svcudp_create): Likewise.
23022
23023 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
23024
23025         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
23026         problem in reallocation in last patch.
23027
23028 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
23029
23030         * sunrpc/Makefile: Move inclusion of Rules.
23031
23032 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
23033
23034         * nss/nss_files/files-initgroups.c: New file.
23035         * nss/Makefile (libnss_files-routines): Add files-initgroups.
23036         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
23037         _nss_files_initgroups_dyn.
23038
23039 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
23040
23041         * elf/elf.h (R_ARM_IRELATIVE): Define.
23042
23043 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
23044
23045         * po/ru.po: Update from translation team.
23046
23047 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
23048
23049         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
23050         dependencies.
23051
23052 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
23053
23054         [BZ #12653]
23055         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
23056         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
23057         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
23058         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23059         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23060
23061 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
23062
23063         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
23064         differing bytes.
23065         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23066         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23067         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23068
23069 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
23070
23071         [BZ #12420]
23072         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
23073         storing it.
23074         * stdlib/bug-getcontext.c: New file.
23075         * stdlib/Makefile: Add rules to build and run bug-getcontext.
23076
23077 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23078
23079         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
23080         instructions into .machine "z9-109".
23081         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
23082         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
23083
23084 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23085
23086         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
23087         between environment variables and auxiliary vector.
23088
23089 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
23090
23091         * Makefile: Add rules to build linkobj/libc.so.
23092         * include/libc-symbols.h: Define libc_hidden_nolink.
23093         * include/rpc/auth.h: Mark functions which are to be hidden.
23094         * include/rpc/auth_des.h: Likewise.
23095         * include/rpc/auth_unix.h: Likewise.
23096         * include/rpc/clnt.h: Likewise.
23097         * include/rpc/des_crypt.h: Likewise.
23098         * include/rpc/key_prot.h: Likewise.
23099         * include/rpc/pmap_clnt.h: Likewise.
23100         * include/rpc/pmap_prot.h: Likewise.
23101         * include/rpc/pmap_rmt.h: Likewise.
23102         * include/rpc/rpc_msg.h: Likewise.
23103         * include/rpc/svc.h: Likewise.
23104         * include/rpc/svc_auth.h: Likewise.
23105         * include/rpc/xdr.h: Likewise.
23106         * nis/Makefile: Link all DSOs against linkobj/libc.so.
23107         * nss/Makefile: Likewise.
23108         * sunrpc/Makefile: Don't install headers.  Build library with normal
23109         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
23110         * sunrpc/auth_des.c: Hide exported symbols by default, export some
23111         for the compat linking library.  Remove use of INTDEF/INTUSE.
23112         * sunrpc/auth_none.c: Likewise.
23113         * sunrpc/auth_unix.c: Likewise.
23114         * sunrpc/authdes_prot.c: Likewise.
23115         * sunrpc/authuxprot.c: Likewise.
23116         * sunrpc/clnt_gen.c: Likewise.
23117         * sunrpc/clnt_perr.c: Likewise.
23118         * sunrpc/clnt_raw.c: Likewise.
23119         * sunrpc/clnt_simp.c: Likewise.
23120         * sunrpc/clnt_tcp.c: Likewise.
23121         * sunrpc/clnt_udp.c: Likewise.
23122         * sunrpc/clnt_unix.c: Likewise.
23123         * sunrpc/des_crypt.c: Likewise.
23124         * sunrpc/des_soft.c: Likewise.
23125         * sunrpc/get_myaddr.c: Likewise.
23126         * sunrpc/key_call.c: Likewise.
23127         * sunrpc/key_prot.c: Likewise.
23128         * sunrpc/netname.c: Likewise.
23129         * sunrpc/pm_getmaps.c: Likewise.
23130         * sunrpc/pm_getport.c: Likewise.
23131         * sunrpc/pmap_clnt.c: Likewise.
23132         * sunrpc/pmap_prot.c: Likewise.
23133         * sunrpc/pmap_prot2.c: Likewise.
23134         * sunrpc/pmap_rmt.c: Likewise.
23135         * sunrpc/publickey.c: Likewise.
23136         * sunrpc/rpc_cmsg.c: Likewise.
23137         * sunrpc/rpc_common.c: Likewise.
23138         * sunrpc/rpc_dtable.c: Likewise.
23139         * sunrpc/rpc_prot.c: Likewise.
23140         * sunrpc/rpc_thread.c: Likewise.
23141         * sunrpc/rtime.c: Likewise.
23142         * sunrpc/svc.c: Likewise.
23143         * sunrpc/svc_auth.c: Likewise.
23144         * sunrpc/svc_authux.c: Likewise.
23145         * sunrpc/svc_raw.c: Likewise.
23146         * sunrpc/svc_run.c: Likewise.
23147         * sunrpc/svc_simple.c: Likewise.
23148         * sunrpc/svc_tcp.c: Likewise.
23149         * sunrpc/svc_udp.c: Likewise.
23150         * sunrpc/svc_unix.c: Likewise.
23151         * sunrpc/svcauth_des.c: Likewise.
23152         * sunrpc/xcrypt.c: Likewise.
23153         * sunrpc/xdr.c: Likewise.
23154         * sunrpc/xdr_array.c: Likewise.
23155         * sunrpc/xdr_float.c: Likewise.
23156         * sunrpc/xdr_intXX_t.c: Likewise.
23157         * sunrpc/xdr_mem.c: Likewise.
23158         * sunrpc/xdr_rec.c: Likewise.
23159         * sunrpc/xdr_ref.c: Likewise.
23160         * sunrpc/xdr_sizeof.c: Likewise.
23161         * sunrpc/xdr_stdio.c: Likewise.
23162
23163 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
23164
23165         [BZ #12650]
23166         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
23167         * sysdeps/ia64/dl-tls.h: Likewise.
23168         * sysdeps/powerpc/dl-tls.h: Likewise.
23169         * sysdeps/s390/dl-tls.h: Likewise.
23170         * sysdeps/sh/dl-tls.h: Likewise.
23171         * sysdeps/sparc/dl-tls.h: Likewise.
23172         * sysdeps/x86_64/dl-tls.h: Likewise.
23173         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
23174
23175 2011-03-14  Andreas Schwab  <schwab@redhat.com>
23176
23177         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
23178         rpath element also skip the following colon.
23179         (expand_dynamic_string_token): Add is_path parameter and pass
23180         down to DL_DST_REQUIRED and _dl_dst_substitute.
23181         (decompose_rpath): Call expand_dynamic_string_token with
23182         non-zero is_path.  Ignore empty rpaths.
23183         (_dl_map_object_from_fd): Call expand_dynamic_string_token
23184         with zero is_path.
23185
23186 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
23187
23188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
23189         Make cancelable.
23190
23191 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
23192
23193         [BZ #12655]
23194         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
23195         Patch by Filipe David Manana <fdmanana@apache.org>.
23196
23197 2011-04-07  Andreas Schwab  <schwab@redhat.com>
23198
23199         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
23200         Maintain aligned stack.
23201         (CHECK_RSP): Remove unused macro.
23202
23203 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
23204
23205         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
23206         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
23207
23208 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
23209
23210         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
23211
23212         * include/features.h: Mention __USE_XOPEN2K8 in comment.
23213
23214 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
23215
23216         [BZ #12518]
23217         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
23218         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
23219         * sysdeps/x86_64/memmove.c: New file.
23220         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
23221         (memcpy): Renamed to ...
23222         (__new_memcpy): This.
23223         (memcpy): Provide GLIBC_2_14 memcpy.
23224         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
23225         (memcpy): Provide GLIBC_2_2_5 memcpy.
23226
23227 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
23228
23229         [BZ #12631]
23230         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
23231
23232 2011-03-30  Andreas Schwab  <schwab@redhat.com>
23233
23234         * misc/syncfs.c: New file.
23235         * misc/Makefile (routines): Add syncfs.
23236         * posix/unistd.h: Declare syncfs.
23237         * sysdeps/unix/syscalls.list: Add syncfs.
23238
23239 2011-04-01  Andreas Schwab  <schwab@redhat.com>
23240
23241         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
23242         open_by_handle_at.
23243         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
23244         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
23245         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
23246         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
23247         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23248         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
23249         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
23250
23251 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
23252
23253         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
23254         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
23255         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
23256         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
23257         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
23258         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23259         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
23260
23261         * io/Makefile: Compile fallocate.c, fallocate64.c, and
23262         sync_file_range.c with -fexceptions.
23263         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
23264         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
23265         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
23266         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
23267         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
23268         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
23269         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
23270         sync_file_range as cancellation point
23271         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
23272         now a wrapper around __call_sync_file_range with cancellation handling.
23273         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
23274         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
23275         function name to __call_sync_file_range.
23276         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
23277         Add call_sync_file_range.
23278
23279 2011-04-01  Andreas Schwab  <schwab@redhat.com>
23280
23281         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23282         bits/timex.h.
23283
23284 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
23285
23286         * iconv/iconv.h: Fix typo in comment.
23287         * io/fcntl.h: Likewise.
23288         * libio/stdio.h: Likewise.
23289         * posix/spawn.h: Likewise.
23290         * posix/unistd.h: Likewise.
23291         * stdlib/stdlib.h: Likewise.
23292         * time/time.h: Likewise.
23293         * wcsmbs/wchar.h: Likewise.
23294
23295         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
23296         open_by_handle): Add.
23297         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
23298         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
23299         Augment a few comments.
23300         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
23301         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
23302         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
23303         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23304         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
23305         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
23306         open_by_handle.
23307
23308         * io/fcntl.h (AT_EMPTY_PATH): Define.
23309
23310 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
23311
23312         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
23313         * sysdeps/unix/sysv/linux/bits/time.h: New file.
23314         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
23315         to...
23316         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
23317         * Versions.def: Add GLIBC_2.14.
23318         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
23319         Export.
23320
23321 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
23322
23323         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
23324         round counter.
23325         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
23326
23327 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
23328
23329         [BZ #12597]
23330         * string/test-strncmp.c (do_page_test): New function.
23331         (check2): Likewise.
23332         (test_main): Call check2.
23333         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
23334
23335 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
23336
23337         [BZ #12587]
23338         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
23339         Handle cache information in CPU leaf 4.
23340         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
23341
23342 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
23343
23344         [BZ #12583]
23345         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
23346         character representation.
23347         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
23348
23349 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
23350
23351         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
23352         END(__isnan) to END(__isnanf) to match function entry point/label
23353         EALIGN(__isnanf,...).
23354
23355 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
23356
23357         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
23358
23359 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
23360
23361         [BZ #12510]
23362         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
23363         copy from the symbol referenced in the relocation to initialize the
23364         used variable.
23365         Patch by Piotr Bury <pbury@goahead.com>.
23366         * elf/Makefile: Add rules to build and tst-unique3.
23367         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
23368         * elf/tst-unique3.cc: New file.
23369         * elf/tst-unique3.h: New file.
23370         * elf/tst-unique3lib.cc: New file.
23371         * elf/tst-unique3lib2.cc: New file.
23372
23373         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
23374
23375 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
23376
23377         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
23378         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
23379         to _start.
23380
23381 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
23382
23383         * elf/dl-load.c (_dl_map_object): If we are looking for the first
23384         to-be-loaded object along a path to loader is ld.so.
23385
23386 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
23387             Ulrich Drepper  <drepper@gmail.com>
23388
23389         * sysdeps/x86_64/memset.S: After aligning destination, code
23390         branches to different locations depending on the value of
23391         misalignment, when multiarch is enabled. Fix this.
23392
23393 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
23394
23395         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
23396         Set _x86_64_preferred_memory_instruction for AMD processsors.
23397         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23398         Set bit_Prefer_SSE_for_memop for AMD processors.
23399
23400 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
23401
23402         * libio/fmemopen.c (fmemopen): Optimize a bit.
23403
23404 2011-03-03  Andreas Schwab  <schwab@redhat.com>
23405
23406         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
23407
23408 2011-03-03  Roland McGrath  <roland@redhat.com>
23409
23410         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
23411
23412 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
23413
23414         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
23415         __bzero_ultra1 instead of __memset_ultra1.
23416
23417 2011-02-23  Andreas Schwab  <schwab@redhat.com>
23418             Ulrich Drepper  <drepper@gmail.com>
23419
23420         [BZ #12509]
23421         * include/link.h (struct link_map): Add l_orig_initfini.
23422         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
23423         returning unsuccessfully.
23424         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
23425         close of a file loaded at startup, restore the original l_initfini
23426         list.
23427         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
23428         list, store the pointer.
23429         * elf/Makefile ($(objpfx)noload-mem): New rule.
23430         (noload-ENV): Define.
23431         (tests): Add $(objpfx)noload-mem.
23432         * elf/noload.c: Include <memcheck.h>.
23433         (main): Call mtrace.  Close all opened handles.
23434
23435 2011-02-17  Andreas Schwab  <schwab@redhat.com>
23436
23437         [BZ #12454]
23438         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
23439         dependencies are missing.
23440
23441 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23442
23443         Fix __if_freereq crash: Unlike the generic version which uses free,
23444         Hurd needs munmap.
23445         * sysdeps/mach/hurd/ifreq.h: New file.
23446
23447 2011-01-27  Petr Baudis  <pasky@suse.cz>
23448             Ulrich Drepper  <drepper@gmail.com>
23449
23450         [BZ 12445]#
23451         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
23452         to extend_alloca().
23453         * stdio-common/bug23.c: New file.
23454         * stdio-common/Makefile (tests): Add bug23.
23455
23456 2010-09-28  Andreas Schwab  <schwab@redhat.com>
23457             Ulrich Drepper  <drepper@gmail.com>
23458
23459         [BZ #12489]
23460         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
23461         before performing relro protection.  At old place add assertion
23462         to make sure nothing changed.
23463
23464 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
23465             Glauber de Oliveira Costa  <glommer@gmail.com>
23466
23467         * elf/elf.h: Add new ARM TLS relocs.
23468
23469 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
23470
23471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
23472         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
23473         cast from r3.
23474         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
23475         'tests' variable.
23476         * sysdeps/wordsize-64/tst-writev.c: New file.
23477
23478 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
23479
23480         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
23481         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
23482         insns in _dl_start to prevent a TOC reference before relocs are
23483         resolved.
23484
23485 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
23486
23487         [BZ #12469]
23488         * Makeconfig: Remove RANLIB definition.
23489         * Makerules: Don't use RANLIB.
23490         * aclocal.m4: Remove ranlib test.
23491         * configure.in: No need to check for ranlib.
23492         * elf/rtld-Rules: Don't use RANLIB.
23493
23494 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23495
23496         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
23497         protection macro.
23498         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
23499         inclusion protection macro.
23500
23501         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
23502         SIGRTMIN and SIGRTMAX and print information in that case only when
23503         SIGRTMIN is defined.
23504
23505 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
23506
23507         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
23508         arginfo fn returning -1.
23509
23510         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
23511         and thousands string is zero terminated.
23512
23513 2011-02-03  Andreas Schwab  <schwab@redhat.com>
23514
23515         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
23516         sysdeps/unix/sysv/linux/bits/socket.h.
23517
23518 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23519
23520         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
23521         (__CPU_COUNT): Remove old macros.
23522         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
23523         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
23524         (__CPU_ALLOC, __CPU_FREE): Add macros.
23525         (__sched_cpualloc, __sched_cpufree): Add declarations.
23526
23527 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
23528
23529         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
23530         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
23531         * nscd/aicache.c (addhstaiX): Return timeout of added value.
23532         (readdhstai): Return value of addhstaiX call.
23533         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
23534         (addgrbyX): Return value returned by cache_addgr.
23535         (readdgrbyname): Return value returned by addgrbyX.
23536         (readdgrbygid): Likewise.
23537         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
23538         (addpwbyX): Return value returned by cache_addpw.
23539         (readdpwbyname): Return value returned by addhstbyX.
23540         (readdpwbyuid): Likewise.
23541         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
23542         (addservbyX): Return value returned by cache_addserv.
23543         (readdservbyname): Return value returned by addservbyX:
23544         (readdservbyport): Likewise.
23545         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
23546         (addhstbyX): Return value returned by cache_addhst.
23547         (readdhstbyname): Return value returned by addhstbyX.
23548         (readdhstbyaddr): Likewise.
23549         (readdhstbynamev6): Likewise.
23550         (readdhstbyaddrv6): Likewise.
23551         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
23552         (readdinitgroups): Return value returned by addinitgroupsX.
23553         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
23554         (prune_cache): Keep track of timeout value of re-added entries.
23555         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
23556         * nscd/nscd.h: Adjust prototypes of readd* functions.
23557
23558 2011-02-04  Roland McGrath  <roland@redhat.com>
23559
23560         * nis/nis_server.c (nis_servstate): Use the right name for 0.
23561         (nis_stats): Likewise.
23562         * nis/nis_modify.c (nis_modify): Likewise.
23563         * nis/nis_remove.c (nis_remove): Likewise.
23564         * nis/nis_add.c (nis_add): Likewise.
23565
23566         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
23567
23568         * posix/fnmatch_loop.c: Add some consts.
23569
23570         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
23571
23572 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
23573
23574         [BZ #12460]
23575         * config.make.in (config-cflags-novzeroupper): Define.
23576         * configure.in: Substitute libc_cv_cc_novzeroupper.
23577         * elf/Makefile (AVX-CFLAGS): Define.
23578         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
23579         (CFLAGS-tst-auditmod4a.c): Likewise.
23580         (CFLAGS-tst-auditmod4b.c): Likewise.
23581         (CFLAGS-tst-auditmod6b.c): Likewise.
23582         (CFLAGS-tst-auditmod6c.c): Likewise.
23583         (CFLAGS-tst-auditmod7b.c): Likewise.
23584         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
23585
23586 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
23587
23588         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
23589         function to the callback.
23590         Patch partly by Jiri Olsa <jolsa@redhat.com>.
23591
23592 2011-02-02  Andreas Schwab  <schwab@redhat.com>
23593
23594         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
23595         of errno.
23596
23597 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
23598
23599         [BZ #11724]
23600         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
23601         of constructors.
23602         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
23603         of destructors.
23604         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
23605
23606         [BZ #11724]
23607         * elf/Makefile: Add rules to build and run new test.
23608         * elf/tst-initorder.c: New file.
23609         * elf/tst-initorder.exp: New file.
23610         * elf/tst-initordera1.c: New file.
23611         * elf/tst-initordera2.c: New file.
23612         * elf/tst-initordera3.c: New file.
23613         * elf/tst-initordera4.c: New file.
23614         * elf/tst-initorderb1.c: New file.
23615         * elf/tst-initorderb2.c: New file.
23616         * elf/tst-order-a1.c: New file.
23617         * elf/tst-order-a2.c: New file.
23618         * elf/tst-order-a3.c: New file.
23619         * elf/tst-order-a4.c: New file.
23620         * elf/tst-order-b1.c: New file.
23621         * elf/tst-order-b2.c: New file.
23622         * elf/tst-order-main.c: New file.
23623         New test case by George Gensure <werkt0@gmail.com>.
23624
23625 2010-10-01  Andreas Schwab  <schwab@redhat.com>
23626
23627         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
23628         decoding ACE if AI_CANONIDN.
23629
23630 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
23631
23632         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
23633
23634 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
23635
23636         * version.h (RELEASE): Bump for 2.13 release.
23637         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
23638
23639         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
23640
23641         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
23642         MADV_NOHUGEPAGE.
23643         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
23644         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23645         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23646         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
23647         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23648         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
23649
23650         * posix/getconf.c: Update copyright year.
23651         * catgets/gencat.c: Likewise.
23652         * csu/version.c: Likewise.
23653         * debug/catchsegv.sh: Likewise.
23654         * debug/xtrace.sh: Likewise.
23655         * elf/ldconfig.c: Likewise.
23656         * elf/ldd.bash.in: Likewise.
23657         * elf/sprof.c (print_version): Likewise.
23658         * iconv/iconv_prog.c: Likewise.
23659         * iconv/iconvconfig.c: Likewise.
23660         * locale/programs/locale.c: Likewise.
23661         * locale/programs/localedef.c: Likewise.
23662         * malloc/memusage.sh: Likewise.
23663         * malloc/mtrace.pl: Likewise.
23664         * nscd/nscd.c (print_version): Likewise.
23665         * nss/getent.c: Likewise.
23666
23667         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
23668         PF_CAIF, and PF_ALG.
23669         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
23670
23671 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
23672
23673         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
23674         (modules-names): Use them.
23675         (ifunc-test-modules, ifunc-pie-tests): Define.
23676         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
23677         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
23678         (test-extras): Likewise.
23679         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
23680         $(compile-command.c).
23681         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
23682         (all-built-dso): Define.
23683         (check-textrel.out, check-execstack.out): Depend on it.
23684
23685         * configure.in: Don't override --enable-multi-arch.
23686
23687 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
23688
23689         [BZ #6812]
23690         * nscd/hstcache.c (tryagain): Define.
23691         (cache_addhst): Return tryagain not notfound for temporary errors.
23692         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
23693         failed.
23694
23695 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
23696
23697         [BZ #10563]
23698         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
23699         to make the syscall.
23700         * sysdeps/unix/sysv/linux/setgroups.c: New file.
23701
23702         [BZ #12378]
23703         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
23704         and fall back to matching as normal character if the string ends before
23705         the matching ']' is found.  This is what POSIX requires.
23706         * posix/testfnm.c: Adjust test result.
23707         * posix/globtest.sh: Adjust test result.  Add new test.
23708         * posix/tst-fnmatch.input: Likewise.
23709         * posix/tst-fnmatch2.c: Add new test.
23710
23711 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
23712
23713         * elf/Makefile (check-execstack): Revert last change.  Depend on
23714         check-execstack.h.
23715         (check-execstack.h): New target.
23716         (generated): Add check-execstack.h.
23717         * elf/check-execstack.c: Include "check-execstack.h".
23718         (main): Revert last change.
23719         (handle_file): Return zero if GNU_STACK is absent and
23720         DEFAULT_STACK_PERMS doesn't include PF_X.
23721
23722 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
23723
23724         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
23725         in child fails because the descriptor is already closed.
23726         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
23727         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
23728         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
23729
23730         [BZ #12397]
23731         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
23732         syscall.
23733
23734         [BZ #10484]
23735         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
23736         temporary buffer used to handle multi lookups locally.
23737         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
23738
23739 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
23740
23741         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
23742         loader is ld.so.
23743
23744 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
23745
23746         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
23747         alignment for SSE2.
23748
23749 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
23750
23751         [BZ #12394]
23752         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
23753         characters.  When rounding increased number of integer digits recompute
23754         number of groups.
23755         * stdio-common/tst-grouping.c: New file.
23756         * stdio-common/Makefile: Add rules to build and run tst-grouping.
23757
23758 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
23759
23760         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
23761         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
23762
23763         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
23764         void.
23765         * bits/select.h: Likewise.
23766
23767 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
23768
23769         * po/ja.po: Update from translation team.
23770
23771 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
23772
23773         [BZ #11155]
23774         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
23775         implementation just like for lxstat, fxstatat, et al.
23776
23777 2010-12-27  Jim Meyering  <meyering@redhat.com>
23778
23779         [BZ #12348]
23780         * posix/regexec.c (build_trtable): Return failure indication upon
23781         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
23782
23783 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
23784
23785         [BZ #12201]
23786         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
23787         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
23788         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
23789         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
23790
23791         [BZ #12207]
23792         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
23793
23794         [BZ #12204]
23795         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
23796         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
23797
23798 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
23799
23800         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
23801         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
23802         script has SORT_BY_INIT_PRIORITY.
23803         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
23804         NO_CTORS_DTORS_SECTIONS is defined.
23805         * elf/soinit.c: Likewise.
23806         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
23807         NO_CTORS_DTORS_SECTIONS is defined.
23808         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
23809         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
23810         * sysdeps/sh/init-first.c: Likewise.
23811         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
23812
23813 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
23814
23815         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
23816         always use the slow path.
23817
23818 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
23819
23820         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
23821         similar rule which adds the sysdep directories to the header search in
23822         order to pick up the correct platform stackinfo.h.
23823         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
23824         perform test if it is, otherwise return successfully without testing.
23825         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
23826         DEFAULT_STACK_PERMS define in stackinfo.h.
23827         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
23828         defined in stackinfo.h.
23829         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
23830         DEFAULT_STACK_PERMS defined in stackinfo.h.
23831         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
23832         * sysdeps/ia64/stackinfo.h: Likewise.
23833         * sysdeps/s390/stackinfo.h: Likewise.
23834         * sysdeps/sh/stackinfo.h: Likewise.
23835         * sysdeps/sparc/stackinfo.h: Likewise.
23836         * sysdeps/x86_64/stackinfo.h: Likewise.
23837         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
23838         PF_X for powerpc64.  Retain PF_X for powerpc32.
23839
23840 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
23841
23842         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
23843         accurately.
23844         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
23845         GETDENTS_64BIT_ALIGNED.
23846
23847 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
23848
23849         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
23850
23851 2010-12-10  Andreas Schwab  <schwab@redhat.com>
23852
23853         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
23854         _GNU_SOURCE.
23855
23856         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
23857         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
23858         Remove __restrict.
23859         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
23860         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
23861
23862 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
23863
23864         [BZ #11655]
23865         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
23866         are initialized.
23867
23868 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
23869
23870         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
23871
23872 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
23873
23874         * po/it.po: Update from translation team.
23875
23876 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
23877
23878         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
23879         unused codes.
23880
23881 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
23882
23883         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
23884
23885 2010-11-24  Andreas Schwab  <schwab@redhat.com>
23886
23887         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
23888         specially.
23889         (gaih_getanswer_slice): Likewise.
23890
23891 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
23892
23893         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
23894
23895 2010-05-31  Petr Baudis  <pasky@suse.cz>
23896
23897         [BZ #11149]
23898         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
23899         silently even in the chroot mode.
23900
23901 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
23902
23903         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
23904         last patch a bit.  Pretty printing
23905
23906 2010-05-31  Petr Baudis <pasky@suse.cz>
23907
23908         [BZ #10085]
23909         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
23910         initialization of skip_initgroups_dyn.
23911
23912 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
23913
23914         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
23915         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
23916
23917 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
23918
23919         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
23920
23921 2010-11-11  Andreas Schwab  <schwab@redhat.com>
23922
23923         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
23924         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
23925         (tst-fnmatch-ENV): Set MALLOC_TRACE.
23926         ($(objpfx)tst-fnmatch-mem): New rule.
23927         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
23928         * posix/tst-fnmatch.c (main): Call mtrace.
23929
23930 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
23931
23932         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23933         Support Intel processor model 6 and model 0x2c.
23934
23935 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
23936
23937         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
23938           signed comparison.
23939
23940 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
23941
23942         [BZ #12205]
23943         * string/test-strncasecmp.c (check_result): New function.
23944         (do_one_test): Use it.
23945         (check1): New function.
23946         (test_main): Use it.
23947         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
23948         Support strcasecmp and strncasecmp.
23949
23950 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
23951
23952         [BZ #12194]
23953         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
23954         * sysdeps/x86_64/bits/byteswap.h: Likewise.
23955
23956 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
23957
23958         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
23959         IFUNC support.
23960         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
23961         memset-x86-64.
23962         * sysdeps/x86_64/multiarch/bzero.S: New file.
23963         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
23964         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
23965         * sysdeps/x86_64/multiarch/memset.S: New file.
23966         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
23967         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23968         Set bit_Prefer_SSE_for_memop for Intel processors.
23969         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
23970         Define.
23971         (index_Prefer_SSE_for_memop): Define.
23972         (HAS_PREFER_SSE_FOR_MEMOP): Define.
23973
23974 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
23975
23976         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
23977         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
23978
23979 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
23980
23981         [BZ #12191]
23982         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
23983         (__x86_64_raw_data_cache_size_half): Likewise.
23984         (__x86_64_raw_shared_cache_size): Likewise.
23985         (__x86_64_raw_shared_cache_size_half): Likewise.
23986
23987         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
23988         (__x86_64_raw_data_cache_size_half): Likewise.
23989         (__x86_64_raw_shared_cache_size): Likewise.
23990         (__x86_64_raw_shared_cache_size_half): Likewise.
23991         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
23992         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
23993         and __x86_64_raw_shared_cache_size_half.  Round
23994         __x86_64_data_cache_size_half, __x86_64_data_cache_size
23995         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
23996         to multiple of 256 bytes.
23997
23998 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
23999
24000         [BZ #12167]
24001         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
24002         of inacessible symlinks.  Verify result of symlink before returning it.
24003         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
24004         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
24005
24006 2010-10-28  Erich Ritz  <erichritz@gmail.com>
24007
24008         * math/math.h (isinf): Fix typo in comment.
24009
24010 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
24011
24012         * po/da.po: Update from translation team.
24013
24014 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
24015
24016         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
24017         is added to the list.
24018
24019 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24020             Ulrich Drepper  <drepper@gmail.com>
24021
24022         * elf/dl-object.c (_dl_new_object): Don't append the new object to
24023         the global list here.  Move code to...
24024         (_dl_add_to_namespace_list): ...here.  New function.
24025         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
24026         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
24027         * elf/dl-load.c (lose): Don't remove the element from the list.
24028         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
24029         (_dl_map_object): Likewise.
24030
24031 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
24032
24033         [BZ #12159]
24034         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
24035         into all bytes of SSE register.
24036         Patch by Richard Li <richardpku@gmail.com>.
24037
24038 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
24039
24040         [BZ #12140]
24041         * malloc/malloc.c (_int_free): Fill correct number of bytes when
24042         perturbing.
24043
24044 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
24045
24046         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
24047         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
24048         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
24049         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
24050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
24051         submachine.
24052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
24053
24054 2010-10-22  Andreas Schwab  <schwab@redhat.com>
24055
24056         * include/dlfcn.h (__RTLD_SECURE): Define.
24057         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
24058         mode & __RTLD_SECURE instead.
24059         (open_path): Rename preloaded parameter to secure.
24060         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
24061         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
24062         * elf/dl-deps.c (openaux): Likewise.
24063         * elf/rtld.c (struct map_args): Remove is_preloaded.
24064         (map_doit): Don't use it.
24065         (dl_main): Likewise.
24066         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
24067         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
24068
24069 2010-09-09  Andreas Schwab  <schwab@redhat.com>
24070
24071         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
24072         (sysd-rules-targets): Remove duplicates.
24073         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
24074         rtld-%.$o dependency.
24075
24076 2010-10-18  Andreas Schwab  <schwab@redhat.com>
24077
24078         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
24079         _dl_map_object do it.
24080
24081 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
24082
24083         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
24084         fast fma builtins, define the macros in the C99 standard.
24085         (FP_FAST_FMAF): Likewise.
24086         (FP_FAST_FMAL): Likewise.
24087         * sysdeps/x86_64/bits/mathdef.h: Likewise.
24088
24089         * bits/mathdef.h: Update copyright year.
24090         * sysdeps/powerpc/bits/mathdef.h: Likewise.
24091
24092 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
24093
24094         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
24095         builtins, define the macros in the C99 standard.
24096         (FP_FAST_FMAF): Likewise.
24097         (FP_FAST_FMAL): Likewise.
24098         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
24099         multiply/add.
24100         (FP_FAST_FMAF): Likewise.
24101
24102 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
24103
24104         [BZ #3268]
24105         * math/libm-test.inc (fma_test): Some new testcases.
24106         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
24107         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
24108         y and infinite z.  Do multiplication by C already in long double.
24109         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
24110         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
24111         y and infinite z.  Do bitwise or of inexact bit into u.d.
24112         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
24113         * sysdeps/i386/fpu/s_fmaf.S: Removed.
24114         * sysdeps/i386/fpu/s_fma.S: Removed.
24115         * sysdeps/i386/fpu/s_fmal.S: Removed.
24116
24117 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
24118
24119         [BZ #3268]
24120         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
24121         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
24122         computation is not scheduled after fetestexcept.  Fix value
24123         of minimum denormal long double.
24124
24125 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
24126
24127         [BZ #3268]
24128         * math/libm-test.inc (fma_test): Add some more tests.
24129         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
24130         correctly.
24131
24132 2010-10-15  Andreas Schwab  <schwab@redhat.com>
24133
24134         * scripts/data/localplt-s390-linux-gnu.data: New file.
24135         * scripts/data/localplt-s390x-linux-gnu.data: New file.
24136
24137 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
24138
24139         [BZ #3268]
24140         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
24141         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
24142         instead of dbl-64.
24143         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
24144         inlines.
24145         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
24146         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
24147         if one of x and y is very large and the other is subnormal.
24148         * sysdeps/s390/fpu/s_fmaf.c: New file.
24149         * sysdeps/s390/fpu/s_fma.c: New file.
24150         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
24151         * sysdeps/powerpc/fpu/s_fma.S: New file.
24152         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
24153         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
24154         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
24155
24156 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
24157
24158         [BZ #3268]
24159         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
24160         fma tests.
24161         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
24162         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
24163         * sysdeps/i386/i686/multiarch/s_fma.c: Include
24164         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
24165         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
24166         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
24167         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
24168
24169 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
24170
24171         [BZ #12078]
24172         * posix/regcomp.c (parse_branch): One more memory leak plugged.
24173         * posix/bug-regex31.input: Add test case.
24174
24175 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
24176
24177         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
24178         * posix/bug-regex31.input: New file.
24179
24180         [BZ #12078]
24181         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
24182         (parse_sub_exp): Fix last change, use postorder.
24183
24184         * posix/bug-regex31.c: New file.
24185         * posix/Makefile: Add rules to build and run bug-regex31.
24186
24187         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
24188
24189         [BZ #12078]
24190         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
24191
24192         [BZ #12108]
24193         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
24194         to have entries in sys_siglist.
24195
24196         [BZ #12093]
24197         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
24198         be NULL.
24199
24200 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
24201
24202         [BZ #3268]
24203         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
24204         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
24205         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
24206         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
24207         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
24208         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
24209         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
24210         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
24211         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
24212         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
24213         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
24214         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
24215         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
24216         * math/ftestexcept.c (fetestexcept): Likewise.
24217         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
24218         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
24219         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
24220         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
24221         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
24222         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
24223         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
24224
24225 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
24226
24227         [BZ #12107]
24228         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
24229         newline.
24230
24231 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
24232
24233         * string/bug-strstr1.c: New file.
24234         * string/Makefile: Add rules to build and run bug-strstr1.
24235
24236 2010-10-05  Eric Blake  <eblake@redhat.com>
24237
24238         [BZ #12092]
24239         * string/str-two-way.h (two_way_long_needle): Always clear memory
24240         when skipping input due to the shift table.
24241
24242 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
24243
24244         [BZ #12005]
24245         * malloc/mcheck.c: Handle large requests.
24246
24247         [BZ #12077]
24248         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
24249         for strncmp and strncasecmp.
24250         * string/stratcliff.c: Add tests for strcmp and strncmp.
24251         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
24252
24253 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
24254
24255         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
24256         __set_fpscr.
24257
24258 2010-09-30  Andreas Jaeger  <aj@suse.de>
24259
24260         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
24261         (CGROUP_SUPER_MAGIC): Define.
24262         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24263         Handle btrfs and cgroup file systems.
24264         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24265         Likewise.
24266
24267 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
24268
24269         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
24270         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
24271
24272 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24273
24274         [BZ #12067]
24275         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
24276         trying to locate the ELF header.
24277
24278 2010-09-27  Andreas Schwab  <schwab@redhat.com>
24279
24280         [BZ #11611]
24281         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
24282         Mask out sign-bit copies when constructing f_fsid.
24283
24284 2010-09-24  Petr Baudis <pasky@suse.cz>
24285
24286         * debug/stack_chk_fail_local.c: Add missing licence exception.
24287         * debug/warning-nop.c: Likewise.
24288
24289 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
24290
24291         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
24292         implementing getdents64 using getdents syscall, set d_type if
24293         __ASSUME_GETDENTS32_D_TYPE.
24294
24295 2010-09-16  Andreas Schwab  <schwab@redhat.com>
24296
24297         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
24298         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
24299
24300 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
24301
24302         [BZ #12037]
24303         * posix/unistd.h: Undo change of feature selection for ftruncate from
24304         2010-01-11.
24305
24306 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
24307
24308         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
24309         detection.
24310
24311 2010-09-20  Andreas Schwab  <schwab@redhat.com>
24312
24313         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
24314         fanotify_mark.
24315         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
24316
24317 2010-09-14  Andreas Schwab  <schwab@redhat.com>
24318
24319         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
24320         variables after CHECK_SP call.
24321         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
24322
24323 2010-09-13  Andreas Schwab  <schwab@redhat.com>
24324             Ulrich Drepper  <drepper@redhat.com>
24325
24326         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
24327         re-relocationg ld.so.
24328         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
24329         _dl_init_paths call.
24330         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
24331         here anymore.
24332
24333 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
24334
24335         * resolv/res_init.c (__res_vinit): Count the default server we added.
24336
24337 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
24338             Ulrich Drepper  <drepper@redhat.com>
24339
24340         [BZ #11968]
24341         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
24342         (____longjmp_chk): Use %ebx for saving value across system call.
24343         Add unwind info.
24344
24345 2010-09-06  Andreas Schwab  <schwab@redhat.com>
24346
24347         * manual/Makefile: Don't mix pattern rules with normal rules.
24348
24349 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
24350
24351         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
24352         operation.
24353         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
24354         * libio/iofopncook.c (_IO_cookie_init): Likewise.
24355         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
24356         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
24357         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24358         Likewise.
24359
24360 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
24361
24362         [BZ #11979]
24363         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
24364         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
24365
24366 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
24367
24368         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
24369         * sysdeps/x86_64/addmul_1.S: Likewise.
24370         * sysdeps/x86_64/lshift.S: Likewise.
24371         * sysdeps/x86_64/mul_1.S: Likewise.
24372         * sysdeps/x86_64/rshift.S: Likewise.
24373         * sysdeps/x86_64/sub_n.S: Likewise.
24374         * sysdeps/x86_64/submul_1.S: Likewise.
24375
24376 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24377
24378         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
24379         Define __sched_param instead of SCHED_* and sched_param when
24380         <bits/sched.h> is included with __need_schedparam defined.
24381         * bits/sched.h [__need_schedparam]
24382         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
24383         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
24384         (__defined_schedparam): Define to 1.
24385         (__sched_param): New structure, identical to sched_param.
24386         (__need_schedparam): Undefine.
24387
24388 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
24389
24390         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
24391         (epoll_create1): Declare.
24392
24393         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
24394
24395 2010-08-31  Andreas Schwab  <schwab@redhat.com>
24396
24397         [BZ #7066]
24398         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
24399         shifting retval into place.
24400
24401 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
24402
24403         * nis/rpcsvc/nis.h: Update copyright notice.
24404         * nis/rpcsvc/nis.x: Likewise.
24405         * nis/rpcsvc/nis_callback.h: Likewise.
24406         * nis/rpcsvc/nis_callback.x: Likewise.
24407         * nis/rpcsvc/nis_object.x: Likewise.
24408         * nis/rpcsvc/nis_tags.h: Likewise.
24409         * nis/rpcsvc/yp.h: Likewise.
24410         * nis/rpcsvc/yp.x: Likewise.
24411         * nis/rpcsvc/ypupd.h: Likewise.
24412         * nis/yp_xdr.c: Likewise.
24413         * nis/ypupdate_xdr.c: Likewise.
24414
24415         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
24416         mainly the body of pmap_getport.  Add parameters to specify timeouts.
24417         (pmap_getport): Use __libc_rpc_getport.
24418         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
24419         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
24420         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
24421
24422 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
24423
24424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
24425         fanotify_mark.
24426
24427 2010-08-27  Roland McGrath  <roland@redhat.com>
24428
24429         * sysdeps/i386/i686/multiarch/Makefile
24430         (CFLAGS-varshift.c): New variable.
24431
24432 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
24433
24434         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
24435         * sysdeps/i386/i686/multiarch/varshift.c: New file.
24436
24437         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
24438
24439         * sysdeps/x86_64/strlen.S: Minimal code improvement.
24440
24441 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
24442
24443         * sysdeps/x86_64/strlen.S: Unroll the loop.
24444         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
24445         strlen-sse2 strlen-sse2-bsf.
24446         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
24447         __strlen_no_bsf if bit_Slow_BSF is set.
24448         (__strlen_sse42): Removed.
24449         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
24450         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
24451
24452 2010-08-25  Roland McGrath  <roland@redhat.com>
24453
24454         * sysdeps/x86_64/multiarch/varshift.S: File removed.
24455         * sysdeps/x86_64/multiarch/varshift.c: New file.
24456         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
24457         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
24458         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
24459         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
24460
24461 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
24462
24463         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
24464         strlen-sse2 strlen-sse2-bsf.
24465         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
24466         __strlen_sse2_bsf if bit_Slow_BSF is unset.
24467         (__strlen_sse2): Removed.
24468         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
24469         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
24470         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24471         bit_Slow_BSF for Atom.
24472         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
24473         (index_Slow_BSF): Define.
24474         (HAS_SLOW_BSF): Define.
24475
24476 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
24477
24478         [BZ #10851]
24479         * resolv/res_init.c (__res_vinit): When no server address at all
24480         is given default to loopback.
24481
24482 2010-08-24  Roland McGrath  <roland@redhat.com>
24483
24484         * configure.in: Remove config-name.h generation.
24485         * configure: Regenerated.
24486         * config-name.in: File removed.
24487         * scripts/config-uname.sh: New file.
24488         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
24489         ($(objdir)config-name.h): New target.
24490
24491         * sunrpc/rpc_parse.h: Avoid nested comment.
24492
24493 2010-08-24  Richard Henderson  <rth@redhat.com>
24494             Ulrich Drepper  <drepper@redhat.com>
24495             H.J. Lu  <hongjiu.lu@intel.com>
24496
24497         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
24498         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
24499         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
24500         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
24501         _mm_alignr_epi8 with _mm_loadu_si128.
24502         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
24503         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
24504         (__m128i_shift_right): Removed.
24505         * sysdeps/i386/i686/multiarch/varshift.h: New file.
24506         * sysdeps/i386/i686/multiarch/varshift.S: New file.
24507         * sysdeps/x86_64/multiarch/varshift.h: New file.
24508         * sysdeps/x86_64/multiarch/varshift.S: New file.
24509
24510 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
24511
24512         * configure.in: Move assembler checks to before sysdep dir checking.
24513
24514 2010-08-20  Petr Baudis  <pasky@suse.cz>
24515
24516         * LICENSES: Sync the sunrpc license.
24517
24518 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
24519
24520         * sunrpc/auth_des.c: Update copyright notice once again.
24521         * sunrpc/auth_none.c: Likewise.
24522         * sunrpc/auth_unix.c: Likewise.
24523         * sunrpc/authdes_prot.c: Likewise.
24524         * sunrpc/authuxprot.c: Likewise.
24525         * sunrpc/bindrsvprt.c: Likewise.
24526         * sunrpc/clnt_gen.c: Likewise.
24527         * sunrpc/clnt_perr.c: Likewise.
24528         * sunrpc/clnt_raw.c: Likewise.
24529         * sunrpc/clnt_simp.c: Likewise.
24530         * sunrpc/clnt_tcp.c: Likewise.
24531         * sunrpc/clnt_udp.c: Likewise.
24532         * sunrpc/clnt_unix.c: Likewise.
24533         * sunrpc/des_crypt.c: Likewise.
24534         * sunrpc/des_soft.c: Likewise.
24535         * sunrpc/get_myaddr.c: Likewise.
24536         * sunrpc/getrpcport.c: Likewise.
24537         * sunrpc/key_call.c: Likewise.
24538         * sunrpc/key_prot.c: Likewise.
24539         * sunrpc/openchild.c: Likewise.
24540         * sunrpc/pm_getmaps.c: Likewise.
24541         * sunrpc/pm_getport.c: Likewise.
24542         * sunrpc/pmap_clnt.c: Likewise.
24543         * sunrpc/pmap_prot.c: Likewise.
24544         * sunrpc/pmap_prot2.c: Likewise.
24545         * sunrpc/pmap_rmt.c: Likewise.
24546         * sunrpc/rpc/auth.h: Likewise.
24547         * sunrpc/rpc/auth_unix.h: Likewise.
24548         * sunrpc/rpc/clnt.h: Likewise.
24549         * sunrpc/rpc/des_crypt.h: Likewise.
24550         * sunrpc/rpc/key_prot.h: Likewise.
24551         * sunrpc/rpc/netdb.h: Likewise.
24552         * sunrpc/rpc/pmap_clnt.h: Likewise.
24553         * sunrpc/rpc/pmap_prot.h: Likewise.
24554         * sunrpc/rpc/pmap_rmt.h: Likewise.
24555         * sunrpc/rpc/rpc.h: Likewise.
24556         * sunrpc/rpc/rpc_des.h: Likewise.
24557         * sunrpc/rpc/rpc_msg.h: Likewise.
24558         * sunrpc/rpc/svc.h: Likewise.
24559         * sunrpc/rpc/svc_auth.h: Likewise.
24560         * sunrpc/rpc/types.h: Likewise.
24561         * sunrpc/rpc/xdr.h: Likewise.
24562         * sunrpc/rpc_clntout.c: Likewise.
24563         * sunrpc/rpc_cmsg.c: Likewise.
24564         * sunrpc/rpc_common.c: Likewise.
24565         * sunrpc/rpc_cout.c: Likewise.
24566         * sunrpc/rpc_dtable.c: Likewise.
24567         * sunrpc/rpc_hout.c: Likewise.
24568         * sunrpc/rpc_main.c: Likewise.
24569         * sunrpc/rpc_parse.c: Likewise.
24570         * sunrpc/rpc_parse.h: Likewise.
24571         * sunrpc/rpc_prot.c: Likewise.
24572         * sunrpc/rpc_sample.c: Likewise.
24573         * sunrpc/rpc_scan.c: Likewise.
24574         * sunrpc/rpc_scan.h: Likewise.
24575         * sunrpc/rpc_svcout.c: Likewise.
24576         * sunrpc/rpc_tblout.c: Likewise.
24577         * sunrpc/rpc_util.c: Likewise.
24578         * sunrpc/rpc_util.h: Likewise.
24579         * sunrpc/rpcinfo.c: Likewise.
24580         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
24581         * sunrpc/rpcsvc/key_prot.x: Likewise.
24582         * sunrpc/rpcsvc/klm_prot.x: Likewise.
24583         * sunrpc/rpcsvc/mount.x: Likewise.
24584         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
24585         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
24586         * sunrpc/rpcsvc/rex.x: Likewise.
24587         * sunrpc/rpcsvc/rstat.x: Likewise.
24588         * sunrpc/rpcsvc/rusers.x: Likewise.
24589         * sunrpc/rpcsvc/sm_inter.x: Likewise.
24590         * sunrpc/rpcsvc/spray.x: Likewise.
24591         * sunrpc/rpcsvc/yppasswd.x: Likewise.
24592         * sunrpc/rtime.c: Likewise.
24593         * sunrpc/svc.c: Likewise.
24594         * sunrpc/svc_auth.c: Likewise.
24595         * sunrpc/svc_authux.c: Likewise.
24596         * sunrpc/svc_raw.c: Likewise.
24597         * sunrpc/svc_run.c: Likewise.
24598         * sunrpc/svc_simple.c: Likewise.
24599         * sunrpc/svc_tcp.c: Likewise.
24600         * sunrpc/svc_udp.c: Likewise.
24601         * sunrpc/svc_unix.c: Likewise.
24602         * sunrpc/svcauth_des.c: Likewise.
24603         * sunrpc/xcrypt.c: Likewise.
24604         * sunrpc/xdr.c: Likewise.
24605         * sunrpc/xdr_array.c: Likewise.
24606         * sunrpc/xdr_float.c: Likewise.
24607         * sunrpc/xdr_mem.c: Likewise.
24608         * sunrpc/xdr_rec.c: Likewise.
24609         * sunrpc/xdr_ref.c: Likewise.
24610         * sunrpc/xdr_sizeof.c: Likewise.
24611         * sunrpc/xdr_stdio.c: Likewise.
24612
24613         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
24614         handling.
24615
24616 2010-08-19  Andreas Schwab  <schwab@redhat.com>
24617
24618         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
24619
24620 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
24621
24622         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
24623         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
24624         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
24625         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
24626         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
24627         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
24628         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
24629         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
24630         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
24631         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
24632         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
24633         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
24634         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
24635         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
24636
24637 2010-07-26  Anton Blanchard  <anton@samba.org>
24638
24639         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
24640         * malloc/arena.c (heap_trim): Likewise.
24641
24642 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
24643
24644         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
24645         here.  Not...
24646         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
24647         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
24648
24649 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
24650
24651         * sysdeps/i386/elf/Makefile: New file.
24652
24653 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
24654
24655         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
24656         from fanotify_init.
24657         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
24658         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
24659
24660 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
24661
24662         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
24663         of strncasecmp_l.
24664         * sysdeps/multiarch/strcmp.S: Likewise.
24665
24666 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
24667
24668         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
24669         strncase_l-nonascii.
24670         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
24671         Add strncase_l-ssse3.
24672         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
24673         * sysdeps/x86_64/strcmp.S: Likewise.
24674         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
24675         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
24676         * sysdeps/x86_64/strncase.S: New file.
24677         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
24678         * sysdeps/x86_64/strncase_l.S: New file.
24679         * string/Makefile (strop-tests): Add strncasecmp.
24680         * string/test-strncasecmp.c: New file.
24681
24682         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
24683         warning.
24684
24685         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
24686         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
24687
24688 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
24689
24690         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
24691
24692 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
24693
24694         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
24695         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
24696         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
24697
24698 2010-05-01  Alan Modra  <amodra@gmail.com>
24699
24700         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
24701         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
24702         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
24703         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
24704         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
24705         tidying.  Don't tail-call __sigjmp_save for static lib.
24706         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
24707         save location.
24708         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
24709         (CALL_MCOUNT): Add eh info, and nop after bl.
24710         (TAIL_CALL_SYSCALL_ERROR): New macro.
24711         (PSEUDO_RET): Use it.
24712         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
24713         Correct save location of integer regs and cr.
24714         (_dl_profile_resolve): Correct cr save location.  Delete nops
24715         after bl when SHARED.  Reduce cfi size a little by better
24716         placement of cfi directives.
24717         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
24718         make a stack frame.  Instead use parm save area as a temp.
24719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
24720         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
24721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
24722         Don't make a stack frame for parent, use parm save area.
24723         Increase child stack frame to 112 bytes.  Don't save unused reg,
24724         and adjust reg usage.  Set up cfi on error recovery and
24725         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
24726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
24727         (__makecontext): Add dummy nop after jump to exit.
24728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
24729         Use correct parm save area and cr save, reduce stack frame.
24730         Correct cfi for possible PSEUDO_RET frame setup.
24731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
24732         Branch to local label emitted by PSEUDO_RET rather than
24733         __syscall_error.
24734
24735 2010-08-12  Andreas Schwab  <schwab@redhat.com>
24736
24737         [BZ #11904]
24738         * locale/programs/locale.c (print_assignment): New function.
24739         (show_locale_vars): Use it.
24740
24741 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
24742
24743         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
24744         field.
24745         (struct statfs64): Likewise.
24746         (_STATFS_F_FLAGS): Define.
24747         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
24748         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24749         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
24750         (ST_VALID): Define locally.
24751         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
24752         __statvfs_getflags, use the provided value.
24753         * sysdeps/unix/sysv/linux/kernel-features.h: Define
24754         __ASSUME_STATFS_F_FLAGS.
24755
24756         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
24757
24758         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
24759         Add sys/fanotify.h.
24760         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
24761         fanotify_mask for GLIBC_2.13.
24762         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
24763         fanotify_init and fanotify_mark.
24764         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
24765         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
24766
24767         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
24768         Add prlimit.
24769         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
24770         prlimit64 for GLIBC_2.13.
24771         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
24772         prlimit64.
24773         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
24774         syscall.
24775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
24776         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
24777         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
24778         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
24779         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
24780         add prlimit alias.
24781         * sysdeps/unix/sysv/linux/prlimit.c: New file.
24782
24783         [BZ #11903]
24784         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
24785         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
24786
24787         * nss/Makefile: Add rules to build and run tst-nss-test1.
24788         * shlib-versions: Add entry for libnss_test1.
24789         * nss/nss_test1.c: New file.
24790         * nss/tst-nss-test1.c: New file.
24791
24792         * nss/nsswitch.c (__nss_database_custom): Define new variable.
24793         (__nss_configure_lookup): Set appropriate entry in
24794         __nss_configure_lookup to true.
24795         * nss/nsswitch.h: Define enum with indeces of databases in
24796         databases and __nss_database_custom arrays.  Declare
24797         __nss_database_custom.
24798         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
24799         to avoid using nscd when custom rules are installed.
24800         * nss/getXXbyYY_r.c: Likewise.
24801         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24802
24803         * nss/nss_files/files-parse.c: Whitespace fixes.
24804
24805 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
24806
24807         [BZ #11883]
24808         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
24809         * posix/fnmatch_loop.c: Likewise.
24810
24811 2010-07-17  Andi Kleen  <ak@linux.intel.com>
24812
24813         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
24814         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
24815         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
24816         * Versions.def [GLIBC_2.13]: Add.
24817
24818 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
24819
24820         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
24821         Also fail if tpwd after pwuid call is NULL.
24822
24823 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24824
24825         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
24826         when converting to ms.
24827
24828 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24829
24830         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
24831         EOPNOTSUPP errors with ENOTTY.
24832         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
24833         EOPNOTSUPP errors with ENOTTY.
24834
24835 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
24836
24837         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
24838         Add strcasecmp_l-ssse3.
24839         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
24840         strcasecmp.
24841         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
24842         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
24843         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
24844
24845 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
24846
24847         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
24848
24849         * string/Makefile (strop-tests): Add strcasecmp.
24850         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
24851         strcasecmp_l-nonascii.
24852         (gen-as-const-headers): Add locale-defines.sym.
24853         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
24854         * sysdeps/x86_64/strcasecmp.S: New file.
24855         * sysdeps/x86_64/strcasecmp_l.S: New file.
24856         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
24857         * sysdeps/x86_64/locale-defines.sym: New file.
24858         * string/test-strcasecmp.c: New file.
24859
24860         * string/test-strcasestr.c: Test both ends of the range of characters.
24861         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
24862
24863 2010-07-29  Roland McGrath  <roland@redhat.com>
24864
24865         [BZ #11856]
24866         * manual/locale.texi (Yes-or-No Questions): Fix example code.
24867
24868 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
24869
24870         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
24871         for ld.so.
24872
24873 2010-07-27  Andreas Schwab  <schwab@redhat.com>
24874
24875         * manual/memory.texi (Malloc Tunable Parameters): Document
24876         M_PERTURB.
24877
24878 2010-07-26  Roland McGrath  <roland@redhat.com>
24879
24880         [BZ #11840]
24881         * configure.in (-fgnu89-inline check): Set and substitute
24882         gnu89_inline, not libc_cv_gnu89_inline.
24883         * configure: Regenerated.
24884         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
24885
24886 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
24887
24888         * string/test-strnlen.c: New file.
24889         * string/Makefile (strop-tests): Add strnlen.
24890         * string/tester.c (test_strnlen): Add a few more test cases.
24891         * string/tst-strlen.c: Better error reporting.
24892
24893         * sysdeps/x86_64/strnlen.S: New file.
24894
24895 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
24896
24897         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
24898         lower-latency instructions.
24899
24900 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
24901
24902         * string/test-strcasestr.c: New file.
24903         * string/test-strstr.c: New file.
24904         * string/Makefile (strop-tests): Add strstr and strcasestr.
24905         * string/str-two-way.h: Don't undefine MAX.
24906         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
24907
24908 2010-07-21  Andreas Schwab  <schwab@redhat.com>
24909
24910         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
24911         strcasestr-nonascii.
24912         (CFLAGS-strcasestr-nonascii.c): Define.
24913         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
24914         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
24915         Remove unused attribute.
24916
24917 2010-07-20  Roland McGrath  <roland@redhat.com>
24918
24919         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
24920         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
24921         ld.so.cache was broken.  With it, there is no way to disable dsocaps
24922         like LD_HWCAP_MASK can disable hwcaps.
24923
24924 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
24925
24926         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
24927
24928 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
24929
24930         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
24931         call in strcasestr.
24932         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
24933         __strcasestr_sse42_nonascii.
24934         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
24935         strcasestr-nonascii.c.
24936         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
24937
24938 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
24939
24940         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
24941         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
24942         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
24943         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
24944
24945 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
24946
24947         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
24948         fcntl.
24949
24950 2010-07-06  Andreas Schwab  <schwab@redhat.com>
24951
24952         [BZ #11577]
24953         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
24954         dl_signal_cerror.
24955
24956 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
24957
24958         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
24959         _PC_PIPE_BUF using F_GETPIPE_SZ.
24960
24961 2010-07-05  Roland McGrath  <roland@redhat.com>
24962
24963         * manual/arith.texi (Rounding Functions): Fix rint description
24964         implicit in round description.
24965
24966 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
24967
24968         * elf/Makefile: Fix linking for a few tests to make recent linker
24969         happy.
24970
24971 2010-06-30  Andreas Schwab  <schwab@redhat.com>
24972
24973         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
24974         $(common-objpfx)libc_nonshared.a.
24975
24976 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
24977
24978         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
24979         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
24980         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
24981         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
24982         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
24983         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
24984         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
24985         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
24986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
24987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
24988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
24989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
24990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
24991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
24992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
24993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
24994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
24995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
24996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
24997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
24998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
24999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
25000         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
25001         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
25002         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
25003         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
25004         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
25005         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
25006         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
25007         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
25008         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
25009         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
25010         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
25011         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
25012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
25013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
25014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
25015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
25016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
25017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
25018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
25019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
25020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
25021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
25022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
25023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
25024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
25025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
25026
25027 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
25028
25029         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
25030         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
25031         * string/memmove.c (memmove): Renamed to ...
25032         (MEMMOVE): ...this.  Default to memmove.
25033         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
25034         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
25035         (END_CHK): Define.
25036         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
25037         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
25038         mempcpy-ssse3-back memmove-ssse3-back.
25039         * sysdeps/x86_64/multiarch/bcopy.S: New file .
25040         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
25041         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
25042         * sysdeps/x86_64/multiarch/memcpy.S: New file.
25043         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
25044         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
25045         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
25046         * sysdeps/x86_64/multiarch/memmove.c: New file.
25047         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
25048         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
25049         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
25050         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
25051         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
25052         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
25053         Define.
25054         (index_Fast_Copy_Backward): Define.
25055         (HAS_ARCH_FEATURE): Define.
25056         (HAS_FAST_REP_STRING): Define.
25057         (HAS_FAST_COPY_BACKWARD): Define.
25058
25059 2010-06-21  Andreas Schwab  <schwab@redhat.com>
25060
25061         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
25062         Restore proper fallback handling.
25063
25064 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
25065
25066         [BZ #11701]
25067         * posix/group_member.c (__group_member): Correct checking loop.
25068
25069         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
25070         OOM in getpwuid_r correctly.  Return error number when the caller
25071         should return, otherwise -1.
25072         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
25073         call returning > 0 value.
25074         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
25075
25076 2010-06-07  Andreas Schwab  <schwab@redhat.com>
25077
25078         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
25079         libc_nonshared.a from targets in modules-names.
25080
25081 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
25082
25083         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
25084         requires it.
25085
25086 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
25087
25088         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
25089         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
25090         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
25091         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
25092
25093 2010-06-02  Andreas Schwab  <schwab@redhat.com>
25094
25095         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
25096
25097 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
25098
25099         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
25100         and F_GETPIPE_SZ.
25101         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
25102         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
25103         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
25104         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
25105         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
25106         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
25107
25108 2010-06-14  Roland McGrath  <roland@redhat.com>
25109
25110         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
25111
25112 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
25113
25114         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
25115         __REDIRECT followed by __THROW.
25116         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
25117         * posix/getopt.h (getopt): Likewise.
25118
25119 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
25120
25121         * hurd/lookup-at.c (__file_name_lookup_at): Accept
25122         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
25123         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
25124         in AT_FLAGS.
25125         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
25126         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
25127
25128 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
25129
25130         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
25131
25132 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
25133
25134         [BZ #11640]
25135         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25136         Properly check family and model.
25137
25138 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
25139
25140         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
25141
25142 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
25143
25144         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
25145
25146 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
25147
25148         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
25149         symbol reference.
25150
25151 2010-05-19  Andreas Schwab  <schwab@redhat.com>
25152
25153         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
25154         symbol reference.
25155
25156 2010-05-21  Andreas Schwab  <schwab@redhat.com>
25157
25158         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
25159         and internal_recvmmsg.
25160         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
25161         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
25162         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
25163         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
25164
25165         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
25166         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
25167         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
25168
25169 2010-05-20  Andreas Schwab  <schwab@redhat.com>
25170
25171         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
25172
25173 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
25174
25175         POWER7 optimizations.
25176         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
25177         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
25178
25179 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
25180
25181         * version.h: Update for 2.13 development version.
25182
25183 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
25184
25185         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
25186         exceptions.  Return 0.
25187
25188 2010-05-07  Roland McGrath  <roland@redhat.com>
25189
25190         * elf/ldconfig.c (main): Add a const.
25191
25192 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
25193
25194         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
25195         (args_options): Add no-idn option.
25196         (ahosts_keys_int): Add idn_flags to ai_flags.
25197         (parse_option): Handle 'i' option to clear idn_flags.
25198
25199         * malloc/malloc.c (_int_free): Possible race in the most recently
25200         added check.  Only act on the data if no current modification
25201         happened.
25202
25203 See ChangeLog.17 for earlier changes.